diff options
author | jim <jim@FreeBSD.org> | 2000-08-26 06:54:13 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-08-26 06:54:13 +0000 |
commit | a33382304a238e42cb8488e423e06822490b7390 (patch) | |
tree | 75587b236ff3e75b5bd430cb2c2d1c976dadb30a /irc/xchat2 | |
parent | 37c5b2ad3e826c84f99c33329ca89a04c7441089 (diff) | |
download | FreeBSD-ports-a33382304a238e42cb8488e423e06822490b7390.zip FreeBSD-ports-a33382304a238e42cb8488e423e06822490b7390.tar.gz |
Knock the version back to 1.4.2 due to popular demand. There is now an
xchat-devel port for those who want the latest version.
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 17 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat2/pkg-plist | 4 |
3 files changed, 4 insertions, 19 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 3decc00..481639c 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.5.6 +PORTVERSION= 1.4.2 CATEGORIES= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.5/ \ - http://xchat.linuxpower.org/files/source/1.5/ +MASTER_SITES= http://xchat.org/files/source/1.4/ \ + http://xchat.linuxpower.org/files/source/1.4/ MAINTAINER= jim@FreeBSD.org @@ -28,13 +28,9 @@ WITH_PANEL= YES LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore .endif -.if defined(WITH_GDK_PIXBUF) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -.endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config USE_X_PREFIX= yes USE_BZIP2= yes @@ -58,16 +54,9 @@ CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+= --disable-gnome .endif -.if defined(WITH_GDK_PIXBUF) -CONFIGURE_ARGS+= --enable-gdk-pixbuf -.else -CONFIGURE_ARGS+= --disable-gdk-pixbuf -.endif - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ - GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .if defined(WITH_GNOME) diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index fe9be30..25c1c9c 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1 +1 @@ -MD5 (xchat-1.5.6.tar.bz2) = 17a53c685565b13e0b52bb17a199965d +MD5 (xchat-1.4.2.tar.bz2) = be790878e80038088c642a5104ab1544 diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist index bd70b7a..cbb8fdb 100644 --- a/irc/xchat2/pkg-plist +++ b/irc/xchat2/pkg-plist @@ -26,10 +26,6 @@ share/locale/ja/LC_MESSAGES/xchat.mo share/locale/ko/LC_MESSAGES/xchat.mo share/locale/nl/LC_MESSAGES/xchat.mo share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo share/locale/sl/LC_MESSAGES/xchat.mo share/locale/sr_YU/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat |