Try to fix build on freebsd 4.x
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer)
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
State Changed From-To: open->feedback http://sce-tindy.tecnik93.com/tb/errors/4-STABLE-i386-myPT/kid3-0.7.log
I'm not familiar with FreeBSD 4.x at all, so ignore building port. diff -ruN --exclude=CVS /usr/ports//audio/kid3/Makefile /home/makc/porting/ports/audio/kid3/Makefile --- /usr/ports//audio/kid3/Makefile Sun Aug 27 21:36:01 2006 +++ /home/makc/porting/ports/audio/kid3/Makefile Sun Sep 3 23:35:39 2006 @@ -26,4 +26,11 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 + IGNORE= does not compile on FreeBSD 4.x +.endif + +.include <bsd.port.post.mk> +
State Changed From-To: feedback->closed Committed. Thanks!