aboutsummaryrefslogtreecommitdiff
path: root/games/xzip
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-07-20 18:42:58 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-07-20 18:42:58 +0000
commitdd87f13bc68954d65df190a8a24a59917285446d (patch)
tree02e9fbccf53e4cd9724c1495249cc527970de697 /games/xzip
parent5a40204cf529891aa7e296ef69ad24feac6c69d6 (diff)
downloadports-dd87f13bc68954d65df190a8a24a59917285446d.tar.gz
ports-dd87f13bc68954d65df190a8a24a59917285446d.zip
Un-BROKEN-ify this port by upgrading to 1.8.0; the distfile for
1.7.0 disappeared.
Notes
Notes: svn path=/head/; revision=12023
Diffstat (limited to 'games/xzip')
-rw-r--r--games/xzip/Makefile10
-rw-r--r--games/xzip/distinfo2
-rw-r--r--games/xzip/files/patch-aa34
3 files changed, 22 insertions, 24 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile
index f09d812ad7f5..80ba568e8df1 100644
--- a/games/xzip/Makefile
+++ b/games/xzip/Makefile
@@ -1,21 +1,19 @@
# New ports collection makefile for: xzip
-# Version required: 1.7.0
+# Version required: 1.8.0
# Date created: 28 June 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1998/07/05 04:15:05 mph Exp $
+# $Id: Makefile,v 1.5 1998/07/20 17:28:41 asami Exp $
#
-DISTNAME= xzip170
-PKGNAME= xzip-1.7.0
+DISTNAME= xzip180
+PKGNAME= xzip-1.8.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/
EXTRACT_SUFX= .tar.Z
MAINTAINER= mph@freebsd.org
-BROKEN= fetch
-
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
diff --git a/games/xzip/distinfo b/games/xzip/distinfo
index 288607d17851..8871d84fab80 100644
--- a/games/xzip/distinfo
+++ b/games/xzip/distinfo
@@ -1 +1 @@
-MD5 (xzip170.tar.Z) = f71c2d96f7a229c1b92b68fdab9e501d
+MD5 (xzip180.tar.Z) = 88397d490183fcb0ee180e9f7d3ee7c9
diff --git a/games/xzip/files/patch-aa b/games/xzip/files/patch-aa
index 4deca9889d1a..cf0d776536ec 100644
--- a/games/xzip/files/patch-aa
+++ b/games/xzip/files/patch-aa
@@ -1,24 +1,24 @@
---- Makefile.orig Sat Jan 3 13:42:44 1998
-+++ Makefile Sat Jun 27 23:59:49 1998
-@@ -62,19 +62,21 @@
- # definitions for some arbitrary little-endian system
- #SYSTEMFLAGS = -DLITTLE_END_MODE
-
-+SYSTEMFLAGS = -DAUTO_END_MODE
+--- Makefile.orig Sat Jul 11 18:27:32 1998
++++ Makefile Mon Jul 20 14:38:38 1998
+@@ -64,8 +64,10 @@
+ # definitions for where the X lib and include directories are.
+ # The following are defaults that might work.
+
+-XINCLUDE = /usr/include/X11
+-XLIB = /usr/lib/X11
++XINCLUDE = $(X11BASE)/include
++XLIB = $(X11BASE)/lib
+
- # --------------------
++SYSTEMFLAGS = -DAUTO_END_MODE
- # definitions for where the X lib and include directories are
--XDIR = /usr
--XINCLUDE = $(XDIR)/include/X11
--XLIB = $(XDIR)/lib/X11
-+XDIR = ${X11BASE}
-+XINCLUDE = $(XDIR)/include
-+XLIB = $(XDIR)/lib
+ # If your compiler can't find these things, try commenting out the
+ # above, and uncommenting various versions below. Also look around
+@@ -90,11 +92,11 @@
+ # --------------------
# definition for where to install xzip executable and man page
-DESTDIR = /usr/local
-+DESTDIR = ${PREFIX}
++DESTDIR = $(PREFIX)
# --------------------
@@ -27,7 +27,7 @@
LDFLAGS =
LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS)
-@@ -132,8 +134,8 @@
+@@ -152,8 +154,8 @@
$(CC) $(CFLAGS) $(FONTDEFAULTLIST) -c xinit.c
install: $(PROGRAM)