svn commit: r319674 - in head/multimedia: gstreamer-plugins-all gstreamer1-plugins-all
Tijl Coosemans
tijl at FreeBSD.org
Sun Jun 2 15:11:23 UTC 2013
Author: tijl
Date: Sun Jun 2 15:11:22 2013
New Revision: 319674
URL: http://svnweb.freebsd.org/changeset/ports/319674
Log:
Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.
Reviewed by: kwm
Modified:
head/multimedia/gstreamer-plugins-all/Makefile
head/multimedia/gstreamer1-plugins-all/Makefile
Modified: head/multimedia/gstreamer-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-all/Makefile Sun Jun 2 15:04:30 2013 (r319673)
+++ head/multimedia/gstreamer-plugins-all/Makefile Sun Jun 2 15:11:22 2013 (r319674)
@@ -13,6 +13,7 @@ EXTRACT_ONLY= # empty
MAINTAINER= multimedia at FreeBSD.org
COMMENT= Meta-port of all gstreamer plugins with options
+.MAKE.FreeBSD_UL= yes
NO_BUILD= yes
USE_GSTREAMER= yes
.include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"
Modified: head/multimedia/gstreamer1-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-all/Makefile Sun Jun 2 15:04:30 2013 (r319673)
+++ head/multimedia/gstreamer1-plugins-all/Makefile Sun Jun 2 15:11:22 2013 (r319674)
@@ -12,6 +12,7 @@ EXTRACT_ONLY= # empty
MAINTAINER= multimedia at FreeBSD.org
COMMENT= Meta-port of all gstreamer 1.x plugins with options
+.MAKE.FreeBSD_UL= yes
NO_BUILD= yes
USE_GSTREAMER1= yes
More information about the svn-ports-head
mailing list