ports/65747: [MAINTAINER] devel/ccache: [Remove forgotten STRIP_CMD]

michael johnson ahze at ahze.net
Mon Apr 19 07:00:29 UTC 2004


>Number:         65747
>Category:       ports
>Synopsis:       [MAINTAINER] devel/ccache: [Remove forgotten STRIP_CMD]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 00:00:29 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #41: Tue Apr 13 22:30:51 EDT 2004
>Description:
- Remove forgotten STRIP_CMD and add CONFIGURE_TARGET

>How-To-Repeat:
>Fix:

--- ccache-2.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ccache/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	19 Apr 2004 00:54:53 -0000	1.21
+++ Makefile	19 Apr 2004 06:50:09 -0000
@@ -15,9 +15,10 @@
 COMMENT=	A tool to minimize the compile time of C/C++ programs
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
 MAN1=		ccache.1
 PLIST_FILES=	bin/ccache
-
 PORTDOCS=	index.html \
 		ccache-man.html
 
@@ -30,6 +31,5 @@
 	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
 .endfor
 .endif
-	${STRIP_CMD} ${PREFIX}/bin/ccache
 
 .include <bsd.port.mk>
--- ccache-2.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list