ports/126104: [PATCH] multimedia/smilutils fix build

Diego Depaoli trebestie at gmail.com
Wed Jul 30 20:30:01 UTC 2008


>Number:         126104
>Category:       ports
>Synopsis:       [PATCH] multimedia/smilutils fix build
>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:   Wed Jul 30 20:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Diego Depaoli
>Release:        FreeBSD Current
>Organization:
>Environment:
>Description:
Fix pkg-plist.
Fix build on i386 (and amd64 I hope).
Reported by erwin@ and pav@
>How-To-Repeat:

>Fix:
diff -ruN smilutils/Makefile smilutils.bak/Makefile
--- smilutils/Makefile	2008-07-30 22:14:53.000000000 +0200
+++ smilutils.bak/Makefile	2008-07-30 22:12:56.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	smilutils
 DISTVERSION=	0.3.2
-PORTREVISION=	3
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	cvs
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_LOCAL}
@@ -41,8 +41,8 @@
 		LDFLAGS="-L${LOCALBASE}/lib/libquicktime -L${LOCALBASE}/lib" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
-CONFIGURE_ARGS=	--with-avcodec=${LOCALBASE}/include/ffmpeg --enable-mp3lame \
-		--enable-vorbis --with-ffmpeg=${LOCALBASE}/lib --with-x
+CONFIGURE_ARGS=	--with-avcodec --enable-mp3lame --enable-vorbis \
+		--with-ffmpeg=${LOCALBASE}/lib --with-x
 
 MAN1=	image2raw.1 ppm2raw.1 ppm2webcam.1 raw2dv.1 \
 	raw2image.1 raw2webcam.1 raw2yuv.1 rawmultiply.1 \
diff -ruN smilutils/pkg-plist smilutils.bak/pkg-plist
--- smilutils/pkg-plist	2008-07-30 22:21:11.000000000 +0200
+++ smilutils.bak/pkg-plist	2008-07-30 22:12:56.000000000 +0200
@@ -6,6 +6,8 @@
 bin/ppmfilter
 bin/raw2dv
 bin/raw2image
+bin/raw2dv
+bin/raw2image
 bin/raw2webcam
 bin/raw2yuv
 bin/rawmultiply

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



More information about the freebsd-ports-bugs mailing list