From owner-svn-ports-head@FreeBSD.ORG Tue Sep 24 06:24:30 2013 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 ESMTP id C43C6950; Tue, 24 Sep 2013 06:24:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 A19A22439; Tue, 24 Sep 2013 06:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8O6OUTR068975; Tue, 24 Sep 2013 06:24:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8O6OHZl068843; Tue, 24 Sep 2013 06:24:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309240624.r8O6OHZl068843@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 24 Sep 2013 06:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328096 - in head: archivers/libmspack archivers/snappy audio/id3lib audio/libaudiofile audio/libcdaudio audio/libdssialsacompat audio/libogg audio/libsidplay audio/libvorbis audio/opus... 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.14 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: Tue, 24 Sep 2013 06:24:30 -0000 Author: bapt Date: Tue Sep 24 06:24:17 2013 New Revision: 328096 URL: http://svnweb.freebsd.org/changeset/ports/328096 Log: Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run Exp-run by: bdrewery Modified: head/archivers/libmspack/Makefile head/archivers/snappy/Makefile head/audio/id3lib/Makefile head/audio/libaudiofile/Makefile head/audio/libcdaudio/Makefile head/audio/libdssialsacompat/Makefile head/audio/libogg/Makefile head/audio/libsidplay/Makefile head/audio/libvorbis/Makefile head/audio/opus/Makefile head/devel/deforaos-libsystem/Makefile head/devel/eina/Makefile head/devel/libconfuse/Makefile head/devel/libee/Makefile head/devel/libestr/Makefile head/devel/libinotify/Makefile head/devel/libsigsegv/Makefile head/devel/upnp/Makefile head/devel/xorg-macros/Makefile head/graphics/frei0r/Makefile head/graphics/giflib/Makefile head/graphics/libart_lgpl/Makefile head/graphics/libiptcdata/Makefile head/graphics/libvisual04/Makefile head/graphics/poppler-data/Makefile head/korean/libhangul/Makefile head/math/gmp/Makefile head/math/mpfr/Makefile head/multimedia/libtheora/Makefile head/polish/libgadu/Makefile head/x11-fonts/fontsproto/Makefile head/x11-fonts/libFS/Makefile head/x11-fonts/libfontenc/Makefile head/x11-fonts/xf86bigfontproto/Makefile head/x11/bigreqsproto/Makefile head/x11/compositeproto/Makefile head/x11/dri2proto/Makefile head/x11/evieext/Makefile head/x11/fixesproto/Makefile head/x11/glproto/Makefile head/x11/inputproto/Makefile head/x11/kbproto/Makefile head/x11/libICE/Makefile head/x11/libSM/Makefile head/x11/libXdmcp/Makefile head/x11/randrproto/Makefile head/x11/recordproto/Makefile head/x11/renderproto/Makefile head/x11/resourceproto/Makefile head/x11/scrnsaverproto/Makefile head/x11/videoproto/Makefile head/x11/xbitmaps/Makefile head/x11/xcmiscproto/Makefile head/x11/xextproto/Makefile head/x11/xf86dgaproto/Makefile head/x11/xf86driproto/Makefile head/x11/xf86miscproto/Makefile head/x11/xf86vidmodeproto/Makefile head/x11/xineramaproto/Makefile head/x11/xproto/Makefile head/x11/xtrans/Makefile Modified: head/archivers/libmspack/Makefile ============================================================================== --- head/archivers/libmspack/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/archivers/libmspack/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -15,9 +15,6 @@ LICENSE= LGPL21 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes - -post-patch: - @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in +USES= pathfix .include Modified: head/archivers/snappy/Makefile ============================================================================== --- head/archivers/snappy/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/archivers/snappy/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,7 +12,6 @@ COMMENT= Fast compressor/decompressor li OPTIONS_DEFINE= DOCS -NO_STAGE= yes CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/id3lib/Makefile ============================================================================== --- head/audio/id3lib/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/id3lib/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,7 +12,6 @@ COMMENT= Library for manipulating ID3v1/ USE_AUTOTOOLS= libtool USES= iconv -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/libaudiofile/Makefile ============================================================================== --- head/audio/libaudiofile/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libaudiofile/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -13,7 +13,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for SGI audio file USE_AUTOTOOLS= libtool -NO_STAGE= yes USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/libcdaudio/Makefile ============================================================================== --- head/audio/libcdaudio/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libcdaudio/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,6 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_AUTOTOOLS= libtool -NO_STAGE= yes USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/libdssialsacompat/Makefile ============================================================================== --- head/audio/libdssialsacompat/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libdssialsacompat/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,12 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Alsa compatibility library to build DSSI FETCH_ARGS?= -Fpr +USES= pathfix USE_AUTOTOOLS= libtool -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in - .include Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libogg/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,6 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/libsidplay/Makefile ============================================================================== --- head/audio/libsidplay/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libsidplay/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Commodore SID-chip emulator library to play SID music files USE_AUTOTOOLS= libtool -NO_STAGE= yes USE_LDCONFIG= yes CONFIGURE_ENV= sid_cv_have_ios_binary=yes Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/libvorbis/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,10 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_XZ= yes Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/audio/opus/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,7 +10,6 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec USES= pathfix -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/devel/deforaos-libsystem/Makefile ============================================================================== --- head/devel/deforaos-libsystem/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/deforaos-libsystem/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -18,7 +18,6 @@ USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh Modified: head/devel/eina/Makefile ============================================================================== --- head/devel/eina/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/eina/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -21,7 +21,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-amalgamation -NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/devel/libconfuse/Makefile ============================================================================== --- head/devel/libconfuse/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/libconfuse/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -25,5 +25,4 @@ CONFIGURE_ARGS+= --with-check=${LOCALBAS CFLAGS+= -I${LOCALBASE}/include .endif -NO_STAGE= yes .include Modified: head/devel/libee/Makefile ============================================================================== --- head/devel/libee/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/libee/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.libee.org/files MAINTAINER= brd@FreeBSD.org COMMENT= An event expression library inspired by CEE -LIB_DEPENDS= estr:${PORTSDIR}/devel/libestr +LIB_DEPENDS= libestr.so:${PORTSDIR}/devel/libestr MAKE_JOBS_UNSAFE= yes @@ -19,5 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench -NO_STAGE= yes .include Modified: head/devel/libestr/Makefile ============================================================================== --- head/devel/libestr/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/libestr/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -7,12 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ MAINTAINER= brd@FreeBSD.org -COMMENT= A library for some string essentials +COMMENT= Library for some string essentials USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --disable-testbench -NO_STAGE= yes .include Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/libinotify/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -18,12 +18,8 @@ USE_LDCONFIG= yes # # Get rid of .la and static library files # -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/devel/libsigsegv/Makefile ============================================================================== --- head/devel/libsigsegv/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/libsigsegv/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -19,7 +19,6 @@ PLIST_FILES= include/sigsegv.h \ lib/libsigsegv.so.2 \ lib/libsigsegv.so -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/devel/upnp/Makefile ============================================================================== --- head/devel/upnp/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/upnp/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -30,5 +30,4 @@ post-patch: .SILENT ${REINPLACE_CMD} '/^pkgconfigexecdir/s|$$(libdir)|$$(prefix)/libdata|' \ ${WRKSRC}/Makefile.in -NO_STAGE= yes .include Modified: head/devel/xorg-macros/Makefile ============================================================================== --- head/devel/xorg-macros/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/devel/xorg-macros/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -19,5 +19,4 @@ PLIST_FILES= share/aclocal/xorg-macros.m PLIST_DIRS= share/util-macros -NO_STAGE= yes .include Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/frei0r/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -47,7 +47,6 @@ OPTIONS_DEFINE_amd64= MMX APIDOC_DESC= Install full documentation (requires doxygen) MMX_DESC= MMX CPU instructions -NO_STAGE= yes .include . if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MAPIDOC} Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/giflib/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -13,8 +13,6 @@ COMMENT= Tools and library routines for CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. -NO_STAGE= yes - USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/graphics/libart_lgpl/Makefile ============================================================================== --- head/graphics/libart_lgpl/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/libart_lgpl/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -21,5 +21,4 @@ MAKE_JOBS_UNSAFE= yes CONFLICTS= libart-[0-9]* -NO_STAGE= yes .include Modified: head/graphics/libiptcdata/Makefile ============================================================================== --- head/graphics/libiptcdata/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/libiptcdata/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,13 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files USE_AUTOTOOLS= libtool -USES= pkgconfig iconv +USES= pkgconfig iconv pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in - .include Modified: head/graphics/libvisual04/Makefile ============================================================================== --- head/graphics/libvisual04/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/libvisual04/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -23,7 +23,6 @@ USE_LDCONFIG= yes VER= -0.4 PLIST_SUB= VER=${VER} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g;s|-O3|${CFLAGS}|g' \ ${WRKSRC}/libvisual/Makefile.in Modified: head/graphics/poppler-data/Makefile ============================================================================== --- head/graphics/poppler-data/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/graphics/poppler-data/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,6 @@ COMMENT= Poppler encoding data NO_BUILD= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile Modified: head/korean/libhangul/Makefile ============================================================================== --- head/korean/libhangul/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/korean/libhangul/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv pkgconfig -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/math/gmp/Makefile ============================================================================== --- head/math/gmp/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/math/gmp/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -29,7 +29,6 @@ USE_LDCONFIG= yes INFO= gmp -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MCPU_OPTS} Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/math/mpfr/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -35,7 +35,6 @@ INFO= mpfr PORTDOCS= * -NO_STAGE= yes .include .if ${OSVERSION} < 803000 Modified: head/multimedia/libtheora/Makefile ============================================================================== --- head/multimedia/libtheora/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/multimedia/libtheora/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,7 @@ MASTER_SITES= http://downloads.xiph.org/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_LDCONFIG= yes @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--disable-sdltest \ --enable-shared \ --disable-examples -NO_STAGE= yes .include post-patch: Modified: head/polish/libgadu/Makefile ============================================================================== --- head/polish/libgadu/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/polish/libgadu/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -31,7 +31,6 @@ PLIST_FILES= include/libgadu.h \ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/x11-fonts/fontsproto/Makefile ============================================================================== --- head/x11-fonts/fontsproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11-fonts/fontsproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= Fonts extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11-fonts/libFS/Makefile ============================================================================== --- head/x11-fonts/libFS/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11-fonts/libFS/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,5 +11,4 @@ XORG_CAT= lib USE_XORG= fontsproto:both xproto:both xtrans USE_AUTOTOOLS= libtool -NO_STAGE= yes .include Modified: head/x11-fonts/libfontenc/Makefile ============================================================================== --- head/x11-fonts/libfontenc/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11-fonts/libfontenc/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,5 +11,4 @@ COMMENT= The fontenc Library XORG_CAT= lib USE_XORG= xproto -NO_STAGE= yes .include Modified: head/x11-fonts/xf86bigfontproto/Makefile ============================================================================== --- head/x11-fonts/xf86bigfontproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11-fonts/xf86bigfontproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= XFree86-Bigfont extension heade XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/bigreqsproto/Makefile ============================================================================== --- head/x11/bigreqsproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/bigreqsproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= BigReqs extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/compositeproto/Makefile ============================================================================== --- head/x11/compositeproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/compositeproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= Composite extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/dri2proto/Makefile ============================================================================== --- head/x11/dri2proto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/dri2proto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -9,5 +9,4 @@ COMMENT= DRI2 prototype headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/evieext/Makefile ============================================================================== --- head/x11/evieext/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/evieext/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,5 +12,4 @@ LICENSE= MIT XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/fixesproto/Makefile ============================================================================== --- head/x11/fixesproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/fixesproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= Fixes extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/glproto/Makefile ============================================================================== --- head/x11/glproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/glproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= GLX extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/inputproto/Makefile ============================================================================== --- head/x11/inputproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/inputproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,5 +12,4 @@ XORG_CAT= proto CONFIGURE_ARGS= --without-asciidoc -NO_STAGE= yes .include Modified: head/x11/kbproto/Makefile ============================================================================== --- head/x11/kbproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/kbproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= KB extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/libICE/Makefile ============================================================================== --- head/x11/libICE/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/libICE/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,5 +12,4 @@ COMMENT= Inter Client Exchange library f XORG_CAT= lib USE_XORG= xproto:both xtrans -NO_STAGE= yes .include Modified: head/x11/libSM/Makefile ============================================================================== --- head/x11/libSM/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/libSM/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -16,7 +16,6 @@ USE_XORG= ice xproto:both xtrans CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/doc//' ${WRKSRC}/Makefile.in Modified: head/x11/libXdmcp/Makefile ============================================================================== --- head/x11/libXdmcp/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/libXdmcp/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -15,7 +15,6 @@ USE_XORG= xproto:both CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/doc//' ${WRKSRC}/Makefile.in Modified: head/x11/randrproto/Makefile ============================================================================== --- head/x11/randrproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/randrproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= Randr extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/recordproto/Makefile ============================================================================== --- head/x11/recordproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/recordproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/&$$/ \ s/specs//' ${WRKSRC}/Makefile.in Modified: head/x11/renderproto/Makefile ============================================================================== --- head/x11/renderproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/renderproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= RenderProto protocol headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/resourceproto/Makefile ============================================================================== --- head/x11/resourceproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/resourceproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,7 +10,6 @@ COMMENT= Resource extension headers XORG_CAT= proto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in Modified: head/x11/scrnsaverproto/Makefile ============================================================================== --- head/x11/scrnsaverproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/scrnsaverproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -11,7 +11,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/specs//' ${WRKSRC}/Makefile.in Modified: head/x11/videoproto/Makefile ============================================================================== --- head/x11/videoproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/videoproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,7 +10,6 @@ COMMENT= Video extension headers XORG_CAT= proto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in Modified: head/x11/xbitmaps/Makefile ============================================================================== --- head/x11/xbitmaps/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xbitmaps/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -14,5 +14,4 @@ USES= pathfix XORG_CAT= data -NO_STAGE= yes .include Modified: head/x11/xcmiscproto/Makefile ============================================================================== --- head/x11/xcmiscproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xcmiscproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ ${WRKSRC}/Makefile.in Modified: head/x11/xextproto/Makefile ============================================================================== --- head/x11/xextproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xextproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,7 +12,6 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs -NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in Modified: head/x11/xf86dgaproto/Makefile ============================================================================== --- head/x11/xf86dgaproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xf86dgaproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= XFree86-DGA extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/xf86driproto/Makefile ============================================================================== --- head/x11/xf86driproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xf86driproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,5 +12,4 @@ LICENSE= MIT XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/xf86miscproto/Makefile ============================================================================== --- head/x11/xf86miscproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xf86miscproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= XFree86-Misc extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/xf86vidmodeproto/Makefile ============================================================================== --- head/x11/xf86vidmodeproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xf86vidmodeproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= XFree86-VidModeExtension extens XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/xineramaproto/Makefile ============================================================================== --- head/x11/xineramaproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xineramaproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -10,5 +10,4 @@ COMMENT= Xinerama extension headers XORG_CAT= proto -NO_STAGE= yes .include Modified: head/x11/xproto/Makefile ============================================================================== --- head/x11/xproto/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xproto/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -12,5 +12,4 @@ XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc -NO_STAGE= yes .include Modified: head/x11/xtrans/Makefile ============================================================================== --- head/x11/xtrans/Makefile Tue Sep 24 06:17:05 2013 (r328095) +++ head/x11/xtrans/Makefile Tue Sep 24 06:24:17 2013 (r328096) @@ -16,5 +16,4 @@ XORG_CAT= lib CONFIGURE_ARGS+=--disable-docs --without-xmlto -NO_STAGE= yes .include