ports/66320: [PATCH] archivers/unzip: [make ccache friendly]

michael johnson ahze at ahze.net
Thu May 6 07:50:24 UTC 2004


>Number:         66320
>Category:       ports
>Synopsis:       [PATCH] archivers/unzip: [make ccache friendly]
>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:   Thu May 06 00:50:23 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 #45: Mon May  3 05:09:04 EDT
>Description:
- quote CC
 makes it ccache firendly =)

Port maintainer (ache at FreeBSD.org) is cc'd.

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

--- unzip-5.50_2.patch begins here ---
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/archivers/unzip/files/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- files/patch-aa	31 May 2000 10:14:33 -0000	1.2
+++ files/patch-aa	6 May 2004 07:45:32 -0000
@@ -15,7 +15,7 @@
  	@echo 'NOTE:  use bsd target for non-Intel FreeBSD compiles (if any).'
 -	$(MAKE) unzips CC=gcc LD=gcc AS=gcc\
 -	 CF="-O3 -Wall -I. -DASM_CRC -DBSD $(LOC)"\
-+	$(MAKE) unzips CC=$(CC) LD=$(CC) AS=$(CC)\
++	$(MAKE) unzips CC="$(CC)" LD="$(CC)" AS="$(CC)"\
 +	 CF="-I. -DASM_CRC -DBSD $(LOC)"\
  	 AF="-Di386 $(AF)" CRC32=crc_gcc
  
--- unzip-5.50_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list