summaryrefslogtreecommitdiff
path: root/devel/xdelta
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-01-24 15:37:09 +0000
committerskrll <skrll@pkgsrc.org>2001-01-24 15:37:09 +0000
commit1b9ef090d26178c6e22a2a2f1fb5b3836a313d1f (patch)
tree58cbfefb14a139488af51d7e2842be792140d025 /devel/xdelta
parentd3a77be809f820202c53077b492a9f8c7da6c7c8 (diff)
downloadpkgsrc-1b9ef090d26178c6e22a2a2f1fb5b3836a313d1f.tar.gz
Fix incorrect usage of libtool -version-info. Discussed on tech-pkg.
Diffstat (limited to 'devel/xdelta')
-rw-r--r--devel/xdelta/files/patch-sum7
-rw-r--r--devel/xdelta/patches/patch-aa13
-rw-r--r--devel/xdelta/pkg/PLIST3
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/xdelta/files/patch-sum b/devel/xdelta/files/patch-sum
index a14ad3f5965..56e56286da6 100644
--- a/devel/xdelta/files/patch-sum
+++ b/devel/xdelta/files/patch-sum
@@ -1,6 +1,3 @@
-$NetBSD: patch-sum,v 1.2 2000/08/14 18:08:20 wiz Exp $
+$NetBSD: patch-sum,v 1.3 2001/01/24 15:37:09 skrll Exp $
-This placeholder file is generated by the ``makepatchsum'' target
-whenever the patches directory is empty or missing. Its purpose
-is to ensure that the presence of any obsolete patches will cause
-the proper error to be emitted at build time.
+MD5 (patch-aa) = 8060ff74a728e1e8c84934dd9c54e049
diff --git a/devel/xdelta/patches/patch-aa b/devel/xdelta/patches/patch-aa
new file mode 100644
index 00000000000..ff89e912d10
--- /dev/null
+++ b/devel/xdelta/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2001/01/24 15:37:09 skrll Exp $
+
+--- Makefile.in.orig Wed Jan 24 15:22:34 2001
++++ Makefile.in
+@@ -105,7 +105,7 @@
+ fakeglib.c \
+ partime.c
+
+-libxdelta_la_LDFLAGS = -version-info 0:22.0
++libxdelta_la_LDFLAGS = -version-info 0:22:0
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = xdeltaconfig.h
diff --git a/devel/xdelta/pkg/PLIST b/devel/xdelta/pkg/PLIST
index cfcf7089471..758281aa161 100644
--- a/devel/xdelta/pkg/PLIST
+++ b/devel/xdelta/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:34 agc Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/01/24 15:37:10 skrll Exp $
bin/xdelta
include/fakeglib.h
include/xdelta.h
@@ -8,5 +8,4 @@ lib/libxdelta.la
lib/libxdelta.so
lib/libxdelta.so.0
lib/libxdelta.so.0.22
-lib/libxdelta.so.0.22.0
man/man1/xdelta.1