Date: Mon, 2 Sep 2013 20:02:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326071 - in head: databases/pecl-mdbtools graphics/svg2pdf mail/dbmail security/razorback-virusTotal sysutils/bacula-bat textproc/pdfgrep textproc/ssddiff Message-ID: <201309022002.r82K21pN004642@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 20:02:01 2013 New Revision: 326071 URL: http://svnweb.freebsd.org/changeset/ports/326071 Log: Add an explicit dependency on pkgconf Modified: head/databases/pecl-mdbtools/Makefile head/graphics/svg2pdf/Makefile head/mail/dbmail/Makefile head/security/razorback-virusTotal/Makefile head/sysutils/bacula-bat/Makefile head/textproc/pdfgrep/Makefile head/textproc/ssddiff/Makefile Modified: head/databases/pecl-mdbtools/Makefile ============================================================================== --- head/databases/pecl-mdbtools/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/databases/pecl-mdbtools/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-mdbtools -# Date created: 22 December 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= mdbtools PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ COMMENT= A PECL extension for the mdbtoo LICENSE= LGPL21 +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes Modified: head/graphics/svg2pdf/Makefile ============================================================================== --- head/graphics/svg2pdf/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/graphics/svg2pdf/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,10 +1,6 @@ -# New ports collection makefile for: svg2pdf -# Date created: August 05, 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/svg2pdf/Makefile,v 1.2 2005/08/08 02:09:09 marcus Exp $ -# PORTNAME= svg2pdf PORTVERSION= 0.1.3 @@ -18,6 +14,7 @@ COMMENT= Render an SVG image to a PDF fi LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes +USES= pkgconfig MAN1= svg2pdf.1 PLIST_FILES= bin/svg2pdf Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/mail/dbmail/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -26,13 +26,11 @@ OPTIONS_DEFINE= LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS SIEVE_DESC= Build with support for Sieve mail sorting language -.include <bsd.port.options.mk> - USE_AUTOTOOLS= libtool autoheader autoconf USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes -USES= gmake shebangfix +USES= gmake shebangfix pkgconfig SHEBANG_FILES= man/fixsp.pl CFLAGS+= -fPIC ${PTHREAD_CFLAGS} @@ -42,6 +40,9 @@ CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} MAKE_ARGS+= mandir=${MANPREFIX}/man PORTDOCS= AUTHORS BUGS INSTALL THANKS UPGRADING + +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDOCS} MAN1= dbmail-deliver.1 dbmail.1 MAN5= dbmail.conf.5 Modified: head/security/razorback-virusTotal/Makefile ============================================================================== --- head/security/razorback-virusTotal/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/security/razorback-virusTotal/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-virusTotal -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= virusTotal PORTVERSION= 0.5.0 @@ -26,15 +22,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5 OPTIONS_DEFINE= DEBUG ASSERT ASSERT_DESC= Enable Asserts -.include <bsd.port.options.mk> - RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif Modified: head/sysutils/bacula-bat/Makefile ============================================================================== --- head/sysutils/bacula-bat/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/sysutils/bacula-bat/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -10,6 +10,7 @@ COMMENT= Network backup solution (GUI) LIB_DEPENDS+= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ bac:${PORTSDIR}/sysutils/bacula-client +USES= pkgconfig USE_QT4= qmake_build uic_build moc_build rcc_build WITH_BAT= yes Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/textproc/pdfgrep/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" PLIST_FILES= bin/pdfgrep Modified: head/textproc/ssddiff/Makefile ============================================================================== --- head/textproc/ssddiff/Makefile Mon Sep 2 19:55:48 2013 (r326070) +++ head/textproc/ssddiff/Makefile Mon Sep 2 20:02:01 2013 (r326071) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SSDDiff -# Date created: 11 Apr 2006 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ssddiff PORTVERSION= 0.2 @@ -16,6 +12,7 @@ COMMENT= A diff application for semistru USE_AUTOTOOLS= automake14 USE_BZIP2= yes +USES= pkgconfig USE_GNOME= libxml2 MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022002.r82K21pN004642>