svn commit: r355000 - in head/graphics: frei0r frei0r-plugins frei0r-plugins-gavl frei0r-plugins-opencv

Martin Wilke miwi at FreeBSD.org
Sat May 24 08:46:14 UTC 2014


Author: miwi
Date: Sat May 24 08:46:13 2014
New Revision: 355000
URL: http://svnweb.freebsd.org/changeset/ports/355000
QAT: https://qat.redports.org/buildarchive/r355000/

Log:
  - Stage support

Modified:
  head/graphics/frei0r-plugins-gavl/Makefile
  head/graphics/frei0r-plugins-opencv/Makefile
  head/graphics/frei0r-plugins/Makefile
  head/graphics/frei0r/Makefile

Modified: head/graphics/frei0r-plugins-gavl/Makefile
==============================================================================
--- head/graphics/frei0r-plugins-gavl/Makefile	Sat May 24 08:00:32 2014	(r354999)
+++ head/graphics/frei0r-plugins-gavl/Makefile	Sat May 24 08:46:13 2014	(r355000)
@@ -4,5 +4,4 @@ MASTERDIR=	${.CURDIR}/../frei0r
 
 BUILDING_FREI0R_GAVL=	yes
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/frei0r-plugins-opencv/Makefile
==============================================================================
--- head/graphics/frei0r-plugins-opencv/Makefile	Sat May 24 08:00:32 2014	(r354999)
+++ head/graphics/frei0r-plugins-opencv/Makefile	Sat May 24 08:46:13 2014	(r355000)
@@ -4,5 +4,4 @@ MASTERDIR=	${.CURDIR}/../frei0r
 
 BUILDING_FREI0R_OPENCV=	yes
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/graphics/frei0r-plugins/Makefile
==============================================================================
--- head/graphics/frei0r-plugins/Makefile	Sat May 24 08:00:32 2014	(r354999)
+++ head/graphics/frei0r-plugins/Makefile	Sat May 24 08:46:13 2014	(r355000)
@@ -24,7 +24,6 @@ OPTIONS_DEFAULT=	GAVL OPENCV
 GAVL_DESC=	Install gavl plugins
 OPENCV_DESC=	Install OpenCV plugins
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"
 
 .include <bsd.port.options.mk>

Modified: head/graphics/frei0r/Makefile
==============================================================================
--- head/graphics/frei0r/Makefile	Sat May 24 08:00:32 2014	(r354999)
+++ head/graphics/frei0r/Makefile	Sat May 24 08:46:13 2014	(r355000)
@@ -91,10 +91,10 @@ post-patch:
 		${WRKSRC}/doc/Makefile.in
 .else
 do-install:
-	@${MKDIR} ${PREFIX}/lib/frei0r-1
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/frei0r-1
 . for FILE in ${FREI0R_PLUGINS}
 	@${INSTALL_LIB} ${BUILD_WRKSRC}/.libs/${FILE}.so \
-		${PREFIX}/lib/frei0r-1/${FILE}.so
+		${STAGEDIR}${PREFIX}/lib/frei0r-1/${FILE}.so
 . endfor
 .endif #!defined(FREI0R_PLUGINS)
 


More information about the svn-ports-all mailing list