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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ogle-gui/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xmps-opendivx-plugin/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xmps-win32-plugin/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 9c8a099b881b..85609723fb52 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -20,7 +20,7 @@ MAINTAINER= nobutaka@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile index 1afa59c7347b..5db265eb6860 100644 --- a/multimedia/ogle-gui/Makefile +++ b/multimedia/ogle-gui/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.5:${PORTSDIR}/graphics/ogle -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ giconv.2:${PORTSDIR}/converters/libiconv \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index ae82b8c3406c..661cca2668e1 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -19,7 +19,7 @@ MAINTAINER= nobutaka@FreeBSD.org LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine \ aa.1:${PORTSDIR}/graphics/aalib \ png.5:${PORTSDIR}/graphics/png \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_IMLIB= yes diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile index e04c1e7da828..18116c232039 100644 --- a/multimedia/xmps-opendivx-plugin/Makefile +++ b/multimedia/xmps-opendivx-plugin/Makefile @@ -14,7 +14,7 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \ xmps.0:${PORTSDIR}/graphics/xmps \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 USE_GMAKE= yes diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index e8399daf87f8..6f7167f219c4 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} USE_GMAKE= yes |