ports/62041: Update port: archivers/unrar should respect CC/CXX...

Charles Swiger chuck at pkix.net
Wed Jan 28 20:30:11 UTC 2004


>Number:         62041
>Category:       ports
>Synopsis:       Update port: archivers/unrar should respect CC/CXX...
>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:   Wed Jan 28 12:30:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Charles Swiger
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
PKIx
>Environment:
System: FreeBSD ns1.pkix.net 4.9-STABLE
>Description:

The unrar port should respect $CXX if set, but doesn't.

>How-To-Repeat:

N/A.

>Fix:

--- Makefile~	Tue Jan 27 00:32:04 2004
+++ Makefile	Wed Jan 28 15:16:49 2004
@@ -20,7 +20,7 @@
 USE_GMAKE=	yes
 
 post-patch:
-	@${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
+	@${SED} -e 's|g++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
 		${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
 
 do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list