pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/dar Another Interix fix: Fix nonstatic link...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d821030d5e
branches:  trunk
changeset: 488068:b2d821030d5e
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 17:51:57 2005 +0000

description:
Another Interix fix:  Fix nonstatic linking in src/testing subdir.

diffstat:

 archivers/dar/distinfo         |   4 +++-
 archivers/dar/patches/patch-aj |  14 ++++++++++++++
 archivers/dar/patches/patch-ak |  13 +++++++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r 136abc19d0d4 -r b2d821030d5e archivers/dar/distinfo
--- a/archivers/dar/distinfo    Mon Jan 24 17:24:08 2005 +0000
+++ b/archivers/dar/distinfo    Mon Jan 24 17:51:57 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/01/24 16:58:06 tv Exp $
+$NetBSD: distinfo,v 1.5 2005/01/24 17:51:57 tv Exp $
 
 SHA1 (dar-2.1.5.tar.gz) = 992836c05c685933e56e8035e00313008567948a
 Size (dar-2.1.5.tar.gz) = 652534 bytes
@@ -11,3 +11,5 @@
 SHA1 (patch-ag) = c99b58ae072c22ec2e4b85a6fc9a35edb7968385
 SHA1 (patch-ah) = 01916f19ad0e14d0840de5223d8625e610b83f51
 SHA1 (patch-ai) = a22efc4a16f79ab80a74a3bae21f403d128f54ae
+SHA1 (patch-aj) = 87aad964117f53b56acad9f9ba902a48adc01c24
+SHA1 (patch-ak) = e0d95bb0ff987cc7b6e32c38d3d47f693f7f8d93
diff -r 136abc19d0d4 -r b2d821030d5e archivers/dar/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/dar/patches/patch-aj    Mon Jan 24 17:51:57 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.1 2005/01/24 17:51:57 tv Exp $
+
+--- src/testing/Makefile.am.orig       2005-01-24 12:46:13.000000000 -0500
++++ src/testing/Makefile.am
+@@ -13,7 +13,9 @@ endif
+ 
+ noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem 
test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar
+ LDADD = -L../libdar -l$(MYLIB)
++if DEBUG_STATIC
+ AM_LDFLAGS = -all-static
++endif
+ noinst_HEADERS = testtools.hpp
+ 
+ test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp
diff -r 136abc19d0d4 -r b2d821030d5e archivers/dar/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/dar/patches/patch-ak    Mon Jan 24 17:51:57 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2005/01/24 17:51:57 tv Exp $
+
+--- src/testing/Makefile.in.orig       2005-01-24 12:46:14.000000000 -0500
++++ src/testing/Makefile.in
+@@ -155,7 +155,7 @@ upx = @upx@
+ 
+ noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem 
test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar
+ LDADD = -L../libdar -l$(MYLIB)
+-AM_LDFLAGS = -all-static
++@DEBUG_STATIC_TRUE@AM_LDFLAGS = -all-static
+ noinst_HEADERS = testtools.hpp
+ 
+ test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp



Home | Main Index | Thread Index | Old Index