Date: Wed, 23 Oct 2013 15:48:00 +0400 From: Andrej Zverev <az@freebsd.org> To: Emanuel Haupt <ehaupt@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r331362 - in head: astro/p5-GPS audio/audacious-dumb audio/bmp-fc audio/bmp-festalon audio/checkmate audio/libadplug audio/libmodplug audio/mikmod audio/sdl_sound audio/xmms-ahx audio/x... Message-ID: <CAD5bB%2Bh2tWXXfkKa0DCZuVig4_HE2ry%2BB-pBY3=JqthGNA=FDA@mail.gmail.com> In-Reply-To: <201310231026.r9NAQkUi022967@svn.freebsd.org> References: <201310231026.r9NAQkUi022967@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You commit is wrong. You need move MAN3 from Makefile to pkg-plist at least. https://wiki.freebsd.org/ports/StageDir [p5-* pkg-plist and MAN] On Wed, Oct 23, 2013 at 2:26 PM, Emanuel Haupt <ehaupt@freebsd.org> wrote: > Author: ehaupt > Date: Wed Oct 23 10:26:46 2013 > New Revision: 331362 > URL: http://svnweb.freebsd.org/changeset/ports/331362 > > Log: > Support staging. > > Modified: > head/astro/p5-GPS/Makefile > head/audio/audacious-dumb/Makefile > head/audio/bmp-fc/Makefile > head/audio/bmp-festalon/Makefile > head/audio/checkmate/Makefile > head/audio/libadplug/Makefile > head/audio/libmodplug/Makefile > head/audio/mikmod/Makefile > head/audio/sdl_sound/Makefile > head/audio/xmms-ahx/Makefile > head/audio/xmms-festalon/Makefile > head/audio/xmms-nsf/Makefile > head/converters/drg2sbg/Makefile > head/deskutils/notify-osd/Makefile > head/deskutils/xfce4-notification-daemon/Makefile > head/devel/libexplain/Makefile > head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile > head/devel/p5-Eval-Context/Makefile > head/devel/p5-Package-Generator/Makefile > head/devel/p5-Perl-Unsafe-Signals/Makefile > head/devel/p5-Sort-Array/Makefile > head/devel/p5-Test-Spelling/Makefile > head/devel/p5-Uniq/Makefile > head/graphics/asciio/Makefile > head/graphics/exrtools/Makefile > head/graphics/grafx2/Makefile > head/graphics/iec16022/Makefile > head/mail/p5-Sendmail-AccessDB/Makefile > head/misc/bestfit/Makefile > head/misc/talkfilters/Makefile > head/multimedia/subtitleeditor/Makefile > head/net-im/pidgin-bs/Makefile > head/net-im/pidgin-privacy-please/Makefile > head/net-mgmt/py-ipcalc/Makefile > head/net-mgmt/tcpreplay/Makefile > head/net/nload/Makefile > head/ports-mgmt/distilator/Makefile > head/sysutils/p5-Dir-Purge/Makefile > head/textproc/p5-Text-vCard/Makefile > head/www/p5-Catalyst-View-XML-Feed/Makefile > head/www/p5-Google-Search/Makefile > head/www/p5-HTML-DOM/Makefile > head/www/p5-JE/Makefile > head/www/p5-Reddit/Makefile > head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile > head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile > head/www/p5-WWW-Scripter/Makefile > head/x11/xwit/Makefile > > Modified: head/astro/p5-GPS/Makefile > ============================================================================== > --- head/astro/p5-GPS/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/astro/p5-GPS/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -16,7 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= perl5 > USE_PERL5= configure > -NO_STAGE= yes > > MAN3= GPS::Serial.3 \ > GPS::NMEA.3 \ > > Modified: head/audio/audacious-dumb/Makefile > ============================================================================== > --- head/audio/audacious-dumb/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/audacious-dumb/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -16,7 +16,6 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multi > BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ > ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb > > -NO_STAGE= yes > USES= gmake pkgconfig > USE_LDCONFIG= yes > > > Modified: head/audio/bmp-fc/Makefile > ============================================================================== > --- head/audio/bmp-fc/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/bmp-fc/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -18,7 +18,6 @@ USES= pkgconfig > USE_BZIP2= yes > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > -NO_STAGE= yes > > PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la > > > Modified: head/audio/bmp-festalon/Makefile > ============================================================================== > --- head/audio/bmp-festalon/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/bmp-festalon/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -8,7 +8,6 @@ COMMENT= Beep-media-player plugin for pl > LICENSE= GPLv2 > > MASTERDIR= ${.CURDIR}/../festalon > -NO_STAGE= yes > > LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player > > > Modified: head/audio/checkmate/Makefile > ============================================================================== > --- head/audio/checkmate/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/checkmate/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes > > MAN1= mpck.1 > MLINKS= mpck.1 checkmate.1 > -NO_STAGE= yes > PLIST_FILES= bin/mpck > > .include <bsd.port.mk> > > Modified: head/audio/libadplug/Makefile > ============================================================================== > --- head/audio/libadplug/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/libadplug/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -15,7 +15,6 @@ LICENSE= GPLv2 > LIB_DEPENDS= binio:${PORTSDIR}/devel/libbinio > > USES= pkgconfig > -NO_STAGE= yes > USE_AUTOTOOLS= libtool > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > Modified: head/audio/libmodplug/Makefile > ============================================================================== > --- head/audio/libmodplug/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/libmodplug/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -10,7 +10,6 @@ MAINTAINER= ehaupt@FreeBSD.org > COMMENT= ModPlug mod-like music shared libraries > > USES= gmake pathfix pkgconfig > -NO_STAGE= yes > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > > > Modified: head/audio/mikmod/Makefile > ============================================================================== > --- head/audio/mikmod/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/mikmod/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -16,7 +16,6 @@ LICENSE= GPLv2 > LIB_DEPENDS= mikmod:${PORTSDIR}/audio/libmikmod > > USES= gmake > -NO_STAGE= yes > GNU_CONFIGURE= yes > > MAN1= mikmod.1 > > Modified: head/audio/sdl_sound/Makefile > ============================================================================== > --- head/audio/sdl_sound/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/sdl_sound/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -13,7 +13,6 @@ MAINTAINER= mva@FreeBSD.org > COMMENT= A SDL audio library and player for some popular sound file formats > > USE_AUTOTOOLS= libtool > -NO_STAGE= yes > USE_LDCONFIG= yes > USE_SDL= sdl > CPPFLAGS+= -I${LOCALBASE}/include > > Modified: head/audio/xmms-ahx/Makefile > ============================================================================== > --- head/audio/xmms-ahx/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/xmms-ahx/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,7 +20,6 @@ PLIST_FILES= lib/xmms/Input/libahx.la \ > > GNU_CONFIGURE= yes > USES= gmake > -NO_STAGE= yes > USE_GNOME= gtk12 > USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include > > Modified: head/audio/xmms-festalon/Makefile > ============================================================================== > --- head/audio/xmms-festalon/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/xmms-festalon/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -11,7 +11,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimed > RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms > > USE_GNOME= glib12 > -NO_STAGE= yes > CONFIGURE_ARGS+= --enable-interface=interface > > DESCR= ${.CURDIR}/pkg-descr > > Modified: head/audio/xmms-nsf/Makefile > ============================================================================== > --- head/audio/xmms-nsf/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/audio/xmms-nsf/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -18,7 +18,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia > > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > -NO_STAGE= yes > USE_CSTD= gnu89 > > ONLY_FOR_ARCHS= i386 amd64 > > Modified: head/converters/drg2sbg/Makefile > ============================================================================== > --- head/converters/drg2sbg/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/converters/drg2sbg/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -16,5 +16,4 @@ GNU_CONFIGURE= yes > MAN1= drgbuilder.1 drg2sbg.1 > PLIST_FILES= bin/drg2sbg bin/drgbuilder > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/deskutils/notify-osd/Makefile > ============================================================================== > --- head/deskutils/notify-osd/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/deskutils/notify-osd/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -24,5 +24,4 @@ USES= gmake pkgconfig > USE_GNOME= libwnck gconf2 > USE_GCC= yes > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/deskutils/xfce4-notification-daemon/Makefile > ============================================================================== > --- head/deskutils/xfce4-notification-daemon/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/deskutils/xfce4-notification-daemon/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -41,7 +41,6 @@ CLOSE_DESC= Show the close button in the > > OPTIONS_DEFAULT=CLOSE NLS > > -NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MNLS} > > Modified: head/devel/libexplain/Makefile > ============================================================================== > --- head/devel/libexplain/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/libexplain/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -19,7 +19,6 @@ USE_AUTOTOOLS= libtool > USES= bison gettext gmake > USE_LDCONFIG= yes > > -NO_STAGE= yes > .include <bsd.port.pre.mk> > .include "Makefile.man" > > > Modified: head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile > ============================================================================== > --- head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,5 +20,4 @@ USE_PERL5= configure > > MAN3= Data::TreeDumper::Renderer::GTK.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Eval-Context/Makefile > ============================================================================== > --- head/devel/p5-Eval-Context/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Eval-Context/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -33,5 +33,4 @@ USE_PERL5= modbuild > > MAN3= Eval::Context.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Package-Generator/Makefile > ============================================================================== > --- head/devel/p5-Package-Generator/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Package-Generator/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -15,5 +15,4 @@ USE_PERL5= configure > > MAN3= Package::Reaper.3 Package::Generator.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Perl-Unsafe-Signals/Makefile > ============================================================================== > --- head/devel/p5-Perl-Unsafe-Signals/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Perl-Unsafe-Signals/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -15,5 +15,4 @@ USE_PERL5= configure > > MAN3= Perl::Unsafe::Signals.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Sort-Array/Makefile > ============================================================================== > --- head/devel/p5-Sort-Array/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Sort-Array/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -15,5 +15,4 @@ USE_PERL5= configure > > MAN3= Sort::Array.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Test-Spelling/Makefile > ============================================================================== > --- head/devel/p5-Test-Spelling/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Test-Spelling/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -22,5 +22,4 @@ USE_PERL5= configure > > MAN3= Test::Spelling.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/devel/p5-Uniq/Makefile > ============================================================================== > --- head/devel/p5-Uniq/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/devel/p5-Uniq/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -18,5 +18,4 @@ MAN3= Uniq.3 > > WRKSRC= ${WRKDIR}/${PORTNAME} > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/graphics/asciio/Makefile > ============================================================================== > --- head/graphics/asciio/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/graphics/asciio/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -41,5 +41,4 @@ MAN3= App::Asciio::setup::import_export > App::Asciio::setup::hooks::canonize_connections.3 \ > App::Asciio::Undo.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/graphics/exrtools/Makefile > ============================================================================== > --- head/graphics/exrtools/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/graphics/exrtools/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -31,7 +31,6 @@ MAN1= exrblur.1 exrchr.1 exricamtm.1 ex > exrpptm.1 exrstats.1 exrtools.1 exrtopng.1 jpegtoexr.1 \ > pngtoexr.1 ppmtoexr.1 > > -NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ > ${WRKSRC}/src/exrnormalize.c \ > > Modified: head/graphics/grafx2/Makefile > ============================================================================== > --- head/graphics/grafx2/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/graphics/grafx2/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -24,7 +24,6 @@ OPTIONS_DEFINE= TTF LUA > TTF_DESC= True Type font support > OPTIONS_DEFAULT=TTF > > -NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MTTF} > > Modified: head/graphics/iec16022/Makefile > ============================================================================== > --- head/graphics/iec16022/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/graphics/iec16022/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -22,7 +22,6 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCA > > MAN1= iec16022.1 > > -NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ > ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c > > Modified: head/mail/p5-Sendmail-AccessDB/Makefile > ============================================================================== > --- head/mail/p5-Sendmail-AccessDB/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/mail/p5-Sendmail-AccessDB/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -18,5 +18,4 @@ USE_PERL5= configure > > MAN3= Sendmail::AccessDB.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/misc/bestfit/Makefile > ============================================================================== > --- head/misc/bestfit/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/misc/bestfit/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -17,5 +17,4 @@ MANCOMPRESSED= no > MAN1= bestfit.1 > PLIST_FILES= bin/bestfit > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/misc/talkfilters/Makefile > ============================================================================== > --- head/misc/talkfilters/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/misc/talkfilters/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -38,7 +38,6 @@ MLINKS= talkfilters.1 austro.1 \ > talkfilters.1 warez.1 > INFO= talkfilters > > -NO_STAGE= yes > pre-everything:: > @${ECHO_MSG} "Please note that some of the filters contain language that may" > @${ECHO_MSG} "be objectionable to some. They are provided uncensored, in their" > > Modified: head/multimedia/subtitleeditor/Makefile > ============================================================================== > --- head/multimedia/subtitleeditor/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/multimedia/subtitleeditor/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -33,7 +33,6 @@ MAN1= subtitleeditor.1 > > OPTIONS_DEFINE= NLS > > -NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MNLS} > > Modified: head/net-im/pidgin-bs/Makefile > ============================================================================== > --- head/net-im/pidgin-bs/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/net-im/pidgin-bs/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -22,5 +22,4 @@ USE_BZIP2= yes > USE_GNOME= gtk20 > USE_LDCONFIG= ${PREFIX}/lib/pidgin > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/net-im/pidgin-privacy-please/Makefile > ============================================================================== > --- head/net-im/pidgin-privacy-please/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/net-im/pidgin-privacy-please/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -21,5 +21,4 @@ USES= gettext gmake pkgconfig > USE_GNOME= gtk20 > USE_LDCONFIG= ${PREFIX}/lib/pidgin > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/net-mgmt/py-ipcalc/Makefile > ============================================================================== > --- head/net-mgmt/py-ipcalc/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/net-mgmt/py-ipcalc/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -14,5 +14,4 @@ COMMENT= Module to perform IP subnet cal > USE_PYTHON= yes > USE_PYDISTUTILS=yes > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/net-mgmt/tcpreplay/Makefile > ============================================================================== > --- head/net-mgmt/tcpreplay/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/net-mgmt/tcpreplay/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -21,7 +21,6 @@ MAN1= tcpreplay.1 tcpprep.1 tcprewrite. > PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge \ > bin/tcpreplay-edit > > -NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} > > > Modified: head/net/nload/Makefile > ============================================================================== > --- head/net/nload/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/net/nload/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -18,7 +18,6 @@ MANCOMPRESSED= yes > MAN1= nload.1 > PLIST_FILES= bin/nload > > -NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \ > ${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp > > Modified: head/ports-mgmt/distilator/Makefile > ============================================================================== > --- head/ports-mgmt/distilator/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/ports-mgmt/distilator/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -17,5 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} > USES= perl5 > USE_PERL5= configure > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/sysutils/p5-Dir-Purge/Makefile > ============================================================================== > --- head/sysutils/p5-Dir-Purge/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/sysutils/p5-Dir-Purge/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -15,5 +15,4 @@ USE_PERL5= configure > > MAN3= Dir::Purge.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/textproc/p5-Text-vCard/Makefile > ============================================================================== > --- head/textproc/p5-Text-vCard/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/textproc/p5-Text-vCard/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,5 +20,4 @@ USE_PERL5= configure > MAN3= Text::vCard::Node.3 Text::vCard.3 \ > Text::vCard::Addressbook.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-Catalyst-View-XML-Feed/Makefile > ============================================================================== > --- head/www/p5-Catalyst-View-XML-Feed/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-Catalyst-View-XML-Feed/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,5 +20,4 @@ USE_PERL5= configure > > MAN3= Catalyst::View::XML::Feed.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-Google-Search/Makefile > ============================================================================== > --- head/www/p5-Google-Search/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-Google-Search/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -24,5 +24,4 @@ USE_PERL5= configure > > MAN3= Google::Search.3 Google::Search::Result.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-HTML-DOM/Makefile > ============================================================================== > --- head/www/p5-HTML-DOM/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-HTML-DOM/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -23,7 +23,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} > USES= perl5 > USE_PERL5= configure > > -NO_STAGE= yes > .include <bsd.port.pre.mk> > .include "${MASTERDIR}/Makefile.man" > .include <bsd.port.post.mk> > > Modified: head/www/p5-JE/Makefile > ============================================================================== > --- head/www/p5-JE/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-JE/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -35,5 +35,4 @@ MAN3= JE::Object.3 JE::_FieldHash.3 JE: > # Wrong versioning upstream > PORTSCOUT= skipv:0.54 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-Reddit/Makefile > ============================================================================== > --- head/www/p5-Reddit/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-Reddit/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -25,5 +25,4 @@ USE_PERL5= configure > > MAN3= Reddit.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile > ============================================================================== > --- head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -19,5 +19,4 @@ USE_PERL5= configure > > MAN3= WWW::Scripter::Plugin::Ajax.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile > ============================================================================== > --- head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,5 +20,4 @@ USE_PERL5= configure > MAN3= WWW::Scripter::Plugin::JavaScript.3 \ > WWW::Scripter::Plugin::JavaScript::JE.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/www/p5-WWW-Scripter/Makefile > ============================================================================== > --- head/www/p5-WWW-Scripter/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/www/p5-WWW-Scripter/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -22,5 +22,4 @@ USE_PERL5= configure > MAN3= WWW::Scripter::Location.3 WWW::Scripter.3 \ > WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3 > > -NO_STAGE= yes > .include <bsd.port.mk> > > Modified: head/x11/xwit/Makefile > ============================================================================== > --- head/x11/xwit/Makefile Wed Oct 23 10:26:23 2013 (r331361) > +++ head/x11/xwit/Makefile Wed Oct 23 10:26:46 2013 (r331362) > @@ -20,5 +20,4 @@ PLIST_FILES= bin/xwit > > EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-* > > -NO_STAGE= yes > .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2Bh2tWXXfkKa0DCZuVig4_HE2ry%2BB-pBY3=JqthGNA=FDA>