[Midnightbsd-cvs] mports: Makefile: This port uses a non standard configure script.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 12 16:03:26 EDT 2008


Log Message:
-----------
This port uses a non standard configure script.  It doesn't support --build or --target and CONFIGURE_TARGET seems to be ignored.  What I don't understand is why this worked on my amd64 box but not on magus or in a vm install (i386 0.2)

Modified Files:
--------------
    mports/multimedia/x264:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/x264/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L multimedia/x264/Makefile -L multimedia/x264/Makefile -u -r1.2 -r1.3
--- multimedia/x264/Makefile
+++ multimedia/x264/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	x264
 PORTVERSION=	0.0.20080409
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.videolan.org/pub/videolan/x264/snapshots/
 DISTNAME=	${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245
@@ -31,10 +32,8 @@
 
 CONFIGURE_ARGS+=	--extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/include -I${LOCALBASE}/include" \
 			--extra-ldflags="${LDFLAGS} -L${LOCALBASE}/lib -L${LOCALBASE}/lib" \
-			--enable-shared 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0 \
-			--host=${ARCH}-portbld-freebsd6.0 \
-			--target=${ARCH}-portbld-freebsd6.0
+			--enable-shared  \
+			--host=${ARCH}-portbld-freebsd6.0
 
 .include <bsd.port.pre.mk>
 


More information about the Midnightbsd-cvs mailing list