Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 09:37:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371250 - head/multimedia/mlt
Message-ID:  <201410200937.s9K9bIOk038521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Oct 20 09:37:18 2014
New Revision: 371250
URL: https://svnweb.freebsd.org/changeset/ports/371250
QAT: https://qat.redports.org/buildarchive/r371250/

Log:
  multimedia/mlt: add USES=alias plus ...
  
  USES=alias allows the port to build on DragonFly without patches, but
  only if --target-os=FreeBSD is also sent to the configure script.  This
  is a no-op for FreeBSD (configure eventually sets target-os to FreeBSD
  anyway).  USES=alias was covered by portmgr blanket.

Modified:
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Mon Oct 20 09:37:00 2014	(r371249)
+++ head/multimedia/mlt/Makefile	Mon Oct 20 09:37:18 2014	(r371250)
@@ -21,9 +21,9 @@ CONFLICTS_INSTALL=	freeze-[0-9]*
 
 USE_GNOME=	libxml2
 USE_SDL=	image
-USES=		gmake iconv pathfix pkgconfig
+USES=		alias gmake iconv pathfix pkgconfig
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-gpl --enable-gpl3
+CONFIGURE_ARGS=	--enable-gpl --enable-gpl3 --target-os=FreeBSD
 USE_LDCONFIG=	yes
 
 .ifndef(WITH_DEBUG)



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