ports/65232: [PATCH] mail/pine4: Respect CC

michael johnson ahze at ahze.net
Tue Apr 6 00:10:39 UTC 2004


>Number:         65232
>Category:       ports
>Synopsis:       [PATCH] mail/pine4: 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:   Mon Apr 05 17:10:12 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 #37: Sat Mar 27 18:30:44 EST 2004
>Description:
- Respect CC

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

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

--- pine-4.58.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/pine4/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile	10 Sep 2003 19:03:19 -0000	1.72
+++ Makefile	5 Apr 2004 23:58:27 -0000
@@ -23,6 +23,8 @@
 
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
+USE_REINPLACE=	yes
+
 # Define "WITH_LDAP" to include ldap support.
 # If the ldap port is installed somewhere other than /usr/local, define
 # LDAP_PREFIX as well.
@@ -52,6 +54,8 @@
 .endif
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|CC=cc|CC="${CC}"|' \
+		${WRKSRC}/build ${WRKSRC}/buildcyg
 	@for i in ${WRKSRC}/README ${WRKSRC}/doc/pine.1 \
 		${WRKSRC}/doc/tech-notes.txt ${WRKSRC}/doc/tech-notes/*.html \
 		${WRKSRC}/pico/osdep/os-bsf.h \
--- pine-4.58.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list