diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 15:08:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 15:08:00 +0000 |
commit | 376abe627baca9dc71672fb279161d140f4d6e72 (patch) | |
tree | f481f0e8ee3d920f7f8301db3e0b399b935da306 /emulators | |
parent | ff9560f056888833bfbadcf25e4ebb10d6dc4a30 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/gcube/Makefile | 54 | ||||
-rw-r--r-- | emulators/gcube/distinfo | 2 | ||||
-rw-r--r-- | emulators/gcube/files/cpu.c-patch | 11 | ||||
-rw-r--r-- | emulators/gcube/files/patch-Makefile.rules | 22 | ||||
-rw-r--r-- | emulators/gcube/pkg-descr | 1 |
6 files changed, 0 insertions, 91 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 877389936280..700698313088 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -43,7 +43,6 @@ SUBDIR += fuse SUBDIR += fuse-utils SUBDIR += gbe - SUBDIR += gcube SUBDIR += generator SUBDIR += generator-cbiere SUBDIR += gens diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile deleted file mode 100644 index 8ad38c86495f..000000000000 --- a/emulators/gcube/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Travis Poppe <tlp@liquidx.org> -# $FreeBSD$ - -PORTNAME= gcube -PORTVERSION= 0.4 -PORTREVISION= 7 -CATEGORIES= emulators -MASTER_SITES= http://www.liquidx.org/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gamecube emulator - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${PORTVERSION} -USE_GL= yes -USE_SDL= sdl -USE_BZIP2= yes -USE_GMAKE= yes - -PLIST_FILES= bin/gcube bin/gcmap bin/bin2dol bin/isopack bin/tplx -PORTDOCS= ChangeLog README - -FIXME= general.h keys_sdl.h thpview.h video_sdl.c audio_sdl.c hw_gx.c gx.c \ - gx_texture.c gx_transform.c - -post-patch: - ${REINPLACE_CMD} \ - -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.rules - ${REINPLACE_CMD} \ - -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.rules - ${REINPLACE_CMD} \ - -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile.rules - ${REINPLACE_CMD} \ - -e 's|%%LDFLAGS%%|${LDFLAGS}|' ${WRKSRC}/Makefile.rules - ${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gcube ${PREFIX}/bin/gcube - ${INSTALL_PROGRAM} ${WRKSRC}/gcmap ${PREFIX}/bin/gcmap - ${INSTALL_PROGRAM} ${WRKSRC}/bin2dol ${PREFIX}/bin/bin2dol - ${INSTALL_PROGRAM} ${WRKSRC}/isopack ${PREFIX}/bin/isopack - ${INSTALL_PROGRAM} ${WRKSRC}/tplx ${PREFIX}/bin/tplx -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/ChangeLog - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README -.endif - -.include <bsd.port.mk> diff --git a/emulators/gcube/distinfo b/emulators/gcube/distinfo deleted file mode 100644 index def591863808..000000000000 --- a/emulators/gcube/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gcube-0.4-src.tar.bz2) = e2fe9b198ea627ec6b1be98b06a620d1f32f373c94161ea042319dbf6cb10418 -SIZE (gcube-0.4-src.tar.bz2) = 803503 diff --git a/emulators/gcube/files/cpu.c-patch b/emulators/gcube/files/cpu.c-patch deleted file mode 100644 index 066cb5442fab..000000000000 --- a/emulators/gcube/files/cpu.c-patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cpu.c.orig Fri Jun 17 02:20:13 2005 -+++ cpu.c Fri Jun 17 02:20:30 2005 -@@ -45,7 +45,7 @@ - int RESERVE = 0; - __u32 RESERVE_ADDR = 0; - --double (*fp_round[]) (double) = { round, trunc, ceil, floor }; -+double (*fp_round[]) (double) = { rint, rint, ceil, floor }; - #define FP_ROUND(D) (fp_round[FPSCR_RN] (D)) - - #if 0 diff --git a/emulators/gcube/files/patch-Makefile.rules b/emulators/gcube/files/patch-Makefile.rules deleted file mode 100644 index af3b10fdd6f3..000000000000 --- a/emulators/gcube/files/patch-Makefile.rules +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.rules.orig Fri Jun 17 01:59:11 2005 -+++ Makefile.rules Fri Jun 17 02:00:14 2005 -@@ -1,8 +1,7 @@ - - SDL_CONFIG=sdl-config --LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -- --CFLAGS=-g -Wall -I/usr/include -I/usr/local/include -+LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -L/usr/X11R6/lib -lz -l$(OPENGL) %%LDFLAGS%% -+CFLAGS=-g -Wall -I/usr/local/include -I/usr/X11R6/include - PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage - OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math -march=$(CPU) $(OPTIMIZE) - -@@ -107,7 +106,7 @@ - $(CC) $(CFLAGS) $^ -o $@ -lz - - ppc_disasm.o: ppc_disasm.c -- $(CC) -g -c -o $@ $< -+ $(CC) $(CFLAGS) -g -c -o $@ $< - - video_sdl.o: video_sdl.c icon.c - $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` -c -o $@ $< diff --git a/emulators/gcube/pkg-descr b/emulators/gcube/pkg-descr deleted file mode 100644 index eb993a65d690..000000000000 --- a/emulators/gcube/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A Cross-platform Gamecube emulator. |