pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/zile What's the point of a configure check if ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1738043d255a
branches:  trunk
changeset: 504353:1738043d255a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 09 16:32:57 2005 +0000

description:
What's the point of a configure check if you don't use the result?
Disable vsprintf on DragonFly, it doesn't compile and libc is fine.

diffstat:

 editors/zile/distinfo         |   3 ++-
 editors/zile/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r a49bd57b5428 -r 1738043d255a editors/zile/distinfo
--- a/editors/zile/distinfo     Fri Dec 09 16:22:28 2005 +0000
+++ b/editors/zile/distinfo     Fri Dec 09 16:32:57 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/08/11 15:33:08 adam Exp $
+$NetBSD: distinfo,v 1.6 2005/12/09 16:32:57 joerg Exp $
 
 SHA1 (zile-2.2.4.tar.gz) = a07bd3d187a46da55e6ca595b628bde1312bc3a9
 RMD160 (zile-2.2.4.tar.gz) = a65cff37597346ba79bef6a787b0d4e12b599691
 Size (zile-2.2.4.tar.gz) = 329391 bytes
 SHA1 (patch-aa) = ceb1d7997376b9c0f3f16d482ae579218ed13f98
+SHA1 (patch-ab) = ba5b8a21255a88a41a7bc64c1912f3ce4ec20723
diff -r a49bd57b5428 -r 1738043d255a editors/zile/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/zile/patches/patch-ab     Fri Dec 09 16:32:57 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2005/12/09 16:32:57 joerg Exp $
+
+--- doc/mkdoc.c.orig   2005-08-07 23:05:07.000000000 +0000
++++ doc/mkdoc.c
+@@ -15,7 +15,9 @@
+ /* #include other sources so this program can be easily built on the
+    build host when cross-compiling */
+ #include "strrstr.c"
++#if !defined(__DragonFly__)
+ #include "vasprintf.c"
++#endif
+ #include "zmalloc.c"
+ #include "astr.c"
+ 



Home | Main Index | Thread Index | Old Index