FreeBSD Bugzilla – Attachment 80118 Details for
Bug 114997
New port: emulators/fceu-server: The network play server for the NES/Famicom emulator fceu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fceu-server-0.0.5.shar.txt
fceu-server-0.0.5.shar.txt (text/plain), 3.02 KB, created by
Pontus Stenetorp
on 2007-07-29 01:02:27 UTC
(
hide
)
Description:
fceu-server-0.0.5.shar.txt
Filename:
MIME Type:
Creator:
Pontus Stenetorp
Created:
2007-07-29 01:02:27 UTC
Size:
3.02 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># . ># ./Makefile ># ./distinfo ># ./files ># ./files/patch-server.cpp ># ./files/patch-Makefile ># ./pkg-descr ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./Makefile >sed 's/^X//' >./Makefile << 'END-of-./Makefile' >X# New ports collection makefile for: fceu-server >X# Date created: 28 July 2007 >X# Whom: Pontus Stenetorp <ninjin@kth.se> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= fceu-server >XPORTVERSION= 0.0.5 >XCATEGORIES= emulators >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= fceultra >XDISTNAME= ${PORTNAME}-${PORTVERSION} >X >XMAINTAINER= ninjin@kth.se >XCOMMENT= The network play server for the NES/Famicom emulator fceu >X >XUSE_GMAKE= yes >XUSE_SDL= sdl >X >XPLIST_FILES= bin/fceu-server >XEXAMPLESDIR= ${LOCALBASE}/share/examples/${PORTNAME} >X >X.if !defined(WITHOUT_EXAMPLES) >XPLIST_FILES+= share/examples/${PORTNAME}/fceu-server.conf.sample >XPLIST_DIRS= share/examples/${PORTNAME} >X.endif >X >Xpre-install: >X @${MKDIR} ${EXAMPLESDIR} >X >Xdo-install: >X @${INSTALL_PROGRAM} ${WRKSRC}/fceu-server ${LOCALBASE}/bin >X >Xpost-install: >X.if !defined(WITHOUT_EXAMPLES) >X ( ${MKDIR} ${EXAMPLESDIR} && \ >X ${INSTALL_DATA} ${WRKSRC}/fceu-server.conf \ >X ${EXAMPLESDIR}/fceu-server.conf.sample ) >X.endif >X >X.include <bsd.port.mk> >END-of-./Makefile >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'END-of-./distinfo' >XMD5 (fceu-server-0.0.5.tar.gz) = 7c9e974864418a4aa0f42dc325f90600 >XSHA256 (fceu-server-0.0.5.tar.gz) = c9e5b3f77e92364ae7a66e351012dc01d6373ea44a100d23ec028f00d5fc825f >XSIZE (fceu-server-0.0.5.tar.gz) = 18623 >END-of-./distinfo >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/patch-server.cpp >sed 's/^X//' >./files/patch-server.cpp << 'END-of-./files/patch-server.cpp' >X--- server.cpp.orig Tue Jul 4 01:25:22 2006 >X+++ server.cpp Sat Jul 28 21:10:15 2007 >X@@ -47,6 +47,7 @@ >X #define DEFAULT_TIMEOUT 5 >X #define DEFAULT_FRAMEDIVISOR 1 >X #define DEFAULT_CONFIG "/etc/fceu-standard.conf" >X+#define SOL_TCP 6 >X >X typedef struct { >X uint32 id; /* mainly for faster referencing when pointed to from the Games >END-of-./files/patch-server.cpp >echo x - ./files/patch-Makefile >sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile' >X--- Makefile.orig Sat Jul 28 22:48:53 2007 >X+++ Makefile Sat Jul 28 22:49:49 2007 >X@@ -12,8 +12,8 @@ >X rm ${OUTFILE} ${OBJS} >X >X install: >X- install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server >X- install -m 644 -D fceu-server.conf /etc/fceu-server.conf >X+ # install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server >X+ # install -m 644 -D fceu-server.conf /etc/fceu-server.conf >X >X server.o: server.cpp >X md5.o: md5.cpp >END-of-./files/patch-Makefile >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' >XThis is a port of the FCE Ultra network play server. >X >XWWW: http://fceultra.sourceforge.net/ >END-of-./pkg-descr >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 114997
:
80116
|
80117
| 80118 |
80119
Working