Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 11:16:27 -0700 (PDT)
From:      Richard Kiss <kiss@gizzywump.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40306: /usr/ports/games/an won't build
Message-ID:  <200207071816.g67IGRRU029451@kalamalka.gizzywump.com>

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

>Number:         40306
>Category:       ports
>Synopsis:       /usr/ports/games/an won't build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 07 11:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Richard Kiss
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kalamalka.gizzywump.com 4.6-STABLE FreeBSD 4.6-STABLE #3: Tue Jul 2 01:23:40 PDT 2002 root@kalamalka.gizzywump.com:/mnt/usr/obj/mnt/usr/src/sys/GIZZYWUMP i386


	
>Description:
	/usr/ports/games/an does not build. 
	
>How-To-Repeat:
	cd /usr/ports/games/an
	make
	
>Fix:
	Here's the simple fix:

diff -ruN an an-rk
diff -ruN an/Makefile an-rk/Makefile
--- an/Makefile Wed Jun 19 01:18:06 2002
+++ an-rk/Makefile      Sun Jul  7 11:11:54 2002
@@ -23,7 +23,7 @@
        @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \
                's|^CC=|CC?=|g ; \
                 s|^CFLAGS=-O|CFLAGS+=|g ; \
-                s| make| \$$\(MAKE\)|g' ${WRKSRC}/Makefile
+                s| make| \$$\(MAKE\)|g'
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin

	


>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?200207071816.g67IGRRU029451>