Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2006 23:21:30 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98067: [MAINTAINER] multimedia/helixplayer: Fix build on 7.x
Message-ID:  <1148854890.2150@charon.picobyte.net>
Resent-Message-ID: <200605282240.k4SMeI9M051512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148854890.2150>