ports/118060: emulators/snespp: fix build on -CURRENT

Erwin Lansing erwin at FreeBSD.org
Thu Nov 15 00:50:03 UTC 2007


>Number:         118060
>Category:       ports
>Synopsis:       emulators/snespp: fix build on -CURRENT
>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 Nov 15 00:50:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bamse.staff.tdk.net 8.0-CURRENT FreeBSD 8.0-CURRENT #19: Thu Nov 1 16:08:27 CET 2007 root at bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

julian recent change of kthread_* function broke emulators/snespp on recent HEAD

>How-To-Repeat:
	
>Fix:

	

--- snespp-bsd8.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/snespp/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Oct 2007 02:56:17 -0000	1.3
+++ Makefile	15 Nov 2007 00:28:09 -0000
@@ -27,6 +27,10 @@
 
 .if ${OSVERSION} < 600000
 IGNORE=		versions of FreeBSD before 6.0 are not supported
+.elif ${OSVERSION} > 800002
+PATCHFILES=	snespp-1.0-bsd8.diff
+PATCHSITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_LOCAL=	erwin
 .endif
 
 do-install:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/emulators/snespp/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	17 Apr 2007 19:35:08 -0000	1.1
+++ distinfo	15 Nov 2007 00:28:09 -0000
@@ -1,3 +1,6 @@
 MD5 (snespp-1.0.tar.gz) = 15b7ad6c38a9b8b9168d5bb5de979d93
 SHA256 (snespp-1.0.tar.gz) = 6fa2402c3ad1b8fb677ecd61e003d3850263f405c57fb4aa503f5a0a2ea6dfcc
 SIZE (snespp-1.0.tar.gz) = 10203
+MD5 (snespp-1.0-bsd8.diff) = d4eba8c207f122d88f0c0ad7370571e4
+SHA256 (snespp-1.0-bsd8.diff) = a2fd810fdb555e16deee22ee87f5ceaa2a20fe4de4ed9f99c2a402bbdcafed36
+SIZE (snespp-1.0-bsd8.diff) = 922
--- snespp-bsd8.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list