Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 08:46:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355000 - in head/graphics: frei0r frei0r-plugins frei0r-plugins-gavl frei0r-plugins-opencv
Message-ID:  <201405240846.s4O8kDIB070632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



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