diff options
129 files changed, 245 insertions, 172 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 03383267399..b7405351fe4 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -14,13 +14,13 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-1* +NO_STAGE= yes MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha #PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes -NO_STAGE= yes RESTRICTED= no permission to redistribute diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 367925a9f7f..4c14b456b67 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -12,8 +12,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-ac-1* - NO_STAGE= yes + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 0193db93d54..11e17c4be67 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -13,9 +13,10 @@ COMMENT= ID3 tags library (part of MAD project) LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +NO_STAGE= yes + GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes USES= pkgconfig post-patch: diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index a83b6cb1028..9deec2afe7d 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -13,12 +13,12 @@ COMMENT= MP3 frame level editor LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 - NO_STAGE= yes + USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 post-extract: @${RM} ${WRKSRC}/config.cache diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 798966d5296..0165723c340 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -12,12 +12,12 @@ COMMENT= A tool to normalize the gain of MP3 files LICENSE= LGPL21 -PLIST_FILES= bin/mp3gain NO_STAGE= yes + USE_ZIP= yes USE_DOS2UNIX= yes - NO_WRKSUBDIR= yes +PLIST_FILES= bin/mp3gain post-patch: @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index f58fa281e58..dc1346666e6 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -13,9 +13,10 @@ COMMENT= Speech synthesizer LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ audio:${PORTSDIR}/audio/nas +NO_STAGE= yes + GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf -NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 403c38a2739..b8ac06d6aac 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jbig:${PORTSDIR}/graphics/jbigkit MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes USE_GHOSTSCRIPT=yes HAS_CONFIGURE= yes @@ -58,7 +59,6 @@ OPTIONS_DEFAULT=PAM NLS NO_OPTIONS_SORT=yes GAWK_DESC= Use gawk for scripts -NO_STAGE= yes .include <bsd.port.options.mk> # Defaults to "North American Letter". Use "ISO A4" for A4. diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index fb1485e3538..fb23c7a4dde 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= http://ohse.de/uwe/releases/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) +NO_STAGE= yes + GNU_CONFIGURE= yes ALL_TARGET= all # vcheck MAN1= lrz.1 lsz.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile index a3643aabee5..8c02fc0ec82 100644 --- a/comms/vrflash/Makefile +++ b/comms/vrflash/Makefile @@ -11,11 +11,12 @@ COMMENT= Flash kernels and romdisks to the Agenda VR3 LICENSE= GPLv2 +NO_STAGE= yes + GNU_CONFIGURE= yes DOCS= agenda-flashing-overview.txt troubleshooting.txt \ pmon-protect-unprotect.txt usage.txt -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/ .if !defined(NOPORTDOCS) diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index 978d97e09a9..5986fb12bca 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -13,9 +13,9 @@ COMMENT= External MIME packer/unpacker WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -MAN1= mpack.1 munpack.1 +NO_STAGE= yes +MAN1= mpack.1 munpack.1 PLIST_FILES= bin/mpack bin/munpack -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile index b09d49e3914..03552db1e4e 100644 --- a/databases/animenfo-client-gtk/Makefile +++ b/databases/animenfo-client-gtk/Makefile @@ -14,6 +14,8 @@ COMMENT= AnimeNfo client with GTK support LICENSE= GPLv2 +NO_STAGE= yes + USES= pkgconfig gettext USE_GMAKE= yes USE_GNOME= gtk20 @@ -23,5 +25,4 @@ CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/animenfo-client-gtk -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/animenfo-client/Makefile b/databases/animenfo-client/Makefile index f8a8b2dc68b..d1bce3e0e1a 100644 --- a/databases/animenfo-client/Makefile +++ b/databases/animenfo-client/Makefile @@ -13,10 +13,11 @@ COMMENT= AnimeNfo client LICENSE= GPLv2 +NO_STAGE= yes + USE_GMAKE= yes PLIST_FILES= bin/animenfo-client -NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/ diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index df046d34898..ecef8d1bc39 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -12,6 +12,8 @@ COMMENT= Web Based Postgres Administration LICENSE= GPLv2 +NO_STAGE= yes + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session @@ -22,7 +24,6 @@ PLIST_SUB+= PGADMDIR=${PGADMDIR} PGADMOLDDIR?= www/data-dist/phpPgAdmin PLIST_SUB+= PGADMOLDDIR=${PGADMOLDDIR} -NO_STAGE= yes pre-everything:: @${ECHO_CMD} "# you can customize the installation directory" @${ECHO_CMD} "# by setting PGADMDIR in /etc/make.conf" diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 6e7970ebdd9..568a928f1fb 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface +NO_STAGE= yes + USE_MYSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -23,7 +25,6 @@ INSTALL_TARGET= site-install PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/mysql.so -NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) diff --git a/deskutils/openproj/Makefile b/deskutils/openproj/Makefile index 184ee3a8ba5..30b5f08fa78 100644 --- a/deskutils/openproj/Makefile +++ b/deskutils/openproj/Makefile @@ -10,6 +10,8 @@ COMMENT= A free, open source Project Manager RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +NO_STAGE= yes + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes @@ -19,7 +21,6 @@ DATAFILES= lib license openproj.jar readme.html SUB_FILES= openproj.sh -NO_STAGE= yes do-install: cd ${WRKSRC} \ && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 336d928e0c0..45c7a4e4956 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -10,7 +10,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords LICENSE= GPLv2 + CONFLICTS= ace+tao-[0-9]* +NO_STAGE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -27,5 +29,4 @@ regression-test: test test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 43b3e3e20b4..f11ce9df02b 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -12,6 +12,8 @@ COMMENT= Emulates a Commodore 64 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +NO_STAGE= yes + USE_XORG= x11 xt xext sm ice ALL_TARGET= Frodo WRKNAME= Frodo-4.1b @@ -23,7 +25,6 @@ USE_SDL= sdl ROM= 1541 Basic Char Kernal -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKDIR}/${WRKNAME}/TkGui.tcl diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index c8e306ca386..31a75133095 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RESTRICTED= tos.img is copyrighted +NO_STAGE= yes TOSIMG?= tos.img USE_XORG= x11 sm ice xext xextproto @@ -25,7 +26,6 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib ALL_TARGET= all fnttobdf tosfonts fonts -NO_STAGE= yes pre-build: ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ed01bb6da7f..b9c2de509d3 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II +LICENSE= GPLv2 + BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale @@ -23,7 +25,7 @@ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif RESTRICTED= ROMs are copyrighted by Commodore Business Machines -LICENSE= GPLv2 +NO_STAGE= yes USES= pkgconfig USE_XORG= xpm ice sm xext xv xt x11 xmu @@ -61,10 +63,6 @@ CONFIGURE_ARGS+= --enable-fullscreen --enable-ipv6 --disable-dependency-tracking #CONFIGURE_ARGS+= --enable-parsid #CONFIGURE_ARGS+= --enable-memmap -NO_STAGE= yes -Optional Features: - - MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ vice.1 x128.1 \ diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile index 128c67d9a05..03557f87154 100644 --- a/emulators/vmw/Makefile +++ b/emulators/vmw/Makefile @@ -9,6 +9,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= VM Back Command Line Tools for VMware ONLY_FOR_ARCHS= i386 +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= iconv @@ -24,7 +26,6 @@ PORTDOCS+= ${i}-eucj.txt ${i}-sjis.txt ${i}.txt PLIST_FILES+= sbin/${i} .endfor -NO_STAGE= yes do-install: .for i in ${SBINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 8ad804854e4..7fa27a8bc30 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -14,6 +14,8 @@ COMMENT= A FTP daemon that aims to be "very secure" LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= vsftpd MAN5= vsftpd.conf.5 MAN8= vsftpd.8 @@ -30,7 +32,6 @@ VSFTPD_SSL_DESC=Include support for SSL PIDFILE_DESC= Unofficial support for pidfile STACKPROTECTOR_DESC= Build with stack-protector -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL) diff --git a/games/xboing/Makefile b/games/xboing/Makefile index f67f4fc88cc..c4c29aee16d 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -14,6 +14,8 @@ COMMENT= X11 arcade game LICENSE= MIT +NO_STAGE= yes + USES= imake USE_XORG= xpm xext x11 WRKSRC= ${WRKDIR}/xboing @@ -26,7 +28,6 @@ PLIST_SUB+= WITH_SOUND="@comment " PLIST_SUB+= WITH_SOUND="" .endif -NO_STAGE= yes post-install: ${CHOWN} root:games ${PREFIX}/bin/xboing ${CHMOD} 2755 ${PREFIX}/bin/xboing diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index 18a46476b9c..186901bd04a 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -14,11 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter for X11 -PLIST_FILES= bin/xinfocom -WRKSRC= ${WRKDIR}/xinfocom +NO_STAGE= yes USES= imake USE_XORG= xt sm ice xext x11 +WRKSRC= ${WRKDIR}/xinfocom +PLIST_FILES= bin/xinfocom -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/xneko/Makefile b/games/xneko/Makefile index da1c1dd207a..ffbfb79ad9b 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -13,11 +13,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= The classic cat-and-mouse +NO_STAGE= yes + NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 MAN6= xneko.6 PLIST_FILES= bin/xneko -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index fd261084463..6b544c859cf 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -11,14 +11,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles MAINTAINER= dinoex@FreeBSD.org COMMENT= X-based rubik's cube(tm) +NO_STAGE= yes + WRKSRC= ${WRKDIR}/xrubik USES= imake USE_XORG= xt sm ice xext x11 -MAN1= xrubik.1 XFREE86_HTML_MAN= no NO_INSTALL_MANPAGES= yes +MAN1= xrubik.1 -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 933acc09971..769a22d883d 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX} MAINTAINER= dinoex@FreeBSD.org COMMENT= X version of the popular board game +NO_STAGE= yes + USES= imake USE_BZIP2= yes USE_XORG= xaw @@ -18,7 +20,6 @@ NO_INSTALL_MANPAGES= yes XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble -NO_STAGE= yes post-patch: @${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \ > ${WRKSRC}/src/config.h diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 04ca2757e63..855a76e16a3 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -14,13 +14,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter that runs under X11 -WRKSRC= ${WRKDIR}/xzip -ALL_TARGET= +NO_STAGE= yes USE_XORG= x11 +WRKSRC= ${WRKDIR}/xzip +ALL_TARGET= MAN1= xzip.1 PLIST_FILES= bin/xzip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/german/dtaus/Makefile b/german/dtaus/Makefile index 1193c922101..7adf0d82081 100644 --- a/german/dtaus/Makefile +++ b/german/dtaus/Makefile @@ -10,6 +10,8 @@ COMMENT= Belegloser DatenTraegerAUStausch LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= dtaus PLIST_FILES= bin/dtaus @@ -18,7 +20,6 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 -NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 6727096457b..91f2185bb25 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz LICENSE_COMB= multi LICENSE= GPLv2 BSD +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} #USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,7 +33,6 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp MANUAL_PACKAGE_BUILD= needs hostname -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile index bc4b832ab78..7952c688401 100644 --- a/german/webalizer2/Makefile +++ b/german/webalizer2/Makefile @@ -8,7 +8,6 @@ MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 9d9cd056a9c..f007988051d 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -14,14 +14,15 @@ LIB_DEPENDS= unrar:${PORTSDIR}/archivers/libunrar LICENSE= GPLv2 +MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes + USE_GMAKE= yes USE_WX= 2.6+ WX_PREMK= yes WX_UNICODE= yes PLIST_FILES= bin/comical -MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index bb6a34d8bd7..1d5cffca7ce 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 CONFLICTS= bazaar-1.* +NO_STAGE= yes USE_XZ= yes USES= pkgconfig @@ -29,7 +30,6 @@ OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG NO_OPTIONS_SORT=yes -NO_STAGE= yes .include <bsd.port.options.mk> PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 5faeaed1273..eccc6824394 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -13,6 +13,8 @@ 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,7 +23,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCBOOK X11 DOCBOOK_DESC= Generate API documentation (requires DOCS) -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 60396ccca23..e541a493c74 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ nspr4:${PORTSDIR}/devel/nspr CONFLICTS= gnash-devel-[0-9]* +NO_STAGE= yes USE_BZIP2= yes USES= gmake pkgconfig @@ -71,7 +72,6 @@ FFMPEG_DESC= ffmpeg media handler GSTREAMER_DESC= GStreamer media handler VAAPI_DESC= VAAPI support (requires FFMPEG) -NO_STAGE= yes .include <bsd.port.options.mk> # Cygnal option processing diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index f68fa3155f3..f8dff64a5de 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -12,6 +12,8 @@ COMMENT= Another gtk2-based graphic file viewer LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +NO_STAGE= yes + USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes @@ -23,7 +25,6 @@ MAN1= gqview.1 CONFLICTS= gqview-1.4* gqview-2.0* LATEST_LINK= gqview-devel -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index c4042207095..7d667083a58 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ expat:${PORTSDIR}/textproc/expat2 \ gd:${PORTSDIR}/${GD_PORT} +NO_STAGE= yes + USES= bison gmake pkgconfig USE_AUTOTOOLS= libltdl libtool WANT_GNOME= yes @@ -86,7 +88,6 @@ GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support NVTHREADS_DESC= Link with threads (needed for nvidia) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGVEDIT} diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index dfe8ee985e3..703fea3a0bd 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -11,12 +11,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Collection of over 3000 icons in XPM3 format +NO_STAGE= yes NO_BUILD= yes # Where it will be installed (change pkg/PLIST if you change this) LIBDIR= ${PREFIX}/include/X11/pixmaps -NO_STAGE= yes .include <bsd.port.options.mk> do-install: diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 83558df41b4..39f29b17049 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg LICENSE= MIT +NO_STAGE= yes + USE_AUTOTOOLS= libtool USE_ZIP= yes USE_GNOME= lthack @@ -32,7 +34,6 @@ MASTER_SITE_IMAGEMAGICK= \ OPTIONS_DEFINE= OPENGL UUID UUID_DESC= UUID support (required by GDAL) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 57b7cc4f47e..0f3ce72ba3f 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -17,8 +17,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= IJG's jpeg compression utilities CONFLICTS= libjpeg-turbo-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} +NO_STAGE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} DISTVERSION2= 8d USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -33,7 +34,6 @@ CONFIGURE_ARGS+= --enable-maxmem=${J_MAXMEM} MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 -NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 36aecdf1ad8..b55be1145c8 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +NO_STAGE= yes + USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" @@ -32,7 +34,6 @@ MAN1= netpbm.1 OPTIONS_DEFINE= X11 MANPAGES -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 8259748f12d..889e31965fd 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images PORTSCOUT= limit:^1\.5\. +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes @@ -28,7 +29,6 @@ OPTIONS_DEFINE=APNG OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL) diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 899ae35205e..b4dbbca6d35 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -16,6 +16,8 @@ COMMENT= Ruby extension library to use Thomas Boutell's gd library LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +NO_STAGE= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -31,7 +33,6 @@ CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd -NO_STAGE= yes .include <bsd.port.pre.mk> # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index d36fc843306..5b449849b7a 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +NO_STAGE= yes + OPTIONS_DEFINE= LAME PDF USES= pkgconfig @@ -28,7 +30,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no - MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ png2swf.1 swfbbox.1 swfc.1 swfcombine.1 swfdump.1 \ swfextract.1 swfrender.1 swfstrings.1 wav2swf.1 @@ -36,7 +37,6 @@ MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLAME} diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index d893c37be07..ab5697a8fdd 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ jbig:${PORTSDIR}/graphics/jbigkit +NO_STAGE= yes + USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ @@ -109,7 +111,6 @@ MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff -NO_STAGE= yes pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 51f83d43302..793c5d67371 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= xv:${PORTSDIR}/${PKGCATEGORY}/xv NOMAN= yes -NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index a8f3c7b2d47..56436d8bffe 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ jasper:${PORTSDIR}/graphics/jasper +NO_STAGE= yes + USES= imake USE_XORG= xext x11 xt .if !defined(NOMAN) @@ -32,7 +34,6 @@ MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 XVDIST= ${DISTDIR}/${DIST_SUBDIR} CFLAGS+= -I${LOCALBASE}/include/libpng15 -NO_STAGE= yes pre-patch: @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 6142d15e468..a6de9d74828 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -12,7 +12,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy LICENSE= GPLv2 + CONFLICTS= iroffer-1* iroffer-lamm-1.* +NO_STAGE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -43,7 +45,6 @@ IROFFER_HTDOCS= iroffer-state.css robots.txt \ OPTIONS_DEFINE= CURL RUBY UPNP GEOIP OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCURL} diff --git a/irc/iroffer-lamm/Makefile b/irc/iroffer-lamm/Makefile index 948085d736f..084d7812bd8 100644 --- a/irc/iroffer-lamm/Makefile +++ b/irc/iroffer-lamm/Makefile @@ -13,11 +13,12 @@ COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy LICENSE= GPLv2 +CONFLICTS= iroffer-1.* iroffer-dinoex-3.* +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-1.* iroffer-dinoex-3.* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile index c82a366f977..6f68125649f 100644 --- a/irc/iroffer/Makefile +++ b/irc/iroffer/Makefile @@ -13,11 +13,12 @@ COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy LICENSE= GPLv2 +CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index f29d2a69347..d8617ec22c2 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -17,6 +17,8 @@ COMMENT= An encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +NO_STAGE= yes + USE_ZIP= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -28,7 +30,6 @@ PLIST_FILES= lib/xchat/plugins/xfish.so PORTDOCS= FiSH-xchat.txt \ FiSH-xchat_History.txt -NO_STAGE= yes post-patch: @${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ @${RM} -f ${WRKSRC}/mir* diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index 45bc313a610..69b83984e49 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -16,6 +16,8 @@ COMMENT= A free encryption add-on for the popular XChat irc client RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +NO_STAGE= yes + USE_ZIP= yes ALL_TARGET= freebsd CFLAGS+= -fPIC @@ -31,7 +33,6 @@ PLIST_FILES= lib/xchat/plugins/mircryption.so PORTDOCS= README.txt PORTEXAMPLES= mcps_masterkey_on_start.pl -NO_STAGE= yes post-patch: # \r\n -> \n @${FIND} ${WRKSRC} -type f -exec \ diff --git a/irc/xchat-ruby/Makefile b/irc/xchat-ruby/Makefile index eff0c8e5bf1..fc31011bf8a 100644 --- a/irc/xchat-ruby/Makefile +++ b/irc/xchat-ruby/Makefile @@ -15,6 +15,8 @@ RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat LICENSE= GPLv2 +NO_STAGE= yes + USE_RUBY= yes USE_LIBRUBY= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -25,7 +27,6 @@ PLIST_FILES= lib/xchat/plugins/xchat-ruby.so PORTDOCS= README ChangeLog PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb -NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|^RUBY=.*|RUBY=${RUBY}|' \ diff --git a/japanese/gd/Makefile b/japanese/gd/Makefile index 9a46c941eba..892dc9af032 100644 --- a/japanese/gd/Makefile +++ b/japanese/gd/Makefile @@ -10,5 +10,4 @@ MASTERDIR= ${.CURDIR}/../../graphics/gd CPPFLAGS+= -DJISX0208 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/japanese/webalizer/Makefile b/japanese/webalizer/Makefile index 7926ea86eee..19d7a1bcc43 100644 --- a/japanese/webalizer/Makefile +++ b/japanese/webalizer/Makefile @@ -8,7 +8,6 @@ WEBALIZER_LANG= japanese MASTERDIR?= ${.CURDIR}/../../www/webalizer .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index b0d62c70e70..473ca1aede3 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -14,10 +14,11 @@ DIST_SUBDIR= ezm3 MAINTAINER= ports@FreeBSD.org COMMENT= Easier, more portable Modula-3 distribution for building CVSup +NO_STAGE= yes + USE_BZIP2= yes USE_GMAKE= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index a90b3eff315..5a7d4283316 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -12,17 +12,18 @@ COMMENT= Sendmail milter wich uses McAfee Virus Scan or clamav LICENSE= BSD -USE_RC_SUBR= antivirus-milter +NO_STAGE= yes CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= -lmilter ${PTHREAD_LIBS} -ANTIVIRUS_DIR?= /var/spool/antivirus PLIST_SUB+= ANTIVIRUS=${ANTIVIRUS_DIR} SUB_LIST+= ANTIVIRUS=${ANTIVIRUS_DIR} SED_SCRIPT= -e 's|%%ANTIVIRUS%%|${ANTIVIRUS_DIR}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' +USE_RC_SUBR= antivirus-milter + +ANTIVIRUS_DIR?= /var/spool/antivirus -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile index e913e48e137..2469abc0d1d 100644 --- a/mail/dk-milter/Makefile +++ b/mail/dk-milter/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/DomainKeys%20Milter/${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Domainkeys milter for Sendmail +NO_STAGE= yes + USE_RC_SUBR= milter-dk USE_OPENSSL= yes @@ -39,7 +41,6 @@ SITE+= ${FILESDIR}/site.config.m4 SITE_SUB+= -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" -NO_STAGE= yes .include <bsd.port.pre.mk> WITHOUT_MILTER_CFLAGS= yes diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 9a0221be2f5..947cf9987e4 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -13,6 +13,7 @@ COMMENT= Secure and efficient mail gateway NOT_FOR_ARCHS= ia64 MAKE_JOBS_UNSAFE= yes CONFLICTS= smx-* +NO_STAGE= yes .if !defined(SENDMAIL_WITHOUT_SHMEM) && !defined(BUILDING_INDEX) IPCCHECK!= ipcrm -q 0 2>&1 || true @@ -42,7 +43,6 @@ EXTRA_SBIN= libcheck/noroot libconf/tree libmta/statit \ #GROUPS= meta1s meta1q meta1c meta1m meta1 #USERS= meta1s meta1q meta1c meta1m meta1 -NO_STAGE= yes # default config: META1CONFDIR?= ${PREFIX}/etc/meta1 NOLOGIN_CMD?= /usr/sbin/nologin diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index 756c01dda9f..576c33694cf 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -12,6 +12,8 @@ COMMENT= Milter plugin to sendmail for regular expression filtering LICENSE= BSD LICENSE_FILE= ${FILESDIR}/COPYRIGHT +NO_STAGE= yes + MAILUSER?= mailnull MAN8= milter-regex.8 PLIST_FILES= libexec/milter-regex @@ -19,7 +21,6 @@ USE_RC_SUBR= milterregex SPOOLDIR?= /var/run/milter-regex SUB_LIST= SPOOLDIR=${SPOOLDIR} -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile index cd7a7ffd4ff..b73dbfef429 100644 --- a/mail/noattach/Makefile +++ b/mail/noattach/Makefile @@ -12,6 +12,8 @@ COMMENT= An attachment filter for Sendmail Milter GNU_CONFIGURE= yes USE_RC_SUBR= noattach +NO_STAGE= yes + CFLAGS+= ${PTHREAD_CFLAGS:S=""==} MAN8= noattach.8 DOCSFILES= AUTHORS THANKS INSTALL NEWS README TODO ChangeLog @@ -20,7 +22,6 @@ SAMPLEFILES= README noattach.patterns noattach.patterns.johncon CONFIGURE_ARGS+= --enable-ldap .endif -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile index 093526ee8e0..1133f30c6cb 100644 --- a/mail/pathalias/Makefile +++ b/mail/pathalias/Makefile @@ -9,13 +9,14 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= Mail routing tools +NO_STAGE= yes + ALL_TARGET= pathalias MAN8= pathalias.8 BIN8= pathalias PLIST_FILES= bin/pathalias -NO_STAGE= yes do-install: .for i in ${BIN8} @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin diff --git a/mail/raysfilter/Makefile b/mail/raysfilter/Makefile index e65935881cb..e918c0d18ed 100644 --- a/mail/raysfilter/Makefile +++ b/mail/raysfilter/Makefile @@ -10,6 +10,8 @@ DISTNAME= rays-filter-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A configurable filter for Sendmail Milter +NO_STAGE= yes + CTARGETS+= rays-filter CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= ${PTHREAD_LIBS} @@ -18,7 +20,6 @@ BINFILES= mf-reset mf-start mf-stop mf-archive mf-analyze mf-memory DOCSFILES= rays-filter.html install.html configure.html operate.html \ utilities.html GNU-public-licence.txt copyright.txt README -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile index f2c6e4543e4..f087532288c 100644 --- a/mail/rbl-milter/Makefile +++ b/mail/rbl-milter/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ MAINTAINER= dinoex@FreeBSD.org COMMENT= A milter that adds mail header warnings on mail from open-relays +NO_STAGE= yes + USE_RC_SUBR= rblmilter GNU_CONFIGURE= yes USE_GMAKE= yes @@ -19,7 +21,6 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS} PLIST_FILES= sbin/rbl-milter .if defined(NO_WERROR) -NO_STAGE= yes pre-configure: @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed @${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 1e3f2be63c0..4cedb8b51cf 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -12,11 +12,11 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Extracts attached files out of a MIME encoded email package MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes PLIST_FILES= bin/ripmime MAN1= ripmime.1 -NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!; \ s!^CFLAGS=!CFLAGS ?=!' \ diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 43d4a037023..2afda45f30e 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -11,7 +11,6 @@ SENDMAIL_PORT?= sendmail MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT} .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 0b81bda415f..6f96de8ec01 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -13,6 +13,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Reliable, highly configurable mail transfer agent with utilities CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* +NO_STAGE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site @@ -45,7 +46,6 @@ MILTER_DESC= Build libmilter MILTER_SHARED_DESC= Build shared libmilter MILTER_POOL_DESC= Enable milter thread pools -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHMEM} && !defined(BUILDING_INDEX) diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 95a64d56471..fa074aeded6 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -11,10 +11,12 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A sendmail milter API implementation LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre + +NO_STAGE= yes + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile index da1d945b39b..f04480507da 100644 --- a/mail/sid-milter/Makefile +++ b/mail/sid-milter/Makefile @@ -9,6 +9,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= An sid and spf milter for Sendmail RESTRICTED= may incorporate intellectual property, possible patent issues +NO_STAGE= yes WCONF= ${WRKSRC}/devtools/Site MAN8= sid-filter.8 @@ -32,7 +33,6 @@ PLIST_FILES+= include/libar.h lib/libar.a .endif USE_RC_SUBR= milter-sid -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 75079430813..7523e21d61d 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -10,12 +10,13 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Program that analyses Sendmail log entries +NO_STAGE= yes + MAN8= sma.8 DOCSFILES= BUGS COPYRIGHT HISTORY README TODO SAMPLEFILES= sma.conf ALL_TARGET= sma -NO_STAGE= yes do-configure: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.sed ${SED} -e "s,CC =,CC?= ," \ diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 940571bf3e8..a40619827f7 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -14,6 +14,8 @@ COMMENT= A Sendmail LibMilter filter to block spam LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_ARGS= --have-resn USE_RC_SUBR= spamilter @@ -27,7 +29,6 @@ DOCSFILES= Changelog INSTALL LICENSE docs/docs.html docs/docs.txt \ conf/db.rcpt conf/db.rdnsbl conf/db.sndr \ conf/policy.html conf/spamilter.rc -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile index 9eeda53b578..291f9f9ed9e 100644 --- a/mail/vbsfilter/Makefile +++ b/mail/vbsfilter/Makefile @@ -13,6 +13,8 @@ COMMENT= A vbs-attachment filter for Sendmail Milter LICENSE= GPLv2 +NO_STAGE= yes + USE_RC_SUBR= vbsfilter PLIST_FILES= libexec/vbsfilter @@ -21,7 +23,6 @@ LIBS+= ${PTHREAD_LIBS} LIBS+= -lmilter CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 4635de837ee..c83700b9347 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ PORTNAME= estic PORTVERSION= 1.61 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= misc comms MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex @@ -13,21 +13,23 @@ DISTFILES= estic-1.60-sources.zip estic-1.61-patch-from-1.60.zip MAINTAINER= dinoex@FreeBSD.org COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec -USE_ZIP= yes -NO_WRKSUBDIR= yes +NO_STAGE= yes + +USE_ZIP= yes +NO_WRKSUBDIR= yes .if defined(WITHOUT_X11) -NOX11_SUFFIX?= -nox11 +NOX11_SUFFIX?= -nox11 X_OR_NOT= -PLIST_SUB+= WITHOUT_X="" -PLIST_SUB+= WITH_X="@comment " +PLIST_SUB+= WITHOUT_X="" +PLIST_SUB+= WITH_X="@comment " .else -USE_XORG= x11 +USE_XORG= x11 X_OR_NOT=-x -PLIST_SUB+= WITHOUT_X="@comment " -PLIST_SUB+= WITH_X="" +PLIST_SUB+= WITHOUT_X="@comment " +PLIST_SUB+= WITH_X="" .endif -AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com> +AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com> # Personal Preferences, Where to install. PBX_VAR=${PREFIX}/var/log/pbx @@ -44,7 +46,6 @@ MAKEFILE=make/freebsd${X_OR_NOT}.mak EXTRA_PATCHES+= ${FILESDIR}/dtr-off.patch .endif -NO_STAGE= yes pre-patch: @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" # @${PATCH} -d ${PATCH_WRKSRC}/estic --forward --quiet -E -p0 --batch < ${WRKDIR}/estic.diff diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 42c4b602096..3f766b25fda 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -14,13 +14,15 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ mng:${PORTSDIR}/graphics/libmng RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm +MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes + USES= imake:env USE_XORG= x11 xext xmu xt sm ice xi xtst WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vflib --enable-locale LATE_INSTALL_ARGS= install.man -MAKE_JOBS_UNSAFE= yes MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1 @@ -44,7 +46,6 @@ OPTIONS_DEFINE=FREETYPE XFT GIF IMLIB OPTIONS_DEFAULT=FREETYPE XFT NO_OPTIONS_SORT=yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/multimedia/replex/Makefile b/multimedia/replex/Makefile index b91fa0d314b..e1e8002b8ed 100644 --- a/multimedia/replex/Makefile +++ b/multimedia/replex/Makefile @@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Remultiplex an MPEG2 TS into a PS for DVD +NO_STAGE= yes + USE_GMAKE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" DEFINES="${CPPFLAGS} -DO_LARGEFILE=0 -DVERSION=\\\"$(PORTVERSION)\\\"" \ LIBS="${LDFLAGS}" @@ -20,7 +22,6 @@ PLIST_FILES= bin/replex PORTDOCS= CHANGES README TODO .endif -NO_STAGE= yes post-patch: @${GREP} -lR "<stdint\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<stdint\.h>|<inttypes.h>|g' diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index 86e0fc00616..9534650dabb 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -12,6 +12,8 @@ COMMENT= Program used to time subtitles LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \ sndfile:${PORTSDIR}/audio/libsndfile +NO_STAGE= yes + USES= pkgconfig iconv USE_BZIP2= yes USE_GMAKE= yes @@ -24,7 +26,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale OPTIONS_DEFINE= GTKSPELL OPTIONS_DEFAULT=GTKSPELL -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 195e739ba2e..3e5e9b646b2 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -16,6 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures NO_CDROM= redistributed without fee +NO_STAGE= yes # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. @@ -28,7 +29,6 @@ DLLDIR= ${PREFIX}/lib/X11/xanim PLIST_FILES+= bin/xanim NO_CDROM= without fee -NO_STAGE= yes post-extract: ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index f3941a1292d..55b1854d506 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -12,6 +12,8 @@ LICENSE= GPLv2 LIB_DEPENDS= gloox:${PORTSDIR}/net-im/gloox \ boost_regex:${PORTSDIR}/devel/boost-libs +NO_STAGE= yes + USES= cmake DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -22,7 +24,6 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/licq-msn/Makefile b/net-im/licq-msn/Makefile index bec5c91b97d..4798fe3530c 100644 --- a/net-im/licq-msn/Makefile +++ b/net-im/licq-msn/Makefile @@ -11,6 +11,8 @@ LICENSE= GPLv2 LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs +NO_STAGE= yes + USES= cmake DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -21,7 +23,6 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 29889cd45ad..f971996cb81 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-g # plugin (gtk+) and wish run osd with it. i've not tested with # plugins other than qt-gui +NO_STAGE= yes + USES= cmake LOCALES= be de cs es fr pt pt_BR ro ru sv sk @@ -24,7 +26,6 @@ PLIST_FILES= lib/licq/licq_osd.so \ LICQ_PORT?= net-im/licq -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 626682f50b1..cb8e533125e 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/protocol_icq.so:${PORTSDIR}/${LICQ_PORT}-icq +NO_STAGE= yes + USE_XORG= x11 xext ice xscrnsaver USES= cmake USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build @@ -34,7 +36,6 @@ PLIST_SUB+= WITH_QT="" LICQ_PORT?= net-im/licq -NO_STAGE= yes pre-fetch: .if defined(WITH_KDE) @${ECHO_MSG} "" diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 8ede5ffc466..8af8ce5747f 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -14,6 +14,8 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 +NO_STAGE= yes + USES= cmake iconv WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq @@ -30,7 +32,6 @@ CONFIGURE_ARGS+=--with-openssl-inc=${OPENSSLINC} CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB} .endif -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/net-mgmt/bsnmp-jails/Makefile b/net-mgmt/bsnmp-jails/Makefile index 3e6c0db5d51..dca3a47e8d9 100644 --- a/net-mgmt/bsnmp-jails/Makefile +++ b/net-mgmt/bsnmp-jails/Makefile @@ -11,6 +11,8 @@ COMMENT= A bsnmpd module to measure statistics about jails LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes + GNU_CONFIGURE= yes MAN8= bsnmp-jails.8 @@ -19,7 +21,6 @@ PLIST_FILES= lib/snmp_jails.so lib/snmp_jails.so.0 \ lib/snmp_jails.a lib/snmp_jails.la \ libexec/jail-measure -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|freebsd1|freebsd1.|' \ ${WRKSRC}/configure diff --git a/net-mgmt/check_multi/Makefile b/net-mgmt/check_multi/Makefile index 70c8fefd0d1..90d1cb36bb2 100644 --- a/net-mgmt/check_multi/Makefile +++ b/net-mgmt/check_multi/Makefile @@ -14,6 +14,8 @@ COMMENT= A multi purpose wrapper plugin for Nagios LICENSE= GPLv2 +NO_STAGE= yes + USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes @@ -23,7 +25,6 @@ PLUGIN_DIR= libexec/nagios SHEBANG_FILES= check_multi -NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${PLUGIN_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/check_multi ${PREFIX}/${PLUGIN_DIR}/ diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 9323a9554f7..1022d77f952 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -11,14 +11,13 @@ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux +NO_STAGE= yes + GNU_CONFIGURE= yes -#WRKSRC= ${WRKDIR}/${PORTNAME}-dnh${PATCHLEVEL} PLIST_FILES= bin/ctorrent - PORTDOCS= README-DNH.TXT UserGuide -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-p2p/ed2k/Makefile b/net-p2p/ed2k/Makefile index 4eeffe6ea8a..40d6e5824c8 100644 --- a/net-p2p/ed2k/Makefile +++ b/net-p2p/ed2k/Makefile @@ -13,6 +13,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Calculates 'eMule' hashes or producing ed2k:// file links CONFLICTS= amule-* +NO_STAGE= yes NO_WRKSUBDIR= yes MAKEFILE= /dev/null @@ -31,7 +32,6 @@ LDLIBS+= -lmd MAKE_ARGS+= CFLAGS="${CFLAGS}" MAKE_ENV+= LDLIBS="${LDLIBS}" -NO_STAGE= yes post-extract: ${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/ diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index 737bd7ceb8d..390997d0ec7 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX?= ${PAM_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix copy program) +NO_STAGE= yes + USE_BZIP2= yes MANCOMPRESSED= yes @@ -29,7 +31,6 @@ BPKGNAME= base-uucp-1.06.1 # fix errros for -std=iso9899:1999 in FreeBSD 5.1 MAKE_ENV+= CSTD=gnu99 -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_PAM) diff --git a/net/libnet/Makefile b/net/libnet/Makefile index d51b450074b..3aa3ba861b7 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -13,6 +13,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A C library for creating IP packets LATEST_LINK= ${PORTNAME}${SHORT_VER} +NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -38,7 +39,6 @@ OPTIONS_DEFINE= EXAMPLES DOCS BPF OPTIONS_DEFAULT= BPF BPF_DESC= link layer bpf -NO_STAGE= yes .include <bsd.port.options.mk> LIBNET_LINK= none diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 838581ec0a1..7fc023c483e 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -14,6 +14,8 @@ PKGNAMESUFFIX= 10 MAINTAINER= dinoex@FreeBSD.org COMMENT= A C library for creating IP packets +NO_STAGE= yes + CFLAGS+= -fPIC USE_AUTOTOOLS= autoconf @@ -21,7 +23,6 @@ WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN3= libnet${PKGNAMESUFFIX}.3 -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 5f449b86f38..012dfd67335 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -11,6 +11,7 @@ COMMENT?= UPnP IGD client lightweight library LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_STAGE= yes HAS_CONFIGURE= yes USE_GMAKE= yes @@ -19,7 +20,6 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= updateminiupnpcstrings.sh MAKE_ENV+= INSTALLPREFIX=${PREFIX} -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) diff --git a/net/py-miniupnpc/Makefile b/net/py-miniupnpc/Makefile index 98b6519c242..9f2b837d81a 100644 --- a/net/py-miniupnpc/Makefile +++ b/net/py-miniupnpc/Makefile @@ -16,7 +16,6 @@ WRKDIR= ${WRKDIRPREFIX}${MASTERDIR}/work PLIST= ${.CURDIR}/pkg-plist .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 79b4d0b560e..72894104ff4 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A RADIUS-compliant remote authentication and accounting server CONFLICTS?= freeradius-0.* gnu-radius-1.* openradius-0.* +NO_STAGE= yes MAKEFILE= Makefile.BSD RADIUS_DIR= ${PREFIX}/etc/raddb @@ -26,7 +27,6 @@ DOCFILES= COPYRIGHT INSTALL doc/ChangeLog doc/README doc/README.Y2K \ doc/README.cisco doc/README.pam doc/README.proxy \ doc/README.simul doc/README.usersfile -NO_STAGE= yes do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 6ce64165cbf..e07ecc0cc11 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= gnutls-openssl:${PORTSDIR}/security/gnutls LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/LICENSE +NO_STAGE= yes + USE_RC_SUBR= sixxs-aiccu USE_GMAKE= yes @@ -27,7 +29,6 @@ WRKSRC= ${WRKDIR}/aiccu BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console PORTDOCS= README -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's:verbose true:verbose false:' \ diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 4855cfb87b3..f7cb747871d 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -14,6 +14,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} LICENSE= GPLv2 +NO_STAGE= yes + SNAPSHOT= 20091122 USE_BZIP2= yes USE_GMAKE= yes @@ -28,7 +30,6 @@ BINFILES= ldapclient ldapclient_str md5password mysql2ldif \ DOCFILES= ACL FORMAT GETTING.STARTED README README.security RFCs \ THANKS TODO -NO_STAGE= yes post-patch: ${TOUCH} ${WRKSRC}/alloca.h ${REINPLACE_CMD} -e "s|\"data\"|\"${TINYLDAP_DATA}\"|" \ diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 167941a087d..9d1c6a462a3 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -16,9 +16,10 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ dbus:${PORTSDIR}/devel/dbus \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs +NO_STAGE= yes + USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp recordproto - # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes @@ -33,7 +34,6 @@ OPTIONS_DEFINE=NLS AVAHI OPTIONS_DEFAULT=NLS AVAHI NO_OPTIONS_SORT=yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 2901600d5ae..27a7d5f3fff 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configur BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \ gpgv:${PORTSDIR}/security/gnupg1 +NO_STAGE= yes + WRKSRC= ${WRKDIR}/c-nocem CNEWS_PORT?= news/cnews #CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work @@ -27,5 +29,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 1e869336bec..21fc4ece1e8 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -34,7 +34,9 @@ COMMENT= An news server LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT + MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes USE_GCC= any @@ -71,7 +73,6 @@ NEWSARTS?= ${VARBASE}/news NEWSOV?= ${VARBASE}/news PGPVERIFY?= pgpverify-1.12 -NO_STAGE= yes .include <bsd.port.pre.mk> .if make(makesum) || defined(FETCH_ALL) diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 0333c2148aa..9a9a689b7d2 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail .endif MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes USES= gmake perl5 @@ -22,7 +23,6 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ template.html fido howto misc rfc gatebau/msgid.sgml \ gatebau/msgid.tex gatebau/msgid.txt -NO_STAGE= yes .include <bsd.port.pre.mk> pre-configure: diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 1d164721bfb..db228169178 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR= system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= FidoNet(tm) support package for UN*X platform +NO_STAGE= yes + MAN3= parsedate.3 MAN8= ifmail.8 iftoss.8 IFMAIL_RUNAS?= ifmail @@ -17,7 +19,6 @@ PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}" # USERS does not work here #USERS= ifmail -NO_STAGE= yes pre-configure: @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed ${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ diff --git a/news/knews/Makefile b/news/knews/Makefile index e4859a791a6..9d076074afa 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter LICENSE= GPLv2 +NO_STAGE= yes + USES= imake USE_XORG= xmu xpm xt sm ice xext x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 CC="${CC}" \ @@ -27,5 +29,4 @@ MAKE_ARGS+= -j${MAKE_JOBS} .endif MAN1= knews.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 624e73b7f08..2de9846b166 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -16,6 +16,8 @@ COMMENT= NNTP with NOV support BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews +NO_STAGE= yes + NO_WRKSUBDIR= yes MAN1= nntpxmit.1 MAN8= nntpd.8c acttimes.8c @@ -38,7 +40,6 @@ MAKE_ENV+= MANDIR="${LOCALBASE}/man" OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile index 17d6f4a52f6..d213b5a45de 100644 --- a/news/pgpmoose/Makefile +++ b/news/pgpmoose/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= PGP Moose - signatures for moderated newsgroups +NO_STAGE= yes + MAN1= pmapp.1 pmcanon.1 pmcheck.1 pmnewsgroups.1 \ pmdaemon.1 pmcancel.1 BIN1= pmapp pmcanon pmcheck pmnewsgroups \ @@ -22,7 +24,6 @@ BIN1= pmapp pmcanon pmcheck pmnewsgroups \ NO_WRKSUBDIR= yes NEWSCTL?= ${PREFIX}/news/lib -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s=/usr/local/news=${NEWSCTL}=" \ ${WRKSRC}/pmapp diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile index 155a7b79ab6..0bb353b857c 100644 --- a/news/suck-cnews/Makefile +++ b/news/suck-cnews/Makefile @@ -11,7 +11,6 @@ NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${VARBASE}/lib/news .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/news/suck/Makefile b/news/suck/Makefile index 6f375bb5387..f208124e322 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -14,6 +14,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Receives/sends news to/from localhost via NNTP CONFLICTS?= suckblow-1.* +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes @@ -27,7 +28,6 @@ EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample OPTIONS_DEFINE= SSL EXAMPLES OPTIONS_DEFAULT= SSL -NO_STAGE= yes .include <bsd.port.options.mk> .if defined(NEWSBIN) && !defined(SUCK_WITH_INN) diff --git a/ports-mgmt/pkg_jail/Makefile b/ports-mgmt/pkg_jail/Makefile index d2ab8860bfb..1f5d54d285f 100644 --- a/ports-mgmt/pkg_jail/Makefile +++ b/ports-mgmt/pkg_jail/Makefile @@ -9,13 +9,13 @@ DISTFILES= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Manage your own package jail +NO_STAGE= yes NO_BUILD= yes PLIST_FILES= bin/pkg_jail bin/pkg_update PORTDOCS= README MAN1= pkg_jail.1 pkg_update.1 -NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/pkg_jail ${FILESDIR}/pkg_update ${PREFIX}/bin/ ${INSTALL_MAN} ${FILESDIR}/pkg_jail.1 ${FILESDIR}/pkg_update.1 ${PREFIX}/man/man1/ diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 681f7813a0b..b30acdd9a43 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -16,6 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper +PORTSCOUT= skipv:4.14 +NO_STAGE= yes + USES= perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes @@ -25,7 +28,6 @@ MAN1= a2ps.1 ogonkify.1 card.1 psmandup.1 fixps.1 pdiff.1 psset.1 \ INFO= a2ps ogonkify regex WRKSRC= ${WRKDIR}/${PORTNAME}-4.13 I18N_PACKAGE= i18n-fonts-0.1 -PORTSCOUT= skipv:4.14 STRIP= CONFIGURE_ARGS= --with-medium=libpaper --sharedstatedir=${PREFIX}/share \ @@ -44,7 +46,6 @@ NO_OPTIONS_SORT=yes EMACS_DESC=Enable Emacs support I18N_DESC=Enable I18N support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/russian/gd/Makefile b/russian/gd/Makefile index 36e9f6dbdc6..8dfe5c51b83 100644 --- a/russian/gd/Makefile +++ b/russian/gd/Makefile @@ -11,7 +11,6 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf -NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 94f6746941a..9a80f8de161 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -11,16 +11,16 @@ DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses -WRKSRC= ${WRKDIR}/src +ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +NO_STAGE= yes +WRKSRC= ${WRKDIR}/src MAKEFILE= makefile ALL_TARGET= freebsd-${ARCH} MAKE_ENV= OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1 -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 -NO_STAGE= yes do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 pgp ${PREFIX}/bin cd ${WRKSRC}/../doc; \ diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index e517a553a4b..34217fff9f5 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -11,14 +11,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= PGP International version - improved for use in IN-CA -WRKSRC= ${WRKDIR}/pgp263in/src +NO_STAGE= yes +WRKSRC= ${WRKDIR}/pgp263in/src MAKEFILE= makefile ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/lib/pgpin MAN1= pgpin.1 -NO_STAGE= yes do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 \ pgp ${PREFIX}/bin/pgpin diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 3100db9ff88..3bacea970a5 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 LICENSE= GPLv3 +NO_STAGE= yes + USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -27,5 +29,4 @@ MAN5= tinc.conf.5 MAN8= tincd.8 INFO= tinc -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/dupmerge/Makefile b/sysutils/dupmerge/Makefile index 84a7bd22c6f..6054e1d4a3d 100644 --- a/sysutils/dupmerge/Makefile +++ b/sysutils/dupmerge/Makefile @@ -9,6 +9,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Searches for files with equal content +NO_STAGE= yes + USE_ZIP= yes MAKE_FLAGS= MAKEFILE= @@ -17,7 +19,6 @@ ALL_TARGET= dupmerge PLIST_FILES= bin/dupmerge PORTDOCS= readme.txt -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dupmerge ${PREFIX}/bin/ .if !defined(NOPORTDOCS) diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index 28b32b8343b..84f1eab9e8e 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -10,13 +10,14 @@ COMMENT= Finds sets of identical files LICENSE= GPLv2 +NO_STAGE= yes + GNU_CONFIGURE= yes MAN1= kua.1 ua.1 PLIST_FILES= bin/kua bin/ua PORTDOCS= README -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 7201ffab87f..dd20b4d8a5a 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -12,11 +12,12 @@ COMMENT= A file corruption detection and repair program LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= zidrav MAN1= zidrav.1 PLIST_FILES= bin/zidrav -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zidrav ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/zidrav.1 ${MANPREFIX}/man/man1 diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile index 4be52560494..010afb5852c 100644 --- a/textproc/agrep/Makefile +++ b/textproc/agrep/Makefile @@ -14,6 +14,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Approximate grep (fast approximate pattern-matching tool) NO_CDROM= no redistribution for profit +NO_STAGE= yes ALL_TARGET= MAKE_ARGS= CFLAGS="${CFLAGS}" @@ -21,7 +22,6 @@ MAN1= agrep.1 PLIST_FILES= bin/agrep PORTDOCS= COPYRIGHT agrep.algorithms agrep.ps.1.Z agrep.ps.2.Z -NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/agrep.ps.1.Z ${DISTDIR}/agrep.ps.2.Z ${WRKSRC}/ diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 04cfed44a3a..3590ef0336c 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP +NO_STAGE= yes + USE_RUBY= yes CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" @@ -29,7 +31,6 @@ DOCS_EN= COPYING ChangeLog README.en \ ${RUBY_RD_HTML_FILES} DOCS_JA= README.ja -NO_STAGE= yes do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb ${CONFIGURE_ARGS} diff --git a/www/geolizer/Makefile b/www/geolizer/Makefile index 810d28fed5b..3e52d561708 100644 --- a/www/geolizer/Makefile +++ b/www/geolizer/Makefile @@ -9,7 +9,6 @@ MASTERDIR?= ${.CURDIR}/../webalizer WITH_GEOIP= yes .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 7adf03b5c86..25d7477e390 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within +NO_STAGE= yes + USES= perl5 USE_APACHE= 22 USE_RUBY= yes @@ -28,7 +30,6 @@ DOCS_EN= COPYING ChangeLog LEGAL LICENSE.apreq NOTICE \ README.en doc/default.css doc/*.en.* DOCS_JA= README.ja doc/default.css doc/*.ja.* -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${APACHE_VERSION} > 20 diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index 628f15c7d9c..e91b9a34a59 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -20,6 +20,8 @@ COMMENT= Linux plugin support for the native Opera browser RUN_DEPENDS= ${LOCALBASE}/lib/opera/pluginwrapper/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera +NO_STAGE= yes + OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/ @@ -35,7 +37,6 @@ EXPLICIT_PACKAGE_DEPENDS= yes PLIST_FILES= lib/opera/pluginwrapper/operapluginwrapper-ia32-linux -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lib/opera/pluginwrapper/operapluginwrapper-native \ ${PREFIX}/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux diff --git a/www/opera/Makefile b/www/opera/Makefile index 496a1564a45..efc093a0273 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info +NO_STAGE= yes + OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} @@ -42,7 +44,6 @@ OPTIONS_DEFAULT= CUPS VIDEO CUPS_DESC= support for printing (requires CUPS) VIDEO_DESC= support for HTML5 video (requires GStreamer) -NO_STAGE= yes .include <bsd.port.options.mk> .if defined(FETCH_ALL) diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index 69b0ea8b0e5..8e4d505c9fe 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -15,10 +15,11 @@ COMMENT= A proxy authentication module against an SMB server RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} .endif +NO_STAGE= yes + ALL_TARGET= smb_auth SAMBA_PORT?= net/samba36 -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${PREFIX}/bin diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile index 5bb95c322bf..a35fb16f5f3 100644 --- a/www/thumbnail_index/Makefile +++ b/www/thumbnail_index/Makefile @@ -14,10 +14,10 @@ COMMENT= Make an HTML index file for a bunch of images RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ pnmscale:${PORTSDIR}/graphics/netpbm +NO_STAGE= yes +NO_BUILD= yes + WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= thumbnail_index.1 -NO_BUILD= yes - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 82459fb8701..47e6185373f 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -15,11 +15,12 @@ COMMENT= Fixes and tidies up HTML files LICENSE= BSD LICENSE_FILE= ${FILESDIR}/COPYRIGHT +NO_STAGE= yes + MAN1= tidy4.1 ALL_TARGET= tidy DOCFILES= Overview.html tidy.gif release-notes.html grid.gif -NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|tidy|tidy4|' ${WRKSRC}/man_page.txt diff --git a/www/twig/Makefile b/www/twig/Makefile index 667a73d2ddd..486829d48cb 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -13,7 +13,9 @@ COMMENT= Web Based Email Client and Scheduler USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib .endif -NO_BUILD= YES +NO_STAGE= yes +NO_BUILD= yes + TWIG?= www/twig PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php test.php goto.php @@ -23,7 +25,6 @@ USERFILES= announcements.inc.php3 config.inc.php3 dbconfig.inc.php3 \ images.inc.php3 login.footer.inc.php3 login.form.php3 \ login.header.inc.php3 mainmenu.inc.php3 newusergroups.inc.php3 -NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${TWIG}/config @(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${TWIG}/ ) diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 32e9125caa8..b62ef11152e 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -23,6 +23,7 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} GD_PORT?= graphics/gd CONFLICTS= geolizer-2* +NO_STAGE= yes .if defined(BATCH) # no cosmetique spaces allowed @@ -39,7 +40,6 @@ FULL_CGI_REFS_DESC=Show full cgi parameters in referers CLICKABLE_REFERER_DESC=Make referers clickable LARGE_URL_DESC=Enable URLs longer 512 bytes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} || make(makesum) || defined(FETCH_ALL) diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index f650df97aa6..c47d3c3e08f 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -14,6 +14,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* +NO_STAGE= yes # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. @@ -22,7 +23,6 @@ USE_XORG= xpm xext x11 MAN1= asclock.1 PLIST_FILES= bin/asclock -NO_STAGE= yes pre-configure: (cd ${WRKSRC}; \ ${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null) diff --git a/x11-fonts/geminifonts/Makefile b/x11-fonts/geminifonts/Makefile index af1aed1714e..141d0e2b461 100644 --- a/x11-fonts/geminifonts/Makefile +++ b/x11-fonts/geminifonts/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_STAGE= yes + USES= perl5 USE_PERL5= build USE_XORG= x11 @@ -25,7 +27,6 @@ NO_WRKSUBDIR= yes MAKE_ARGS+= -j 2 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/\.Z/.gz/g' \ -e 's|DESTDIR =.*|DESTDIR=${LOCALBASE}/lib/X11/fonts/koi8-u-gemini|' \ diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 92add45bc49..c706e988784 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* +NO_STAGE= yes + USE_BZIP2= yes USE_AUTOTOOLS= automake:env autoconf libtool USE_XORG= sm ice xt xp xext x11 xextproto xrender xft @@ -49,7 +51,6 @@ MAN5 = VirtualBindings.5 mwmrc.5 .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) && !defined(BATCH) && !defined(WANT_LESSTIF) MANUAL_PACKAGE_BUILD= do not want to install during interactive build IS_INTERACTIVE= yes -NO_STAGE= yes pre-extract: @${ECHO_CMD} "***********************************************************" @${ECHO_CMD} "* W a r n i n g *" diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 31cc1bd26e5..71ceafea546 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -14,14 +14,16 @@ COMMENT= Window manager originally based on the Bowman NeXTstep clone RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock +CONFLICTS?= afterstep-2* +PORTSCOUT= limit:^1\.[0-9.]*$$ NO_LATEST_LINK= yes +NO_STAGE= yes + USE_XORG= xpm xext x11 USES= imake INSTALL_TARGET= install install.man MANCOMPRESSED= yes MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 -CONFLICTS?= afterstep-2* -PORTSCOUT= limit:^1\.[0-9.]*$$ CFLAGS+= -Wno-return-type USE_CSTD= gnu89 @@ -30,7 +32,6 @@ SRCDIRS= afterstep \ modules/Banner modules/Pager modules/Wharf \ modules/Wharf/ASSound -NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|g' \ diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 419a0453efd..aaed6077f82 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -11,15 +11,16 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= The fvwm window manager NO_LATEST_LINK= yes +NO_STAGE= yes USES= imake USE_XORG= xbitmaps xpm xext x11 xmu + MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmClean.1 \ FvwmDebug.1 FvwmIconBox.1 FvwmIdent.1 FvwmPager.1 FvwmSave.1 \ FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \ xpmroot.1 -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 0b2437d0f64..e793fa30afd 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -15,6 +15,9 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff +MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes + USE_GHOSTSCRIPT_RUN= yes USE_XORG= xt sm ice xext x11 USE_GMAKE= yes @@ -23,7 +26,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9 -MAKE_JOBS_UNSAFE= yes MAN1= dgs.1 dpsnx.agent.1 MANN= dpsexec.man makepsres.man xepsf.man @@ -31,7 +33,6 @@ INSTALLDIRS= gs DPS/clients/makepsres DPS/clients/pswrap \ DPS/demos/dpsexec DPS/demos/texteroids DPS/demos/xepsf \ DPS/lib/dpstk DPS/lib/psres DPS/lib/dps DPS/include/DPS -NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: |