From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 30 18:16:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4762716A4CE; Sun, 30 May 2004 18:16:47 -0700 (PDT) Received: from infor.ck.tp.edu.tw (infor.ck.tp.edu.tw [203.64.26.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1627643D48; Sun, 30 May 2004 18:16:47 -0700 (PDT) (envelope-from llwang@infor.ck.tp.edu.tw) Received: by infor.ck.tp.edu.tw (Postfix, from userid 1001) id 3CE8E9277; Mon, 31 May 2004 09:16:37 +0800 (CST) Date: Mon, 31 May 2004 09:16:37 +0800 From: "Li-Lun Wang (Leland Wang)" To: Thierry Thomas , freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org Message-ID: <20040531011637.GA8438@Athena.infor.org> References: <200405300902.i4U92Je1088845@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405300902.i4U92Je1088845@freefall.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: llwang@infor.org Subject: Re: ports/65318: New port: games/noegnud* an ASCII/2D/3D UI for NetHack and variants using SDL and OpenGL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 01:16:47 -0000 On Sun, May 30, 2004 at 02:02:19AM -0700, Thierry Thomas wrote: > 1) What is the purpose of the lines > @exec (cd /usr/local/share/nls && ln -sf C POSIX) > @exec (cd /usr/local/share/nls && ln -sf C en_US.US-ASCII) > in your pkg-plist? Actually I am not sure about this. Somehow the installation process created these two links, but it does not seem to be necessary for the software to run. I don't know if I can put them into plist as regular files, for I am not sure if I can safely remove them when deinstalling. I'll look into the installation process further to see whether I can prevent them from being created in the first place. Suggestions are welcome. > 2) These ports install a lot of data in ${PREFIX}/lib. > This is not the traditional FreeBSD way... Could you please > patch to install this stuff under ${DATADIR}? I'll look at both problems and try to make another patch.