ports/100734: maintainer-update (makefile fix)
mstowe at chicago.us.mensa.org
mstowe at chicago.us.mensa.org
Sun Jul 23 04:00:33 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list