ports/56420: [patch] mark lang/src as BROKEN
Mark Linimon
linimon at lonesome.com
Thu Sep 4 11:30:29 UTC 2003
>Number: 56420
>Category: ports
>Synopsis: [patch] mark lang/src as BROKEN
>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 Sep 04 04:30:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #2: Mon Aug 25 22:44:23 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
Per bento logs, fails to package on 4.X and fails to build at
all on 5.X. The last release of this package seems to have
been around 2000. It may have been supplanted by a similar
project named mpd (http://www.cs.arizona.edu/mpd).
>How-To-Repeat:
(bento logs)
>Fix:
Either delete the port, or:
--- sr/Makefile.dist Mon Aug 25 21:31:29 2003
+++ sr/Makefile Wed Sep 3 02:29:23 2003
@@ -23,6 +23,14 @@
MAN3 = sranimator.3 srgetopt.3 srwin.3
MAN5 = srmap.5 srtrace.5
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "fails to package due to missing lib/sr/srwin.o"
+.endif
+.if ${OSVERSION} >= 500000
+BROKEN= "fails to build; bad C++ code"
+.endif
pre-install:
@${MKDIR} ${PREFIX}/lib/sr
@@ -36,4 +44,4 @@
${CP} -pR ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
-.include<bsd.port.mk>
+.include <bsd.port.post.mk>
--- sr/pkg-descr.dist Thu Jun 26 06:28:36 1997
+++ sr/pkg-descr Wed Sep 3 02:30:35 2003
@@ -13,3 +13,5 @@
in /usr/local/share/doc/sr/notes/README.
Enjoy.
+
+ WWW: http://www.cs.arizona.edu/sr
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list