From 058d55a3ce91e4a95a302114b49110a92d1a1995 Mon Sep 17 00:00:00 2001 From: ceri Date: Sun, 12 Dec 2004 00:18:38 +0000 Subject: Dirty hack to fix build on RELENG_5 and HEAD. Tested on: beast, panther --- databases/gnats/Makefile | 2 +- databases/gnats/files/patch-libiberty::functions.def | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'databases/gnats') diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index ac8ad4d..dc574e5 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 c35f328..7f9369d 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 ) -- cgit v1.1