From owner-freebsd-ports@FreeBSD.ORG Sat Apr 30 21:13:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A084016A4CE for ; Sat, 30 Apr 2005 21:13:32 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0318B43D1D for ; Sat, 30 Apr 2005 21:13:32 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 79355 invoked from network); 30 Apr 2005 21:13:30 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 30 Apr 2005 21:13:30 -0000 X-pair-Authenticated: 200.115.214.28 Date: Sat, 30 Apr 2005 18:14:39 -0300 From: Alejandro Pulver To: freebsd-ports@freebsd.org Message-ID: <20050430181439.678b4f85@ale.varnet.bsd> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Naming questions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 21:13:32 -0000 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