diff options
author | ade <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /net-im | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | FreeBSD-ports-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip FreeBSD-ports-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 6 | ||||
-rw-r--r-- | net-im/gnomeicu/Makefile | 7 | ||||
-rw-r--r-- | net-im/gnomeicu2/Makefile | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 1f325fa..c972124 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,14 +8,14 @@ PORTNAME= centericq PORTVERSION= 4.6.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ - sigc.1:${PORTSDIR}/devel/libsigc++ \ - iconv:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ + sigc.1:${PORTSDIR}/devel/libsigc++ USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index 162f028..408d811 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomeicu PORTVERSION= 0.98.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu @@ -19,7 +20,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet \ - msgfmt-new:${PORTSDIR}/devel/gettext + msgfmt:${PORTSDIR}/devel/gettext .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ @@ -40,9 +41,7 @@ SOCKSLIBS= -lsocks5 CONFIGURE_ARGS= --with-statusmenu CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \ - CFLAGS="${CFLAGS}" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new + CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index 162f028..408d811 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomeicu PORTVERSION= 0.98.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu @@ -19,7 +20,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet \ - msgfmt-new:${PORTSDIR}/devel/gettext + msgfmt:${PORTSDIR}/devel/gettext .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ @@ -40,9 +41,7 @@ SOCKSLIBS= -lsocks5 CONFIGURE_ARGS= --with-statusmenu CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \ - CFLAGS="${CFLAGS}" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new + CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: |