diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
commit | f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 (patch) | |
tree | 9e893c98603cb0cd739358e66f822966d7bdcc5b /irc | |
parent | ad6d09753806c4f4d415c00b57ecbca27042b8bb (diff) | |
download | ports-f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1.tar.gz ports-f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/kvirc-devel/Makefile | 6 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 6 | ||||
-rw-r--r-- | irc/liece/Makefile | 5 | ||||
-rw-r--r-- | irc/riece-emacs21/Makefile | 5 | ||||
-rw-r--r-- | irc/riece/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 7 | ||||
-rw-r--r-- | irc/xchat/Makefile | 7 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 7 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 7 |
9 files changed, 29 insertions, 26 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index c8178fae9440..9d659fccb275 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= kvirc PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old ALL_TARGET= kvirc INSTALLS_SHLIB= yes @@ -38,6 +39,7 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ --with-qt-name=qt2 \ --disable-static -CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 +CONFIGURE_ENV+= SS_X_EXTRA_LIBS="-lxpg4" \ + SS_MSGFMT="${LOCALBASE}/bin/msgfmt-old" .include <bsd.port.mk> diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index c8178fae9440..9d659fccb275 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -7,6 +7,7 @@ PORTNAME= kvirc PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old ALL_TARGET= kvirc INSTALLS_SHLIB= yes @@ -38,6 +39,7 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ --with-qt-name=qt2 \ --disable-static -CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 +CONFIGURE_ENV+= SS_X_EXTRA_LIBS="-lxpg4" \ + SS_MSGFMT="${LOCALBASE}/bin/msgfmt-old" .include <bsd.port.mk> diff --git a/irc/liece/Makefile b/irc/liece/Makefile index 2096c17b11b9..7204b96500ee 100644 --- a/irc/liece/Makefile +++ b/irc/liece/Makefile @@ -7,6 +7,7 @@ PORTNAME= liece PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= irc elisp MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -14,9 +15,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yoichi@FreeBSD.org BUILD_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old + msgfmt:${PORTSDIR}/devel/gettext RUN_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/ldcc:${PORTSDIR}/irc/liece-dcc + ldcc:${PORTSDIR}/irc/liece-dcc HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index 2096c17b11b9..7204b96500ee 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -7,6 +7,7 @@ PORTNAME= liece PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= irc elisp MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -14,9 +15,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yoichi@FreeBSD.org BUILD_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old + msgfmt:${PORTSDIR}/devel/gettext RUN_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/ldcc:${PORTSDIR}/irc/liece-dcc + ldcc:${PORTSDIR}/irc/liece-dcc HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 2096c17b11b9..7204b96500ee 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -7,6 +7,7 @@ PORTNAME= liece PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= irc elisp MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -14,9 +15,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yoichi@FreeBSD.org BUILD_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old + msgfmt:${PORTSDIR}/devel/gettext RUN_DEPENDS+= ${LOCALBASE}/${LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - ${LOCALBASE}/bin/ldcc:${PORTSDIR}/irc/liece-dcc + ldcc:${PORTSDIR}/irc/liece-dcc HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 7da23716f296..0b1a4802b3c4 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -7,14 +7,14 @@ PORTNAME= xchat PORTVERSION= 1.8.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER?= jim@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -30,8 +30,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new + LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 7da23716f296..0b1a4802b3c4 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -7,14 +7,14 @@ PORTNAME= xchat PORTVERSION= 1.8.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER?= jim@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -30,8 +30,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new + LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 7da23716f296..0b1a4802b3c4 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -7,14 +7,14 @@ PORTNAME= xchat PORTVERSION= 1.8.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER?= jim@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -30,8 +30,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new + LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 7da23716f296..0b1a4802b3c4 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,14 +7,14 @@ PORTNAME= xchat PORTVERSION= 1.8.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER?= jim@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -30,8 +30,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new + LIBS="-L${LOCALBASE}/lib -lintl -liconv" CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ |