mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 0.98.10
PR: ports/66847 Submitted by: maintainer
This commit is contained in:
parent
d5972a4eb5
commit
43bbb124d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109485
6 changed files with 52 additions and 8 deletions
|
@ -6,9 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= fceu
|
PORTNAME= fceu
|
||||||
PORTVERSION= 0.98.8
|
PORTVERSION= 0.98.10
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
|
http://fceultra.sourceforge.net/releases/
|
||||||
MASTER_SITE_SUBDIR= fceultra
|
MASTER_SITE_SUBDIR= fceultra
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ USE_SDL= sdl
|
||||||
MAN6= fceu.6
|
MAN6= fceu.6
|
||||||
WRKSRC= ${WRKDIR}/fceu
|
WRKSRC= ${WRKDIR}/fceu
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (fceu-0.98.8.src.tar.gz) = cffb95097a256da18748865e52a828d8
|
MD5 (fceu-0.98.10.src.tar.bz2) = e0b396955b3ef4c7e4b5cc518cdec39f
|
||||||
SIZE (fceu-0.98.8.src.tar.gz) = 666950
|
SIZE (fceu-0.98.10.src.tar.bz2) = 559750
|
||||||
|
|
20
emulators/fceu/files/patch-src-drivers-pc-unix-netplay.c
Normal file
20
emulators/fceu/files/patch-src-drivers-pc-unix-netplay.c
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- src/drivers/pc/unix-netplay.c.orig Sun May 16 22:28:06 2004
|
||||||
|
+++ src/drivers/pc/unix-netplay.c Tue May 18 12:57:05 2004
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
-#include <malloc.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
@@ -42,6 +42,8 @@
|
||||||
|
#ifndef socklen_t
|
||||||
|
#define socklen_t int
|
||||||
|
#endif
|
||||||
|
+
|
||||||
|
+#define SOL_TCP IPPROTO_TCP
|
||||||
|
|
||||||
|
char *netplayhost=0;
|
||||||
|
char *netplaynick=0;
|
|
@ -6,9 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= fceu
|
PORTNAME= fceu
|
||||||
PORTVERSION= 0.98.8
|
PORTVERSION= 0.98.10
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
|
http://fceultra.sourceforge.net/releases/
|
||||||
MASTER_SITE_SUBDIR= fceultra
|
MASTER_SITE_SUBDIR= fceultra
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ USE_SDL= sdl
|
||||||
MAN6= fceu.6
|
MAN6= fceu.6
|
||||||
WRKSRC= ${WRKDIR}/fceu
|
WRKSRC= ${WRKDIR}/fceu
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (fceu-0.98.8.src.tar.gz) = cffb95097a256da18748865e52a828d8
|
MD5 (fceu-0.98.10.src.tar.bz2) = e0b396955b3ef4c7e4b5cc518cdec39f
|
||||||
SIZE (fceu-0.98.8.src.tar.gz) = 666950
|
SIZE (fceu-0.98.10.src.tar.bz2) = 559750
|
||||||
|
|
20
emulators/fceux/files/patch-src-drivers-pc-unix-netplay.c
Normal file
20
emulators/fceux/files/patch-src-drivers-pc-unix-netplay.c
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- src/drivers/pc/unix-netplay.c.orig Sun May 16 22:28:06 2004
|
||||||
|
+++ src/drivers/pc/unix-netplay.c Tue May 18 12:57:05 2004
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
-#include <malloc.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
@@ -42,6 +42,8 @@
|
||||||
|
#ifndef socklen_t
|
||||||
|
#define socklen_t int
|
||||||
|
#endif
|
||||||
|
+
|
||||||
|
+#define SOL_TCP IPPROTO_TCP
|
||||||
|
|
||||||
|
char *netplayhost=0;
|
||||||
|
char *netplaynick=0;
|
Loading…
Add table
Reference in a new issue