svn commit: r316339 - in head: finance/aqbanking finance/kmymoney-kde4 finance/opentaxsolver french/verbiste ftp/pureadmin ftp/wzdftpd
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 23 10:23:55 UTC 2013
Author: bapt
Date: Tue Apr 23 10:23:53 2013
New Revision: 316339
URL: http://svnweb.freebsd.org/changeset/ports/316339
Log:
Convert f* to USES=pkgconfig
Modified:
head/finance/aqbanking/Makefile
head/finance/kmymoney-kde4/Makefile
head/finance/opentaxsolver/Makefile
head/french/verbiste/Makefile
head/ftp/pureadmin/Makefile
head/ftp/wzdftpd/Makefile
Modified: head/finance/aqbanking/Makefile
==============================================================================
--- head/finance/aqbanking/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/finance/aqbanking/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -23,9 +23,8 @@ PAYPAL_DESC= Build PayPal backend (sepa
USE_GMAKE= yes
USE_GETTEXT= yes
-USE_PKGCONFIG= build
USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release="yes"
Modified: head/finance/kmymoney-kde4/Makefile
==============================================================================
--- head/finance/kmymoney-kde4/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/finance/kmymoney-kde4/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -24,8 +24,7 @@ OFX_DESC= Enable OFX plugin
QUOTES_DESC= Enable online price quotes
USE_BZIP2= yes
-USES= cmake
-USE_PKGCONFIG= build
+USES= cmake pkgconfig
USE_QT4= gui dbus network phonon sql svg xml \
qmake_build moc_build rcc_build uic_build
USE_KDE4= kdehier kdeprefix automoc4 kdelibs pimlibs sharedmime
Modified: head/finance/opentaxsolver/Makefile
==============================================================================
--- head/finance/opentaxsolver/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/finance/opentaxsolver/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: opentaxsolver
-# Date created: Sat Apr 08, 2006
-# Whom: John Hein (jhein at timing.com)
-#
+# Created by: John Hein (jhein at timing.com)
# $FreeBSD$
-#
PORTNAME= ${UPPORTNAME:L}
PORTVERSION= 9.01
@@ -24,7 +20,7 @@ UPPORTNAME= OpenTaxSolver
.if !defined(WITHOUT_X11)
USE_GL= yes
USE_XORG= xmu xext x11
-USE_PKGCONFIG= yes
+USES= pkgconfig
CPPFLAGS+= $$(pkg-config --cflags-only-I glu xext xmu)
LDFLAGS+= $$(pkg-config --libs-only-L glu xext xmu)
SUB_LIST+= X11=
Modified: head/french/verbiste/Makefile
==============================================================================
--- head/french/verbiste/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/french/verbiste/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -13,12 +13,11 @@ OPTIONS_DEFINE= GTK2 GNOME
LICENSE= GPLv2
-USES= pathfix
+USES= pathfix pkgconfig
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack libxml2
USE_ICONV= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/ftp/pureadmin/Makefile
==============================================================================
--- head/ftp/pureadmin/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/ftp/pureadmin/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -10,8 +10,8 @@ MASTER_SITES= SF/purify/Default/${PORTVE
MAINTAINER= c.petrik.sosa at gmail.com
COMMENT= Management utility for the PureFTPd
+USES= pkgconfig
USE_GNOME= gnomehack libglade2
-USE_PKGCONFIG= yes
USE_FAM= yes
USE_GETTEXT= yes
USE_GMAKE= yes
Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile Tue Apr 23 10:23:41 2013 (r316338)
+++ head/ftp/wzdftpd/Makefile Tue Apr 23 10:23:53 2013 (r316339)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wzdftpd
-# Date created: 2003-10-22
-# Whom: Roman Bogorodskiy
-#
+# Created by: Roman Bogorodskiy
# $FreeBSD$
-#
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
@@ -14,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Modular FTP server configurable online using SITE commands
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_RC_SUBR= wzdftpd
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= yes
USE_GNOME= ltverhack
CONFIGURE_ARGS+= --without-pam --disable-pgsql --disable-bonjour
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
More information about the svn-ports-all
mailing list