Skip site navigation (1)Skip section navigation (2)
Date:      4 Aug 1999 08:15:23 -0000
From:      nbm@rucus.ru.ac.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12955: netscape3-gold's PKGNAME defies package naming conventions
Message-ID:  <19990804081523.60253.qmail@rucus.ru.ac.za>

next in thread | raw e-mail | index | archive | help

>Number:         12955
>Category:       ports
>Synopsis:       netscape3-gold's PKGNAME defies package naming conventions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug  4 01:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Neil Blakey-Milner
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
Rhodes University Computer Users' Society
>Environment:

FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb  9 22:52:23 GMT 1999     grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP  i386

>Description:

netscape3-gold port, by way of netscape3 MASTERDIR, generates a package
named "netscape-3.04-gold", whereas it should be "netscape-gold-3.04",
according to conventions laid down in the handbook, whereby versions
shall always go at the end, and (not quite true in this case)
compile-time customization names precede the version information.

>How-To-Repeat:

cd /usr/ports/www/netscape3-gold && make package-name

>Fix:
--- Makefile.orig	Tue Aug  3 19:01:35 1999
+++ Makefile	Tue Aug  3 19:16:38 1999
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.29 1999/01/26 02:37:15 steve Exp $
 #
 
-DISTNAME=       netscape-3.04
+PKGNAME=	netscape${_GOLD}-3.04
 CATEGORIES=	www
 MASTER_SITES=   ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
 DISTFILES=      netscape-v304-export.x86-unknown-bsd.tar.gz
@@ -23,7 +23,7 @@
 .if defined(GOLD)
 MASTER_SITES=   ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
 DIST_SUBDIR=    gold
-PKGNAME=	${DISTNAME}-gold
+_GOLD=		-gold
 .endif
 
 .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990804081523.60253.qmail>