Bug 92479 - maintainer-update deskutils/bitcollider and others
Summary: maintainer-update deskutils/bitcollider and others
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 00:10 UTC by Andrew Pantyukhin
Modified: 2006-01-29 23:35 UTC (History)
0 users

See Also:


Attachments
bitcollider.diff (504 bytes, patch)
2006-01-29 00:10 UTC, Andrew Pantyukhin
no flags Details | Diff
bmp-modplug.diff (537 bytes, patch)
2006-01-29 00:10 UTC, Andrew Pantyukhin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pantyukhin 2006-01-29 00:10:01 UTC
Mark BROKEN on 4.x
Reported by: pointyhat via Kris

Fix: diff -urN /usr/ports/audio/xmms-modplug/Makefile xmms-modplug/Makefile
--- /usr/ports/audio/xmms-modplug/Makefile	Sun Jan  8 16:08:55 2006
+++ xmms-modplug/Makefile	Sun Jan 29 02:46:28 2006
@@ -24,7 +24,13 @@
 PLUGDIR?=	lib/xmms/Input
 PLIST_FILES=	${PLUGDIR}/libmodplugxmms.so
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- xmms-modplug.diff ends here ---
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-29 23:35:27 UTC
State Changed
From-To: open->closed

Committed, thanks!