ports/136312: [PATCH] archivers/lzip: Uphold CXX, CXXFLAGS and LDFLAGS

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Sat Jul 4 09:40:04 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list