From owner-svn-ports-head@FreeBSD.ORG Tue Apr 23 07:59:08 2013 Return-Path: Delivered-To: svn-ports-head@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 9436E1FF; Tue, 23 Apr 2013 07:59:08 +0000 (UTC) (envelope-from ehaupt@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 85F3A1E38; Tue, 23 Apr 2013 07:59:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3N7x8LK013732; Tue, 23 Apr 2013 07:59:08 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3N7x73s013727; Tue, 23 Apr 2013 07:59:07 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201304230759.r3N7x73s013727@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 23 Apr 2013 07:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316318 - in head: graphics/exrtools graphics/iec16022 security/proxytunnel sysutils/fusefs-ext4fuse sysutils/logstalgia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 07:59:08 -0000 Author: ehaupt Date: Tue Apr 23 07:59:07 2013 New Revision: 316318 URL: http://svnweb.freebsd.org/changeset/ports/316318 Log: Convert to USES=pkgconfig Modified: head/graphics/exrtools/Makefile head/graphics/iec16022/Makefile head/security/proxytunnel/Makefile head/sysutils/fusefs-ext4fuse/Makefile head/sysutils/logstalgia/Makefile Modified: head/graphics/exrtools/Makefile ============================================================================== --- head/graphics/exrtools/Makefile Tue Apr 23 07:35:05 2013 (r316317) +++ head/graphics/exrtools/Makefile Tue Apr 23 07:59:07 2013 (r316318) @@ -1,9 +1,5 @@ -# New ports collection makefile for: exrtools -# Date created: 15 Aug 2005 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= exrtools PORTVERSION= 0.4 @@ -22,11 +18,10 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes +USES= pkgconfig:build USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_PKGCONFIG= build - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Tue Apr 23 07:35:05 2013 (r316317) +++ head/graphics/iec16022/Makefile Tue Apr 23 07:59:07 2013 (r316318) @@ -1,9 +1,5 @@ -# New ports collection makefile for: iec16022 -# Date created: Thu Jul 3 14:13:08 CEST 2008 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= iec16022 PORTVERSION= 0.2.4 @@ -20,7 +16,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig:build MAKE_JOBS_SAFE= yes Modified: head/security/proxytunnel/Makefile ============================================================================== --- head/security/proxytunnel/Makefile Tue Apr 23 07:35:05 2013 (r316317) +++ head/security/proxytunnel/Makefile Tue Apr 23 07:59:07 2013 (r316318) @@ -1,9 +1,5 @@ -# New ports collection makefile for: proxytunnel -# Date created: Sun Nov 25 15:16:44 BRST 2001 -# Whom: Hammurabi Mendes -# +# Created by: Hammurabi Mendes # $FreeBSD$ -# PORTNAME= proxytunnel PORTVERSION= 1.9.0 @@ -15,7 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig:build MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME} Modified: head/sysutils/fusefs-ext4fuse/Makefile ============================================================================== --- head/sysutils/fusefs-ext4fuse/Makefile Tue Apr 23 07:35:05 2013 (r316317) +++ head/sysutils/fusefs-ext4fuse/Makefile Tue Apr 23 07:59:07 2013 (r316318) @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -USES= fuse +USES= fuse pkgconfig:build USE_GMAKE= yes -USE_PKGCONFIG= build USE_GITHUB= yes GH_ACCOUNT= gerard GH_COMMIT= 33f57f6 Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Tue Apr 23 07:35:05 2013 (r316317) +++ head/sysutils/logstalgia/Makefile Tue Apr 23 07:59:07 2013 (r316318) @@ -18,7 +18,7 @@ LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/f pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig:build USE_SDL= sdl image CFLAGS+= -L/usr/local/lib -I/usr/local/include