summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-03 07:22:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-03 07:22:33 +0800
commit2b3d9058a5f1072fe5ecd049c8eef016a87c835f (patch)
tree4202c0824fb6d85fbeb3094082223552f7e2f08d /devel
parent2f81ee923462859410c7e91c94fd67ca93103322 (diff)
downloadmarcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar.gz
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar.bz2
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar.lz
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar.xz
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.tar.zst
marcuscom-ports-2b3d9058a5f1072fe5ecd049c8eef016a87c835f.zip
More build fixes, and bump PORTREVISION since the resulting breakpad support
will now work on -CURRENT as well. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9506 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/bug-buddy/Makefile3
-rw-r--r--devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc23
2 files changed, 22 insertions, 4 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index 8c4f9f023..f10523562 100644
--- a/devel/bug-buddy/Makefile
+++ b/devel/bug-buddy/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/bug-buddy/Makefile,v 1.51 2007/08/29 05:34:45 marcus Exp $
+# $MCom: ports/devel/bug-buddy/Makefile,v 1.52 2007/09/02 05:57:21 marcus Exp $
#
PORTNAME= bug-buddy
PORTVERSION= 2.19.91
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc
index 6fad09b68..801be1064 100644
--- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc
+++ b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc
@@ -1,5 +1,5 @@
---- gnome-breakpad/gnome-breakpad.cc.orig 2007-09-02 18:02:43.000000000 -0400
-+++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 18:10:08.000000000 -0400
+--- gnome-breakpad/gnome-breakpad.cc.orig 2007-08-16 13:55:38.000000000 -0400
++++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 19:21:10.000000000 -0400
@@ -6,8 +6,14 @@
#include <cassert>
#include <cstring>
@@ -15,7 +15,24 @@
#include <sys/types.h>
#include <sys/stat.h>
-@@ -269,9 +275,17 @@ check_if_gdb (void *callback_context)
+@@ -114,6 +120,7 @@ find_in_debug_path (const char *filename
+ }
+
+
++#if !defined(__FreeBSD__) || __FreeBSD_version > 700024
+ static gboolean
+ elf_has_debug_symbols (const char *filename)
+ {
+@@ -166,7 +173,7 @@ elf_has_debug_symbols (const char *filen
+ elf_end (elf);
+ return false;
+ }
+-
++#endif
+
+
+
+@@ -269,9 +276,17 @@ check_if_gdb (void *callback_context)
_exit(0);
}