Converted ports: 164 - USE_GETTEXT= yes find /usr/ports/ -type f | xargs grep USE_GETTEXT | \ grep -i yes | grep Makefile: | cut -f1-5 -d/ > /tmp/gt_yes.txt - USES for i in $(cat /tmp/gt_yes.txt); do grep -qw USES $i/Makefile && \ echo $i; done > /tmp/gt_uses.txt - No bsd.port.pre.mk for i in $(cat /tmp/gt_uses.txt); do grep -q bsd.port.pre.mk $i/Makefile || \ echo $i; done > /tmp/gt_uses_nopre.txt - No bsd.port.options.mk for i in $(cat /tmp/gt_uses_nopre.txt); do grep -q bsd.port.options.mk $i/Makefile || \ echo $i; done > /tmp/gt_uses_nopre_noopt.txt - No WITHOUT_NLS for i in $(cat /tmp/gt_uses_nopre_noopt.txt); do grep -q 'WITHOUT_NLS' $i/Makefile || \ echo $i; done > /tmp/gt_uses_nopre_noopt_nonls.txt - Conversion > /tmp/patch-gettext-uses-nopre-noopt-nonls.txt for i in $(cat /tmp/gt_uses_nopre_noopt_nonls.txt); do sed '/^USE_GETTEXT/d; s/\(USES.*\)$/\1 gettext/' $i/Makefile > /tmp/_patch_.txt diff -u $i/Makefile /tmp/_patch_.txt >> /tmp/patch-gettext-uses-nopre-noopt-nonls.txt rm -f /tmp/_patch_.txt done Index: x11/gnome-desktop/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack -USE_GETTEXT= yes USE_GMAKE= yes USE_PYTHON= yes INSTALLS_OMF= yes Index: x11/gnome-libs/Makefile @@ -16,14 +16,13 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USES= charsetfix +USES= charsetfix gettext USE_BZIP2= yes USE_XORG= xpm ice x11 USE_PERL5= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomehier gnomeprefix esound gtk12 imlib libxml orbit -USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-test-gnome Index: x11/gnome-menus/Makefile @@ -14,11 +14,10 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USES= pkgconfig +USES= pkgconfig gettext USE_AUTOTOOLS= libtool USE_PYTHON= yes USE_LDCONFIG= yes Index: x11/gsynaptics/Makefile @@ -13,9 +13,8 @@ RUN_DEPENDS= xf86-input-synaptics>0:${PORTSDIR}/x11-drivers/xf86-input-synaptics -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gconf2 libglade2 gnomedocutils -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: x11/libgnome/Makefile @@ -20,11 +20,10 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack esound libbonobo \ gnomevfs2 ltverhack referencehack -USES= bison pathfix +USES= bison pathfix gettext USE_XORG= xpm USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11/rsibreak-kde4/Makefile @@ -13,8 +13,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_QT4= qmake_build moc_build rcc_build uic_build USE_KDE4= kdehier kdeprefix kdelibs automoc4 INSTALLS_ICONS= yes Index: x11/yakuake-kde4/Makefile @@ -14,10 +14,9 @@ LICENSE= GPLv2 USE_XZ= yes -USES= cmake +USES= cmake gettext USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= qmake_build moc_build rcc_build uic_build -USE_GETTEXT= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes Index: x11-wm/compiz-plugins-extra/Makefile @@ -21,10 +21,9 @@ USE_GL= yes USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intltool USE_XORG= glproto -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-wm/compiz-plugins-main/Makefile @@ -20,10 +20,9 @@ USE_GL= yes USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intltool USE_XORG= glproto -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-wm/compiz-plugins-unsupported/Makefile @@ -21,10 +21,9 @@ USE_GL= yes USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intltool USE_XORG= glproto -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-wm/devilspie/Makefile @@ -11,10 +11,9 @@ COMMENT= A window manipulation tool USE_GNOME= libwnck -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-wm/emerald/Makefile @@ -17,10 +17,9 @@ USE_GL= gl USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gtk20 libwnck pango USE_XORG= xrender -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-wm/sawfish/Makefile @@ -20,9 +20,8 @@ USE_XZ= yes USE_XORG= ice sm x11 xft xinerama xrandr -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomehier gtk20 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ Index: x11-toolkits/gal2/Makefile @@ -20,9 +20,8 @@ USE_PERL5= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui ltverhack -USE_GETTEXT= yes USE_XORG= x11 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: x11-toolkits/gtkglextmm/Makefile @@ -14,8 +14,7 @@ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes -USE_GETTEXT= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool Index: x11-toolkits/gtkmm30/Makefile @@ -20,11 +20,10 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk30 ltverhack glibmm cairomm atkmm pangomm CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-toolkits/gtksourceview3/Makefile @@ -17,11 +17,10 @@ .if !defined(REFERENCE_PORT) -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection Index: x11-toolkits/libsexy/Makefile @@ -17,10 +17,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool -USE_GETTEXT= yes USE_GNOME= gnomehack lthack gtk20 libxml2 USE_LDCONFIG= yes -USES= pkgconfig +USES= pkgconfig gettext GNU_CONFIGURE= yes .include Index: x11-toolkits/libgnomeprintui/Makefile @@ -18,10 +18,9 @@ USE_BZIP2= yes USE_XORG= x11 xpm USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_BISON= build Index: x11-toolkits/libgnomeui/Makefile @@ -20,10 +20,9 @@ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -USE_GETTEXT= yes USE_XORG= sm USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \ referencehack gvfs USE_LDCONFIG= yes Index: x11-toolkits/sakura/Makefile @@ -11,8 +11,7 @@ COMMENT= A terminal emulator based on GTK and VTE USE_GNOME= vte -USE_GETTEXT= yes -USES= cmake pkgconfig +USES= cmake pkgconfig gettext USE_BZIP2= yes MAN1= sakura.1 Index: x11-fm/krusader2/Makefile @@ -10,8 +10,7 @@ COMMENT= Twin panel file manager for KDE, like midnight or norton commander USE_BZIP2= yes -USES= cmake:outsource -USE_GETTEXT= yes +USES= cmake:outsource gettext USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build Index: x11-fm/mtoolsfm/Makefile @@ -13,9 +13,8 @@ RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk12 -USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-clocks/plasma-applet-adjustableclock/Makefile @@ -19,8 +19,7 @@ LICENSE= GPLv2 USE_BZIP2= yes -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_KDE4= automoc4 kdeprefix workspace USE_QT4= qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes Index: x11-clocks/xfce4-datetime-plugin/Makefile @@ -14,10 +14,9 @@ USE_GMAKE= yes USE_BZIP2= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pkgconfig +USES= pkgconfig gettext .include Index: www/choqok/Makefile @@ -22,12 +22,11 @@ #BUILD_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kwebkitpart.so:${PORTSDIR}/www/kwebkitpart #RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kwebkitpart.so:${PORTSDIR}/www/kwebkitpart -USE_GETTEXT= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= gui imageformats_run network \ moc_build qmake_build rcc_build uic_build USE_BZIP2= yes -USES= cmake +USES= cmake gettext USE_LDCONFIG= yes .include Index: www/deforaos-surfer/Makefile @@ -23,8 +23,7 @@ MAKE_ARGS= PREFIX=${PREFIX} USE_GNOME= gtk20 desktopfileutils -USES= pkgconfig -USE_GETTEXT= yes +USES= pkgconfig gettext INSTALLS_ICONS= yes MAKE_ENV+= MANDIR=${MANPREFIX}/man Index: www/screem/Makefile @@ -12,8 +12,7 @@ LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco -USE_GETTEXT= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= desktopfileutils gnomemenus gnomeprefix \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XORG= xpm Index: www/xfce4-smartbookmark-plugin/Makefile @@ -14,10 +14,9 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack -USES= pkgconfig +USES= pkgconfig gettext USE_XFCE= configenv libexo libmenu libutil panel USE_XORG= ice Index: accessibility/at-spi2-core/Makefile @@ -18,9 +18,8 @@ PORTSCOUT= limitw:1,even -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_XZ= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehier glib20 intlhack USE_XORG= x11 xi xtst xext Index: accessibility/atk/Makefile @@ -18,8 +18,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -USES= pathfix pkgconfig -USE_GETTEXT= yes +USES= pathfix pkgconfig gettext USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Index: astro/glunarclock/Makefile @@ -12,10 +12,9 @@ LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib Index: astro/starplot/Makefile @@ -10,9 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3-dimensional viewer for star charts -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: audio/deforaos-mixer/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes PLIST_FILES= bin/mixer \ share/applications/mixer.desktop \ share/locale/fr/LC_MESSAGES/Mixer.mo Index: audio/glame/Makefile @@ -19,8 +19,7 @@ USE_AUTOTOOLS= libltdl libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" USE_GMAKE= yes -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 Index: audio/liteamp/Makefile @@ -18,9 +18,8 @@ mad.2:${PORTSDIR}/audio/libmad \ vorbisfile.6:${PORTSDIR}/audio/libvorbis -USES= pathfix +USES= pathfix gettext USE_GNOME= libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" Index: audio/sweep/Makefile @@ -18,9 +18,8 @@ speex:${PORTSDIR}/audio/speex USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool Index: audio/tagtool/Makefile @@ -14,9 +14,8 @@ vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intlhack libglade2 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: audio/thunar-media-tags-plugin/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 intltool intlhack USE_XFCE= configenv libexo thunar Index: audio/xfce4-mpc-plugin/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu panel Index: chinese/fcitx-chewing/Makefile @@ -18,8 +18,7 @@ chewing:${PORTSDIR}/chinese/libchewing USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx Index: chinese/fcitx-cloudpinyin/Makefile @@ -18,8 +18,7 @@ curl:${PORTSDIR}/ftp/curl USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx Index: chinese/fcitx-googlepinyin/Makefile @@ -14,8 +14,7 @@ googlepinyin:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx Index: chinese/fcitx-libpinyin/Makefile @@ -18,8 +18,7 @@ USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes Index: chinese/fcitx-rime/Makefile @@ -16,8 +16,7 @@ USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes Index: chinese/fcitx-sunpinyin/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes Index: chinese/fcitx-table-extra/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes STRIP= Index: chinese/fcitx-ui-light/Makefile @@ -19,9 +19,8 @@ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes -USE_GETTEXT= yes USE_XORG= x11 xft xpm -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx Index: chinese/ibus-chewing/Makefile @@ -21,8 +21,7 @@ CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \ -DLIB_DIR=${PREFIX}/lib GCONF_SCHEMAS= ${PORTNAME}.schemas -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_GNOME= gconf2 gtk20 USE_XORG= xtst Index: chinese/librime/Makefile @@ -18,8 +18,7 @@ opencc:${PORTSDIR}/chinese/opencc \ yaml-cpp:${PORTSDIR}/devel/yaml-cpp -USES= cmake pkgconfig -USE_GETTEXT= yes +USES= cmake pkgconfig gettext USE_LDCONFIG= yes USE_XORG= xproto USE_PERL5_BUILD= yes Index: comms/deforaos-phone/Makefile @@ -22,9 +22,8 @@ BUILD_DEPENDS= locker:${PORTSDIR}/x11/deforaos-locker \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} Index: comms/gammu-devel/Makefile @@ -23,9 +23,8 @@ CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata -USES= cmake +USES= cmake gettext USE_PYTHON= yes -USE_GETTEXT= yes USE_GNOME= glib20 USE_BZIP2= yes USE_LDCONFIG= yes Index: databases/akonadi-googledata/Makefile @@ -13,8 +13,7 @@ LIB_DEPENDS= gcal:${PORTSDIR}/deskutils/libgcal USE_BZIP2= yes -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_QT4= qmake_build rcc_build moc_build uic_build dbus USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi Index: databases/animenfo-client-gtk/Makefile @@ -14,9 +14,8 @@ LICENSE= GPLv2 -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include Index: databases/libmongo-client/Makefile @@ -17,10 +17,9 @@ USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig Index: databases/mergeant/Makefile @@ -13,9 +13,8 @@ COMMENT= Provide uniform access to data sources for the GNOME 2 environment USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnomedb USE_PERL5= yes GNU_CONFIGURE= yes Index: deskutils/babytrans/Makefile @@ -10,8 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk12 gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include Index: deskutils/cairo-dock/Makefile @@ -17,11 +17,10 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2 USE_LDCONFIG= yes USE_XORG= xrender xtst -USES= cmake +USES= cmake gettext MAKE_JOBS_SAFE= yes MAN1= cairo-dock.1 Index: deskutils/deforaos-todo/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ Desktop:${PORTSDIR}/x11/deforaos-libdesktop -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} Index: deskutils/glipper/Makefile @@ -12,9 +12,8 @@ USE_BZIP2= yes USE_ICONV= yes -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras USE_PYTHON= 2.5+ INSTALLS_ICONS= yes Index: deskutils/gnochm/Makefile @@ -14,11 +14,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes USE_PYTHON= 2.2+ -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: deskutils/gnotime/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_XORG= xscrnsaver -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gtkhtml3 intlhack libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl LIBTOOLFILES= configure ../${QOF_DISTNAME}/configure Index: deskutils/gtodo/Makefile @@ -10,8 +10,7 @@ COMMENT= An Gtk2 Todo list manager USE_GMAKE= yes -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gnomevfs2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: deskutils/plasma-applet-cwp/Makefile @@ -13,9 +13,8 @@ LICENSE= GPLv3 -USE_GETTEXT= yes USE_BZIP2= yes -USES= cmake +USES= cmake gettext USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= gui dbus network opengl svg phonon webkit xml \ qmake_build moc_build rcc_build uic_build Index: deskutils/plasma-applet-daisy/Makefile @@ -17,10 +17,9 @@ LICENSE= GPLv3 -USES= cmake +USES= cmake gettext USE_KDE4= automoc4 kdeprefix kdelibs workspace USE_QT4= qmake_build moc_build rcc_build uic_build -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes .include Index: deskutils/plasma-applet-serverstatuswidget/Makefile @@ -17,8 +17,7 @@ COMMENT= Server monitoring plasma applet for KDE4 USE_BZIP2= yes -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_KDE4= automoc4 kdeprefix workspace USE_QT4= qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes Index: deskutils/plasma-applet-yawp/Makefile @@ -18,10 +18,9 @@ LICENSE= GPLv2 USE_BZIP2= yes -USES= cmake +USES= cmake gettext USE_KDE4= automoc4 kdeprefix workspace USE_QT4= qmake_build moc_build rcc_build uic_build -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes .include Index: deskutils/rubrica/Makefile @@ -18,9 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gconf2 gnomeprefix libglade2 -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool MAKE_JOBS_SAFE= yes Index: deskutils/steadyflow/Makefile @@ -19,10 +19,9 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala USE_XZ= yes -USES= cmake pkgconfig +USES= cmake pkgconfig gettext GLIB_SCHEMAS= net.launchpad.steadyflow.gschema.xml USE_GNOME= desktopfileutils glib20 gtk30 -USE_GETTEXT= yes INSTALLS_ICONS= yes CMAKE_ARGS= -DCOMPILE_GSETTINGS_ON_INSTALL:BOOL=ON \ -DWANT_AYATANA:BOOL=OFF Index: deskutils/timer-applet/Makefile @@ -17,10 +17,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack pygnomedesktop USE_PYTHON= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/libexec Index: devel/ORBit2/Makefile @@ -16,9 +16,8 @@ .if !defined(REFERENCE_PORT) -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack libidl ltverhack referencehack Index: devel/desktop-file-utils/Makefile @@ -10,10 +10,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A couple of command line utilities for working with desktop entries -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= glib20 USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir Index: devel/glibmm/Makefile @@ -22,9 +22,8 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GETTEXT= yes USE_GNOME= gnomehack glib20 ltverhack libsigc++20 -USES= pkgconfig +USES= pkgconfig gettext USE_PERL5= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Index: devel/gnome-js-common/Makefile @@ -15,9 +15,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes USE_GNOME= gnomehack intltool -USES= pkgconfig +USES= pkgconfig gettext PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog Index: devel/gobject-introspection/Makefile @@ -15,13 +15,12 @@ BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo LIB_DEPENDS= ffi.6:${PORTSDIR}/devel/libffi -USES= bison pathfix pkgconfig +USES= bison pathfix pkgconfig gettext USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehier glib20 ltverhack USE_PYTHON= -2.7 -USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes Index: devel/gsettings-desktop-schemas/Makefile @@ -15,9 +15,8 @@ LICENSE= LGPL21 -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_GNOME= gnomehack intltool glib20 Index: devel/guiloader-c++/Makefile @@ -16,9 +16,8 @@ PROJECTHOST= nothing-personal USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hidden-visibility USE_LDCONFIG= yes Index: devel/guiloader/Makefile @@ -12,9 +12,8 @@ PROJECTHOST= nothing-personal USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hidden-visibility Index: devel/libIDL/Makefile @@ -12,10 +12,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA IDL files -USES= bison pathfix pkgconfig +USES= bison pathfix pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libYGP/Makefile @@ -17,9 +17,8 @@ USE_BZIP2= yes USE_GCC= 4.6+ GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_LDCONFIG= yes -USE_GETTEXT= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-gmp\ --disable-static --disable-rpath --enable-network-trav Index: devel/libassetml/Makefile @@ -13,11 +13,10 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= pkgconfig +USES= pkgconfig gettext USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib Index: devel/libbonobo/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USES= bison pathfix pkgconfig +USES= bison pathfix pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5= yes Index: devel/libclaw/Makefile @@ -13,11 +13,10 @@ png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs -USES= cmake +USES= cmake gettext CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake" USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -USE_GETTEXT= yes USE_GCC= 4.6+ post-patch: Index: devel/libewf/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USES= fuse pathfix -USE_GETTEXT= yes +USES= fuse pathfix gettext USE_ICONV= yes USE_LDCONFIG= yes USE_OPENSSL= yes Index: devel/libgalago/Makefile @@ -14,8 +14,7 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -USES= pathfix -USE_GETTEXT= yes +USES= pathfix gettext USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests Index: devel/libvshadow/Makefile @@ -13,8 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse pathfix -USE_GETTEXT= yes +USES= fuse pathfix gettext USE_ICONV= yes USE_PYTHON= yes USE_LDCONFIG= yes Index: devel/pharmacy/Makefile @@ -11,9 +11,8 @@ COMMENT= GNOME frontend for CVS USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gnomelibs -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" Index: devel/regexxer/Makefile @@ -14,10 +14,9 @@ glademm-2.4:${PORTSDIR}/devel/libglademm24 \ pcre.3:${PORTSDIR}/devel/pcre -USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: editors/deforaos-editor/Makefile @@ -17,8 +17,7 @@ Desktop:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes .include Index: editors/gmanedit/Makefile @@ -10,9 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: editors/kate/Makefile @@ -16,9 +16,8 @@ CONFLICTS= kdebase-4.[0-6].* kdelibs-4.[0-6].* kdesdk-4.[0-6].* USE_XZ= yes -USE_GETTEXT= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 kactivities -USES= cmake:outsource +USES= cmake:outsource gettext USE_PERL5_BUILD= yes USE_QT4= dbus gui script sql webkit xml \ moc_build qmake_build rcc_build uic_build Index: finance/eqonomize-kde4/Makefile @@ -13,8 +13,7 @@ USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib dbus gui network svg xml qmake_build moc_build uic_build rcc_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_ICONV= yes INSTALLS_ICONS= yes Index: finance/skrooge/Makefile @@ -15,12 +15,11 @@ kactivities:${PORTSDIR}/x11/kactivities USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource gettext USE_SQLITE= yes USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \ corelib dbus gui script sql webkit xml sql-sqlite3_run USE_KDE4= automoc4 kdehier kdelibs kdeprefix pimlibs sharedmime -USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes Index: ftp/pureadmin/Makefile @@ -10,10 +10,9 @@ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Management utility for the PureFTPd -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gnomehack libglade2 USE_FAM= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Index: games/gnmm/Makefile @@ -11,10 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment -USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gnomelibs gdkpixbuf GNU_CONFIGURE= yes Index: games/gnomememoryblocks/Makefile @@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Memory Blocks game for GNOME -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gnomelibs gdkpixbuf USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Index: games/gtetrinet/Makefile @@ -11,9 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Version of the popular TetriNET multiplayer Tetris clone -USE_GETTEXT= yes USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= esound gnomeprefix libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes Index: games/klavaro/Makefile @@ -22,10 +22,9 @@ gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox \ xcb:${PORTSDIR}/x11/libxcb -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender Index: games/monster-masher/Makefile @@ -17,10 +17,9 @@ glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnome esound USE_GMAKE= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lesd Index: games/plee-the-bear/Makefile @@ -18,11 +18,10 @@ WANT_GNOME= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes USE_GCC= 4.6+ -USES= cmake +USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES Index: games/poker-engine/Makefile @@ -22,9 +22,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig +USES= pkgconfig gettext USE_PYTHON= 2.5-2.7 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: games/sumwars/Makefile @@ -27,9 +27,8 @@ physfs.1:${PORTSDIR}/devel/physfs USE_GMAKE= yes -USES= cmake +USES= cmake gettext USE_GL= gl glu -USE_GETTEXT= yes USE_BZIP2= yes INSTALLS_ICONS= yes USE_LUA= 5.1 Index: games/widelands/Makefile @@ -18,8 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes -USES= cmake:outsource -USE_GETTEXT= yes +USES= cmake:outsource gettext CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_INSTALL_DATADIR="share/widelands" \ -DWL_INSTALL_BINDIR="bin" \ Index: graphics/clutter/Makefile @@ -16,9 +16,8 @@ LICENSE= LGPL21 -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GNOME= gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango Index: graphics/converseen/Makefile @@ -23,9 +23,8 @@ USE_BZIP2= yes USE_AUTOTOOLS= libltdl -USES= cmake +USES= cmake gettext USE_ICONV= yes -USE_GETTEXT= yes USE_XORG= ice sm x11 xau xdmcp xext xrender xt USE_QT4= corelib gui linguist_build moc_build qmake_build \ rcc_build uic_build Index: graphics/gstreamer-plugins-gl/Makefile @@ -20,9 +20,8 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix gettext USE_GSTREAMER= yes USE_XORG= ice x11 USE_GL= gl glu glew Index: graphics/kpovmodeler/Makefile @@ -18,8 +18,7 @@ USE_GL= glu USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext MAKE_JOBS_SAFE= yes APP_VER= 1.1.3 Index: graphics/kuickshow-kde4/Makefile @@ -21,8 +21,7 @@ USE_GNOME= imlib USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext MAKE_JOBS_SAFE= yes LATEST_LINK= ${PORTNAME}-kde4 Index: graphics/libreatlas/Makefile @@ -31,9 +31,8 @@ xcb:${PORTSDIR}/x11/libxcb GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender xxf86vm Index: graphics/librsvg2/Makefile @@ -18,12 +18,11 @@ RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 USE_XZ= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehier gnomeprefix libgsf ltverhack gtk20 -USES= pathfix +USES= pathfix gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-svgz \ Index: graphics/ristretto/Makefile @@ -16,13 +16,12 @@ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ cairo.2:${PORTSDIR}/graphics/cairo -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils USE_GMAKE= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 Index: graphics/scantailor/Makefile @@ -17,9 +17,8 @@ png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= cmake +USES= cmake gettext USE_ICONV= yes -USE_GETTEXT= yes USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ linguist_build MAKE_JOBS_SAFE= yes Index: graphics/truevision/Makefile @@ -16,8 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes Index: japanese/fcitx-anthy/Makefile @@ -18,8 +18,7 @@ anthy:${PORTSDIR}/japanese/anthy USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx Index: korean/fcitx-hangul/Makefile @@ -17,8 +17,7 @@ hangul:${PORTSDIR}/korean/libhangul USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes Index: lang/gjs/Makefile @@ -19,12 +19,11 @@ mozjs185:${PORTSDIR}/lang/spidermonkey185 USE_XZ= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_PYTHON_BUILD=yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USES= pkgconfig +USES= pkgconfig gettext USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: lang/vala/Makefile @@ -12,12 +12,11 @@ LICENSE= LGPL21 -USES= bison pathfix pkgconfig +USES= bison pathfix pkgconfig gettext USE_XZ= yes USE_GNOME= glib20 gnomeprefix libxslt USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Index: mail/contact-lookup-applet/Makefile @@ -12,10 +12,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USES= pathfix +USES= pathfix gettext USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \ libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: mail/deforaos-mailer/Makefile @@ -20,8 +20,7 @@ Desktop:${PORTSDIR}/x11/deforaos-libdesktop USE_GNOME= gtk20 desktopfileutils -USES= pkgconfig -USE_GETTEXT= yes +USES= pkgconfig gettext INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_OPENSSL= yes Index: mail/kbiff/Makefile @@ -21,8 +21,7 @@ USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext MAKE_JOBS_SAFE= yes MAN1= kbiff.1 Index: mail/kshowmail/Makefile @@ -19,8 +19,7 @@ USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext MAKE_JOBS_SAFE= yes .include Index: math/eukleides/Makefile @@ -15,9 +15,8 @@ epstopdf:${PORTSDIR}/print/teTeX-base USE_BZIP2= yes -USES= bison +USES= bison gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes MAN1= eukleides.1 euktoeps.1 euktopdf.1 euktopst.1 euktotex.1 Index: math/gcalctool/Makefile @@ -16,8 +16,7 @@ CONFLICTS= gcalctool-2.31.* USE_BZIP2= yes -USES= bison -USE_GETTEXT= yes +USES= bison gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 Index: misc/cdcollect/Makefile @@ -16,10 +16,9 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20 GCONF_SCHEMAS= cdcollect.schemas -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: misc/iso-codes/Makefile @@ -12,8 +12,7 @@ LICENSE= LGPL21 USE_XZ= yes -USES= pathfix -USE_GETTEXT= yes +USES= pathfix gettext USE_GMAKE= yes GNU_CONFIGURE= yes Index: misc/kbfx/Makefile @@ -13,9 +13,8 @@ DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USES= cmake +USES= cmake gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes Index: misc/shared-mime-info/Makefile @@ -14,9 +14,8 @@ USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= glib20 libxml2 intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: misc/tellico-kde4/Makefile @@ -24,8 +24,7 @@ USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ automoc4 qimageblitz libkcddb USE_QT4= qmake_build moc_build uic_build rcc_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext MAKE_JOBS_SAFE= yes .include Index: multimedia/bangarang/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib PROJECTHOST= bangarangissuetracking -USES= cmake:outsource -USE_GETTEXT= yes +USES= cmake:outsource gettext USE_QT4= qmake_build moc_build rcc_build uic_build \ corelib gui phonon USE_KDE4= automoc4 kdelibs kdeprefix Index: multimedia/bombono/Makefile @@ -23,11 +23,10 @@ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ toolame:${PORTSDIR}/audio/toolame -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes USE_SCONS= yes USE_GCC= 4.2+ -USE_GETTEXT= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes Index: multimedia/kaffeine/Makefile @@ -21,11 +21,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -USE_GETTEXT= yes USE_KDE4= kdehier kdeprefix automoc4 kdelibs USE_QT4= corelib gui phonon svg network dbus xml sql \ qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake gettext USE_LDCONFIG= yes USE_XORG= xscrnsaver Index: multimedia/kplayer-kde4/Makefile @@ -19,8 +19,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_QT4= corelib qmake_build moc_build rcc_build uic_build USE_KDE4= kdehier kdeprefix kdelibs automoc4 MAKE_JOBS_SAFE= yes Index: multimedia/libaacs/Makefile @@ -15,11 +15,10 @@ gpg-error.0:${PORTSDIR}/security/libgpg-error USE_ICONV= yes -USE_GETTEXT= yes USE_BZIP2= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf aclocal automake libtool -USES= bison +USES= bison gettext MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes Index: net-im/farsight2/Makefile @@ -15,9 +15,8 @@ CONFLICTS= farstream-[0-9]* -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_GNOME= gnomehack glib20 ltverhack Index: net-im/folks04/Makefile @@ -22,9 +22,8 @@ USE_BZIP2= yes USE_LDCONFIG= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= intlhack gnomehier -USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/kmess-kde4/Makefile @@ -24,7 +24,6 @@ USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix kdelibs libkonq automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext .include Index: net-im/libnice/Makefile @@ -11,9 +11,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= pkgconfig +USES= pkgconfig gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack USE_GSTREAMER= yes Index: net-p2p/ktorrent/Makefile @@ -19,8 +19,7 @@ USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build -USES= cmake:outsource -USE_GETTEXT= yes +USES= cmake:outsource gettext USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes Index: net-p2p/libktorrent/Makefile @@ -17,8 +17,7 @@ USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build -USES= cmake:outsource -USE_GETTEXT= yes +USES= cmake:outsource gettext USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes Index: net/g2ipmsg/Makefile @@ -14,9 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A popup style message communication tool for GNOME2 -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis Index: net/gnome-mud/Makefile @@ -14,10 +14,9 @@ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte USE_GSTREAMER= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: palm/gnome-pilot-conduits/Makefile @@ -16,9 +16,8 @@ USE_BZIP2= yes USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gnomeprefix libgnome -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include Index: palm/gnome-pilot/Makefile @@ -14,12 +14,11 @@ BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehier gnomepanel intlhack \ ltverhack libgnomeui -USE_GETTEXT= yes USE_AUTOTOOLS= libtool INSTALLS_OMF= yes USE_LDCONFIG= yes Index: palm/synce-gvfs/Makefile @@ -17,8 +17,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix gvfs INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Index: ports-mgmt/kpackagekit/Makefile @@ -20,12 +20,11 @@ LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4 USE_BZIP2= yes -USE_GETTEXT= yes USE_GNOME= pkgconfig USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build MAKE_JOBS_SAFE= yes -USES= cmake +USES= cmake gettext LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Index: print/kover/Makefile @@ -19,8 +19,7 @@ USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext MAKE_JOBS_SAFE= yes MAN1= kover.1 Index: print/libgnomecups/Makefile @@ -14,11 +14,10 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client -USES= pkgconfig +USES= pkgconfig gettext USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 -USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include Index: science/ghemical/Makefile @@ -20,12 +20,11 @@ oglappth:${PORTSDIR}/science/liboglappth \ mopac7:${PORTSDIR}/biology/mopac -USES= pkgconfig +USES= pkgconfig gettext USE_FORTRAN= yes USE_GMAKE= yes USE_GNOME= glib20 gtk20 libglade2 USE_GL= glut -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gamess --enable-mpqc --enable-openbabel --enable-gtk --enable-threads --enable-mopac7 PLIST_SUB= GHEMICAL_VERSION="${PORTVERSION}" Index: science/libghemical/Makefile @@ -17,11 +17,10 @@ f2c:${PORTSDIR}/lang/f2c USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GL= gl GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GETTEXT= yes USE_FORTRAN= yes CONFIGURE_ARGS+= --enable-mpqc Index: science/massxpert/Makefile @@ -21,8 +21,7 @@ USE_GCC= any USE_BZIP2= yes -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_ICONV= yes USE_XORG= ice sm x11 xau xdmcp xext xrender USE_GNOME= glib20 Index: sysutils/consolekit/Makefile @@ -19,9 +19,8 @@ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes -USE_GETTEXT= yes USE_XORG= x11 -USES= pathfix +USES= pathfix gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: sysutils/gtk-imonc/Makefile @@ -22,9 +22,8 @@ xcb:${PORTSDIR}/x11/libxcb GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_ICONV= yes -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender Index: sysutils/iextract/Makefile @@ -14,8 +14,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes -USES= pkgconfig +USES= pkgconfig gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath .include Index: sysutils/knutclient-kde4/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz CONFLICTS= knutclient-0.* -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes Index: sysutils/policykit-qt/Makefile @@ -15,12 +15,11 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_KDE4= automoc4 USE_QT4= corelib dbus gui network svg xml \ qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake gettext PORTSCOUT= limit:^0 Index: sysutils/polkit-qt/Makefile @@ -22,12 +22,11 @@ LIB_DEPENDS= polkit-agent-1.0:${PORTSDIR}/sysutils/polkit USE_BZIP2= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_KDE4= automoc4 USE_QT4= corelib dbus gui network svg xml \ qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake gettext # TODO: the next release (post-0.103.0) should have commit 56883bd, which # syncs FindGObject.cmake with kdelibs' and should find GObject without # requiring us to explicitly set LDFLAGS. Index: sysutils/pyrenamer/Makefile @@ -10,10 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A mass file renamer written in PyGTK -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gconf2 pygtk2 USE_PYTHON= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/quicksynergy/Makefile @@ -14,8 +14,7 @@ GNU_CONFIGURE= yes USE_ICONV= yes -USE_GETTEXT= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix libglade2 CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/unieject/Makefile @@ -17,9 +17,8 @@ cdio:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= glib20 -USE_GETTEXT= yes USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ Index: sysutils/xfce4-genmon-plugin/Makefile @@ -14,9 +14,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libmenu panel Index: textproc/fcitx-m17n/Makefile @@ -15,8 +15,7 @@ m17n:${PORTSDIR}/devel/m17n-lib USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool .include Index: textproc/kdiff3/Makefile @@ -15,9 +15,8 @@ COMMENT= A KDE4 graphical frontend for diff USE_KDE4= kdelibs libkonq kdeprefix kdehier automoc4 -USES= cmake +USES= cmake gettext USE_QT4= moc_build qmake_build rcc_build uic_build -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes post-patch: Index: textproc/sagasu/Makefile @@ -11,9 +11,8 @@ LICENSE= GPLv2 # (or later) -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomehier libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes Index: textproc/scim-openvanilla/Makefile @@ -20,9 +20,8 @@ USE_AUTOTOOLS= libltdl WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes -USES= pkgconfig +USES= pkgconfig gettext GNU_CONFIGURE= yes CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/ CPPFLAGS+= -I${LOCALBASE}/include