Index: head/print/bibcard/Makefile =================================================================== --- head/print/bibcard/Makefile (revision 67996) +++ head/print/bibcard/Makefile (revision 67997) @@ -1,33 +1,31 @@ # ex:ts=8 # Ports collection makefile for: bibcard # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= bibcard PORTVERSION= 0.6.4 CATEGORIES= print databases MASTER_SITES= ftp://crl.nmsu.edu/pub/misc/ DISTNAME= bibcard.6.4 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@NUXI.com -BROKEN= "Does not compile" - LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview NO_WRKSUBDIR= yes USE_IMAKE= yes MAN1= bibcard.1 pre-configure: @${ECHO} "OPENWINHOME=${PREFIX}" \ >> ${WRKSRC}/Imakefile @${ECHO} "EXTRA_DEFINES= -DHAVE_STRCASECMP -DHAVE_STRSTR" \ >> ${WRKSRC}/Imakefile @${LN} -f ${WRKSRC}/bibcard.1 ${WRKSRC}/bibcard.man .include Property changes on: head/print/bibcard/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/print/bibcard/files/patch-04 =================================================================== --- head/print/bibcard/files/patch-04 (nonexistent) +++ head/print/bibcard/files/patch-04 (revision 67997) @@ -0,0 +1,12 @@ +--- bt.h.orig Thu Sep 5 10:21:18 2002 ++++ bt.h Thu Sep 5 10:22:45 2002 +@@ -47,7 +47,9 @@ + #define LD_ERROR 98 + + extern char * strdup(); ++#if !defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(_bsdi__) + extern char * realloc(); ++#endif + #define set_str(x, new)\ + if (x) free(x); \ + if (new) x = strdup(new); \ Property changes on: head/print/bibcard/files/patch-04 ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property