diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-07-04 01:30:56 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-07-04 01:30:56 +0000 |
commit | 0e4d21bdb8eaf6242fcdaf35c824310659d3b830 (patch) | |
tree | 94a846bdbf925110e2e9c45b9de2a1d6e9814ddd | |
parent | 06f662e3a327720a60198dc772aa39c5e71ff699 (diff) | |
download | freebsd-ports-0e4d21bdb8eaf6242fcdaf35c824310659d3b830.zip |
panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..
-rw-r--r-- | irc/bitchx/Makefile | 4 | ||||
-rw-r--r-- | irc/bitchx/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 85c197750de4..ac80238c2042 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -9,7 +9,10 @@ PORTNAME= BitchX PORTVERSION= 1.0c16 CATEGORIES= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ + ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ukug.uk.freebsd.org/pub/lord_cj/ +PATCH_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ +PATCHFILES= 1.0c16-format.patch MAINTAINER= cj@vallcom.net @@ -17,6 +20,7 @@ MAINTAINER= cj@vallcom.net LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs .endif +PATCH_DIST_ARGS= -d ${WRKSRC}/source --forward --quiet -E ${PATCH_DIST_STRIP} GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config WRKSRC= ${WRKDIR}/BitchX diff --git a/irc/bitchx/distinfo b/irc/bitchx/distinfo index 841833185039..f5a448ff5134 100644 --- a/irc/bitchx/distinfo +++ b/irc/bitchx/distinfo @@ -1 +1,2 @@ MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511 +MD5 (1.0c16-format.patch) = aef06ac2c892327da6397a82b8b10b3f |