From owner-freebsd-ports@FreeBSD.ORG Fri Mar 25 20:07:26 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32230106564A for ; Fri, 25 Mar 2011 20:07:26 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id EB3A68FC16 for ; Fri, 25 Mar 2011 20:07:25 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id D2F3B1E00248; Fri, 25 Mar 2011 20:48:59 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p2PJlY5u054526 for ; Fri, 25 Mar 2011 20:47:34 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p2PJlYIc054525 for ports@freebsd.org; Fri, 25 Mar 2011 20:47:34 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Fri, 25 Mar 2011 20:47:34 +0100 To: ports@freebsd.org Message-ID: <20110325194734.GA53960@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: hyphen in PORTNAME... still bad? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 20:07:26 -0000 Hi! Anyone remember the reason behind this portlint warning and whether it can be ignored? (like several ports seem to do, even high-profile ones like boost-libs or docbook-xml...) WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. I'm sure there must have been a reason for the warning, but is it still valid? And in case it matters, my specific case would be vdr plugin ports, up to now I had my shars install them as vdr_plugin_foo- because of the warning, but since I still have the port dirs named vdr-plugin-foo there was concern about this being an inconsisteny, and also I somehow like the names with hyphens better. :) Or should I really set PKGNAMEPREFIX= vdr-plugin- like the warning suggests? Most of the plugin distfiles are named like vdr-foo-.tgz in case it matters, example: vdr-streamdev-0.5.1.tgz for vdr-plugin-streamdev. Thanx, Juergen