From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 30 12:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25092D02 for ; Mon, 30 Sep 2013 12:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 059E12FDD for ; Mon, 30 Sep 2013 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8UC00M2066729 for ; Mon, 30 Sep 2013 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8UC00oe066674; Mon, 30 Sep 2013 12:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 30 Sep 2013 12:00:00 GMT Resent-Message-Id: <201309301200.r8UC00oe066674@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E75ECC54; Mon, 30 Sep 2013 11:51:17 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mx1a.lautre.net (eyra.lautre.net [80.67.160.71]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46A52F94; Mon, 30 Sep 2013 11:51:17 +0000 (UTC) Received: from graf.pompo.net (unknown [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 11D89409F8; Mon, 30 Sep 2013 13:51:13 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 45F2642D188E; Mon, 30 Sep 2013 13:51:12 +0200 (CEST) Message-Id: <20130930115112.45F2642D188E@graf.pompo.net> Date: Mon, 30 Sep 2013 13:51:12 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182511: print/pslib: fix includedir in libps.pc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 12:00:01 -0000 >Number: 182511 >Category: ports >Synopsis: print/pslib: fix includedir in libps.pc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 30 12:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 9.2-BETA2 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253984: Tue Aug 6 19:35:52 CEST 2013 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386 >Description: This port installs libps.pc with an icorrect includedir, and then programs depending on pkg-config won't find it. Bumps PORTREVISION. Note: since I were here, pet portlint with gmake. >How-To-Repeat: cat /usr/local/libdata/pkgconfig/libps.pc >Fix: Please apply the hereunder patch. --- patch-pslib begins here --- diff -urN print/pslib.orig/Makefile print/pslib/Makefile --- print/pslib.orig/Makefile 2013-09-21 18:09:08.000000000 +0200 +++ print/pslib/Makefile 2013-09-30 11:54:09.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= pslib PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -14,9 +14,8 @@ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext gmake USE_GNOME= intlhack -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl diff -urN print/pslib.orig/files/patch-libps.pc.in print/pslib/files/patch-libps.pc.in --- print/pslib.orig/files/patch-libps.pc.in 1970-01-01 01:00:00.000000000 +0100 +++ print/pslib/files/patch-libps.pc.in 2013-09-30 12:04:20.000000000 +0200 @@ -0,0 +1,11 @@ +--- libps.pc.in.orig 2007-07-12 13:49:32.000000000 +0200 ++++ libps.pc.in 2013-09-30 11:53:24.000000000 +0200 +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=@includedir@ ++includedir=@includedir@/@PACKAGE@ + + Name: libps + Description: A library for creating PostScript files --- patch-pslib ends here --- >Release-Note: >Audit-Trail: >Unformatted: