mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
This commit is contained in:
parent
3ddccf34d6
commit
110f3583b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328096
@ -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 <bsd.port.mk>
|
||||
|
@ -12,7 +12,6 @@ COMMENT= Fast compressor/decompressor library
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
CONFIGURE_ARGS= --disable-gtest
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -12,7 +12,6 @@ COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= iconv
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -11,10 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
||||
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
|
||||
|
@ -10,7 +10,6 @@ MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= IETF audio codec
|
||||
|
||||
USES= pathfix
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -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
|
||||
|
@ -21,7 +21,6 @@ USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-amalgamation
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
|
@ -25,5 +25,4 @@ CONFIGURE_ARGS+= --with-check=${LOCALBASE}
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= http://www.libee.org/files/download/
|
||||
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 <bsd.port.mk>
|
||||
|
@ -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 <bsd.port.mk>
|
||||
|
@ -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 <bsd.port.mk>
|
||||
|
@ -19,7 +19,6 @@ PLIST_FILES= include/sigsegv.h \
|
||||
lib/libsigsegv.so.2 \
|
||||
lib/libsigsegv.so
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -30,5 +30,4 @@ post-patch: .SILENT
|
||||
${REINPLACE_CMD} '/^pkgconfigexecdir/s|$$(libdir)|$$(prefix)/libdata|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,5 +19,4 @@ PLIST_FILES= share/aclocal/xorg-macros.m4 \
|
||||
|
||||
PLIST_DIRS= share/util-macros
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -47,7 +47,6 @@ OPTIONS_DEFINE_amd64= MMX
|
||||
APIDOC_DESC= Install full documentation (requires doxygen)
|
||||
MMX_DESC= MMX CPU instructions
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
. if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MAPIDOC}
|
||||
|
@ -13,8 +13,6 @@ COMMENT= Tools and library routines for working with GIF images
|
||||
CONFLICTS= libungif-[0-9]*
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -21,5 +21,4 @@ MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFLICTS= libart-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -15,7 +15,6 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= iconv pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -29,7 +29,6 @@ USE_LDCONFIG= yes
|
||||
|
||||
INFO= gmp
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MCPU_OPTS}
|
||||
|
@ -35,7 +35,6 @@ INFO= mpfr
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 803000
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
|
||||
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 <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -31,7 +31,6 @@ PLIST_FILES= include/libgadu.h \
|
||||
OPTIONS_DEFINE= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
|
@ -10,5 +10,4 @@ COMMENT= Fonts extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,5 +11,4 @@ XORG_CAT= lib
|
||||
USE_XORG= fontsproto:both xproto:both xtrans
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,5 +11,4 @@ COMMENT= The fontenc Library
|
||||
XORG_CAT= lib
|
||||
USE_XORG= xproto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= XFree86-Bigfont extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= BigReqs extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= Composite extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,5 +9,4 @@ COMMENT= DRI2 prototype headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ LICENSE= MIT
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= Fixes extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= GLX extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ XORG_CAT= proto
|
||||
|
||||
CONFIGURE_ARGS= --without-asciidoc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= KB extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ COMMENT= Inter Client Exchange library for X11
|
||||
XORG_CAT= lib
|
||||
USE_XORG= xproto:both xtrans
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,5 +10,4 @@ COMMENT= Randr extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -10,5 +10,4 @@ COMMENT= RenderProto protocol headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -14,5 +14,4 @@ USES= pathfix
|
||||
|
||||
XORG_CAT= data
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -12,7 +12,6 @@ XORG_CAT= proto
|
||||
|
||||
CONFIGURE_ARGS+=--disable-specs
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -10,5 +10,4 @@ COMMENT= XFree86-DGA extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ LICENSE= MIT
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= XFree86-Misc extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= XFree86-VidModeExtension extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,4 @@ COMMENT= Xinerama extension headers
|
||||
|
||||
XORG_CAT= proto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,5 +12,4 @@ XORG_CAT= proto
|
||||
|
||||
CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,5 +16,4 @@ XORG_CAT= lib
|
||||
|
||||
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user