diff options
author | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
commit | f7e7c1154236a21d968009030a86f6a1e0b7f074 (patch) | |
tree | 9349e0fcef65ad910d560a8ab77203efacfa5880 /sysutils | |
parent | 5342d0854f4686c3dd72fffe5970ee48e6300a0d (diff) | |
download | freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.gz freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.zst freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.zip |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fileutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gcombust/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gfslicer/Makefile | 2 | ||||
-rw-r--r-- | sysutils/slmon/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index fe608bd0fe85..217f0ce189d4 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.apcupsd.org/pub/apcupsd/stable/tar/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old STARTUP_SCRIPT= apcupsd.sh.sample PLIST_SUB= STARTUP_SCRIPT=${STARTUP_SCRIPT} diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 9677b6d29d15..2e56c901a654 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -16,7 +16,7 @@ MAINTAINER= cyrille.lefevre@laposte.net # Global variables # -LIB_DEPEND= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPEND= intl.1:${PORTSDIR}/devel/gettext-old USE_PERL5= yes USE_LIBTOOL= yes diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 55eff47c09bb..be33aabb3ec2 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ MAINTAINER= mcdouga9@msu.edu -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mkisofs:${PORTSDIR}/sysutils/mkisofs \ cdlabelgen:${PORTSDIR}/print/cdlabelgen diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index a4298f9ba7a2..4be71ee13624 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/gfslicer/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_GTK= yes diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index a809ac7aa336..0c780a60d93e 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang \ gtop:${PORTSDIR}/devel/libgtop \ - intl:${PORTSDIR}/devel/gettext \ + intl:${PORTSDIR}/devel/gettext-old \ gnugetopt:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes |