Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2004 22:28:38 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65692: [PATCH] devel/ccache: Strip bin/ccache; update COMMENT; Take MAINTAINER 
Message-ID:  <20040418022838.1E94967D9@ahze.ahze.net>
Resent-Message-ID: <200404180230.i3I2UOAu062488@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65692
>Category:       ports
>Synopsis:       [PATCH] devel/ccache: Strip bin/ccache; update COMMENT; Take MAINTAINER
>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 Apr 17 19:30:24 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:
- strip bin/ccache
- add C++ to COMMENT
- Take maintainership 

I wasn't sure about the PORTREVISION bump, do we do that for strip?

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- ccache-2.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ccache/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	30 Mar 2004 09:41:59 -0000	1.19
+++ Makefile	18 Apr 2004 02:23:05 -0000
@@ -7,12 +7,12 @@
 
 PORTNAME=	ccache
 PORTVERSION=	2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://ccache.samba.org/ftp/ccache/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tool to minimize the compile time of C programs
+MAINTAINER=	ahze@ahze.net
+COMMENT=	A tool to minimize the compile time of C/C++ programs
 
 GNU_CONFIGURE=	yes
 MAN1=		ccache.1
@@ -28,5 +28,6 @@
 	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
 .endfor
 .endif
+	${STRIP_CMD} ${PREFIX}/bin/ccache
 
 .include <bsd.port.mk>
--- ccache-2.3_2.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?20040418022838.1E94967D9>