Date: Mon, 19 Apr 2004 02:51:54 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65747: [MAINTAINER] devel/ccache: [Remove forgotten STRIP_CMD] Message-ID: <20040419065154.A72F567C7@ahze.ahze.net> Resent-Message-ID: <200404190700.i3J70Ttc072434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040419065154.A72F567C7>