ports/177329: [PATCH] remove emulators/fceu-server
chris petrik
c.petrik.sosa at gmail.com
Sun Mar 24 03:40:00 UTC 2013
>Number: 177329
>Category: ports
>Synopsis: [PATCH] remove emulators/fceu-server
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 24 03:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: chris petrik
>Release:
>Organization:
na
>Environment:
>Description:
fceux now includes a server app in the default base install. it is too time consuming to create patches to create a slave port for it. it would require a lot of SConstruct hacking just for 1 file. Since the fceu-server port is older than dirt i recommend removing it in favor of the one included in the base package.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: fceu-server/Makefile
===================================================================
--- fceu-server/Makefile (revision 315089)
+++ fceu-server/Makefile (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fceu-server
-# Date created: 28 July 2007
-# Whom: Pontus Stenetorp <ninjin at kth.se>
-#
+# Created by: Pontus Stenetorp <ninjin at kth.se>
# $FreeBSD$
-#
PORTNAME= fceu-server
PORTVERSION= 0.0.5
@@ -14,6 +10,8 @@
MAINTAINER= ninjin at kth.se
COMMENT= The network play server for the NES/Famicom emulator fceu
+EXPIRATION_DATE= 2013-04-23
+DEPRECATED= Now included in base package
CFLAGS+= -DSOL_TCP=6
USE_GMAKE= yes
USE_SDL= sdl
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list