Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 03:34:30 GMT
From:      chris petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177329: [PATCH] remove emulators/fceu-server
Message-ID:  <201303240334.r2O3YUSB095031@red.freebsd.org>
Resent-Message-ID: <201303240340.r2O3e0xV032259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@kth.se>
-#
+# Created by: Pontus Stenetorp <ninjin@kth.se>
 # $FreeBSD$
-#
 
 PORTNAME=	fceu-server
 PORTVERSION=	0.0.5
@@ -14,6 +10,8 @@
 MAINTAINER=	ninjin@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303240334.r2O3YUSB095031>