svn commit: r356156 - in head: chinese/auto-tw-l10n chinese/fcitx chinese/fcitx-chewing chinese/fcitx-cloudpinyin chinese/fcitx-googlepinyin chinese/fcitx-libpinyin chinese/fcitx-rime chinese/fcitx...
Olli Hauer
ohauer at FreeBSD.org
Sun Jun 1 16:43:07 UTC 2014
Author: ohauer
Date: Sun Jun 1 16:43:03 2014
New Revision: 356156
URL: http://svnweb.freebsd.org/changeset/ports/356156
QAT: https://qat.redports.org/buildarchive/r356156/
Log:
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Modified:
head/chinese/auto-tw-l10n/Makefile
head/chinese/fcitx-chewing/Makefile
head/chinese/fcitx-cloudpinyin/Makefile
head/chinese/fcitx-googlepinyin/Makefile
head/chinese/fcitx-libpinyin/Makefile
head/chinese/fcitx-rime/Makefile
head/chinese/fcitx-table-extra/Makefile
head/chinese/fcitx-ui-light/Makefile
head/chinese/fcitx/Makefile
head/chinese/fortune/Makefile
head/chinese/libchewing/Makefile
head/chinese/libgooglepinyin/Makefile
head/chinese/pcmanx/Makefile
head/chinese/qterm/Makefile
head/chinese/reciteword/Makefile
head/chinese/scim-fcitx/Makefile
head/japanese/FreeWnn-lib/Makefile.common
Modified: head/chinese/auto-tw-l10n/Makefile
==============================================================================
--- head/chinese/auto-tw-l10n/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/auto-tw-l10n/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -10,7 +10,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Automatic localization for Traditional Chinese locale
NO_BUILD= yes
-USE_XZ= yes
+USES= tar:xz
SUB_FILES= pkg-message
Modified: head/chinese/fcitx-chewing/Makefile
==============================================================================
--- head/chinese/fcitx-chewing/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-chewing/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -15,8 +15,7 @@ COMMENT= Chewing support for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libchewing.so:${PORTSDIR}/chinese/libchewing
-USE_XZ= yes
-USES= cmake gettext pkgconfig
+USES= tar:xz cmake gettext pkgconfig
USE_GNOME= intltool
.include <bsd.port.mk>
Modified: head/chinese/fcitx-cloudpinyin/Makefile
==============================================================================
--- head/chinese/fcitx-cloudpinyin/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-cloudpinyin/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -14,8 +14,7 @@ COMMENT= A cloud-based Pinyin module for
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libcurl.so:${PORTSDIR}/ftp/curl
-USE_XZ= yes
-USES= cmake gettext pkgconfig
+USES= tar:xz cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
Modified: head/chinese/fcitx-googlepinyin/Makefile
==============================================================================
--- head/chinese/fcitx-googlepinyin/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-googlepinyin/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -13,8 +13,7 @@ COMMENT= A libgooglepinyin support for F
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin
-USE_XZ= yes
-USES= cmake gettext pkgconfig
+USES= tar:xz cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
Modified: head/chinese/fcitx-libpinyin/Makefile
==============================================================================
--- head/chinese/fcitx-libpinyin/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-libpinyin/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -17,8 +17,7 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSD
libpinyin.so:${PORTSDIR}/chinese/libpinyin
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
-USE_XZ= yes
-USES= cmake gettext pkgconfig
+USES= tar:xz cmake gettext pkgconfig
USE_GNOME= intltool
INSTALLS_ICONS= yes
Modified: head/chinese/fcitx-rime/Makefile
==============================================================================
--- head/chinese/fcitx-rime/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-rime/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -15,8 +15,7 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSD
librime.so:${PORTSDIR}/chinese/librime
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
-USE_XZ= yes
-USES= cmake gettext
+USES= tar:xz cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
Modified: head/chinese/fcitx-table-extra/Makefile
==============================================================================
--- head/chinese/fcitx-table-extra/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-table-extra/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -12,8 +12,7 @@ COMMENT= Table-based input methods for F
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx
-USE_XZ= yes
-USES= cmake gettext
+USES= tar:xz cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
STRIP=
Modified: head/chinese/fcitx-ui-light/Makefile
==============================================================================
--- head/chinese/fcitx-ui-light/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx-ui-light/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -14,9 +14,8 @@ COMMENT= An alternative light weight UI
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
-USE_BZIP2= yes
USE_XORG= x11 xft xpm
-USES= cmake gettext pkgconfig
+USES= tar:bzip2 cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fcitx/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -27,11 +27,10 @@ SUB_LIST+= PORTSDIR=${PORTSDIR}
CONFLICTS= zh-scim-fcitx-3.*
-USE_XZ= yes
USE_GNOME= pango intltool libxml2 introspection
USE_XORG= x11 xext xkbfile
USE_LDCONFIG= yes
-USES= cmake desktop-file-utils gettext iconv pathfix pkgconfig shared-mime-info
+USES= tar:xz cmake desktop-file-utils gettext iconv pathfix pkgconfig shared-mime-info
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
Modified: head/chinese/fortune/Makefile
==============================================================================
--- head/chinese/fortune/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/fortune/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -15,8 +15,7 @@ RUN_DEPENDS= autob5:${PORTSDIR}/chinese/
PROJECTHOST= chinese-fortune
NO_BUILD= yes
-USES= gmake
-USE_BZIP2= yes
+USES= tar:bzip2 gmake
SUB_FILES= pkg-message
.if !exists(/usr/games/fortune) || !exists(/usr/games/strfile)
Modified: head/chinese/libchewing/Makefile
==============================================================================
--- head/chinese/libchewing/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/libchewing/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -9,10 +9,9 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= clsung at FreeBSD.org
COMMENT= The Chewing intelligent phonetic input method library
-USES= gmake pkgconfig pathfix
+USES= tar:bzip2 gmake pkgconfig pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_BZIP2= yes
DATADIR= ${PREFIX}/share/chewing
PROJECTHOST= chewing
Modified: head/chinese/libgooglepinyin/Makefile
==============================================================================
--- head/chinese/libgooglepinyin/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/libgooglepinyin/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -9,8 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= lichray at gmail.com
COMMENT= A fork of Google Pinyin IME on Android
-USE_BZIP2= yes
USE_LDCONFIG= yes
-USES= cmake
+USES= tar:bzip2 cmake
.include <bsd.port.mk>
Modified: head/chinese/pcmanx/Makefile
==============================================================================
--- head/chinese/pcmanx/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/pcmanx/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -12,9 +12,8 @@ COMMENT= BBS client using GTK+ 2.x
LICENSE= GPLv2
-USE_XZ= yes
USE_GNOME= gtk20 intlhack
-USES= iconv gmake pkgconfig
+USES= tar:xz iconv gmake pkgconfig
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY
Modified: head/chinese/qterm/Makefile
==============================================================================
--- head/chinese/qterm/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/qterm/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -10,8 +10,7 @@ MASTER_SITES= SF/qterm/qterm/${PORTVERSI
MAINTAINER= kaiwang27 at gmail.com
COMMENT= BBS client for BSD/Linux
-USE_BZIP2= yes
-USES= cmake perl5
+USES= tar:bzip2 cmake perl5
USE_PERL5= build
USE_QT4= codecs-cn_run codecs-tw_run gui help-tools_build \
linguist_build moc_build network qt3support_build \
Modified: head/chinese/reciteword/Makefile
==============================================================================
--- head/chinese/reciteword/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/reciteword/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -18,8 +18,7 @@ LIB_DEPENDS= libespeak.so:${PORTSDIR}/au
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= tar:bzip2 gettext gmake pkgconfig
USE_GNOME= gtk20 esound
CPPFLAGS+= "-I${LOCALBASE}/include"
Modified: head/chinese/scim-fcitx/Makefile
==============================================================================
--- head/chinese/scim-fcitx/Makefile Sun Jun 1 16:39:41 2014 (r356155)
+++ head/chinese/scim-fcitx/Makefile Sun Jun 1 16:43:03 2014 (r356156)
@@ -15,8 +15,7 @@ COMMENT= SCIM IMEngine module for fcitx
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
BUILD_DEPENDS:= ${RUN_DEPENDS}
-USE_BZIP2= yes
-USES= gmake pkgconfig
+USES= tar:bzip2 gmake pkgconfig
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
Modified: head/japanese/FreeWnn-lib/Makefile.common
==============================================================================
--- head/japanese/FreeWnn-lib/Makefile.common Sun Jun 1 16:39:41 2014 (r356155)
+++ head/japanese/FreeWnn-lib/Makefile.common Sun Jun 1 16:43:03 2014 (r356156)
@@ -1,10 +1,9 @@
# $FreeBSD$
GNU_CONFIGURE= yes
-USES= libtool:keepla
+USES= tar:bzip2 libtool:keepla
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize
LIBTOOLIZE_ARGS=-i -c -f
-USE_BZIP2= yes
USE_LDCONFIG= yes
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
LIBRARY_WNNMANDIR="3.libwnn" \
More information about the svn-ports-all
mailing list