svn commit: r316340 - in head: audio/gbsplay deskutils/xfce4-notification-daemon deskutils/xfce4-notifyd devel/libexplain ftp/weex mail/sylpheed multimedia/subtitleeditor net-im/pidgin-bs net-im/pi...

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 23 10:26:11 UTC 2013


Author: ehaupt
Date: Tue Apr 23 10:26:09 2013
New Revision: 316340
URL: http://svnweb.freebsd.org/changeset/ports/316340

Log:
  Convert to USES=gettext

Modified:
  head/audio/gbsplay/Makefile
  head/deskutils/xfce4-notification-daemon/Makefile
  head/deskutils/xfce4-notifyd/Makefile
  head/devel/libexplain/Makefile
  head/ftp/weex/Makefile
  head/mail/sylpheed/Makefile
  head/multimedia/subtitleeditor/Makefile
  head/net-im/pidgin-bs/Makefile
  head/net-im/pidgin-privacy-please/Makefile
  head/shells/bash-devel/Makefile
  head/sysutils/dvdbackup/Makefile

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/audio/gbsplay/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -12,8 +12,8 @@ MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT?=	Emulates the sound hardware of the Nintendo Game Boy(TM)
 
 HAS_CONFIGURE=	yes
+USES=		gettext
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 MAKE_JOBS_SAFE=	yes
 USE_CSTD=	gnu89
 

Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/deskutils/xfce4-notification-daemon/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -45,7 +45,7 @@ OPTIONS_DEFAULT=CLOSE NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else
 PLIST_SUB+=	NLS="@comment "

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/deskutils/xfce4-notifyd/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -35,7 +35,7 @@ OPTIONS_DEFINE=	NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 CONFIGURE_ARGS+=--enable-nls
 PLIST_SUB+=	NLS=""
 .else

Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/devel/libexplain/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -18,8 +18,7 @@ BUILD_DEPENDS=	pdfopt:${PORTSDIR}/print/
 		gsed:${PORTSDIR}/textproc/gsed
 
 USE_AUTOTOOLS=	libtool
-USES=		bison
-USE_GETTEXT=	yes
+USES=		bison gettext
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/ftp/weex/Makefile
==============================================================================
--- head/ftp/weex/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/ftp/weex/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -22,7 +22,7 @@ OPTIONS_DEFINE=	DOCS NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=--disable-nls

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/mail/sylpheed/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -14,8 +14,8 @@ COMMENT=	Lightweight, featureful, and fa
 LIB_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
+USES=		gettext
 USE_BZIP2=	yes
-USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_GNOME=	gtk20

Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/multimedia/subtitleeditor/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -34,7 +34,7 @@ OPTIONS_DEFINE=	NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=--disable-nls

Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/net-im/pidgin-bs/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	purple:${PORTSDIR}/net-im/l
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 GNU_CONFIGURE=	yes
+USES=		gettext
 USE_BZIP2=	yes
-USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin

Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/net-im/pidgin-privacy-please/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -17,8 +17,8 @@ BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 GNU_CONFIGURE=	yes
+USES=		gettext
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/shells/bash-devel/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -33,7 +33,7 @@ HELP_DESC=		Enable builtin help
 
 USES=			bison
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMPLICITCD}
 EXTRA_PATCHES+=		${PATCHDIR}/extrapatch-implicitcd
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=		NLS="@comment "
 .else
 USE_ICONV=		yes
-USE_GETTEXT=		yes
+USES+=			gettext
 PLIST_SUB+=		NLS=""
 .endif
 
@@ -137,4 +137,4 @@ cklatest:
 	    ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]*$//}-patches/ \
 		| fgrep -v .sig | ${TAIL}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/dvdbackup/Makefile
==============================================================================
--- head/sysutils/dvdbackup/Makefile	Tue Apr 23 10:23:53 2013	(r316339)
+++ head/sysutils/dvdbackup/Makefile	Tue Apr 23 10:26:09 2013	(r316340)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS NLS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB+=	NLS=""
 .else


More information about the svn-ports-all mailing list