ports/98067: [MAINTAINER] multimedia/helixplayer: Fix build on 7.x

Shaun Amott shaun at inerd.com
Sun May 28 22:52:05 UTC 2006


>Number:         98067
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/helixplayer: Fix build on 7.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 28 22:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Fix build on 7.x

Reported by: pointyhat via kris

>How-To-Repeat:

>Fix:

--- helixplayer.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/helixplayer/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	17 May 2006 19:41:07 -0000	1.1
+++ Makefile	28 May 2006 21:50:54 -0000
@@ -27,7 +27,7 @@
 SUB_FILES=	pkg-message
 
 CF2FIX=		gcc.cf freebsd.cf freebsd-5.0-i586.cf freebsd-4.0-i386.cf	\
-		freebsd-4.0-i586.cf freebsd-6.0-i586.cf
+		freebsd-4.0-i586.cf freebsd-6.0-i586.cf freebsd-7.0-i586.cf
 
 pre-patch:
 	${CP} ${WRKSRC}/build/umakecf/freebsd-6.0-i586.cf			\
Index: files/patch-build_lib_sysinfo.py
===================================================================
RCS file: /home/ncvs/ports/multimedia/helixplayer/files/patch-build_lib_sysinfo.py,v
retrieving revision 1.1
diff -u -r1.1 patch-build_lib_sysinfo.py
--- files/patch-build_lib_sysinfo.py	17 May 2006 19:41:08 -0000	1.1
+++ files/patch-build_lib_sysinfo.py	28 May 2006 21:50:55 -0000
@@ -14,3 +14,13 @@
      id = 'openbsd-3.3-i586',
      platform = 'openbsd33',
      arch = 'i386',
+@@ -1237,6 +1244,9 @@
+ 
+     elif sys.platform == 'freebsd6':
+         set_platform('freebsd-6.0-i586')
++
++    elif sys.platform == 'freebsd7':
++        set_platform('freebsd-7.0-i586')
+ 
+     elif sys.platform == 'hp-uxB':
+         set_platform('hpux-11.0-parisc')
--- helixplayer.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list