summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-29 10:58:50 +0000
committerjlam <jlam>2003-01-29 10:58:50 +0000
commit133e778e45ed1777a178465a05ca91f7eae7be16 (patch)
treec8ac65e08a9894aa627cd1fcfb497fb70a44997d /lang/kaffe/patches
parent4f463756bd8efc61f1963c04af9e062fd52d27c8 (diff)
downloadpkgsrc-133e778e45ed1777a178465a05ca91f7eae7be16.tar.gz
Note that some of the installed files are config files and use
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/kaffe to 1.
Diffstat (limited to 'lang/kaffe/patches')
-rw-r--r--lang/kaffe/patches/patch-ac28
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ac b/lang/kaffe/patches/patch-ac
new file mode 100644
index 00000000000..87e9cdbf400
--- /dev/null
+++ b/lang/kaffe/patches/patch-ac
@@ -0,0 +1,28 @@
+$NetBSD: patch-ac,v 1.3 2003/01/29 10:58:51 jlam Exp $
+
+--- libraries/clib/security/Makefile.in.orig Wed Jan 29 02:57:21 2003
++++ libraries/clib/security/Makefile.in
+@@ -268,18 +268,18 @@ install-securityDATA: $(security_DATA)
+ $(mkinstalldirs) $(DESTDIR)$(securitydir)
+ @list='$(security_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(securitydir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(securitydir)/$$p; \
++ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(securitydir)/$$p.default"; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(securitydir)/$$p.default; \
+ else if test -f $$p; then \
+- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(securitydir)/$$p"; \
+- $(INSTALL_DATA) $$p $(DESTDIR)$(securitydir)/$$p; \
++ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(securitydir)/$$p.default"; \
++ $(INSTALL_DATA) $$p $(DESTDIR)$(securitydir)/$$p.default; \
+ fi; fi; \
+ done
+
+ uninstall-securityDATA:
+ @$(NORMAL_UNINSTALL)
+ list='$(security_DATA)'; for p in $$list; do \
+- rm -f $(DESTDIR)$(securitydir)/$$p; \
++ rm -f $(DESTDIR)$(securitydir)/$$p.default; \
+ done
+
+ tags: TAGS