Date: Sun, 30 Dec 2012 14:00:26 +0100 From: olivier@cochard.me To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174829: devel/deforaos-libsystem patch for respecting PREFIX Message-ID: <50e03b03.116cb40a.73e4.ffffc3ee@mx.google.com> Resent-Message-ID: <201212301310.qBUDA0Rj098232@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174829 >Category: ports >Synopsis: devel/deforaos-libsystem patch for respecting 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 Dec 30 13:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbe >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD orange.bsdrp.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Small patch for respecting PREFIX >How-To-Repeat: >Fix: --- deforaos-libsystem.0.1.6_1.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 309655) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libsystem PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.defora.org/os/download/download/3527/ DISTNAME= libSystem-${PORTVERSION} @@ -15,6 +16,7 @@ USE_LDCONFIG= yes USE_PKGCONFIG= build +MAKE_ARGS+= PREFIX=${PREFIX} post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ --- deforaos-libsystem.0.1.6_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50e03b03.116cb40a.73e4.ffffc3ee>