Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2000 10:06:20 +0800 (+0800)
From:      Michael Robinson <robinson@netrinsics.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19774: XFree86 ports do not set package name; wipe out package database
Message-ID:  <200007080206.KAA07531@netrinsics.com>

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

>Number:         19774
>Category:       ports
>Synopsis:       XFree86 ports do not set package name; wipe out package database
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 07 19:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael Robinson
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

XFree86 and XFree86-4 ports

>Description:

The Makefile in the respective ports does not set the PKGNAME variable.  When
the package is installed, it does so with a PKGNAME of "", which nukes the
whole /var/pkg/db database.

>How-To-Repeat:

# cd /usr/ports/x11/XFree86
# make
# make install

>Fix:

Add the following line to the Makefile in the respective ports.

PKGNAME = ${PORTNAME}-${PORTVERSION}



>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?200007080206.KAA07531>