From owner-svn-ports-all@FreeBSD.ORG Sun Aug 26 09:51:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB2B6106566B; Sun, 26 Aug 2012 09:51:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A5C608FC08; Sun, 26 Aug 2012 09:51:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7Q9p3H4000297; Sun, 26 Aug 2012 09:51:03 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7Q9p36m000295; Sun, 26 Aug 2012 09:51:03 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201208260951.q7Q9p36m000295@svn.freebsd.org> From: Rene Ladan Date: Sun, 26 Aug 2012 09:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303183 - head/astro/boinc-setiathome-enhanced X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Aug 2012 09:51:03 -0000 Author: rene Date: Sun Aug 26 09:51:03 2012 New Revision: 303183 URL: http://svn.freebsd.org/changeset/ports/303183 Log: - Use pkgconf (build-time only) instead of pkgconfig (build and run-time) - Bump PORTREVISION to make sure the package database remains consistent Modified: head/astro/boinc-setiathome-enhanced/Makefile Modified: head/astro/boinc-setiathome-enhanced/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Sun Aug 26 09:45:55 2012 (r303182) +++ head/astro/boinc-setiathome-enhanced/Makefile Sun Aug 26 09:51:03 2012 (r303183) @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 6.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-1008 @@ -25,7 +25,7 @@ USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ -L${LOCALBASE}/lib