pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coccinelle: Install dllpyml_stubs.so
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Jul 8 02:08:48 2020 +0200
Changeset: ffffb7237d2cd2783cbf3e6cf176a90e36a9cd3b
Modified Files:
coccinelle/PLIST
coccinelle/distinfo
coccinelle/patches/patch-Makefile
Log Message:
coccinelle: Install dllpyml_stubs.so
I could not find any rationale for not doing so, after inspecting
devel/coccinelle commits for the pycaml corresponding case.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffffb7237d2cd2783cbf3e6cf176a90e36a9cd3b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coccinelle/PLIST | 1 +
coccinelle/distinfo | 2 +-
coccinelle/patches/patch-Makefile | 12 ------------
3 files changed, 2 insertions(+), 13 deletions(-)
diffs:
diff --git a/coccinelle/PLIST b/coccinelle/PLIST
index 33e37213cc..ad9134a099 100644
--- a/coccinelle/PLIST
+++ b/coccinelle/PLIST
@@ -1,6 +1,7 @@
@comment $NetBSD$
bin/spatch
bin/spgen
+lib/coccinelle/dllpyml_stubs.so
lib/coccinelle/ocaml/ast0_cocci.cmi
lib/coccinelle/ocaml/ast0_cocci.cmx
lib/coccinelle/ocaml/ast_c.cmi
diff --git a/coccinelle/distinfo b/coccinelle/distinfo
index 5142c37fd2..e8f1758c0b 100644
--- a/coccinelle/distinfo
+++ b/coccinelle/distinfo
@@ -4,7 +4,7 @@ SHA1 (coccinelle-1.0.8.tar.gz) = 5eb00adab241eb8388088248f08fe455b35b849a
RMD160 (coccinelle-1.0.8.tar.gz) = 2c7676dc5c0bdb6839b665e78cc7ca65db0c15f0
SHA512 (coccinelle-1.0.8.tar.gz) = 496b1632c92cc026fbe28f784f56d4cd78f89a8ccd28dc7db1069c0c6b2b239675a10da305e37ed2a03c605668ecd3399aeed522f12ec3fbbf3ca07277ab7bce
Size (coccinelle-1.0.8.tar.gz) = 2670961 bytes
-SHA1 (patch-Makefile) = 834190a7229cfd4c5942c31cb59e9b77cda16a30
+SHA1 (patch-Makefile) = d1eeae5330b7237da562023df51589588f97b46f
SHA1 (patch-bundles_pyml_Makefile) = f299bec6cdc082e00a8496e5da94fb3b4720692b
SHA1 (patch-bundles_stdcompat_stdcompat-current_stdcompat____arrayLabels__s.mli.in) = ce10bd3db37f072fe4842ed294462567129d5bf8
SHA1 (patch-bundles_stdcompat_stdcompat-current_stdcompat____array__s.mli.in) = 138eadb0fbe37118c1676459e9247732e3443cfd
diff --git a/coccinelle/patches/patch-Makefile b/coccinelle/patches/patch-Makefile
index d5a852a440..27309f5afc 100644
--- a/coccinelle/patches/patch-Makefile
+++ b/coccinelle/patches/patch-Makefile
@@ -2,21 +2,9 @@ $NetBSD: patch-Makefile,v 1.1 2012/11/17 11:50:14 ryoon Exp $
- Install Coccilib man page just as Coccilib.3 (no need to have a custom
`cocci' suffix)
-- Do not install pyml bundle
--- Makefile.orig 2019-09-25 09:19:54.000000000 +0000
+++ Makefile
-@@ -297,10 +297,6 @@ install-bash:
- install-spatch : spatch$(TOOLS_SUFFIX)
- $(MKDIR_P) $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR)
- $(MKDIR_P) $(DESTDIR)$(LIBDIR)/ocaml
-- if test -f bundles/pyml/dllpyml_stubs.so; then \
-- $(INSTALL_PROGRAM) bundles/pyml/dllpyml_stubs.so \
-- $(DESTDIR)$(LIBDIR); \
-- fi
- if test -f bundles/pcre/dllpcre_stubs.so; then \
- $(INSTALL_PROGRAM) bundles/pcre/dllpcre_stubs.so \
- $(DESTDIR)$(LIBDIR); \
@@ -318,7 +314,7 @@ install-man :
$(INSTALL_DATA) docs/spatch.1 $(DESTDIR)$(MANDIR)/man1/
$(INSTALL_DATA) docs/pycocci.1 $(DESTDIR)$(MANDIR)/man1/
Home |
Main Index |
Thread Index |
Old Index