diff options
author | asau <asau@pkgsrc.org> | 2010-08-10 08:26:20 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-08-10 08:26:20 +0000 |
commit | 5121be04b9b80db05012697d0a13675376c8f6ce (patch) | |
tree | c36107b2237195ccf3de1dd82e6b6bfb29d0689f /lang/yap | |
parent | 4f6809cf9dad2f15cd34cde75b444f1dde59ad0f (diff) | |
download | pkgsrc-5121be04b9b80db05012697d0a13675376c8f6ce.tar.gz |
Quickly fix accidentally broken update.
Diffstat (limited to 'lang/yap')
-rw-r--r-- | lang/yap/PLIST | 6 | ||||
-rw-r--r-- | lang/yap/distinfo | 5 | ||||
-rw-r--r-- | lang/yap/patches/patch-aj | 13 |
3 files changed, 14 insertions, 10 deletions
diff --git a/lang/yap/PLIST b/lang/yap/PLIST index 39387ed6906..719f8adf401 100644 --- a/lang/yap/PLIST +++ b/lang/yap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/08/10 07:49:57 asau Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/08/10 08:26:20 asau Exp $ bin/yap include/Yap/Atoms.h include/Yap/Regs.h @@ -113,8 +113,6 @@ lib/Yap/yap_random.so lib/Yap/yap_rl.so lib/Yap/zlib4pl.so lib/libYap.a -lib/web/css/dirindex.css -lib/web/css/openid.css share/Yap/DTD/HTML4.dcl share/Yap/DTD/HTML4.dtd share/Yap/DTD/HTML4.soc @@ -269,6 +267,8 @@ share/Yap/http/json_convert.pl share/Yap/http/mimepack.pl share/Yap/http/mimetype.pl share/Yap/http/thread_httpd.pl +share/Yap/http/web/css/dirindex.css +share/Yap/http/web/css/openid.css share/Yap/http/web/icons/back.png share/Yap/http/web/icons/c.png share/Yap/http/web/icons/compressed.png diff --git a/lang/yap/distinfo b/lang/yap/distinfo index b41e51b54c2..25605d4c6c8 100644 --- a/lang/yap/distinfo +++ b/lang/yap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2010/08/10 07:49:57 asau Exp $ +$NetBSD: distinfo,v 1.9 2010/08/10 08:26:20 asau Exp $ SHA1 (yap-6.0.6.tar.gz) = 8fa25cd70fde024c6fa0bc455b0e7b1aa117b6f3 RMD160 (yap-6.0.6.tar.gz) = 9e3538933967257c59a441d10ddda0d6935a9d2e @@ -10,5 +10,4 @@ SHA1 (patch-ad) = e3765c0d6729b4d531cdea59dc8e442055091d10 SHA1 (patch-ae) = cf4a79ccd0c34e42ca3d8a108619a9974288cde6 SHA1 (patch-af) = 135f2f3e82242d7b17ade4a797a3077834719e77 SHA1 (patch-ah) = 572e29729d97d5e9942a3d2c22e121d4e756d648 -SHA1 (patch-za) = e45a450ebcef34e1e042eff62a9a72142c80984a -SHA1 (patch-zb) = 15562c2b81adf1684987dda980ed925008dfe4d8 +SHA1 (patch-aj) = 41ae8b5649143299cd1b03d70b1b38bd623bace9 diff --git a/lang/yap/patches/patch-aj b/lang/yap/patches/patch-aj index f3895c11b28..927ff350cd6 100644 --- a/lang/yap/patches/patch-aj +++ b/lang/yap/patches/patch-aj @@ -1,15 +1,20 @@ -$NetBSD: patch-aj,v 1.1 2010/08/10 07:49:57 asau Exp $ +$NetBSD: patch-aj,v 1.2 2010/08/10 08:26:20 asau Exp $ Fix staged installation. --- packages/http/Makefile.in.orig 2010-08-04 21:36:28.000000000 +0400 -+++ packages/http/Makefile.in 2010-08-10 11:26:28.000000000 +0400 -@@ -110,7 +110,7 @@ ++++ packages/http/Makefile.in 2010-08-10 12:22:07.000000000 +0400 +@@ -110,11 +110,11 @@ $(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET) mkdir -p $(PLTARGET) mkdir -p $(PLTARGET)/web/icons - mkdir -p $(LIBDIR)/web/css -+ mkdir -p $(DESTDIR)$(LIBDIR)/web/css ++ mkdir -p $(PLTARGET)/web/css $(INSTALL_DATA) $(LIBPL) $(PLTARGET) $(INSTALL_DATA) $(srcdir)/README $(PLTARGET) $(INSTALL_DATA) $(srcdir)/web/icons/*.png $(PLTARGET)/web/icons +- $(INSTALL_DATA) $(srcdir)/web/css/*.css $(DESTDIR)$(LIBDIR)/web/css ++ $(INSTALL_DATA) $(srcdir)/web/css/*.css $(PLTARGET)/web/css + $(PL) -f none -g make -t halt + + ln-install: $(LIBPL) |