Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 09:55:06 -0800 (PST)
From:      Will Saxon <saxonww@ufl.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/62844: linux_nwndata port does not recognize distfile
Message-ID:  <200402141755.i1EHt6a0037782@www.freebsd.org>
Resent-Message-ID: <200402141800.i1EI0avS085580@freefall.freebsd.org>

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

>Number:         62844
>Category:       ports
>Synopsis:       linux_nwndata port does not recognize distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 10:00:35 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Will Saxon
>Release:        5.2.1-rc2
>Organization:
>Environment:
FreeBSD ookla 5.2.1-RC2 FreeBSD 5.2.1-RC2 #3: Thu Feb 12 16:05:16 EST 2004     root@:/usr/obj/usr/src/sys/kernel  i386

>Description:
      After downloading the recommended distfile (nwnresources129.tar.gz) and placing it in /usr/ports/distfiles, the linux_nwndata port will still not install.

I have a ports tree current as of yesterday. port Makefile is version 1.2
>How-To-Repeat:
      cd /usr/ports/games/linux_nwndata; make install; fetch recommended distfile and place into /usr/ports/distfiles; cd /usr/ports/games/linux_nwndata; make install

>Fix:
      --- Makefile.orig       Sat Feb 14 12:53:33 2004
+++ Makefile    Sat Feb 14 12:03:00 2004
@@ -2,7 +2,7 @@
 # Date created:                                4 April 2003
 # Whom:                                        Erik Olson <erikolson@olsonexpress.com>
 #
-# $FreeBSD: /repoman/r/pcvs/ports/games/linux_nwndata/Makefile,v 1.2 2003/09/28 12:57:23 edwin Exp $
+# $FreeBSD: ports/games/linux_nwndata/Makefile,v 1.2 2003/09/28 12:57:23 edwin Exp $
 #
 
 PORTNAME=      linux_nwndata
@@ -27,7 +27,7 @@
                servervault texturepacks \
                chitin.key patch.key dialog.tlk nwnplayer.ini nwncdkey.ini
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTFILES})
 IGNORE=                You need to download the data files manually. They are big++: 1.2 gigabyte. You can find them at ftp://jeuxlinux.com/bioware/Neverwinter_Nights/ as ${DISTFILES}. Copy them to ${DISTDIR} and run "make" again there.
 .endif

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



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