From owner-freebsd-emulation@FreeBSD.ORG Thu Dec 14 14:46:05 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CB0816A47B; Thu, 14 Dec 2006 14:46:05 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF08243CB8; Thu, 14 Dec 2006 14:44:28 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kBEEk3PL058506; Thu, 14 Dec 2006 22:46:03 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kBEEk21A088298; Thu, 14 Dec 2006 22:46:02 +0800 (CST) (envelope-from rafan) Date: Thu, 14 Dec 2006 22:46:02 +0800 From: Rong-En Fan To: Alexander Leidinger Message-ID: <20061214144602.GD93983@svm.csie.ntu.edu.tw> References: <200612061607.kB6G7qvc028250@repoman.freebsd.org> <20061211124544.f0a509b2.acm@FreeBSD.org> <20061212133918.GO68344@svm.csie.ntu.edu.tw> <20061212153651.xu3l5uzeo4k48440@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061212153651.xu3l5uzeo4k48440@webmail.leidinger.net> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: emulation@freebsd.org, Jose Alonso Cardenas Marquez , jylefort@brutele.be, pav@freebsd.org, keramida@freebsd.org, Rong-En Fan Subject: Re: linux ports policy X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 14:46:05 -0000 On Tue, Dec 12, 2006 at 03:36:51PM +0100, Alexander Leidinger wrote: > Quoting Rong-En Fan (from Tue, 12 Dec 2006 > 21:39:18 +0800): > > We have no policy. > > Now that the official part is done :) the current way things are handled: Thanks! [...] > Comments for this particular case are below. > > >On Mon, Dec 11, 2006 at 12:45:44PM -0500, Jose Alonso Cardenas Marquez > >wrote: > >>On Wed, 6 Dec 2006 16:07:52 +0000 (UTC) > >>Rong-En Fan wrote: > >> > >>> rafan 2006-12-06 16:07:52 UTC > >>> > >>> FreeBSD ports repository > >>> > >>> Modified files: > >>> games Makefile > >>> Added files: > >>> games/mtaserver Makefile distinfo pkg-descr pkg-plist > >>> games/mtaserver/files mtad.in pkg-message.in > >>> Log: > >>> Add mtaserver 0.5, multi Theft Auto: Vice City and GTA3 dedicated > >>> server. > >>> > >>> PR: ports/106399 > >>> Submitted by: Alexander Logvinov > >>> > >>> Revision Changes Path > >>> 1.1060 +1 -0 ports/games/Makefile > >>> 1.1 +44 -0 ports/games/mtaserver/Makefile (new) > >>> 1.1 +6 -0 ports/games/mtaserver/distinfo (new) > >>> 1.1 +39 -0 ports/games/mtaserver/files/mtad.in (new) > >>> 1.1 +6 -0 ports/games/mtaserver/files/pkg-message.in (new) > >>> 1.1 +6 -0 ports/games/mtaserver/pkg-descr (new) > >>> 1.1 +8 -0 ports/games/mtaserver/pkg-plist (new) > >> > >>Hi :) > >> > >>It's a linux-base ports and you missed some things > >> > >>- Use linux- prefix for port-directory,port-name, port-rcscript and > >>port-executable file. > > While I would be happy to see a native version of a game, I don't > think there will be one from a commercial vendor (the GPLed stuff from > id software doesn't count). So I think it is ok to keep it as it is. > > >>- Use ${BRANDELF} if it's necessary > > It is necessary, for every ELF executable (but do *not* brand a lib or > plugin). We have Makefile glue for this. It seems that BRANDELF_FILES automatically install the files for me?