From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 12 16:20:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36C1106566C for ; Sun, 12 Feb 2012 16:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1DEB8FC15 for ; Sun, 12 Feb 2012 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1CGK8oO094033 for ; Sun, 12 Feb 2012 16:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CGK88c094032; Sun, 12 Feb 2012 16:20:08 GMT (envelope-from gnats) Resent-Date: Sun, 12 Feb 2012 16:20:08 GMT Resent-Message-Id: <201202121620.q1CGK88c094032@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, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 574DE106564A for ; Sun, 12 Feb 2012 16:13:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 421868FC18 for ; Sun, 12 Feb 2012 16:13:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1CGDMoT067388 for ; Sun, 12 Feb 2012 16:13:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1CGDMqp067382; Sun, 12 Feb 2012 16:13:22 GMT (envelope-from nobody) Message-Id: <201202121613.q1CGDMqp067382@red.freebsd.org> Date: Sun, 12 Feb 2012 16:13:22 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165039: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 16:20:09 -0000 >Number: 165039 >Category: ports >Synopsis: [patch] converters/wkhtmltopdf to honor custom LOCALBASE/PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 12 16:20:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 9.0-RELEASE >Organization: Rochester Institute of Technology >Environment: >Description: converters/wkhtmltopdf does not successfully build with a custom LOCALBASE/PREFIX set. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/wkhtmltopdf/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 10 Nov 2011 21:29:29 -0000 1.7 +++ Makefile 12 Feb 2012 15:39:43 -0000 @@ -77,7 +77,8 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6/include|${LOCALBASE}/include/X11|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + -e 's|/usr/X11R6/include|${LOCALBASE}/include/X11|g' \ -e 's|/usr/X11R6/lib|${LOCALBASE}/lib|g' \ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf >Release-Note: >Audit-Trail: >Unformatted: