From owner-svn-ports-head@FreeBSD.ORG Tue Apr 23 10:26:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D64DE7DF; Tue, 23 Apr 2013 10:26:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C7A7C15A3; Tue, 23 Apr 2013 10:26:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3NAQBcH065867; Tue, 23 Apr 2013 10:26:11 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3NAQ9XD065851; Tue, 23 Apr 2013 10:26:09 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201304231026.r3NAQ9XD065851@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 23 Apr 2013 10:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 10:26:11 -0000 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@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 .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 .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 .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 .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 +.include .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 +.include 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 .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else