Date: 4 Jul 2009 06:30:16 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scjamorim@bsd.com.br, araujo@FreeBSD.org Subject: ports/136312: [PATCH] archivers/lzip: Uphold CXX, CXXFLAGS and LDFLAGS Message-ID: <20090704093016.54348.qmail@exxodus.fedaykin.here> Resent-Message-ID: <200907040940.n649e32q012549@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136312 >Category: ports >Synopsis: [PATCH] archivers/lzip: Uphold CXX, CXXFLAGS and LDFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 04 09:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 7.2-STABLE FreeBSD 7.2-STABLE #98: Fri Jul 3 17:55:51 BRT >Description: - Change the port to uphold CXX, CXXFLAGS and LDFLAGS. - Bump PORTREVISION Port maintainer (scjamorim@bsd.com.br) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lzip-1.7_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/lzip/Makefile,v retrieving revision 1.2 diff -d -u -u -r1.2 Makefile --- Makefile 30 Jun 2009 14:28:41 -0000 1.2 +++ Makefile 4 Jul 2009 09:28:57 -0000 @@ -7,6 +7,7 @@ PORTNAME= lzip PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -16,6 +17,9 @@ PLIST_FILES= bin/lzip bin/lzdiff bin/lzgrep bin/lziprecover GNU_CONFIGURE= yes +CONFIGURE_ARGS= CXX="${CXX}" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" MAN1= lzip.1 lzdiff.1 lzgrep.1 lziprecover.1 INFO= lzip --- lzip-1.7_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090704093016.54348.qmail>