summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-23 13:33:05 +0000
committerwiz <wiz@pkgsrc.org>2001-02-23 13:33:05 +0000
commit91923cf40e436fba9a51efaf80bd19e318042456 (patch)
tree418cb702bca2a19b78a8e52ca93ce80cfcebe734 /graphics/urt
parentdb0670c11c8859459898986516fff79e495f6d17 (diff)
downloadpkgsrc-91923cf40e436fba9a51efaf80bd19e318042456.tar.gz
Fix PLIST problem.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/files/patch-sum4
-rw-r--r--graphics/urt/patches/patch-ak14
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum
index 330678f4ca7..fb3a684bead 100644
--- a/graphics/urt/files/patch-sum
+++ b/graphics/urt/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.7 2000/11/08 21:57:19 tron Exp $
+$NetBSD: patch-sum,v 1.8 2001/02/23 13:33:05 wiz Exp $
MD5 (patch-aa) = 8b2f54cfb35b04cd5dddf6b2fe855820
MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63
@@ -10,7 +10,7 @@ MD5 (patch-ag) = 5fd8a529e2577fa07189fca6c141d012
MD5 (patch-ah) = 5c4c8ba9732314cbc321c9dcf69fa903
MD5 (patch-ai) = cbc0d6e2b3f5c4767098ec09d1e675f0
MD5 (patch-aj) = 9aeeb4ad08b208ed370ab4ee96091d79
-MD5 (patch-ak) = 9d6fc1fca189bd30739d3da25ed44cdf
+MD5 (patch-ak) = f1b0a01e6dad76557c5f903f473bfe10
MD5 (patch-al) = 1d752bb6028c57455f1b43f8eca769ab
MD5 (patch-am) = ffce71bdaac42d46480127f1010f61bf
MD5 (patch-an) = 3d267c95fa1f4d3465444113643558d1
diff --git a/graphics/urt/patches/patch-ak b/graphics/urt/patches/patch-ak
index bfbfb087f62..542e6e8a3f4 100644
--- a/graphics/urt/patches/patch-ak
+++ b/graphics/urt/patches/patch-ak
@@ -1,7 +1,7 @@
-$NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
+$NetBSD: patch-ak,v 1.2 2001/02/23 13:33:06 wiz Exp $
---- lib/makefile.src Wed Mar 4 16:32:53 1992
-+++ lib/makefile.src Sat Sep 16 10:44:35 1995
+--- lib/makefile.src.orig Wed Mar 4 20:32:53 1992
++++ lib/makefile.src
@@ -26,7 +26,10 @@
vaxshort.o \
$(OPT_OBJS)
@@ -14,7 +14,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
# Just rebuild the object files.
objs: $(OBJS)
-@@ -37,23 +40,13 @@
+@@ -37,23 +40,15 @@
# Do nothing if $(DEST) is empty (or not defined)
install: buildlib
@sh -c "if test '$(DEST)x' != x ; then \
@@ -24,6 +24,8 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
+ cp $(LIBANAME) $(DEST)/$(LIBANAME) ; \
+ echo cp $(LIBSONAME) $(DEST)/$(LIBSONAME) ; \
+ cp $(LIBSONAME) $(DEST)/$(LIBSONAME) ; \
++ ln -sf $(LIBSONAME) $(DEST)/librle.so.1 ; \
++ ln -sf $(LIBSONAME) $(DEST)/librle.so ; \
if test x$(RANLIB) != x ; then \
- echo ranlib $(DEST)/$(LIBNAME) ; \
- ranlib $(DEST)/$(LIBNAME) ; \
@@ -44,7 +46,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
else \
true ; \
fi ; \
-@@ -63,14 +56,24 @@
+@@ -63,14 +58,24 @@
touch install
# Rebuild the library from all the .o files.
@@ -75,7 +77,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
# Clean up installed stuff and binaries
pristine: clean
-@@ -86,9 +89,12 @@
+@@ -86,9 +91,12 @@
# Get rid of everything which must be recompiled on a different computer.
clean:
-rm -f *.o