pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sds: Modify patch
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Wed Jul 14 14:53:21 2021 +0200
Changeset: ae817acff460effcc54cc6e6e6ceee5a2925fc0d
Modified Files:
sds/distinfo
sds/patches/patch-Makefile
Log Message:
sds: Modify patch
Remove libtool files for rule "clean".
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae817acff460effcc54cc6e6e6ceee5a2925fc0d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
sds/distinfo | 2 +-
sds/patches/patch-Makefile | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs:
diff --git a/sds/distinfo b/sds/distinfo
index c99933fcdb..9f68ddda45 100644
--- a/sds/distinfo
+++ b/sds/distinfo
@@ -1,3 +1,3 @@
$NetBSD$
-SHA1 (patch-Makefile) = 79426f31b6e94eb3a4d2755b556cbc56923ef7ba
+SHA1 (patch-Makefile) = 81b9648c01416699cd23fdfa5d21835386c102d0
diff --git a/sds/patches/patch-Makefile b/sds/patches/patch-Makefile
index 5f8e490f42..15597e241c 100644
--- a/sds/patches/patch-Makefile
+++ b/sds/patches/patch-Makefile
@@ -5,7 +5,7 @@ $NetBSD$
--- Makefile.orig 2021-07-14 10:28:45.000000000 +0000
+++ Makefile
-@@ -1,8 +1,25 @@
+@@ -1,8 +1,29 @@
-all: sds-test
+# ABI version for shared library
+MAJOR= 2
@@ -22,7 +22,11 @@ $NetBSD$
clean:
- rm -f sds-test
-+ rm -f sds-test sds.o libsds.so
++ rm -f sds-test sds.o sds.lo libsds.la
++ rm -rf ./.libs
++
++install:
++
+
+sds.lo: sds.c sds.h
+ libtool --tag=CC --mode=compile \
Home |
Main Index |
Thread Index |
Old Index