pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/see It seems that <tnn> had an actual fix for the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52eca55d9b16
branches:  trunk
changeset: 400703:52eca55d9b16
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Oct 25 12:49:04 2009 +0000

description:
It seems that <tnn> had an actual fix for the configure bug
in his pockets, thanks!

diffstat:

 lang/see/Makefile         |   8 +++-----
 lang/see/distinfo         |   4 ++--
 lang/see/patches/patch-ab |  25 +++++++++++++++++++++----
 3 files changed, 26 insertions(+), 11 deletions(-)

diffs (69 lines):

diff -r 50a93e58cd2c -r 52eca55d9b16 lang/see/Makefile
--- a/lang/see/Makefile Sun Oct 25 12:30:36 2009 +0000
+++ b/lang/see/Makefile Sun Oct 25 12:49:04 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/10/25 12:30:36 ahoka Exp $
+# $NetBSD: Makefile,v 1.6 2009/10/25 12:49:04 ahoka Exp $
 #
 
 DISTNAME=      see-3.0.1376
@@ -21,10 +21,8 @@
 
 PKGCONFIG_OVERRIDE+=   libsee/see.pc.in
 
-# As of 20091025:
-# ./configure.lineno: 20846: Syntax error: ";" unexpected
-#pre-configure:
-#      cd ${WRKSRC} && autoreconf -vif
+pre-configure:
+       cd ${WRKSRC} && autoreconf -vif
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/USAGE.html ${DESTDIR}${PREFIX}/share/doc/see/
diff -r 50a93e58cd2c -r 52eca55d9b16 lang/see/distinfo
--- a/lang/see/distinfo Sun Oct 25 12:30:36 2009 +0000
+++ b/lang/see/distinfo Sun Oct 25 12:49:04 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2009/06/03 06:03:50 hasso Exp $
+$NetBSD: distinfo,v 1.4 2009/10/25 12:49:04 ahoka Exp $
 
 SHA1 (see-3.0.1376.tar.gz) = d803adac6298a0f556d59f501f0376d9196d0821
 RMD160 (see-3.0.1376.tar.gz) = 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
 Size (see-3.0.1376.tar.gz) = 1066852 bytes
 SHA1 (patch-aa) = 00d5260d023bc4f03239aa42eff0ced616a9691f
-SHA1 (patch-ab) = aabd85db43cfd9faa6ed28472582f1bd0f65e8dc
+SHA1 (patch-ab) = bddefab3a0c5f2026aee408227c3fa09536c80ed
 SHA1 (patch-ac) = 387fcc2139fe2b558ea1556770b40bc339b195ff
diff -r 50a93e58cd2c -r 52eca55d9b16 lang/see/patches/patch-ab
--- a/lang/see/patches/patch-ab Sun Oct 25 12:30:36 2009 +0000
+++ b/lang/see/patches/patch-ab Sun Oct 25 12:49:04 2009 +0000
@@ -1,8 +1,25 @@
-$NetBSD: patch-ab,v 1.1 2009/06/03 06:03:50 hasso Exp $
+$NetBSD: patch-ab,v 1.2 2009/10/25 12:49:04 ahoka Exp $
 
---- configure.ac.orig  2009-06-03 05:59:44 +0300
-+++ configure.ac       2009-06-03 06:03:54 +0300
-@@ -333,6 +333,10 @@ AC_CHECK_FUNCS([isnan _isnan],[have_isna
+--- configure.ac.orig  2008-02-10 11:31:33.000000000 +0100
++++ configure.ac
+@@ -206,11 +206,12 @@ SEE_ARG_ENABLE(longjmperror,[yes],
+         [Define if you want SEE to catch longjmp corruption])
+ ])
+ 
+-SEE_ARG_ENABLE(native-dtoa,[auto],
++SEE_ARG_ENABLE(native-dtoa,[no],
+     [dtoa from libc],
+-    [enable_native_dtoa=yes
+-     AC_CHECK_FUNCS([strtod dtoa freedtoa],,[enable_native_dtoa=no])
+-])
++    [],
++    [enable_native_dtoa=yes],
++    [enable_native_dtoa=no]
++)
+ AM_CONDITIONAL(NATIVE_DTOA, test x"$enable_native_dtoa" = x"yes")
+ 
+ 
+@@ -333,6 +334,10 @@ AC_CHECK_FUNCS([isnan _isnan],[have_isna
  AC_CHECK_FUNCS([finite _finite isfinite],[have_finite=yes])
  AC_CHECK_FUNCS([copysign _copysign],[have_copysign=yes])
  



Home | Main Index | Thread Index | Old Index