svn commit: r316337 - in head: editors/calligra editors/deforaos-editor editors/fxite editors/libreoffice editors/texworks emulators/dolphin-emu-devel emulators/fceux emulators/higan emulators/open...
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 23 10:19:48 UTC 2013
Author: bapt
Date: Tue Apr 23 10:19:45 2013
New Revision: 316337
URL: http://svnweb.freebsd.org/changeset/ports/316337
Log:
Convert e* to USES=pkgconfig
Modified:
head/editors/calligra/Makefile
head/editors/deforaos-editor/Makefile
head/editors/fxite/Makefile
head/editors/libreoffice/Makefile
head/editors/texworks/Makefile
head/emulators/dolphin-emu-devel/Makefile
head/emulators/fceux/Makefile
head/emulators/higan/Makefile
head/emulators/open-vm-tools/Makefile
head/emulators/qemu-devel/Makefile
head/emulators/qemu-devel/pkg-plist
head/emulators/tme/Makefile
head/emulators/vice/Makefile
Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/editors/calligra/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -42,13 +42,12 @@ USE_ICONV= yes
USE_KDE4= kactivities kdehier kdelibs kdeprefix libkdcraw nepomuk-core \
okular pimlibs attica automoc4 sharedmime soprano
USE_PERL5= yes
-USE_PKGCONFIG= yes
USE_QT4= dbus designer_build gui opengl phonon porting_build qt3support \
qtestlib_build script sql svg webkit xml xmlpatterns \
moc_build qmake_build rcc_build uic_build uic3_build
USE_SQLITE= 3
USE_BZIP2= yes
-USES= cmake:outsource
+USES= cmake:outsource pkgconfig
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \
-DIHAVEPATCHEDQT:BOOL=TRUE # To be removed with Qt 4.8.2.
MAKE_JOBS_SAFE= yes
Modified: head/editors/deforaos-editor/Makefile
==============================================================================
--- head/editors/deforaos-editor/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/editors/deforaos-editor/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -17,8 +17,8 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/de
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
+USES= pkgconfig
USE_GNOME= gtk20 desktopfileutils
-USE_PKGCONFIG= build
USE_GETTEXT= yes
.include <bsd.port.mk>
Modified: head/editors/fxite/Makefile
==============================================================================
--- head/editors/fxite/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/editors/fxite/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -21,8 +21,8 @@ GH_ACCOUNT= yetanothergeek
GH_TAGNAME= FXITE-0_91
GH_COMMIT= c2ecac3
+USES= pkgconfig
USE_LUA= yes
-USE_PKGCONFIG= build
USE_AUTOTOOLS= aclocal autoconf automake
ACLOCAL_ARGS= --force -I m4
AUTOMAKE_ARGS= --gnu --add-missing --copy
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/editors/libreoffice/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -66,12 +66,11 @@ USE_GL= gl glu
USE_GMAKE= yes
USE_OPENLDAP= yes
USE_PERL5_BUILD= yes
-USE_PKGCONFIG= build
USE_PYTHON= yes
USE_QT4= # empty but required
USE_XORG= xaw xrandr
USE_XZ= yes
-USES= bison
+USES= bison pkgconfig
WANT_GNOME= yes
DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX}
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/editors/texworks/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -16,7 +16,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell
LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \
dbus xml scripttools designer_build
QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \
Modified: head/emulators/dolphin-emu-devel/Makefile
==============================================================================
--- head/emulators/dolphin-emu-devel/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/dolphin-emu-devel/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -22,7 +22,6 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/
REVDATE= 20130415
USE_ICONV= yes
-USE_PKGCONFIG= build
USE_SDL= sdl
USE_OPENAL= yes
USE_XORG= ice xext x11 xrandr
@@ -38,7 +37,7 @@ DOS2UNIX_REGEX= .*\.(h|c|cpp)
USE_GCC= 4.6+
.endif
-USES= cmake
+USES= cmake pkgconfig
CMAKE_BUILD_TYPE= Release
# Disable ao (seems buggy) and ALSA (emulated)
CMAKE_ARGS+= -DDISABLE_AO:BOOL=ON \
Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/fceux/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= c.petrik.sosa at gmail.com
COMMENT= Portable NES/Famicom emulator based on Bero's original FCE
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_SCONS= yes
SCONS_BUILDENV= CC="${CC}" CXX="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
Modified: head/emulators/higan/Makefile
==============================================================================
--- head/emulators/higan/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/higan/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -10,10 +10,10 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.
MAINTAINER= cyberbotx at cyberbotx.com
COMMENT= Nintendo multi-system emulator
+USES= pkgconfig
USE_XZ= yes
USE_GMAKE= yes
USE_GCC= 4.6+
-USE_PKGCONFIG= build
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64
Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/open-vm-tools/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -20,8 +20,8 @@ BUILD_VER= 425873
WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CPPFLAGS+= -Wno-deprecated-declarations
CONFIGURE_ARGS+= --without-procps --sysconfdir=${LOCALBASE}/etc
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/qemu-devel/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -32,7 +32,7 @@ MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= SAMBA SDL OPENGL GNUTLS SASL JPEG PNG CDROM_DMA PCAP \
USBREDIR GNS3 ADD_AUDIO CLANG_HACK X86_TARGETS BSD_USER \
- STATIC_LINK
+ STATIC_LINK DOCS
SAMBA_DESC= samba dependency (for -smb)
GNUTLS_DESC= gnutls dependency (vnc encryption)
SASL_DESC= cyrus-sasl dependency (vnc encryption)
@@ -246,7 +246,7 @@ post-configure:
.endif
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR}/)
.endif
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${PREFIX}/etc
Modified: head/emulators/qemu-devel/pkg-plist
==============================================================================
--- head/emulators/qemu-devel/pkg-plist Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/qemu-devel/pkg-plist Tue Apr 23 10:19:45 2013 (r316337)
@@ -114,3 +114,4 @@ etc/qemu/target-x86_64.conf.sample
%%DATADIR%%/keymaps/tr
@dirrm %%DATADIR%%/keymaps
@dirrmtry %%DATADIR%%
+ at dirrmtry %%DOCSDIR%%
Modified: head/emulators/tme/Makefile
==============================================================================
--- head/emulators/tme/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/tme/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -22,6 +22,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/d
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
xcb:${PORTSDIR}/x11/libxcb
+USES= pkgconfig
USE_GNOME= gdkpixbuf2 gtk20
USE_PERL5= yes
USE_GMAKE= yes
@@ -30,7 +31,6 @@ USE_GETTEXT= yes
USE_AUTOTOOLS= libtool libltdl
CONFIGURE_ENV= ac_cv_have_isinff=no
CONFIGURE_ARGS= --datadir=${WRKDIR}/tmproot --disable-warnings
-USE_PKGCONFIG= build
USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
xi xinerama xrandr xrender
USE_LDCONFIG= yes
Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile Tue Apr 23 10:19:15 2013 (r316336)
+++ head/emulators/vice/Makefile Tue Apr 23 10:19:45 2013 (r316337)
@@ -25,10 +25,10 @@ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-tool
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
LICENSE= GPLv2
+USES= pkgconfig
USE_XORG= xpm ice sm xext xv xt x11 xmu
USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
USE_GMAKE= yes
-USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
MAKE_ENV+= MAKEINFOFLAGS="--no-split"
More information about the svn-ports-all
mailing list