diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | 9210b7cb0736d3caf5bffb4efd46c7cd6856af55 (patch) | |
tree | 9b67a2278866d18f2877c41baaa49e17e7c00bdc /multimedia | |
parent | b46611d8cf5744f43a12213e07177cfde2b532fe (diff) |
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
Notes
Notes:
svn path=/head/; revision=56168
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 |