From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 14:31:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80B70844; Mon, 3 Feb 2014 14:31:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62D841DDB; Mon, 3 Feb 2014 14:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13EVYBk016423; Mon, 3 Feb 2014 14:31:34 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13EVW3G016414; Mon, 3 Feb 2014 14:31:32 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031431.s13EVW3G016414@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 14:31:32 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 14:31:34 -0000 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 .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 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 .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 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 .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 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