diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /irc/xchat1 | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/xchat1')
-rw-r--r-- | irc/xchat1/Makefile | 89 | ||||
-rw-r--r-- | irc/xchat1/distinfo | 3 | ||||
-rw-r--r-- | irc/xchat1/files/patch-configure | 11 | ||||
-rw-r--r-- | irc/xchat1/files/patch-src::common::cfgfiles.c | 11 | ||||
-rw-r--r-- | irc/xchat1/pkg-descr | 8 | ||||
-rw-r--r-- | irc/xchat1/pkg-plist | 55 |
6 files changed, 0 insertions, 177 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile deleted file mode 100644 index 05597b5cc..000000000 --- a/irc/xchat1/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: xchat -# Date created: 17 Nov 1998 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xchat -PORTVERSION= 1.8.11 -PORTREVISION= 9 -CATEGORIES+= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/1.8/ \ - http://xchat.linuxpower.org/files/source/1.8/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME - -# This port has a slave port japanese/xchat. Do not carelessly overwrite -# the variables or the targets defined in it. When you need to, please -# contact its maintainer. - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_PERL5= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -GNU_CONFIGURE= yes -# Assign with `+=' for slave ports -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" -CONFIGURE_ARGS+= --without-included-gettext \ - --enable-nls \ - --enable-ipv6 \ - --datadir="${PREFIX}/share" \ - --enable-perl -LATEST_LINK?= xchat1 - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --enable-openssl -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -CONFIGURE_ARGS+= --enable-python -.else -CONFIGURE_ARGS+= --disable-python -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SOCKS) -# Assign with `+=' for slave ports -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - -.if defined(WITH_TRANSPARENCY) -BUILD_DEPENDS+= ${LOCALBASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+= --enable-gdk-pixbuf -.endif - -.if ${HAVE_GNOME:Mimlib}!="" -USE_GNOME= imlib -CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ - --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/pixmaps" \ - utildir="${PREFIX}/share/gnome/apps/Internet" -.else -CONFIGURE_ARGS+= --disable-gnome --disable-zvt -.endif - -post-patch: - @${PERL} -pi \ - -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ - ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" - @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat -.endif - -.include <bsd.port.post.mk> diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo deleted file mode 100644 index 0e2f124dc..000000000 --- a/irc/xchat1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xchat-1.8.11.tar.bz2) = 951f5b2fe2d5deef08f7f519414072a1 -SHA256 (xchat-1.8.11.tar.bz2) = b3d457e014649e4b25ba5241e6dde600ffe2c8c6c4d462b8d4392b9f38b5abed -SIZE (xchat-1.8.11.tar.bz2) = 850453 diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure deleted file mode 100644 index 1d6df50fa..000000000 --- a/irc/xchat1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jan 15 23:38:08 2003 -+++ configure Wed Jan 15 23:38:08 2003 -@@ -6017,4 +6017,4 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; -@@ -6031,2 +6031,2 @@ --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings diff --git a/irc/xchat1/files/patch-src::common::cfgfiles.c b/irc/xchat1/files/patch-src::common::cfgfiles.c deleted file mode 100644 index d33af116d..000000000 --- a/irc/xchat1/files/patch-src::common::cfgfiles.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004 -+++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004 -@@ -600,7 +600,7 @@ - - prefs.autoresume = 1; - prefs.show_away_once = 1; -- prefs.show_away_message = 1; -+ prefs.show_away_message = 0; - prefs.indent_pixels = 80; - prefs.dialog_indent_pixels = 80; - prefs.indent_nicks = 1; diff --git a/irc/xchat1/pkg-descr b/irc/xchat1/pkg-descr deleted file mode 100644 index 8fb4ab1a1..000000000 --- a/irc/xchat1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -XChat is a graphical IRC client. It requires a computer running a -UNIX-like OS and the X Window System (X11), and the GTK library. It can -also (optionally) take advantage of GNOME and use Perl and Python -scripts. - -WWW: http://xchat.org/ - -- Jim <jim@FreeBSD.org> diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist deleted file mode 100644 index 54af6d2ff..000000000 --- a/irc/xchat1/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/xchat -bin/xchat-text -%%NOGNOME:%%etc/X11/applnk/Internet/xchat.desktop -%%PORTDOCS%%share/doc/xchat/ChangeLog -%%PORTDOCS%%share/doc/xchat/README -%%PORTDOCS%%share/doc/xchat/xchat-1.html -%%PORTDOCS%%share/doc/xchat/xchat-10.html -%%PORTDOCS%%share/doc/xchat/xchat-2.html -%%PORTDOCS%%share/doc/xchat/xchat-3.html -%%PORTDOCS%%share/doc/xchat/xchat-4.html -%%PORTDOCS%%share/doc/xchat/xchat-5.html -%%PORTDOCS%%share/doc/xchat/xchat-6.html -%%PORTDOCS%%share/doc/xchat/xchat-7.html -%%PORTDOCS%%share/doc/xchat/xchat-8.html -%%PORTDOCS%%share/doc/xchat/xchat-9.html -%%PORTDOCS%%share/doc/xchat/xchat.html -%%PORTDOCS%%share/doc/xchat/xchat.sgml -%%GNOME:%%share/gnome/apps/Internet/xchat.desktop -%%GNOME:%%share/pixmaps/xchat.png -%%PORTDOCS%%@dirrm share/doc/xchat -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/lv/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/pt/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/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/tr/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/vi/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo -%%NOGNOME:%%share/pixmaps/xchat.png -%%NOGNOME:%%@dirrmtry etc/X11/applnk/Internet -%%NOGNOME:%%@dirrmtry etc/X11/applnk -%%NOGNOME:%%@dirrmtry etc/X11 |