summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-03 00:22:09 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-03 00:22:09 +0000
commit1a0f355976d0438c1fbc89227de34ba5c33fb266 (patch)
tree248b7bb8bfb51efe43b7327cd23c1f1e60079051 /irc
parentActivate prips (diff)
Update to version 1.3.6. This version is the first with python
scripting support, however, it's temporarily disabled until it becomes less buggy (read: usable).
Notes
Notes: svn path=/head/; revision=22868
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-devel/Makefile9
-rw-r--r--irc/xchat-devel/distinfo2
-rw-r--r--irc/xchat-gnome/Makefile9
-rw-r--r--irc/xchat-gnome/distinfo2
-rw-r--r--irc/xchat/Makefile9
-rw-r--r--irc/xchat/distinfo2
-rw-r--r--irc/xchat1/Makefile9
-rw-r--r--irc/xchat1/distinfo2
-rw-r--r--irc/xchat2/Makefile9
-rw-r--r--irc/xchat2/distinfo2
10 files changed, 35 insertions, 20 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat-devel/Makefile
+++ b/irc/xchat-devel/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
diff --git a/irc/xchat-devel/distinfo b/irc/xchat-devel/distinfo
index 5d234ee411ad..ff513a8aab02 100644
--- a/irc/xchat-devel/distinfo
+++ b/irc/xchat-devel/distinfo
@@ -1 +1 @@
-MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067
+MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo
index 5d234ee411ad..ff513a8aab02 100644
--- a/irc/xchat-gnome/distinfo
+++ b/irc/xchat-gnome/distinfo
@@ -1 +1 @@
-MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067
+MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo
index 5d234ee411ad..ff513a8aab02 100644
--- a/irc/xchat/distinfo
+++ b/irc/xchat/distinfo
@@ -1 +1 @@
-MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067
+MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo
index 5d234ee411ad..ff513a8aab02 100644
--- a/irc/xchat1/distinfo
+++ b/irc/xchat1/distinfo
@@ -1 +1 @@
-MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067
+MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index cefb58881982..11a097fd593e 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xchat
-# Version required: 1.3.5
+# Version required: 1.3.6
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xchat-1.3.5
+DISTNAME= xchat-1.3.6
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/v1.3/ \
http://xchat.linuxpower.org/files/v1.3/
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nls --disable-debug
+CONFIGURE_ARGS= --disable-nls --disable-python
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-extract:
+ @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;)
+
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo
index 5d234ee411ad..ff513a8aab02 100644
--- a/irc/xchat2/distinfo
+++ b/irc/xchat2/distinfo
@@ -1 +1 @@
-MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067
+MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6