From owner-svn-ports-head@FreeBSD.ORG Fri May 17 10:11:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0B32C51; Fri, 17 May 2013 10:11:48 +0000 (UTC) (envelope-from kwm@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 A245E1B4; Fri, 17 May 2013 10:11:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HABmk6091745; Fri, 17 May 2013 10:11:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HABm5B091740; Fri, 17 May 2013 10:11:48 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305171011.r4HABm5B091740@svn.freebsd.org> From: Koop Mast Date: Fri, 17 May 2013 10:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318373 - in head/print/freetype2: . files 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: Fri, 17 May 2013 10:11:48 -0000 Author: kwm Date: Fri May 17 10:11:47 2013 New Revision: 318373 URL: http://svnweb.freebsd.org/changeset/ports/318373 Log: Unbreak after update to 2.4.12. Submitted by: bdrewery@, madpilot@ Modified: head/print/freetype2/Makefile head/print/freetype2/files/patch-builds::unix::freetype-config.in (contents, props changed) Modified: head/print/freetype2/Makefile ============================================================================== --- head/print/freetype2/Makefile Fri May 17 09:49:31 2013 (r318372) +++ head/print/freetype2/Makefile Fri May 17 10:11:47 2013 (r318373) @@ -4,6 +4,7 @@ PORTNAME= freetype2 PORTVERSION= 2.4.12 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ Modified: head/print/freetype2/files/patch-builds::unix::freetype-config.in ============================================================================== --- head/print/freetype2/files/patch-builds::unix::freetype-config.in Fri May 17 09:49:31 2013 (r318372) +++ head/print/freetype2/files/patch-builds::unix::freetype-config.in Fri May 17 10:11:47 2013 (r318373) @@ -10,7 +10,7 @@ - else - echo $cflags - fi -+ cflags="-I@includedir@/freetype2 -I@includedir@" ++ cflags="-I$includedir/freetype2 -I$includedir" + echo $cflags fi