diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:43:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:43:52 +0800 |
commit | a8e75368f3d8ed37ad064f089d86ee2af734e271 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators | |
parent | 67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d (diff) | |
download | freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.tar.gz freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.tar.zst freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
Diffstat (limited to 'emulators')
190 files changed, 250 insertions, 296 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 676ce8e32b4a..34c77364988d 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adamem -# Date created: November 11, 2001 -# Whom: Jeremy Karlson -# +# Created by: Jeremy Karlson # $FreeBSD$ -# PORTNAME= adamem PORTVERSION= 1.0 @@ -21,6 +17,7 @@ ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PROGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR} diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index f601b5d6f8bb..0c5464f4ed79 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -52,6 +52,7 @@ PLIST_DIRS= %%DATADIR%%/snap \ %%DATADIR%%/artwork \ %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile index 93122230d468..04f5d2e21f1d 100644 --- a/emulators/advancemenu/Makefile +++ b/emulators/advancemenu/Makefile @@ -30,6 +30,7 @@ MAN1= advmenu.1 PORTDOCS= * PLIST_FILES= bin/advmenu +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFREETYPE} diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile index e96adb741aea..b232db62cf72 100644 --- a/emulators/advancemess/Makefile +++ b/emulators/advancemess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: advancemess -# Date created: 2007-01-10 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= advancemess PORTVERSION= 0.102.0.1 @@ -28,6 +24,7 @@ SLANG_DESC= Enable sLang support (for video driver) MAN1= advmess.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 4849cdcc54c7..0366d7ba6d68 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: aftp -# Date created: 18th Febuary 1997 -# Last updated: 2nd August, 1998 -# Whom: Joel Sutton <jsutton@bbcon.com.au> -# +# Created by: Joel Sutton <jsutton@bbcon.com.au> # $FreeBSD$ -# PORTNAME= aftp PORTVERSION= 1.0 @@ -19,6 +14,7 @@ COMMENT= A ftp-like shell for accessing Apple II disk images MAN1= aftp.1 PLIST_FILES= bin/aftp +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index a11263d7ae5b..32fa78024dad 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: aqemu -# Date created: 2008-09-03 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= aqemu PORTVERSION= 0.8.1 @@ -24,4 +19,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} MAN1= aqemu.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 819acdc974de..fd4033ca7f1f 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -64,6 +64,7 @@ CONFIGURE_ARGS+= --enable-bufferedlog CONFIGURE_ARGS+= --enable-veryslow .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Atari800 has the following tunable option(s):" diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index c3725a1c6f32..c426f7515d8c 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -28,6 +28,7 @@ USE_GNOME+= gtk12 CONFIGURE_ARGS+= --gtk 1.2 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%CFLAGS%%|"${CFLAGS}"|g ; \ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 3d60c321ac7e..872027c3a994 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -90,6 +90,7 @@ MAN5= bochsrc.5 SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MTERM) && empty(PORT_OPTIONS:MWXGTK) && empty(PORT_OPTIONS:MX11) diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index f9a271acb440..87c1279c1ef0 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: bsvc -# Date created: 03-Mar-1997 -# Whom: tenser@spitfire.ecsel.psu.edu -# +# Created by: tenser@spitfire.ecsel.psu.edu # $FreeBSD$ -# PORTNAME= bsvc PORTVERSION= 2.1 @@ -21,6 +17,7 @@ MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC} USE_TK_RUN= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 709d81177ecf..969b68361e9a 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -44,6 +44,7 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \ SYMLINK_FOR_BINARY="false" +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile index 3ef3c156d990..9e50dce9df14 100644 --- a/emulators/cinc/Makefile +++ b/emulators/cinc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cinc -# Date created: 28 May 2002 -# Whom: verm@drunkmonk.net -# +# Created by: verm@drunkmonk.net # $FreeBSD$ -# PORTNAME= cinc PORTVERSION= 2.1.3 @@ -20,6 +16,7 @@ USE_GMAKE= yes PLIST_FILES= bin/cinc \ bin/casm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index ac41d396c42b..5d2b3465875f 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cingb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cingb PORTVERSION= 0.31 @@ -29,6 +25,7 @@ PLIST_FILES= bin/cingb bin/cingb_conf CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "sparc64" && ${ARCH} != "powerpc" diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index 6f98449a5360..30546a9b12d2 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpm-emulator -# Date created: 28 June 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= cpmemu PORTVERSION= 0.2.1.1 @@ -22,4 +18,5 @@ COMMENT= Cpm emulator ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 1df190f6a2b9..3db9ec2301a9 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -1,6 +1,5 @@ # Created by: joerg # $FreeBSD$ -# PORTNAME= cpmtools PORTVERSION= 1.1 @@ -20,6 +19,7 @@ USE_GCC= any # # need our own build target to pass PREFIX down to the make command # +NO_STAGE= yes do-build: @(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all) diff --git a/emulators/cygne-sdl/Makefile b/emulators/cygne-sdl/Makefile index 73b77210d4c4..58ee2e9009b1 100644 --- a/emulators/cygne-sdl/Makefile +++ b/emulators/cygne-sdl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Cygne/SDL -# Date created: 4 May 2006 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= cygne-sdl PORTVERSION= 0.1 @@ -20,6 +16,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/Cygne-SDL-${PORTVERSION}/src +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index aa376fc09f92..36c9fa538363 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: darcnes -# Date created: 22 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= darcnes PORTVERSION= 9b0401 @@ -25,6 +21,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \ AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) diff --git a/emulators/dboxfe/Makefile b/emulators/dboxfe/Makefile index 4b72c942528e..7ff9ea776afc 100644 --- a/emulators/dboxfe/Makefile +++ b/emulators/dboxfe/Makefile @@ -29,6 +29,7 @@ DESKTOP_ENTRIES= "DBoxFE" "DOSBox configuration manager" \ PRO_DIRS= . dboxfetray +NO_STAGE= yes do-configure: .for dir in ${PRO_DIRS} @(cd ${WRKSRC}/${dir} && \ diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 2261e5b468a8..a0399ae15f48 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -33,6 +33,7 @@ MAN1= desmume-cli.1 \ desmume-glade.1 \ desmume.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 5df64c971a27..515b369419aa 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -19,6 +19,7 @@ PLIST_FILES= bin/dgen \ MAN1= dgen.1 dgen_tobin.1 MAN5= dgenrc.5 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == i386 diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index 797a79a0c834..66b87bc89a70 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -53,6 +53,7 @@ PORTAUDIO_DESC= Enable PortAudio (mic) support FRAMEDUMPS_DESC= Encode framedumps in AVI format OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index c2050ad1a481..4329ff76fea1 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -32,6 +32,7 @@ OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY DEBUGGER_ENABLE_DESC=Enable internal debugger DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUGGER_ENABLE} diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 3ccf92c84b71..58c3e3087255 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -22,6 +22,7 @@ MAKE_ARGS+= MANDIR="${PREFIX}/man/man" MAN1= doscmd.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${ECHO_MSG} NOTE: @${ECHO_MSG} ===== diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index caf982b5e9e2..91b1f4ba1fde 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtcyber -# Date created: 2006-09-03 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= dtcyber PORTVERSION= 2.0b1 @@ -28,6 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.x11 ${REINPLACE_CMD} -e 's|CFLAGS = -O2|CFLAGS+= |' ${WRKSRC}/Makefile.x11 diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile index dfa6c3cfe9fe..d7d67bfd7d21 100644 --- a/emulators/dynagen/Makefile +++ b/emulators/dynagen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynagen -# Date created: 2006-11-07 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= dynagen PORTVERSION= 0.11.0 @@ -50,6 +46,7 @@ USE_PYDISTUTILS= yes ALL_TARGET= # empty USE_DOS2UNIX= yes +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/dynagen ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dynagen.ini ${PREFIX}/etc/dynagen.ini.sample diff --git a/emulators/dynagui/Makefile b/emulators/dynagui/Makefile index 3ae4bc257ff6..89176ad2d2fb 100644 --- a/emulators/dynagui/Makefile +++ b/emulators/dynagui/Makefile @@ -17,6 +17,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes IMGDIR= ${PREFIX}/share/${PORTNAME}/img +NO_STAGE= yes post-install: ${MKDIR} ${IMGDIR} ${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR} diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index cbac80f69aa0..7e8ffb5b3570 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -31,6 +31,7 @@ MAKE_ENV= \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} +NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_FILES= bin/${PORTNAME} bin/nvram_export diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index d37d0c4e4b1b..5e3e4a6835f4 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 21 Mar 2007 -# Whom: Pavel I Volkov <pavelivolkov@googlemail.com> -# +# Created by: Pavel I Volkov <pavelivolkov@googlemail.com> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.8-RC2 @@ -36,6 +32,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 5f80084a0649..349c1ea825b7 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 31 Jan 2006 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.7 @@ -32,6 +28,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index 465daadae982..bcedbb2fa9ff 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -30,6 +30,7 @@ PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \ joystick.txt keyboard.txt scsi.txt PLIST_FILES= bin/readdisk bin/uae +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/extract-xiso/Makefile b/emulators/extract-xiso/Makefile index c37896b80a93..37dbcada76cd 100644 --- a/emulators/extract-xiso/Makefile +++ b/emulators/extract-xiso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extract-xiso -# Date created: Sun Apr 20 18:28:16 CEST 2003 -# Whom: king@v2project.com -# +# Created by: king@v2project.com # $FreeBSD$ -# PORTNAME= extract-xiso DISTVERSION= 2.5 @@ -26,6 +22,7 @@ MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} PORTDOCS= * .endif +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 11ffd069fe8b..7c8d609c9c4f 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -39,6 +39,7 @@ LOGO_DESC= Enable a logoscreen when creating avis (SDL) GTK2_DESC= Enable GTK2 GUI (SDL) GTK3_DESC= Enable GTK3 GUI (SDL) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFRAMESKIP} diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 1844f72f8313..4c3766dfa3a3 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -34,6 +34,7 @@ BPP16_DESC= With BPP16 BPP24_DESC= With BPP24 BPP32_DESC= With BPP32 (see pkg-message) +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 370acc7d68bb..43b3e3e20b4b 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -23,6 +23,7 @@ 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/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 5086541dd21a..a14e97cfe774 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= AUDIOTOOLS AUDIOTOOLS_DESC= Build audio <-> tape utilities +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOTOOLS} diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 7460e48b2cf6..33bf066b3d32 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SAMPLERATE AO_DESC= Use libao for audio output SAMPLERATE_DESC= Better beeper sound quality +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAO} diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index 1dbbe2dd121a..a6dfba3036a7 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbe -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gbe PORTVERSION= 0.0.22 @@ -24,6 +20,7 @@ PLIST_FILES= bin/gbe CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile index c1bb116cfb5e..577d2b4eca59 100644 --- a/emulators/generator-cbiere/Makefile +++ b/emulators/generator-cbiere/Makefile @@ -38,6 +38,7 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX}-gtk LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index d9afe2e18028..18c7bc72076d 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: generator -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= generator PORTVERSION= 0.35 @@ -35,6 +31,7 @@ SDL_DESC= Use SDL for audio PLIST_FILES= bin/${PORTNAME}-gtk +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 9851ca754227..f3c7f95511aa 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gens -# Date created: 22 Jun 2005 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= gens PORTVERSION= 2.12a @@ -25,6 +21,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index f0943bbf5bbc..78e9fb5c2dc6 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gngb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gngb PORTVERSION= 20060309 @@ -32,6 +28,7 @@ USE_GL= gl CONFIGURE_ARGS+= --disable-gl .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_GL) @${ECHO_MSG} diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index e56ccbb0673a..1eb2267832c1 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -35,6 +35,7 @@ STAR_DESC= Use Starscream as 68k emulator MAN1= gngeo.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MI386ASM} || ${PORT_OPTIONS:MRAZE} || \ diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index b9e3369d494b..2b1eb6eb7404 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -30,6 +30,7 @@ DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" "true" OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 9e3b15248c8d..92b7a0694ddf 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gnuboy -# Date created: Mar 11, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnuboy PORTVERSION= 1.0.3 @@ -31,6 +26,7 @@ PLIST_FILES= bin/sdlgnuboy bin/sgnuboy bin/xgnuboy CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: .for file in sdlgnuboy sgnuboy xgnuboy ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 15ad9d83947c..31c37fe2c6fb 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^SUBDIRS = intl|SUBDIRS =|g ; \ diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 7793d7289545..751f65daf186 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -26,6 +26,7 @@ PLIST_FILES= bin/gxemul # a virtual VGA adaptor. CONFLICTS= svgalib-[0-9]* +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index d9cb9684a808..c596f74ecb27 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-xmame-dir=${LOCALBASE}/share/xmame +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 55a7e041de84..1aaba398c74e 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -38,6 +38,7 @@ CFLAGS+= -I${LOCALBASE}/include/portaudio2 PA2_INCLUDE_DIR=-I${LOCALBASE}/include/portaudio2 PA2_LIBRARY= ${LOCALBASE}/lib/portaudio2/libportaudio.so +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 434c7638b03b..cec7ef72681a 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -19,6 +19,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index 191ead90c38f..f6ebdedb55d0 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -28,6 +28,7 @@ PORTDOCS= README OPTIONS_DEFINE= ALIASES DOCS ALIASES_DESC= Install subcommand symbolic links +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALIASES} diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index e65e0d52d907..5e43a28ae867 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -46,6 +46,7 @@ PULSEAUDIO_DESC= Build Pulseaudio sound driver INPUT_SDL_DESC= Build SDL input driver INPUT_X_DESC= Build X input driver +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MACCURACY} diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 79d04a43c231..e6bb70f4a083 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -49,6 +49,7 @@ MAKE_ENV+= PORTDOCS=false MAKE_ENV+= PORTDOCS=true .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 1d7c8c7d8fa5..b80eaa245be6 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel # - amd64 specific port to be normal port (based on binary package) diff --git a/emulators/i386-wine/Makefile b/emulators/i386-wine/Makefile index 3e65cfa1622b..57c256fd1fb6 100644 --- a/emulators/i386-wine/Makefile +++ b/emulators/i386-wine/Makefile @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine # - amd64 specific port to be normal port (based on binary package) diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index e654a12e0ae9..5e9f8d01d0c9 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -23,6 +23,7 @@ PORTDOCS= ia64user.txt readme OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-build: diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index f74bde8307e0..8c942d90159b 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ines -# Date created: 02 November 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= ines PORTVERSION= 3.0 @@ -26,6 +22,7 @@ USE_XORG= x11 xext NO_BUILD= yes STRIP= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin ${MKDIR} ${DATADIR} diff --git a/emulators/its/Makefile b/emulators/its/Makefile index b5ba6d9a0ea4..168d0e680cb2 100644 --- a/emulators/its/Makefile +++ b/emulators/its/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: its -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= its PORTVERSION= 1.0 @@ -38,6 +34,7 @@ IMAGE_BZ2= ${IMAGE_NAME}.bz2 DOCDIR= ${PREFIX}/share/doc/${KSITS_KLH10_DIR} PLIST_SUB+= IMAGE_HOME=${IMAGE_HOME} +NO_STAGE= yes do-install: @ ${ECHO} Installing compressed PI ITS RP06 disk image in ${IMAGE_HOME} .if (${IMAGE_HOME} == ${KLH10_HOME}) diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index 5581f4da6da9..2e16fd97e0a7 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -25,6 +25,7 @@ JARFILE= ${DISTNAME}${EXTRACT_SUFX} DESKTOP_ENTRIES= "Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE} PLIST_FILES+= share/pixmaps/${PORTNAME}.png +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \ org/javatari/pc/screen/images/LogoIcon32.png) diff --git a/emulators/joytran/Makefile b/emulators/joytran/Makefile index 1d56f48160ba..2daaf2f4f739 100644 --- a/emulators/joytran/Makefile +++ b/emulators/joytran/Makefile @@ -22,6 +22,7 @@ USES= cmake pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 44ce24fcabd1..4f401d3b1943 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -31,6 +31,7 @@ TOOLS= as1600 bin2rom cgc_update crc32 dasm0256 dasm1600 dasm1600o dis1600 \ SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTOOLS} diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index 6846a3af1c1d..d5bb0634c438 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -41,4 +41,5 @@ DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/klh10/Makefile b/emulators/klh10/Makefile index aaab68b2bd3c..72b1e2725dc2 100644 --- a/emulators/klh10/Makefile +++ b/emulators/klh10/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: klh10 -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= klh10 PORTVERSION= 2.0a @@ -80,6 +76,7 @@ KSITS_DOCS= Intro.txt \ utils.txt \ vtape.txt +NO_STAGE= yes pre-install: @ ${MKDIR} ${KSITS_KLH10_HOME} @ ${MKDIR} ${KSITS_DRIVER_DIR} diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index 63e78af63933..798242e697e6 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/Makefile @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include <bsd.port.pre.mk> PORTDOCS= kqemu-doc.html kqemu-tech.html diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 3283821e51e7..1de6dd814f34 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-devel-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include <bsd.port.pre.mk> PORTDOCS= kqemu-doc.html kqemu-tech.html diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index b3b0a293cd21..074a1417620d 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -20,6 +20,7 @@ LIBDSK_DESC= Include LibDSK support (recommended) OPTIONS_DEFAULT= LIBDSK +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBDSK} diff --git a/emulators/libdsk/Makefile b/emulators/libdsk/Makefile index f75c193ba927..57a7023cb5f9 100644 --- a/emulators/libdsk/Makefile +++ b/emulators/libdsk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdsk -# Date created: 31 January 2008 -# Whom: pixel -# +# Created by: pixel # $FreeBSD$ -# PORTNAME= libdsk PORTVERSION= 1.2.1 @@ -23,4 +19,5 @@ MAN5= libdskrc.5 NO_MANCOMPRESSED=yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 4b785ae3861b..60839cb04afe 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -23,6 +23,7 @@ MAN3= libspectrum.3 OPTIONS_DEFINE= AUDIOFILE AUDIOFILE_DESC= Support loading from .wav files +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOFILE} diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 0ba785e9d395..e99df7ffce85 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-ePSXe -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= epsxe PORTVERSION= 1.6.0 @@ -25,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/epsxe-wrapper ${PREFIX}/bin/epsxe ${INSTALL_PROGRAM} ${WRKSRC}/epsxe ${PREFIX}/libexec diff --git a/emulators/linux-geepee32/Makefile b/emulators/linux-geepee32/Makefile index 64d9a2ed1a32..faae5e1e86f0 100644 --- a/emulators/linux-geepee32/Makefile +++ b/emulators/linux-geepee32/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: geepee32 -# Date Created: 05 October 2003 -# Whom: <arundel@gmx.net> -# +# Created by: <arundel@gmx.net> # $FreeBSD$ PORTNAME= geepee32 @@ -25,6 +22,7 @@ REINPLACE_ARGS= TARGET_DIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index baf496442309..6b275f3514d6 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -28,6 +28,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-peops-spu/Makefile b/emulators/linux-peops-spu/Makefile index 151799ffe005..b1b554b41f99 100644 --- a/emulators/linux-peops-spu/Makefile +++ b/emulators/linux-peops-spu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-peops-spu -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= peops-spu PORTVERSION= 1.9 @@ -27,6 +23,7 @@ MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} +NO_STAGE= yes .include <bsd.port.pre.mk> PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile index e31fb20f7731..d268a890ee67 100644 --- a/emulators/linux-pete-mesagpu/Makefile +++ b/emulators/linux-pete-mesagpu/Makefile @@ -31,6 +31,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-pete-xgl2gpu/Makefile b/emulators/linux-pete-xgl2gpu/Makefile index c841ab22c93f..7a3358db8164 100644 --- a/emulators/linux-pete-xgl2gpu/Makefile +++ b/emulators/linux-pete-xgl2gpu/Makefile @@ -31,6 +31,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include <bsd.port.options.mk> .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" diff --git a/emulators/linux-systemsimcell/Makefile b/emulators/linux-systemsimcell/Makefile index 3def3e674455..a4d53049c1d5 100644 --- a/emulators/linux-systemsimcell/Makefile +++ b/emulators/linux-systemsimcell/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: emulators/linux-systemsimcell -# Date created: 20 January 2009 -# Whom: Stas Timokhin <stast@bsdportal.ru> +# Created by: Stas Timokhin <stast@bsdportal.ru> # $FreeBSD$ -# PORTNAME= systemsimcell PORTVERSION= 3.1.25 @@ -27,6 +24,7 @@ USE_LINUX_APPS= tcl84 tk84 blt USE_LINUX_RPM= yes NOFETCHFILES= systemsim-cell-3.1-25.f9.${ARCH}.rpm +NO_STAGE= yes .include <bsd.port.pre.mk> DOWNLOAD_URL= http://www.alphaworks.ibm.com/tech/cellsystemsim/download diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 6291d271ece8..12b5630a9608 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -106,6 +106,7 @@ NO_WRKSUBDIR= yes DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.12" +NO_STAGE= yes # TODO: # - move master sites to bsd.sites.mk # - add 2-3 mirrors from each country (http://www.centos.org/modules/tinycontent/index.php?id=31) diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index ac7c78fd9bde..57c8fd054dae 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -115,6 +115,7 @@ EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf EXTRACT_AFTER_ARGS?= +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) diff --git a/emulators/linux_base-gentoo-stage3/Makefile b/emulators/linux_base-gentoo-stage3/Makefile index f5d8b88c8789..b12680575211 100644 --- a/emulators/linux_base-gentoo-stage3/Makefile +++ b/emulators/linux_base-gentoo-stage3/Makefile @@ -1,10 +1,8 @@ -# New ports collection makefile for: linux_base-gentoo-stage3 -# Date created: 11 May 2006 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3 WITH_LINUXBASE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index 6ef822ac882b..59ef2627a4a4 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -37,6 +37,7 @@ PKGNAMEPREFIX= linux_dist- PREFIX_SUBDIR= ${PORTNAME}/ .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 27ddd98fb045..528bbd3cbc48 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lisaem -# Date created: 2007-07-04 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lisaem DISTVERSION= 1.2.6 @@ -22,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_WX= 2.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ -e "s|wx-config|${WX_CONFIG}|g" ${WRKSRC}/build.sh diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 1babe8988c05..ddcea15a73e5 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -26,6 +26,7 @@ XMAME_DESC= Install xmame emulator SNES9X_DESC= Install snes9x emulator ZSNES_DESC= Install zsnes emulator +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMAME} diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index 22a996a5b52a..83ea076d7cff 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -46,6 +46,7 @@ USE_XORG= x11 xi SUB_FILES= m2000.sh PORTDOCS= M2000.txt +NO_STAGE= yes post-extract: ${MKDIR} ${WRKDIR}/tapeconv ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index f412e1c9fcd8..f62631e4fd40 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -57,6 +57,7 @@ UPDATE_PATCHES!= /usr/bin/jot -s " " \ ${PATCHLEVEL} 1 ${PATCHLEVEL} .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile index 69e7deaf770d..5084c41b36da 100644 --- a/emulators/mastergear/Makefile +++ b/emulators/mastergear/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mastergear -# Date created: 02 November 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= mastergear PORTVERSION= 2.0 @@ -24,6 +20,7 @@ ONLY_FOR_ARCHS= i386 NO_BUILD= yes STRIP= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin @${MKDIR} ${DATADIR} diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 49b299347b2f..ec368de8761c 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -30,6 +30,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= NLS DOCS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index cce664bc9e02..d181f894c4e5 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -57,6 +57,7 @@ UPDATE_PATCHES!= /usr/bin/jot -s " " \ ${PATCHLEVEL} 1 ${PATCHLEVEL} .endif +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 2341bf390efd..0878cb2fea0c 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: minivmac -# Date created: 9 November 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# PORTNAME= minivmac PORTVERSION= 3.0.0 @@ -23,6 +19,7 @@ ALL_TARGET= # nothing PLIST_FILES= bin/minivmac +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index bbb223a9fc20..3822f6fc239c 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -32,6 +32,7 @@ INFO= mtools OPTIONS_DEFINE= ICONV X11 OPTIONS_DEFAULT=ICONV X11 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MICONV} diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index 719a627ad258..4c0f2396ef07 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -28,6 +28,7 @@ FIXFILES?= r4300/r4300.c memory/dma.c r4300/recomp.c r4300/x86/assemble.c OPTIONS_DEFINE= GTK2 GTK2_DESC= Use gtk20 instead of gtk12 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/emulators/mupen64-dummyaudio/Makefile b/emulators/mupen64-dummyaudio/Makefile index 9555d2ed92c6..a77624308fe9 100644 --- a/emulators/mupen64-dummyaudio/Makefile +++ b/emulators/mupen64-dummyaudio/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-glide/Makefile b/emulators/mupen64-glide/Makefile index 54d260a6b942..33f95a3e3413 100644 --- a/emulators/mupen64-glide/Makefile +++ b/emulators/mupen64-glide/Makefile @@ -19,4 +19,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-gln64/Makefile b/emulators/mupen64-gln64/Makefile index cfcdcfbc9e86..d580b4697a70 100644 --- a/emulators/mupen64-gln64/Makefile +++ b/emulators/mupen64-gln64/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-input/Makefile b/emulators/mupen64-input/Makefile index 77ae0a5b320b..357ff1f1eaa1 100644 --- a/emulators/mupen64-input/Makefile +++ b/emulators/mupen64-input/Makefile @@ -15,4 +15,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-rice/Makefile b/emulators/mupen64-rice/Makefile index c24a4ceca5f7..b875ca421c39 100644 --- a/emulators/mupen64-rice/Makefile +++ b/emulators/mupen64-rice/Makefile @@ -28,6 +28,7 @@ PLIST_DIRS+= share/mupen64 FIXME2= glh_genext.h +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|CDaedalusRender::IsTextureEnabled|IsTextureEnabled|' \ ${WRKSRC}/DaedalusRender.h diff --git a/emulators/mupen64-rsp/Makefile b/emulators/mupen64-rsp/Makefile index f3a5d744cd64..1d14be853ca5 100644 --- a/emulators/mupen64-rsp/Makefile +++ b/emulators/mupen64-rsp/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sdlaudio/Makefile b/emulators/mupen64-sdlaudio/Makefile index 7f4643621e1d..ea811d1a1a53 100644 --- a/emulators/mupen64-sdlaudio/Makefile +++ b/emulators/mupen64-sdlaudio/Makefile @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile index bde314d3911b..d8736f8abd96 100644 --- a/emulators/mupen64-sdlinput/Makefile +++ b/emulators/mupen64-sdlinput/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-softgfx/Makefile b/emulators/mupen64-softgfx/Makefile index d8cf8b13ee98..a9ae3965ef17 100644 --- a/emulators/mupen64-softgfx/Makefile +++ b/emulators/mupen64-softgfx/Makefile @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-sound/Makefile b/emulators/mupen64-sound/Makefile index f65f60d21cfb..669465578666 100644 --- a/emulators/mupen64-sound/Makefile +++ b/emulators/mupen64-sound/Makefile @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64-tr64/Makefile b/emulators/mupen64-tr64/Makefile index 429c77e8c1d3..b4d6f60b65d5 100644 --- a/emulators/mupen64-tr64/Makefile +++ b/emulators/mupen64-tr64/Makefile @@ -18,4 +18,5 @@ MASTERDIR= ${.CURDIR}/../mupen64-base OPTIONS_SLAVE= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64/Makefile b/emulators/mupen64/Makefile index 8406bf436317..efef9add47d6 100644 --- a/emulators/mupen64/Makefile +++ b/emulators/mupen64/Makefile @@ -39,6 +39,7 @@ PLUGINDIR= ${LOCALBASE}/share/mupen64/plugins do-install: # empty +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/emulators/mupen64plus-audio-sdl/Makefile b/emulators/mupen64plus-audio-sdl/Makefile index 6ff9827bf0ba..aba24505b280 100644 --- a/emulators/mupen64plus-audio-sdl/Makefile +++ b/emulators/mupen64plus-audio-sdl/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index b9cc28c463f8..3940826e3a7e 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.common" diff --git a/emulators/mupen64plus-input-sdl/Makefile b/emulators/mupen64plus-input-sdl/Makefile index eaaed1624360..961cb61aab0e 100644 --- a/emulators/mupen64plus-input-sdl/Makefile +++ b/emulators/mupen64plus-input-sdl/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTION_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-plugins/Makefile b/emulators/mupen64plus-plugins/Makefile index 5a1d1ea371eb..48d017f6b0a0 100644 --- a/emulators/mupen64plus-plugins/Makefile +++ b/emulators/mupen64plus-plugins/Makefile @@ -20,6 +20,7 @@ RSP_Z64_DESC= z64 RSP plugin OPTIONS_DEFAULT= VIDEO_ARACHNOID VIDEO_GLIDE64 VIDEO_Z64 RSP_Z64 +NO_STAGE= yes .include <bsd.port.pre.mk> # Graphics plugins diff --git a/emulators/mupen64plus-rsp-hle/Makefile b/emulators/mupen64plus-rsp-hle/Makefile index 2bd280e7330a..03b1d9259ae5 100644 --- a/emulators/mupen64plus-rsp-hle/Makefile +++ b/emulators/mupen64plus-rsp-hle/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-rsp-z64/Makefile b/emulators/mupen64plus-rsp-z64/Makefile index cbb1c1210e94..4338523cabd1 100644 --- a/emulators/mupen64plus-rsp-z64/Makefile +++ b/emulators/mupen64plus-rsp-z64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-ui-console/Makefile b/emulators/mupen64plus-ui-console/Makefile index 510aea8b43cb..16d022368d62 100644 --- a/emulators/mupen64plus-ui-console/Makefile +++ b/emulators/mupen64plus-ui-console/Makefile @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-arachnoid/Makefile b/emulators/mupen64plus-video-arachnoid/Makefile index 039d7a3306d2..5d6529294087 100644 --- a/emulators/mupen64plus-video-arachnoid/Makefile +++ b/emulators/mupen64plus-video-arachnoid/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index d7418f15d5b4..9c523086c259 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-rice/Makefile b/emulators/mupen64plus-video-rice/Makefile index 3c8480bc61ce..10a6083b7026 100644 --- a/emulators/mupen64plus-video-rice/Makefile +++ b/emulators/mupen64plus-video-rice/Makefile @@ -11,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index e877c2549e7e..778ffe9c79bb 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -23,4 +23,5 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/mupen64plus/Makefile b/emulators/mupen64plus/Makefile index 1f76d34fd150..fe753576cb1d 100644 --- a/emulators/mupen64plus/Makefile +++ b/emulators/mupen64plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64plus -# Date created: 2008-05-17 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mupen64plus PORTVERSION= 1.99.4 @@ -38,6 +34,7 @@ SUB_FILES= pkg-message do-install: # empty +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index e7a3ebb67f43..639aa1983843 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -50,6 +50,7 @@ PLIST_FILES= ${PLIST_EXECS} ${PLIST_DATA} PLIST_DIRS= lib/nonpareil PORTDOCS= CREDITS DEBUGGING README TODO +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 5adfe6c84e38..bf68180340af 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: o2em -# Date created: 24 June 2005 -# Whom: Gunter Wambaugh <techgunter@yahoo.com> -# +# Created by: Gunter Wambaugh <techgunter@yahoo.com> # $FreeBSD$ -# PORTNAME= o2em PORTVERSION= 1.17 @@ -25,6 +21,7 @@ USE_ZIP= yes USE_GMAKE= yes LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile index a8c9c81bf784..c97195987139 100644 --- a/emulators/ods2reader/Makefile +++ b/emulators/ods2reader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ods2reader -# Date created: 21 Jan 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= ods2reader PORTVERSION= 19930601 @@ -22,6 +18,7 @@ EXTRACT_BEFORE_ARGS= -qoa NO_WRKSUBDIR= yes PLIST_FILES= bin/ods2reader +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ods2reader ods-2-reader.c diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index 0332a1c08354..8928d0c4a902 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools WITHOUT_X11= yes PKGNAMESUFFIX= -nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 45dca188c45c..c7d40c51423a 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -76,6 +76,7 @@ LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu USE_RC_SUBR= vmware-guestd vmware-kmod +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index feda6d12e477..b0b2fc48ae33 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -39,6 +39,7 @@ IGNORE= opemsx requires port data, unset NOPORTDATA to install MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \ ${WRKSRC}/build/libraries.py diff --git a/emulators/p5-Acme-6502/Makefile b/emulators/p5-Acme-6502/Makefile index 9295a12c6731..3e1b82b84d26 100644 --- a/emulators/p5-Acme-6502/Makefile +++ b/emulators/p5-Acme-6502/Makefile @@ -20,4 +20,5 @@ USE_PERL5= modbuild MAN3= Acme::6502.3 \ Acme::6502::Tube.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile index 690322a71fc1..75d79174e34e 100644 --- a/emulators/parallels-tools/Makefile +++ b/emulators/parallels-tools/Makefile @@ -19,4 +19,5 @@ KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 6d63dfd2e6d8..a117fe606b30 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pcemu(1) -# Date created: 7 March 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= pcemu PORTVERSION= 1.01b @@ -33,4 +29,5 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ USE_XORG= x11 xext MAKE_ENV= FILESDIR=${FILESDIR} +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index bc1c179c30b9..86e5d167be1c 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -43,6 +43,7 @@ PORTDOCS= ChangeLog README # accessed through libcdio (using cam(4) and pass(4)) DEFAULT_DVD_DEVICE?= /dev/cd0 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "amd64" diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index b1e28d76f0f7..db9f5eecc822 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -23,6 +23,7 @@ PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= SDL OPTIMIZED_CFLAGS DEBUG SDL_DESC= Use SDL for user interface +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index 3143560d0834..e07dbb4be06e 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -19,6 +19,7 @@ PORTDOCS= README PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom PLIST_DIRS= share/apple2 +NO_STAGE= yes .include <bsd.port.options.mk> post-install: diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 8b5d056d7bdd..5c95c54938ef 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: GDB 5.1 PowerPC simulator -# Date created: 12 October 2001 -# Whom: Mark Peek <mp@FreeBSD.org> -# David O'Brien <obrien@NUXI.com> +# Created by: Mark Peek <mp@FreeBSD.org> # $FreeBSD$ -# PORTNAME= psim-freebsd .if defined(WITHOUT_GPLv3) @@ -27,6 +22,7 @@ CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim \ --disable-nls +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${EXAMPLESDIR} diff --git a/emulators/pyxmame/Makefile b/emulators/pyxmame/Makefile index d0057474cfb0..57290b1ddd20 100644 --- a/emulators/pyxmame/Makefile +++ b/emulators/pyxmame/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyxmame -# Date created: 2006-08-01 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pyxmame PORTVERSION= 0.4.0 @@ -21,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share|g ; \ s|/usr/share/pixmaps|${PREFIX}/share/pixmaps|g' \ diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 1e4c411be16e..e5bb96255ac8 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -47,6 +47,7 @@ BSD_USER_DESC= Also build bsd-user targets (for testing) STATIC_LINK_DESC= Statically link the executables OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index 0cab9750a4da..c3bc997061f2 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -22,6 +22,7 @@ USES= gettext perl5 MAN1= qemu-launcher.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 02c52fbd38e5..e86077b3eba3 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -38,6 +38,7 @@ ADD_AUDIO_DESC= Emulate more audio hardware (experimental!) ALL_TARGETS_DESC= Also build non-x86 targets OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS +NO_STAGE= yes .include <bsd.port.pre.mk> .if empty(PORT_OPTIONS:MALL_TARGETS) diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 8047731ed0e8..02a1b3cfef19 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -33,6 +33,7 @@ DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \ "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.png" \ "${PORTNAME}-sdlmess" "Game;Emulator;Qt;" "true" +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index 25b96564501c..414684f4c076 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -19,6 +19,7 @@ DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ OPTIONS_DEFINE= DOCS NLS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 602919fb5efd..45a788e3bdf6 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: QUASI88 -# Date created: 22 May 1999 -# Whom: Nishika <nishika@cheerful.com> -# +# Created by: Nishika <nishika@cheerful.com> # $FreeBSD$ -# PORTNAME= quasi88 PORTVERSION= 0.6.3 @@ -27,6 +23,7 @@ PLIST_FILES= bin/quasi88 %%EXAMPLESDIR%%/keyconf.rc \ %%EXAMPLESDIR%%/quasi88.rc PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 5c72cc270635..31b9e92e254b 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: raine -# Date created: Jul 22 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= raine PORTVERSION= 0.43.3 @@ -29,6 +25,7 @@ MAKEFILE= makefile ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 6cddc08adeba..bf9c2d4ed830 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -27,6 +27,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}" PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \ RTC_H_DIR="${RTC_H_DIR}" +NO_STAGE= yes .include <bsd.port.pre.mk> SRC_BASE?= /usr/src diff --git a/emulators/seabios-devel/Makefile b/emulators/seabios-devel/Makefile index 474711b9fb21..39bd0ab80ad3 100644 --- a/emulators/seabios-devel/Makefile +++ b/emulators/seabios-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seabios-devel -# Date created: Sat Sep 10 19:00:54 CEST 2011 -# Whom: Juergen Lock <nox@FreeBSD.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= seabios-devel PORTVERSION= 1.6.3.1 @@ -24,6 +20,7 @@ ONLY_FOR_ARCHS= amd64 i386 # Doesn't run with qemu 0.11.1 CONFLICTS_INSTALL= qemu-[0-9]* +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900033 diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 90237272d4ed..c26c3da6c411 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 6811sim -# Date created: Thu Sep 14 11:10:01 CDT 1995 -# Whom: erich@rrnet.com -# +# Created by: erich@rrnet.com # $FreeBSD$ -# PORTNAME= sim6811 PORTVERSION= 1.6 @@ -18,4 +14,5 @@ COMMENT= A Motorola 6811 simulator NO_WRKSUBDIR= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index a1f5f4ae4848..03511553fed3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sim -# Date created: 7 November 1997 -# Whom: jraynard -# +# Created by: jraynard # $FreeBSD$ -# PORTNAME= simh PORTVERSION= 3.9.0 @@ -32,6 +28,7 @@ PORTDOCS= 0readme_${PORTVERSION:R:S/.//}.txt 0readme_ethernet.txt PLIST_FILES= ${BIN_FILES:S/^/bin\//g} bin/simh-eclipse %%DATADIR%%/ka655x.bin PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes pre-patch: @${MKDIR} ${WRKSRC}/BIN diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index cf9068360d18..6a0a7ec77bd6 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -26,6 +26,7 @@ NO_MTREE= yes MAN1= ski.1 MLINKS= ski.1 bski.1 ski.1 xski.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nue/usr/bin/ski ${PREFIX}/bin brandelf -t Linux ${PREFIX}/bin/ski diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 5ddc53a9ee4b..0ea5c56dcff9 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: skyeye -# Date created: Mon July 18, 2005 -# Whom: Ruan Wei (iamayan@gmail.com) -# +# Created by: Ruan Wei (iamayan@gmail.com) # $FreeBSD$ -# PORTNAME= skyeye PORTVERSION= 1.2 @@ -26,6 +22,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-v1 +NO_STAGE= yes .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 2dfb8e5cc170..5e003ac63953 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snes9express -# Date created: 15 Mar 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= snes9express PORTVERSION= 1.43 @@ -28,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/snsp.s9xskin PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<endian\.h>|<sys/endian.h>|' \ ${WRKSRC}/s9xskin.cc diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index adfd03415146..1b01a4160044 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -35,6 +35,7 @@ NETPLAY_DESC= Enable network support XV_DESC= Enable XVideo output on GTK XRANDR_DESC= Enable XRandR support on GTK +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 926c6dfbd24b..8aaa876e8bef 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -39,6 +39,7 @@ MMX_DESC= Enable MMX JMA_DESC= Enable JMA archive decompression support NETPLAY_DESC= Enable network support +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index ee10f4f09f4f..16c61edd47f3 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -23,6 +23,7 @@ PORTDOCS= cycle.ps.gz spim.ps.gz SPIM.html PLIST_FILES= bin/spim %%DATADIR%%/exceptions.s PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUI} diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 3bfe8bde9d50..c7d3a252bbd3 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: stella -# Date created: March 4, 1999 -# Whom: Jacques Vidrine <nectar@FreeBSD.org> -# +# Created by: Jacques Vidrine <nectar@FreeBSD.org> # $FreeBSD$ -# PORTNAME= stella PORTVERSION= 3.6.1 @@ -26,6 +22,7 @@ HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|=sdl-config|="$$SDL_CONFIG"|g' ${WRKSRC}/configure diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 2382a9670896..c8e306ca3862 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -25,6 +25,7 @@ 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/svr4_base/Makefile b/emulators/svr4_base/Makefile index d5adc8f1ad6c..1738e3ddd4a8 100644 --- a/emulators/svr4_base/Makefile +++ b/emulators/svr4_base/Makefile @@ -1,11 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: svr4_base -# Version required: 2.6 -# Date created: Monday Dec 25, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= svr4_base PORTVERSION= 2.6 @@ -22,6 +16,7 @@ NO_BUILD= yes EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: .for D in dev etc/default @[ -d ${PREFIX}/compat/svr4/$D ] || ${MKDIR} ${PREFIX}/compat/svr4/$D diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile index 85aa3feae6cd..2d845d19e29a 100644 --- a/emulators/swine/Makefile +++ b/emulators/swine/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= swine @@ -29,6 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README +NO_STAGE= yes .include <bsd.port.options.mk> .if ${ARCH} == "i386" diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index bc644cb906f6..f59d811db523 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --disable-gdb MAN1= tiemu.1 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index ab1805a27cc9..5ab8afcd00ab 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gtk20 INSTALLS_ICONS= yes # Unbreak parallel builds (-jX) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \ ${WRKSRC}/Makefile.in diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index fc694a95a964..e843e0b35144 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -37,6 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${WRKSRC}/ic/ieee754/.libs LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index da5f11df9168..b9d4b2961b33 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -27,6 +27,7 @@ USERS= _tss GROUPS= _tss SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 8eaafd48c0a8..fc7a8869ac60 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuxnes -# Date created: 13 Feb 2000 -# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org> -# +# Created by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tuxnes PORTVERSION= 0.75 @@ -23,4 +19,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/romfixer bin/tuxnes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 148125845dee..cd5a6126ecdc 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -22,6 +22,7 @@ USE_GNOME= gtk20 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> pre-configure: diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile index 7b41cb290803..2431a10f2e4f 100644 --- a/emulators/ucon64/Makefile +++ b/emulators/ucon64/Makefile @@ -14,6 +14,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ucon64.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ucon64_misc.c diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 0181ee4cfa44..c91aebf1d018 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vMac -# Date created: Jul 11th 1999 -# Whom: troll -# +# Created by: troll # $FreeBSD$ -# PORTNAME= vMac PORTVERSION= 0.1.9.3 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext SUB_FILES= pkg-message +NO_STAGE= yes pre-patch: (cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c) diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 2ad27d3b51ef..de8dddc958f9 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -38,6 +38,7 @@ PROFILING_DESC= Enable profiling GTK2_CONFIGURE_ON= --enable-gtk=2.4 PROFILING_CONFIGURE_ENABLE= profiling +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} diff --git a/emulators/vboxtool/Makefile b/emulators/vboxtool/Makefile index 51abbdbb456c..b9ea3e75aedf 100644 --- a/emulators/vboxtool/Makefile +++ b/emulators/vboxtool/Makefile @@ -24,6 +24,7 @@ USE_ZIP= yes SAMPLESDIR= ${PREFIX}/share/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|!/bin/bash|!/usr/bin/env bash|' \ -e 's|/etc/|${PREFIX}&|g' \ diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 04f82f08b599..b9fc2c7f93c0 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vgb-bin -# Date created: 04 Aug 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= vgb PORTVERSION= 3.0 @@ -26,6 +22,7 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin @${INSTALL_DIR} ${PREFIX}/share/vgb diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 8428ae55e560..63f11bc17ab5 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vgba-bin -# Date created: 04 Aug 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= vgba PORTVERSION= 3.0 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgba ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b7b0b2f60623..ed01bb6da7f5 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --enable-fullscreen --enable-ipv6 --disable-dependency-tracking #CONFIGURE_ARGS+= --enable-parsid #CONFIGURE_ARGS+= --enable-memmap +NO_STAGE= yes Optional Features: diff --git a/emulators/virtio-kmod/Makefile b/emulators/virtio-kmod/Makefile index e334da9cb776..eb8c0da43487 100644 --- a/emulators/virtio-kmod/Makefile +++ b/emulators/virtio-kmod/Makefile @@ -19,6 +19,7 @@ PLIST_SUB= KMODDIR=${KMODDIR:C,^/,,} NEEDSUBDIRS= amd64 cam conf contrib dev/pci geom i386 kern net netinet netinet6 \ sys tools vm x86 +NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/Makefile) diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index c06d4e0b51d0..05601e573f0d 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -40,6 +40,7 @@ CONFLICTS_INSTALL= virtualbox-ose-additions-devel-[3,4]* virtualbox-ose-[3,4]* v OPTIONS_DEFINE= DEBUG X11 OPENGL OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index e56799e3a8a1..21f8ca3f09d8 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -1,4 +1,4 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= virtualbox-ose @@ -39,6 +39,7 @@ CONFLICTS_INSTALL= virtualbox-ose-kmod-[3,4]* virtualbox-ose-kmod-devel-[3,4]* OPTIONS_DEFINE= DEBUG VIMAGE VIMAGE_DESC= VIMAGE virtual networking support +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index c12bc32e090c..64f5e4c43a09 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -40,6 +40,7 @@ OPTIONS_DEFINE= DEBUG VIMAGE DEBUG_DESC= Debug symbols, additional logs and assertions VIMAGE_DESC= VIMAGE virtual networking support +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 486bf1fe5084..92db231201f0 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -1,4 +1,4 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= virtualbox-ose @@ -69,6 +69,7 @@ VDE_DESC= Build with VDE support VNC_DESC= Build with VNC support WEBSERVICE_DESC= Build Webservice +NO_STAGE= yes .include <bsd.port.options.mk> PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \ diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index d89d8ebc8e43..d29c90852ab0 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -77,6 +77,7 @@ ENV= .SHELL: path="/bin/sh" unsetenv=true .endif +NO_STAGE= yes .include <bsd.port.options.mk> KMODDIR= /boot/modules diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile index 802810a4426a..c1e40756b0c4 100644 --- a/emulators/visualboyadvance-m/Makefile +++ b/emulators/visualboyadvance-m/Makefile @@ -30,6 +30,7 @@ USES= cmake pkgconfig CMAKE_ARGS+= -DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc" SVN_REV= 1001 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASM} diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index 28b352f000a0..1d8cdd33ab1c 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= VisualOS.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^#define _/d' ${WRKSRC}/src/signals.c diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 8f0e5626a1bb..07b43254a899 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes MAN1= vmips.1 vmipstool.1 INFO= vmips +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index ef8fc4985cfa..6552ed2791b1 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vmsbackup -# Date created: 18 Apr 1994 -# Whom: Jonathan M. Bresler (jmb) -# +# Created by: Jonathan M. Bresler (jmb) # $FreeBSD$ -# PORTNAME= vmsbackup PORTVERSION= 4.1.1 @@ -24,6 +20,7 @@ PLIST_FILES= bin/vmsbackup MAN1= vmsbackup.1 MANCOMPRESSED= no +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${UNZIP_CMD} ${DISTDIR}/${DISTNAME} -d ${WRKSRC} diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile index 091b481db822..128c67d9a059 100644 --- a/emulators/vmw/Makefile +++ b/emulators/vmw/Makefile @@ -24,6 +24,7 @@ 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/emulators/vxtools/Makefile b/emulators/vxtools/Makefile index 0b0c53ce837c..fdbe5fad7e82 100644 --- a/emulators/vxtools/Makefile +++ b/emulators/vxtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vxtools -# Date created: 10 December 1999 -# Whom: Martin Hinner -# +# Created by: Martin Hinner # $FreeBSD$ -# PORTNAME= vxtools PORTVERSION= 0.2 @@ -21,6 +17,7 @@ USE_GMAKE= yes MAN1= vxmount.1 vxumount.1 MAN8= prtvtoc.8 +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/vxls ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/vxmount ${PREFIX}/bin diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 738c52ba704e..2086f668478f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -69,6 +69,7 @@ MONO_DESC= Bundle Mono MSI package for Wine PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/emulators/wine-doors/Makefile b/emulators/wine-doors/Makefile index 762e4a9049a0..2d6960b293c8 100644 --- a/emulators/wine-doors/Makefile +++ b/emulators/wine-doors/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wine-doors -# Date created: 7 July 2007 -# Whom: ports@mcdermottroe.com -# +# Created by: ports@mcdermottroe.com # $FreeBSD$ -# PORTNAME= wine-doors PORTVERSION= 0.1.2 @@ -29,6 +25,7 @@ NO_BUILD= yes SUB_FILES= preferences.xml +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/etc/${PORTNAME}|${PREFIX}/etc/${PORTNAME}|g' \ ${WRKSRC}/src/preferences.py diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index 9a696386e3de..f1e7a6548168 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -22,6 +22,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ diff --git a/emulators/wine-gecko/Makefile b/emulators/wine-gecko/Makefile index 9fd9de274ce9..91ac72527d60 100644 --- a/emulators/wine-gecko/Makefile +++ b/emulators/wine-gecko/Makefile @@ -23,6 +23,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/gecko ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \ diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile index cf6de0d546c7..ef3c58e95e01 100644 --- a/emulators/wine-mono/Makefile +++ b/emulators/wine-mono/Makefile @@ -20,6 +20,7 @@ DATADIR= ${PREFIX}/share/wine PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi PLIST_DIRSTRY= %%DATADIR%%/mono %%DATADIR%% +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/mono ${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5b3c0c4375e0..bb66501eb5a1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -70,6 +70,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf PORTSCOUT= limitw:1,even +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index ae43f34beb13..4b325da6099a 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxmupen64plus -# Date created: 2011-12-17 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wxmupen64plus PORTVERSION= 0.2 @@ -31,6 +27,7 @@ USE_PYTHON= yes WAF_SCRIPT= waf +NO_STAGE= yes do-configure: @cd ${WRKSRC} && \ ${PYTHON_CMD} ${WAF_SCRIPT} configure --mupenapi=${LOCALBASE}/include/${PORTNAME:S/wx//} \ diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 58b3e908a5b1..5a48b9c64065 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -32,6 +32,7 @@ PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include <bsd.port.options.mk> post-extract: .SILENT diff --git a/emulators/xbraitenberg/Makefile b/emulators/xbraitenberg/Makefile index 5e8b0b77afaa..767cd3e7d4ba 100644 --- a/emulators/xbraitenberg/Makefile +++ b/emulators/xbraitenberg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbraitenberg -# Date created: 28 Mar 2004 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= xbraitenberg PORTVERSION= 0.9 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/xbraitenberg +NO_STAGE= yes .include <bsd.port.mk> diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index f1c3201d148d..7556f1822ca8 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -29,6 +29,7 @@ MOTIF_DESC= With Motif widget set ATHENA_DESC= With Athen widget set XSHM_DESC= With XShm support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index b35d1be6181c..937a7ce38fab 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xhomer -# Date created: 24 May 2006 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= xhomer DISTVERSION= 9-16-06 @@ -28,6 +24,7 @@ PLIST_FILES= bin/xhomer %%EXAMPLESDIR%%/xhomer.cfg PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE SIMH +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 59001e96d604..c6af61538d18 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -101,6 +101,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} # # Various options are processed here. # +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 15c030d8143c..b848813f795b 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmess -# Date created: Tue Aug 17 00:21:10 MET DST 1999 -# Whom: nox@jelal.kn-bremen.de -# +# Created by: nox@jelal.kn-bremen.de # $FreeBSD$ -# PORTNAME= xmess PORTREVISION= 3 @@ -16,4 +12,5 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= mess +NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 1504db7e196d..900d70a6fe63 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -33,6 +33,7 @@ SUB_FILES= pkg-message DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MESOUND} diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 36cf3c44a1f0..37527812120b 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -26,6 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-pro # Prevent configure from trying to run auto* since it's not needed and will # error if auto* < 2.54 +NO_STAGE= yes post-configure: @${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 273aa6cd7163..bce7adc1dcd4 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -27,6 +27,7 @@ OPTIONS_DEFINE= QT4 OPTIONS_DEFAULT= QT4 QT4_DESC= Build wit qt4 interface instead of gtk2 one +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQT4} diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 82e0eeddd811..0a36705adc24 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -19,6 +19,7 @@ ALL_TARGET= yape PLIST_FILES= bin/yape PORTDOCS= * +NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index fc80e0aef3a9..49109dde1d46 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -40,6 +40,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUGGER} |