Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 03:11:32 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ijliao@freebsd.org
Subject:   ports/28862: Update port emulators/gnuboy
Message-ID:  <200107100711.f6A7BWU15294@wlgrv1.pa.home.com>

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

>Number:         28862
>Category:       ports
>Synopsis:       Update port emulators/gnuboy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 00:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
+ Update to 1.0.1
+ Add documents and NOPORTDOCS support for it
  (DOCSDIR variable now in effect since today's bsd.port.mk
   commit by obrien)
+ USE_AUTOCONF implies GNU_CONFIGURE
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/emulators/gnuboy/Makefile gnuboy/Makefile
--- /usr/ports/emulators/gnuboy/Makefile	Sun Jul  1 13:00:28 2001
+++ gnuboy/Makefile	Tue Jul 10 02:38:13 2001
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gnuboy
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	emulators games
 MASTER_SITES=	http://gnuboy.unix-fu.org/src/ \
 		http://brightrain.aerifal.cx/~laguna/src/
@@ -20,7 +20,6 @@
 USE_XLIB=	yes
 
 USE_AUTOCONF=	yes
-GNU_CONFIGURE=	yes
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 CONFIGURE_ENV=	SDL_CONFIG=${SDL_CONFIG} \
 		CPPFLAGS="-I${LOCALBASE}/include"
@@ -30,5 +29,11 @@
 .for file in sys/sdl/sdl.c sys/sdl/keymap.c
 	@${PERL} -pi -e "s|SDL/|SDL11/|g" ${WRKSRC}/${file}
 .endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/emulators/gnuboy/distinfo gnuboy/distinfo
--- /usr/ports/emulators/gnuboy/distinfo	Sun Jul  1 13:00:28 2001
+++ gnuboy/distinfo	Tue Jul 10 02:34:10 2001
@@ -1 +1 @@
-MD5 (gnuboy-1.0.0.tar.gz) = 3d8123ce5fe69de03186f19954ecc9d0
+MD5 (gnuboy-1.0.1.tar.gz) = 2b2932c64af7bf9f1814682de994aa31
diff -ruN /usr/ports/emulators/gnuboy/pkg-plist gnuboy/pkg-plist
--- /usr/ports/emulators/gnuboy/pkg-plist	Mon Mar 12 01:10:22 2001
+++ gnuboy/pkg-plist	Tue Jul 10 02:44:45 2001
@@ -1,3 +1,12 @@
 bin/sdlgnuboy
 bin/sgnuboy
 bin/xgnuboy
+%%PORTDOCS%%share/doc/gnuboy/CHANGES
+%%PORTDOCS%%share/doc/gnuboy/CONFIG
+%%PORTDOCS%%share/doc/gnuboy/CREDITS
+%%PORTDOCS%%share/doc/gnuboy/FAQ
+%%PORTDOCS%%share/doc/gnuboy/HACKING
+%%PORTDOCS%%share/doc/gnuboy/LIBERTY
+%%PORTDOCS%%share/doc/gnuboy/README.old
+%%PORTDOCS%%share/doc/gnuboy/WHATSNEW
+%%PORTDOCS%%@dirrm share/doc/gnuboy
>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?200107100711.f6A7BWU15294>