diff options
author | skrll <skrll> | 2001-01-24 15:37:09 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-01-24 15:37:09 +0000 |
commit | d89601edb1e6478f6cd861e9c62191193c34a149 (patch) | |
tree | 58cbfefb14a139488af51d7e2842be792140d025 /devel/xdelta | |
parent | e8ddd1f1238ee4f946b789fbbbcfac86c8daff5a (diff) | |
download | pkgsrc-d89601edb1e6478f6cd861e9c62191193c34a149.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-sum | 7 | ||||
-rw-r--r-- | devel/xdelta/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/xdelta/pkg/PLIST | 3 |
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 |