ports/65732: Maintainer-update fix build of gstreamer-ffmpeg on amd64 and ia64

Koop Mast kwm at rainbow-runner.nl
Sun Apr 18 18:20:09 UTC 2004


>Number:         65732
>Category:       ports
>Synopsis:       Maintainer-update fix build of gstreamer-ffmpeg on amd64 and ia64
>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 Apr 18 11:20:08 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #24: Sat Apr 17 01:40:45 CEST 2004 root at prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386


	
>Description:
	Fix building gstreamer-ffmpeg on amd64 and ia64.
	Remove the extra patch that added -fpic and -DPIC on ia64 and 
	amd64 arch. The port adds this without our help.
	The patch did not apply anyway.

	Noticed by: bento & kris
	Tested by: marcel (ia64), arved(amd64)
	
>How-To-Repeat:
	
>Fix:

	

--- gstreamer-ffmpeg.diff begins here ---
diff -ruN gstreamer-ffmpeg.orig/Makefile gstreamer-ffmpeg/Makefile
--- gstreamer-ffmpeg.orig/Makefile	Mon Apr  5 06:06:42 2004
+++ gstreamer-ffmpeg/Makefile	Sun Apr 18 20:03:11 2004
@@ -36,10 +36,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
-EXTRA_PATCHES+=	${FILESDIR}/ia64-patch-ffmpeg::configure
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -E -e \
 		's|make|${GMAKE}|' \
diff -ruN gstreamer-ffmpeg.orig/files/ia64-patch-ffmpeg::configure gstreamer-ffmpeg/files/ia64-patch-ffmpeg::configure
--- gstreamer-ffmpeg.orig/files/ia64-patch-ffmpeg::configure	Mon Apr  5 06:06:42 2004
+++ gstreamer-ffmpeg/files/ia64-patch-ffmpeg::configure	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- gst-libs/ext/ffmpeg/ffmpeg/configure.bak	Sat Sep 27 18:39:42 2003
-+++ gst-libs/ext/ffmpeg/ffmpeg/configure	Sat Sep 27 19:53:52 2003
-@@ -119,6 +119,7 @@
- v4l="no"
- audio_oss="yes"
- make="gmake"
-+CFLAGS="$CFLAGS -fPIC -DPIC"
- LDFLAGS="$LDFLAGS -export-dynamic"
- ;;
- BSD/OS)
--- gstreamer-ffmpeg.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list