Date: Sat, 30 Apr 2005 18:14:39 -0300 From: Alejandro Pulver <alejandro@varnet.biz> To: freebsd-ports@freebsd.org Subject: Naming questions Message-ID: <20050430181439.678b4f85@ale.varnet.bsd>
next in thread | raw e-mail | index | archive | help
Hello, I understand the variable PKGNAMESUFFIX should be compilation-specific, not port-specific. So if there is a port called "foo", and a modified version called "foo-better", the PORTNAME of the second should be "foo-better", not splitted in PORTNAME and PKGNAMESUFFIX? I am making a port that only has a GTK interface, should it be suffixed by "-gtk"? If not, the executable it installs has the suffix "-gtk", should it be removed to match the port name? If there is a port that is splitted in components (like "foo-doc", "foo-gtk", etc.). Should they use PKGNAMESUFFIX? If the components use OPTIONS, it does not correctly determine the options directory; is LATEST_LINK=${PORTNAME}${PKGNAMESUFFIX} appropiate? Thanks and Best Regards, Ale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050430181439.678b4f85>