diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
commit | dfe005ee4419ef4241e9eba862431f9b726841db (patch) | |
tree | 85b1fd07b70d3c873159df5a52c11d85b667810b /emulators | |
parent | 3ae4718f6915dde0adfd5295c90912e9e1bead56 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceux/Makefile | 2 | ||||
-rw-r--r-- | emulators/gem5/Makefile | 14 | ||||
-rw-r--r-- | emulators/nonpareil/Makefile | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index a7e177b916e2..119df2b80273 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= zenity:x11/zenity USES= compiler:c++0x desktop-file-utils dos2unix localbase:ldflags \ - pkgconfig scons sdl xorg + pkgconfig scons:python2 sdl xorg USE_SDL= sdl USE_XORG= x11 USE_GNOME+= gdkpixbuf2 diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile index cd521d459ae4..4144313e5317 100644 --- a/emulators/gem5/Makefile +++ b/emulators/gem5/Makefile @@ -8,8 +8,7 @@ CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org COMMENT= gem5 Simulator System -BUILD_DEPENDS= swig3.0:devel/swig30 \ - scons:devel/scons +BUILD_DEPENDS= swig3.0:devel/swig30 BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV BROKEN_armv7= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV @@ -18,12 +17,15 @@ BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required BROKEN_FreeBSD_11_powerpc64= fails to build: claims that gcc version 4.6 or newer required BROKEN_FreeBSD_12_powerpc64= fails to build: claims that gcc version 4.6 or newer required +USES= gmake scons:python2 + DATE= 20140422 USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_TAGNAME= 99d65cc -SWIG_BIN= swig3.0 -USES= gmake + +ALL_TARGET= build/ARM/gem5.opt +MAKE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" .include <bsd.port.pre.mk> @@ -33,10 +35,8 @@ post-patch: ${WRKSRC}/src/dev/terminal.cc \ ${WRKSRC}/util/term/term.c -do-build: +pre-build: cd ${WRKSRC} && ${GMAKE} -C util/term - cd ${WRKSRC} && ${SETENV} SWIG="${PREFIX}/bin/${SWIG_BIN}" scons \ - build/ARM/gem5.opt do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} \ diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index 6059a4558cfb..3203aca0ad6d 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= bison gnome pkgconfig scons sdl +USES= bison gnome pkgconfig scons:python2 sdl USE_GNOME= gtk20 libxml2 USE_SDL= sdl |