From owner-freebsd-ports Mon Feb 9 09:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11116 for freebsd-ports-outgoing; Mon, 9 Feb 1998 09:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11110; Mon, 9 Feb 1998 09:40:03 -0800 (PST) (envelope-from gnats) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10679 for ; Mon, 9 Feb 1998 09:37:04 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id MAA25395; Mon, 9 Feb 1998 12:36:59 -0500 (EST) (envelope-from mph) Message-Id: <199802091736.MAA25395@mph124.rh.psu.edu> Date: Mon, 9 Feb 1998 12:36:59 -0500 (EST) From: mph@pobox.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5690: Port update: games/angband to 2.8.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5690 >Category: ports >Synopsis: Port update: games/angband to 2.8.3 >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: Mon Feb 9 09:40:01 PST 1998 >Last-Modified: >Originator: Matthew Hunt >Organization: none >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: I am the maintainer of the Angband port. I have updated the port to 2.8.3, which was released this weekend. The biggest change in this version is support for graphical tiles in X11, instead of just text-based display. I don't care much for it, but maybe other folks will... >How-To-Repeat: >Fix: Remove files/CHANGES-2.8.2 and apply the following patch: diff -ru /usr/ports/games/angband/Makefile angband/Makefile --- /usr/ports/games/angband/Makefile Mon Oct 27 11:16:22 1997 +++ angband/Makefile Mon Feb 9 12:32:41 1998 @@ -1,22 +1,30 @@ # New ports collection makefile for: angband -# Version required: 2.8.2 +# Version required: 2.8.3 # Date created: 21 Feb 1997 # Whom: Matthew Hunt # # $Id: Makefile,v 1.4 1997/10/27 09:48:01 tg Exp $ # -DISTNAME= angband-282 -PKGNAME= angband-2.8.2 +DISTNAME= angband-283 +PKGNAME= angband-2.8.3 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ +DISTFILES= angband-283.tar.gz ext-x11-283.tar.gz MAINTAINER= mph@pobox.com USE_X11= yes +DIST_SUBDIR= angband + +EXTSRC= ${WRKDIR}/ext-x11-283 + +pre-patch: + ${CP} ${WRKSRC}/src/Makefile.std ${WRKSRC}/src/Makefile post-install: + ${INSTALL_DATA} ${EXTSRC}/lib/xtra/tiles.raw \ + ${PREFIX}/lib/X11/angband/xtra @${CAT} ${PKGDIR}/MESSAGE - @${INSTALL_DATA} ${FILESDIR}/CHANGES-2.8.2 ${PREFIX}/lib/X11/angband .include Only in /usr/ports/games/angband/files: CHANGES-2.8.2 diff -ru /usr/ports/games/angband/files/md5 angband/files/md5 --- /usr/ports/games/angband/files/md5 Fri Sep 19 10:52:47 1997 +++ angband/files/md5 Mon Feb 9 09:33:26 1998 @@ -1 +1,2 @@ -MD5 (angband-282.tar.gz) = bcf842af57b0312f620a72f9db23995a +MD5 (angband/angband-283.tar.gz) = 26af6326c8ddfa6c3cb53bfc5ab67082 +MD5 (angband/ext-x11-283.tar.gz) = 05b9b5c0c06bddc24f9e5b62cc4764c7 diff -ru /usr/ports/games/angband/patches/patch-aa angband/patches/patch-aa --- /usr/ports/games/angband/patches/patch-aa Mon Nov 17 03:09:38 1997 +++ angband/patches/patch-aa Mon Feb 9 12:23:11 1998 @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Nov 9 15:27:29 1997 -+++ Makefile Sun Nov 9 15:32:43 1997 +--- Makefile.orig Mon Feb 9 09:38:23 1998 ++++ Makefile Mon Feb 9 09:38:23 1998 @@ -0,0 +1,19 @@ +# My makefile for Angband +# Matthew Hunt diff -ru /usr/ports/games/angband/patches/patch-ac angband/patches/patch-ac --- /usr/ports/games/angband/patches/patch-ac Mon Mar 31 06:27:24 1997 +++ angband/patches/patch-ac Mon Feb 9 12:24:01 1998 @@ -1,6 +1,6 @@ ---- src/config.h.orig Tue Mar 4 12:19:58 1997 -+++ src/config.h Mon Mar 31 20:10:18 1997 -@@ -48,13 +48,13 @@ +--- src/config.h.orig Fri Feb 6 04:10:31 1998 ++++ src/config.h Mon Feb 9 09:38:23 1998 +@@ -46,13 +46,13 @@ * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX * that use the 4.4BSD Lite version of Curses in "main-gcu.c" */ diff -ru /usr/ports/games/angband/patches/patch-ad angband/patches/patch-ad --- /usr/ports/games/angband/patches/patch-ad Mon Oct 27 11:16:23 1997 +++ angband/patches/patch-ad Mon Feb 9 12:24:16 1998 @@ -1,5 +1,5 @@ ---- src/Makefile.orig Fri Sep 5 13:52:03 1997 -+++ src/Makefile Fri Sep 19 10:57:27 1997 +--- src/Makefile.orig Mon Feb 9 09:38:23 1998 ++++ src/Makefile Mon Feb 9 09:38:24 1998 @@ -94,7 +94,7 @@ # # This is my compiler of choice, it seems to work most everywhere diff -ru /usr/ports/games/angband/pkg/MESSAGE angband/pkg/MESSAGE --- /usr/ports/games/angband/pkg/MESSAGE Mon Oct 27 04:48:06 1997 +++ angband/pkg/MESSAGE Mon Feb 9 12:19:32 1998 @@ -1,7 +1,7 @@ ============================================================ - For a list of changes in Angband 2.8.2, please read the - article in /usr/X11R6/lib/X11/angband/CHANGES-2.8.2. It - includes a way to limit the number of terminal windows - the game opens at startup. + To reduce the number of term windows opened, use -n: + angband -- -n2 + To use graphical tiles, use -g: + angband -g ============================================================ diff -ru /usr/ports/games/angband/pkg/PLIST angband/pkg/PLIST --- /usr/ports/games/angband/pkg/PLIST Mon Nov 17 03:09:38 1997 +++ angband/pkg/PLIST Mon Feb 9 12:30:46 1998 @@ -1,5 +1,4 @@ bin/angband -lib/X11/angband/CHANGES-2.8.2 lib/X11/angband/apex/scores.raw lib/X11/angband/edit/a_info.txt lib/X11/angband/edit/e_info.txt @@ -22,11 +21,16 @@ lib/X11/angband/user/font-ibm.prf lib/X11/angband/user/font-mac.prf lib/X11/angband/user/font-win.prf +lib/X11/angband/user/font-dos.prf +lib/X11/angband/user/font-x11.prf +lib/X11/angband/user/font-xxx.prf lib/X11/angband/user/font.prf lib/X11/angband/user/graf-ami.prf lib/X11/angband/user/graf-mac.prf lib/X11/angband/user/graf-win.prf lib/X11/angband/user/graf-xxx.prf +lib/X11/angband/user/graf-ibm.prf +lib/X11/angband/user/graf-x11.prf lib/X11/angband/user/graf.prf lib/X11/angband/user/pref-acn.prf lib/X11/angband/user/pref-ami.prf @@ -38,6 +42,7 @@ lib/X11/angband/user/pref.prf lib/X11/angband/user/user-mac.prf lib/X11/angband/user/user.prf +lib/X11/angband/xtra/tiles.raw @exec mkdir -p %D/lib/X11/angband/bone @exec mkdir -p %D/lib/X11/angband/data @exec mkdir -p %D/lib/X11/angband/info >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message