ports/57423: port games/oneko-sakura broken in FreeBSD 5.1

Gerhard Gonter gonter at wu-wien.ac.at
Tue Sep 30 20:10:19 UTC 2003


>Number:         57423
>Category:       ports
>Synopsis:       port games/oneko-sakura broken in FreeBSD 5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 13:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Gonter
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
WU-Wien
>Environment:
System: FreeBSD chuck.iris-net.home 5.1-CURRENT FreeBSD 5.1-CURRENT #4: Wed Sep 24 17:21:47 CEST 2003 root at chuck.iris-net.home:/usr/obj/usr/src/sys/CHUCK i386


>Description:
	This port is broken since the application uses apparently
	now invalid CPP syntaix in its Imakefile.

>How-To-Repeat:

	See http://bento.freebsd.org/errorlogs/i386-5-latest/oneko-sakura5-1.2.log
>Fix:

	This fix changes the invalid comment in the Imakefile.

diff -ruN oneko-sakura.orig/Makefile oneko-sakura/Makefile
--- oneko-sakura.orig/Makefile	Fri Feb 21 13:05:51 2003
+++ oneko-sakura/Makefile	Tue Sep 30 21:46:13 2003
@@ -20,9 +20,14 @@
 COMMENT=	A cat, Sakura or Tomoyo chasing a mouse all over the screen
 
 USE_IMAKE=	yes
+USE_REINPLACE=  yes
 MAN6=		oneko.6
 NO_CDROM=	"Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/"
 RESTRICTED_FILES=	${PATCHFILES}
+
+pre-patch:
+	@${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \
+	${WRKSRC}/Imakefile
 
 pre-configure:
 	@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list