From owner-freebsd-ports Tue Jul 10 0:20:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3C7837B408 for ; Tue, 10 Jul 2001 00:20:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6A7K1R51278; Tue, 10 Jul 2001 00:20:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 04C6137B405; Tue, 10 Jul 2001 00:12:53 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6A7BWU15294; Tue, 10 Jul 2001 03:11:32 -0400 (EDT) (envelope-from pat) Message-Id: <200107100711.f6A7BWU15294@wlgrv1.pa.home.com> Date: Tue, 10 Jul 2001 03:11:32 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: ijliao@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28862: Update port emulators/gnuboy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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