Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 07:06:29 -0500 (EST)
From:      Jeremy Parker <jdparker@lynq.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45559: *****SPAM***** typo in path in ports/games/q3-paks	
Message-ID:  <200211211206.gALC6Th3027473@octothorpe.lynq.us>

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

>Number:         45559
>Category:       ports
>Synopsis:       typo in path in ports/games/q3-paks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 21 04:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Parker
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD free.local.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Thu Oct 31 23:37:39 EST 2002     jeremy@free.local.net:/usr/obj/usr/src/sys/FREE  i386 


>Description:
	Port attempts to install paks from ${DISTDIR}/rtcw-paks/
rather than ${DISTDIR}/q3-paks/.   
>How-To-Repeat:
	Attempt installing the port.
>Fix:

Here is a patch to correct the path:

*** Makefile.orig       Thu Nov 21 06:49:18 2002
--- Makefile    Thu Nov 21 06:49:38 2002
***************
*** 29,35 ****
  .include <bsd.port.pre.mk>
  
  .for file in ${DISTFILES}
! .if !exists(${DISTDIR}/rtcw-paks/${file})
  IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again.
  .endif
  .endfor
--- 29,35 ----
  .include <bsd.port.pre.mk>
  
  .for file in ${DISTFILES}
! .if !exists(${DISTDIR}/q3-paks/${file})
  IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again.
  .endif
  .endfor



>Release-Note:
>Audit-Trail:
>Unformatted:
 SPAM: -------------------- Start SpamAssassin results ----------------------
 SPAM: This mail is probably spam.  The original message has been altered
 SPAM: so you can recognise or block similar unwanted mail in future.
 SPAM: See http://spamassassin.org/tag/ for more details.
 SPAM: 
 SPAM: Content analysis details:   (5.1 hits, 5 required)
 SPAM: SUBJ_HAS_SPACES    (4.0 points)  Subject contains lots of white space
 SPAM: DOUBLE_CAPSWORD    (1.1 points)  BODY: A word in all caps repeated on the line
 SPAM: 
 SPAM: -------------------- End of SpamAssassin results ---------------------
 
 
 

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?200211211206.gALC6Th3027473>