ports/65018: [PATCH] devel/cweb: [Respect CC]

michael johnson ahze at ahze.net
Thu Apr 1 05:30:03 UTC 2004


>Number:         65018
>Category:       ports
>Synopsis:       [PATCH] devel/cweb: [Respect CC]
>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:   Wed Mar 31 21:30:03 PST 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 #37: Sat Mar 27 18:30:44 EST 2004
>Description:
- Respect CC

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

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

--- cweb-3.63.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cweb/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	7 Mar 2003 06:00:16 -0000	1.9
+++ Makefile	1 Apr 2004 05:19:26 -0000
@@ -14,8 +14,13 @@
 MAINTAINER=	tg at FreeBSD.org
 COMMENT=	Literate programming tools for the C language
 
+USE_REINPLACE=	yes
 NO_WRKSUBDIR=	yes
 MAN1=		cweb.1
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|cc|${CC}|' \
+		${WRKSRC}/${MAKEFILE}
 
 pre-install:
 	@${MKDIR} ${PREFIX}/share/cweb
--- cweb-3.63.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list