diff options
author | jim <jim@FreeBSD.org> | 2001-10-03 06:41:35 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-10-03 06:41:35 +0800 |
commit | 55fa8fea163529896fa5f728705f4dcca0e711ba (patch) | |
tree | ee82099b8cc1f4f14aa1247378713542dc695d3a /irc | |
parent | 1c51c222b1c2116a11302c6f746100451bc16efe (diff) | |
download | freebsd-ports-gnome-55fa8fea163529896fa5f728705f4dcca0e711ba.tar.gz freebsd-ports-gnome-55fa8fea163529896fa5f728705f4dcca0e711ba.tar.zst freebsd-ports-gnome-55fa8fea163529896fa5f728705f4dcca0e711ba.zip |
Update to version 1.8.4. Perl support is currently disabled for systems
older than 500007 since it now needs Perl 5.6 to compile (at least until
I get around to adding a knob to make using the Perl 5.6 port an
option).
Partially submitted by: knu
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat-gnome/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 |
8 files changed, 24 insertions, 8 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 57edd91041fc..096e76d5024b 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -58,6 +58,10 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf .endif +.if ${OSVERSION} < 500007 +CONFIGURE_ARGS+= --disable-perl +.endif + post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo index 96fc8e78d304..9f62f9d458ce 100644 --- a/irc/xchat-gnome/distinfo +++ b/irc/xchat-gnome/distinfo @@ -1 +1 @@ -MD5 (xchat-1.8.3.tar.bz2) = a189d67e61810fa1ec99d8f70b21db65 +MD5 (xchat-1.8.4.tar.bz2) = 87bd6db405a9fcacdf198287f6c3b833 diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 57edd91041fc..096e76d5024b 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -58,6 +58,10 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf .endif +.if ${OSVERSION} < 500007 +CONFIGURE_ARGS+= --disable-perl +.endif + post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 96fc8e78d304..9f62f9d458ce 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.8.3.tar.bz2) = a189d67e61810fa1ec99d8f70b21db65 +MD5 (xchat-1.8.4.tar.bz2) = 87bd6db405a9fcacdf198287f6c3b833 diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 57edd91041fc..096e76d5024b 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -58,6 +58,10 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf .endif +.if ${OSVERSION} < 500007 +CONFIGURE_ARGS+= --disable-perl +.endif + post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo index 96fc8e78d304..9f62f9d458ce 100644 --- a/irc/xchat1/distinfo +++ b/irc/xchat1/distinfo @@ -1 +1 @@ -MD5 (xchat-1.8.3.tar.bz2) = a189d67e61810fa1ec99d8f70b21db65 +MD5 (xchat-1.8.4.tar.bz2) = 87bd6db405a9fcacdf198287f6c3b833 diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 57edd91041fc..096e76d5024b 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -58,6 +58,10 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf .endif +.if ${OSVERSION} < 500007 +CONFIGURE_ARGS+= --disable-perl +.endif + post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 96fc8e78d304..9f62f9d458ce 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-1.8.3.tar.bz2) = a189d67e61810fa1ec99d8f70b21db65 +MD5 (xchat-1.8.4.tar.bz2) = 87bd6db405a9fcacdf198287f6c3b833 |