From owner-svn-ports-all@FreeBSD.ORG Sun Mar 24 15:51:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14BD2F17; Sun, 24 Mar 2013 15:51:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 04C23144; Sun, 24 Mar 2013 15:51:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OFp4LX027502; Sun, 24 Mar 2013 15:51:04 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OFp3qR027491; Sun, 24 Mar 2013 15:51:03 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201303241551.r2OFp3qR027491@svn.freebsd.org> From: Bryan Drewery Date: Sun, 24 Mar 2013 15:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315130 - in head: audio/arts chinese/scim-tables irc/irssi-dcc_send_limiter japanese/scim-tables korean/scim-tables mail/spmfilter-clamav mail/spmfilter-spamassassin net-mgmt/yaf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 15:51:05 -0000 Author: bdrewery Date: Sun Mar 24 15:51:03 2013 New Revision: 315130 URL: http://svnweb.freebsd.org/changeset/ports/315130 Log: - Add explicit pkgconf dependency - Trim headers PR: ports/177306 Reported by: John Marino With hat: portmgr Modified: head/audio/arts/Makefile head/chinese/scim-tables/Makefile head/irc/irssi-dcc_send_limiter/Makefile head/japanese/scim-tables/Makefile head/korean/scim-tables/Makefile head/mail/spmfilter-clamav/Makefile head/mail/spmfilter-spamassassin/Makefile head/net-mgmt/yaf/Makefile Modified: head/audio/arts/Makefile ============================================================================== --- head/audio/arts/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/audio/arts/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -44,6 +44,7 @@ USE_ICONV= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xi \ xinerama xrandr xrender xt USE_LDCONFIG= yes +USE_PKGCONFIG= build QTCPPFLAGS+= -L${LOCALBASE}/lib DO_NOT_COMPILE+=gmcop _NO_KDE_FINAL= yes Modified: head/chinese/scim-tables/Makefile ============================================================================== --- head/chinese/scim-tables/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/chinese/scim-tables/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-scim-tables -# Date created: 22 May 2004 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim-tables PORTVERSION= 0.5.10 @@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR} USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build .include Modified: head/irc/irssi-dcc_send_limiter/Makefile ============================================================================== --- head/irc/irssi-dcc_send_limiter/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/irc/irssi-dcc_send_limiter/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dcc_send_limiter -# Date created: 23 October 2005 -# Whom: Timothy Redaelli -# +# Created by: Timothy Redaelli # $FreeBSD$ -# PORTNAME= dcc_send_limiter PORTVERSION= 0.8.10 @@ -25,6 +21,7 @@ BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irs RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi USE_GNOME= glib20 +USE_PKGCONFIG= build NO_WRKSUBDIR= yes PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so Modified: head/japanese/scim-tables/Makefile ============================================================================== --- head/japanese/scim-tables/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/japanese/scim-tables/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-tables -# Date created: 22 May 2004 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim-tables PORTVERSION= 0.5.10 @@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR} USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build .include Modified: head/korean/scim-tables/Makefile ============================================================================== --- head/korean/scim-tables/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/korean/scim-tables/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,10 +1,6 @@ -# New ports collection makefile for: ko-scim-tables -# Date created: 22 May 2004 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ # $MCom: ports/korean/scim-tables/Makefile,v 1.1 2006/09/30 03:44:11 ahze Exp $ - PORTNAME= scim-tables PORTVERSION= 0.5.10 PORTREVISION= 1 @@ -19,6 +15,7 @@ RUN_DEPENDS= scim-make-table:${PORTSDIR} USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build .include Modified: head/mail/spmfilter-clamav/Makefile ============================================================================== --- head/mail/spmfilter-clamav/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/mail/spmfilter-clamav/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spmfilter-clamav -# Date created: 2010-04-30 -# Whom: Axel Steiner -# +# Created by: Axel Steiner # $FreeBSD$ -# PORTNAME= spmfilter-clamav PORTVERSION= 0.1.1 @@ -23,6 +19,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOC -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/spmfilter +USE_PKGCONFIG= build OPTIONS= DEBUG "Enable Debugging" off Modified: head/mail/spmfilter-spamassassin/Makefile ============================================================================== --- head/mail/spmfilter-spamassassin/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/mail/spmfilter-spamassassin/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spmfilter-spamassassin -# Date created: 2010-04-29 -# Whom: Axel Steiner -# +# Created by: Axel Steiner # $FreeBSD$ -# PORTNAME= spmfilter-spamassassin PORTVERSION= 0.1 @@ -22,6 +18,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOC -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/spmfilter +USE_PKGCONFIG= build OPTIONS= DEBUG "Enable Debugging" off Modified: head/net-mgmt/yaf/Makefile ============================================================================== --- head/net-mgmt/yaf/Makefile Sun Mar 24 15:50:36 2013 (r315129) +++ head/net-mgmt/yaf/Makefile Sun Mar 24 15:51:03 2013 (r315130) @@ -1,7 +1,4 @@ -# New ports collection makefile for: yaf -# Date created: 2009-06-29 -# Whom: Dikshie -# +# Created by: Dikshie # $FreeBSD$ PORTNAME= yaf @@ -25,6 +22,7 @@ USE_LDCONFIG= yes USE_PERL5= yes MAKE_JOBS_SAFE= yes CONFIOGURE_ARGS+= --disable-doxygen +USE_PKGCONFIG= build PLIST_SUB+= PORTVERSION="${PORTVERSION}"