Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 14:25:02 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126729: [PATCH] games/robotfindskitten: fix pkg-plist and remove CONFIGURE_TARGET
Message-ID:  <200808220625.m7M6P22p092977@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200808220630.m7M6U21Y040974@freefall.freebsd.org>

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

>Number:         126729
>Category:       ports
>Synopsis:       [PATCH] games/robotfindskitten: fix pkg-plist and remove CONFIGURE_TARGET
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 22 06:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- customize CONFIGURE_TARGET is not necessary after recent bsd.port.mk changes
- Fix pkg-plist for missing manual page 
  Since the current version can not be build on pointyhat, I don't bump
  PORTREVISION.

Port maintainer (skreuzer@exit2shell.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- robotfindskitten-1.7320508.406,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/robotfindskitten/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	19 Aug 2008 09:09:04 -0000	1.4
+++ Makefile	22 Aug 2008 06:23:53 -0000
@@ -17,11 +17,12 @@
 
 GNU_CONFIGURE=	YES
 USE_GNOME=	glib12
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 INFO=		${PORTNAME}
 PLIST_FILES=	bin/robotfindskitten
 
+MAN6=		robotfindskitten.6
+
 post-extract:
 	${RM}	${WRKSRC}/doc/robotfindskitten.info
 
--- robotfindskitten-1.7320508.406,1.patch ends here ---

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



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