diff options
author | billf <billf@FreeBSD.org> | 2000-07-04 09:30:56 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-07-04 09:30:56 +0800 |
commit | 6c6d8d71b38f1668eba86f73c8e19472470ef91e (patch) | |
tree | 2038a96e86fca65203f702d53b57902d4a560c21 /irc | |
parent | 9ee277ae8a3bfc17db6ca1b5fd9c57dc466c28a1 (diff) | |
download | freebsd-ports-gnome-6c6d8d71b38f1668eba86f73c8e19472470ef91e.tar.gz freebsd-ports-gnome-6c6d8d71b38f1668eba86f73c8e19472470ef91e.tar.zst freebsd-ports-gnome-6c6d8d71b38f1668eba86f73c8e19472470ef91e.zip |
panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..
Diffstat (limited to 'irc')
-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 |