diff options
author | ceri <ceri@FreeBSD.org> | 2004-12-12 08:18:38 +0800 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-12-12 08:18:38 +0800 |
commit | 058d55a3ce91e4a95a302114b49110a92d1a1995 (patch) | |
tree | c1f589371acbf077c5d586d42d55445e0a0a0eca /databases | |
parent | 8515beb5d1190b8c3b1bac352346c0233fea5a4a (diff) | |
download | freebsd-ports-gnome-058d55a3ce91e4a95a302114b49110a92d1a1995.tar.gz freebsd-ports-gnome-058d55a3ce91e4a95a302114b49110a92d1a1995.tar.zst freebsd-ports-gnome-058d55a3ce91e4a95a302114b49110a92d1a1995.zip |
Dirty hack to fix build on RELENG_5 and HEAD.
Tested on: beast, panther
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats/Makefile | 2 | ||||
-rw-r--r-- | databases/gnats/files/patch-libiberty::functions.def | 17 |
2 files changed, 15 insertions, 4 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index ac8ad4d33117..dc574e5d969e 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -17,7 +17,7 @@ COMMENT= Cygnus GNATS bug tracking system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -FORBIDDEN= Compilation errors and security issues +FORBIDDEN= Security issues EXPIRATION_DATE=2004-08-20 DEPRECATED= ${FORBIDDEN} diff --git a/databases/gnats/files/patch-libiberty::functions.def b/databases/gnats/files/patch-libiberty::functions.def index c35f32897571..7f9369d8c3fb 100644 --- a/databases/gnats/files/patch-libiberty::functions.def +++ b/databases/gnats/files/patch-libiberty::functions.def @@ -1,6 +1,6 @@ ---- libiberty/functions.def.orig Thu Jun 27 00:29:49 2002 -+++ libiberty/functions.def Thu Jun 27 00:30:55 2002 -@@ -34,7 +34,7 @@ +--- libiberty/functions.def.orig Thu Nov 5 19:54:15 1998 ++++ libiberty/functions.def Mon Nov 15 22:14:46 2004 +@@ -34,15 +34,15 @@ DEF(strchr, char*, (s, c), CONST char *s AND int c) DEF(strdup, char*, (s1), char * s1) DEF(strrchr, char*, (s, c), CONST char *s AND int c) @@ -9,3 +9,14 @@ DEF(strtod, double, (), NOTHING) DEF(strtol, long, (), NOTHING) DEF(strtoul, unsigned long, (), NOTHING) + DEF(tmpnam, char *, (s), char * s) + DEF(vfork, int, (), NOTHING) +-DEF(vfprintf, int, (), NOTHING) +-DEF(vprintf, int, (), NOTHING) +-DEF(vsprintf, int, (), NOTHING) ++/* DEF(vfprintf, int, (), NOTHING) */ ++/* DEF(vprintf, int, (), NOTHING) */ ++/* DEF(vsprintf, int, (), NOTHING) */ + DEF(sigsetmask, int, (), NOTHING) + DEF(alloca, PTR, (size), size_t size) + DEF(waitpid, int, (pid, statp, opts), int pid AND int* statp AND int opts ) |