summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-08-30 12:06:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-08-30 12:06:50 +0000
commitfa0fd44db70aafc8f617aa6e50c5f88396b4462a (patch)
tree3e7dd816bf328a620f2d3e2c022e0984b372f374 /emulators
parent$Id$ -> $FreeBSD$ (diff)
Work around the build errors by updating: 2.9.0 -> 2.9.1
Submitted by: Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=21123
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xzx/Makefile4
-rw-r--r--emulators/xzx/distinfo2
-rw-r--r--emulators/xzx/files/patch-aa10
3 files changed, 7 insertions, 9 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile
index 4bc9b238c6cf..e2889257fc51 100644
--- a/emulators/xzx/Makefile
+++ b/emulators/xzx/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= xzx-2.9.0
+DISTNAME= xzx-2.9.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators/zx
@@ -16,8 +16,6 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-BROKEN= "bison build error"
-
MAN1= xzx.1
.include <bsd.port.mk>
diff --git a/emulators/xzx/distinfo b/emulators/xzx/distinfo
index 02c27e256b14..aaca853e8066 100644
--- a/emulators/xzx/distinfo
+++ b/emulators/xzx/distinfo
@@ -1 +1 @@
-MD5 (xzx-2.9.0.tar.gz) = def36d1127bef68a363f4e98cb1d31d1
+MD5 (xzx-2.9.1.tar.gz) = ec6d3a3b9c4fc61483c2f3c33d0c58ef
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa
index 60149ff8130a..429a17dbad8c 100644
--- a/emulators/xzx/files/patch-aa
+++ b/emulators/xzx/files/patch-aa
@@ -18,15 +18,15 @@ Put documentation in share/doc/xzx instead of lib/xzx:
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
-@@ -260,9 +262,9 @@
+@@ -259,9 +261,9 @@
sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx
install-data-local: Xzx
-- $(mkinstalldirs) $(pkglibdir)
-+ $(mkinstalldirs) $(pkgdocdir)
+- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
++ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)
for f in $(DOC_FILES); do \
-- $(INSTALL_DATA) $$f $(pkglibdir); \
-+ $(INSTALL_DATA) $$f $(pkgdocdir); \
+- $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \
++ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgdocdir); \
done
$(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx
rm -f Xzx