Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 09:13:08 -0700 (PDT)
From:      tkato@prontomail.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28045: Update port: games/frotz to 2.41
Message-ID:  <200106111613.f5BGD8U81049@freefall.freebsd.org>

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

>Number:         28045
>Category:       ports
>Synopsis:       Update port: games/frotz to 2.41
>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 Jun 11 09:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.41

Remove file:
files/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/frotz/Makefile games/frotz/Makefile
--- /usr/ports/games/frotz/Makefile	Mon Nov 27 00:21:49 2000
+++ games/frotz/Makefile	Wed May 23 21:28:06 2001
@@ -6,20 +6,21 @@
 #
 
 PORTNAME=	frotz
-PORTVERSION=	2.40
+PORTVERSION=	2.41
 CATEGORIES=	games
 MASTER_SITES=	http://www.cs.csubak.edu/~dgriffi/frotz/files/ \
 		ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
 
 MAINTAINER=	ports@FreeBSD.org
 
-ALL_TARGET=	# empty
+MAKE_ARGS=	CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
+		CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
 
 MAN6=		frotz.6
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/frotz
 .for file in AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL README TODO
diff -urN /usr/ports/games/frotz/distinfo games/frotz/distinfo
--- /usr/ports/games/frotz/distinfo	Mon Nov 27 00:21:49 2000
+++ games/frotz/distinfo	Wed May 23 19:27:48 2001
@@ -1 +1 @@
-MD5 (frotz-2.40.tar.gz) = b19fa5528e6a5ea13afeecf8b38cccc3
+MD5 (frotz-2.41.tar.gz) = 520e0b6c39ddcd11f7adb6486b6d913a
diff -urN /usr/ports/games/frotz/files/patch-aa games/frotz/files/patch-aa
--- /usr/ports/games/frotz/files/patch-aa	Mon Nov 27 00:21:52 2000
+++ games/frotz/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,61 +0,0 @@
---- Makefile.orig	Sat Nov 11 20:50:16 2000
-+++ Makefile	Wed Nov 22 21:16:35 2000
-@@ -1,26 +1,26 @@
- #Define your C compiler.  I recommend gcc if you have it.
--CC = gcc
-+#CC = gcc
- #CC = cc
- 
- # Define your optimization flags.  Most compilers understand -O and -O2,
- # Standard (note: Solaris on UltraSparc using gcc 2.8.x might not like this.)
--OPTS = -O2 
-+#OPTS = -O2 
- # Pentium with gcc 2.7.0 or better
- #OPTS = -O2 -fomit-frame-pointer -malign-functions=2 -malign-loops=2 \
- #-malign-jumps=2
- 
- # Define where you want Frotz to be installed.  Usually this is /usr/local
--PREFIX = /usr/local
-+#PREFIX = /usr/local
- #PREFIX =
- 
- # Define where you want Frotz to look for frotz.conf.
--CONFIG_DIR = /usr/local/etc
-+CONFIG_DIR = ${PREFIX}/etc
- #CONFIG_DIR = /etc
- #CONFIG_DIR = /usr/pkg/etc
- #CONFIG_DIR =
- 
- # Uncomment this if you want color support.  Usually this requires ncurses.
--#COLOR_DEFS = -DCOLOR_SUPPORT
-+COLOR_DEFS = -DCOLOR_SUPPORT
- 
- # Uncomment this if you have an OSS soundcard driver and want classical
- # Infocom sound support.
-@@ -28,7 +28,7 @@
- 
- # This should point to the location of your curses.h or ncurses.h include
- # file if your compiler doesn't know about it.
--INCL = -I/usr/local/include
-+#INCL = -I/usr/local/include
- #INCL = -I/usr/pkg/include
- #INCL = -I/usr/freeware/include
- #INCL = -I/5usr/include
-@@ -37,7 +37,7 @@
- # This should define the location and name of whatever curses library you're
- # linking with.  Usually, this isn't necessary if /etc/ld.so.conf is set
- # up correctly.
--LIB = -L/usr/local/lib
-+#LIB = -L/usr/local/lib
- #LIB = -L/usr/pkg/lib
- #LIB = -L/usr/freeware/lib
- #LIB = -L/5usr/lib
-@@ -81,7 +81,7 @@
- COMP_DEFS = $(OPT_DEFS) $(COLOR_DEFS) $(SOUND_DEFS) $(SOUNDCARD) \
- 	$(MEMMOVE_DEF)
- 
--CFLAGS = $(OPTS) $(COMP_DEFS) $(INCL)
-+CFLAGS += $(OPTS) $(COMP_DEFS) $(INCL)
- 
- 
- $(BINNAME): soundcard.h $(OBJECTS)

>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?200106111613.f5BGD8U81049>