Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 14:31:32 +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: r342450 - in head: audio/musepack mail/imaputils math/wfmath multimedia/assimp multimedia/libbluray print/tex-ptexenc science/elmer-eio science/liboglappth x11-toolkits/libxaw3dxft
Message-ID:  <201402031431.s13EVW3G016414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  3 14:31:32 2014
New Revision: 342450
URL: http://svnweb.freebsd.org/changeset/ports/342450
QAT: https://qat.redports.org/buildarchive/r342450/

Log:
  - Stage support

Modified:
  head/audio/musepack/Makefile
  head/mail/imaputils/Makefile
  head/math/wfmath/Makefile
  head/multimedia/assimp/Makefile
  head/multimedia/libbluray/Makefile
  head/print/tex-ptexenc/Makefile
  head/science/elmer-eio/Makefile
  head/science/liboglappth/Makefile
  head/x11-toolkits/libxaw3dxft/Makefile

Modified: head/audio/musepack/Makefile
==============================================================================
--- head/audio/musepack/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/audio/musepack/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -12,7 +12,6 @@ MAINTAINER=	shoesoft@gmx.net
 COMMENT=	Decoder, encoder, and replaygain for musepack (mpc)
 
 USE_LDCONFIG=	yes
-NO_STAGE=	yes
 USE_AUTOTOOLS=	aclocal autoheader libtoolize automake autoconf libtool
 ACLOCAL_ARGS=	-I. -I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing

Modified: head/mail/imaputils/Makefile
==============================================================================
--- head/mail/imaputils/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/mail/imaputils/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -19,7 +19,6 @@ SHEBANG_FILES=	bin/*
 
 OPTIONS_DEFINE=	SSL UNICODE
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSSL}

Modified: head/math/wfmath/Makefile
==============================================================================
--- head/math/wfmath/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/math/wfmath/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -10,11 +10,10 @@ MASTER_SITES=	SF/worldforge/${PORTNAME}%
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	Worldforge math library
 
-USE_GMAKE=	yes
+USES=	gmake
 USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_GCC=	yes
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/multimedia/assimp/Makefile
==============================================================================
--- head/multimedia/assimp/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/multimedia/assimp/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -24,7 +24,6 @@ USE_LDCONFIG=	yes
 # CMAKE_ARGS instructs cmake to skip runtime path removal during install
 CMAKE_ARGS+=	"-DCMAKE_SKIP_RPATH=ON"
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
 		${WRKSRC}/CMakeLists.txt

Modified: head/multimedia/libbluray/Makefile
==============================================================================
--- head/multimedia/libbluray/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/multimedia/libbluray/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -30,7 +30,6 @@ CONFIGURE_ARGS=	--prefix="${PREFIX}" \
 OPTIONS_DEFINE=	JAVA
 JAVA_DESC=	Enable Blu-Ray Java support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MJAVA}

Modified: head/print/tex-ptexenc/Makefile
==============================================================================
--- head/print/tex-ptexenc/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/print/tex-ptexenc/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -25,5 +25,4 @@ CONFIGURE_ARGS=	--with-system-kpathsea \
 		--with-kpathsea-includes=${LOCALBASE}/include \
 		--with-kpathsea-libdir=${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/science/elmer-eio/Makefile
==============================================================================
--- head/science/elmer-eio/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/science/elmer-eio/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -18,7 +18,6 @@ ALL_TARGET=
 
 PLIST_FILES=	include/eio_api.h lib/libeioc.a lib/libeiof.a
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"

Modified: head/science/liboglappth/Makefile
==============================================================================
--- head/science/liboglappth/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/science/liboglappth/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -20,5 +20,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 CXXFLAGS+=	-I${LOCALBASE}/include
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-toolkits/libxaw3dxft/Makefile
==============================================================================
--- head/x11-toolkits/libxaw3dxft/Makefile	Mon Feb  3 14:30:48 2014	(r342449)
+++ head/x11-toolkits/libxaw3dxft/Makefile	Mon Feb  3 14:31:32 2014	(r342450)
@@ -23,7 +23,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include/freety
 DOCSDIR=	${LOCALBASE}/share/doc/libXaw3dXft
 PORTDOCS=	*
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} '/^pkgconfigdir/s:=.*:= ${PREFIX}/libdata/pkgconfig:'\
 		${WRKSRC}/Makefile.in



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