Date: Sat, 22 Jul 2006 22:56:31 -0500 (CDT) From: mstowe@chicago.us.mensa.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100734: maintainer-update (makefile fix) Message-ID: <200607230356.k6N3uV34043617@baddomain.com> Resent-Message-ID: <200607230400.k6N40WUS045324@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100734 >Category: ports >Synopsis: maintainer-update (makefile fix) >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: Sun Jul 23 04:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: mstowe@chicago.us.mensa.org >Release: FreeBSD 5.5-STABLE i386 >Organization: >Environment: System: FreeBSD baddomain.com 5.5-STABLE FreeBSD 5.5-STABLE #22: Fri May 26 22:53:42 CDT 2006 root@baddomain.com:/usr/src/sys/i386/compile/STOWE i386 >Description: maintainer update: makefile fix >How-To-Repeat: maintainer update: makefile fix >Fix: maintainer update: makefile fix --- temp2.fil begins here --- diff -ruN heyu.old/Makefile heyu/Makefile --- heyu.old/Makefile Sat Jul 22 22:46:22 2006 +++ heyu/Makefile Sat Jul 22 22:48:59 2006 @@ -7,9 +7,9 @@ PORTNAME= heyu PORTVERSION= 1.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc -MASTER_SITES= http://www.heyu.org/heyu1/ +MASTER_SITES= http://www.heyu.org/version1/ DISTNAME= x10_heyu EXTRACT_SUFX= .tgz @@ -28,13 +28,10 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600105 -BROKEN= Does not compile -.endif - post-patch: @${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \ - s,(CC|CFLAGS) =,\1 ?=,g' \ + s,(CC) =,\1 ?=,g; \ + s,(CFLAGS) =,\1 +=,g' \ ${WRKSRC}/Configure do-configure: --- temp2.fil ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607230356.k6N3uV34043617>