diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /sysutils | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 3 | ||||
-rw-r--r-- | sysutils/dfc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/eiciel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-encfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/garcon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-settings-daemon/Makefile | 3 | ||||
-rw-r--r-- | sysutils/graveman/Makefile | 3 | ||||
-rw-r--r-- | sysutils/grub2/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 3 | ||||
-rw-r--r-- | sysutils/hal/Makefile | 3 | ||||
-rw-r--r-- | sysutils/libzeitgeist/Makefile | 3 | ||||
-rw-r--r-- | sysutils/polkit-kde/Makefile | 2 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfburn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-netload-plugin/Makefile | 2 |
16 files changed, 16 insertions, 24 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 32816776a1da..d5c3df5297a7 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -22,12 +22,11 @@ RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ CONFLICTS= brasero-3.[0-9]* -USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= sm -USES= pathfix +USES= pathfix gettext USE_GNOME= intlhack gnomeprefix gnomedocutils USE_LDCONFIG= yes USE_GSTREAMER= gconf core diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile index ec670754f173..f04f0fb1be6f 100644 --- a/sysutils/dfc/Makefile +++ b/sysutils/dfc/Makefile @@ -26,7 +26,7 @@ MAN1= dfc.1 .if ${PORT_OPTIONS:MNLS} CMAKE_ARGS+= -DNLS_ENABLED=true -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DNLS_ENABLED=false diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index dc8b95141acc..77dcab3281d7 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -31,7 +31,7 @@ MAN1= eiciel.1 CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 3fc1675e5252..7b4c1639c139 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -31,7 +31,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 9b813b1e922f..1c0516b1f852 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -25,7 +25,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 diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index c715ca43c9b0..bdfcc0255aa2 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -23,9 +23,8 @@ CONFLICTS= gnome-settings-daemon-3.[0-9]* USE_XORG= xxf86misc USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd -USE_GETTEXT= yes USE_GSTREAMER= good USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index 684a30a5a761..003870d4d90f 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -15,10 +15,9 @@ LIB_DEPENDS= mng:${PORTSDIR}/graphics/libmng USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_CDRTOOLS= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= libglade2 intlhack gnomeprefix CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 8165741cdc26..72a9974011b1 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -15,8 +15,7 @@ CONFLICTS= grub-0* GNU_CONFIGURE= yes USE_GMAKE= yes -USES= bison -USE_GETTEXT= yes +USES= bison gettext ONLY_FOR_ARCHS= i386 amd64 INFO= grub diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 3a426fd7dcd1..123bf25c1e05 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -28,9 +28,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools USE_AUTOTOOLS= libtool -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= gtk20 USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index fd9c6dc327ad..123fb7e90a83 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= polkit:${PORTSDIR}/sysutils/policykit \ ck-connector:${PORTSDIR}/sysutils/consolekit RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intlhack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/sysutils/libzeitgeist/Makefile b/sysutils/libzeitgeist/Makefile index 2800938e5318..aad72b92e49f 100644 --- a/sysutils/libzeitgeist/Makefile +++ b/sysutils/libzeitgeist/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= https://launchpadlibrarian.net/100152436/ \ MAINTAINER= olivierd@FreeBSD.org COMMENT= Zeitgeist client library -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack -USE_GETTEXT= yes USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/sysutils/polkit-kde/Makefile b/sysutils/polkit-kde/Makefile index 42a3a9e1c1cd..6939baaad2d0 100644 --- a/sysutils/polkit-kde/Makefile +++ b/sysutils/polkit-kde/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DBUILD_po:BOOL=FALSE diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 5c573e2f025b..c20302b6b13f 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -19,9 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i USE_GNOME= gnomehack glib20 intlhack gnomehier USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gettext USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-authfw=pam \ diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index 15d99c0a5db0..501423e2b6c5 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= DBUS HAL .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+= --disable-nls .endif diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index cf54a06b0692..74b055fd85aa 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -25,7 +25,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 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index ec9e68dc51c9..fd8cfc4bf368 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -24,7 +24,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 |