pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/gsl Added two patches which fix the build on NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8ffc36a2614
branches:  trunk
changeset: 522932:b8ffc36a2614
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 01 14:32:29 2007 +0000

description:
Added two patches which fix the build on NetBSD.

diffstat:

 math/gsl/distinfo         |   4 +++-
 math/gsl/patches/patch-ae |  16 ++++++++++++++++
 math/gsl/patches/patch-af |  15 +++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 5d20fc5ce54a -r b8ffc36a2614 math/gsl/distinfo
--- a/math/gsl/distinfo Mon Jan 01 12:56:45 2007 +0000
+++ b/math/gsl/distinfo Mon Jan 01 14:32:29 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2006/10/22 19:51:05 schwarz Exp $
+$NetBSD: distinfo,v 1.19 2007/01/01 14:32:29 rillig Exp $
 
 SHA1 (gsl-1.8.tar.gz) = 0dabdf2d024ae3b29207e485c5413676f3fa136f
 RMD160 (gsl-1.8.tar.gz) = f3e7f4622be56635f84c6d889bf8316dbac1edf4
@@ -7,3 +7,5 @@
 SHA1 (patch-ab) = 90e974419437aaf3c4c0d50809ccec65f0a12a28
 SHA1 (patch-ac) = 2c11b0d3f89bb5764518124e1a56ecdf5dd29468
 SHA1 (patch-ad) = 1f0e7455c120a31ddbe00c3a05ca2d3d451566ea
+SHA1 (patch-ae) = 016b1b8911acf8fd20bd09d615890053a5807ec4
+SHA1 (patch-af) = e25d461cdc9400f5df017fb65aa395e1a447f9ca
diff -r 5d20fc5ce54a -r b8ffc36a2614 math/gsl/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gsl/patches/patch-ae Mon Jan 01 14:32:29 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.3 2007/01/01 14:32:29 rillig Exp $
+
+Tags: for-upstream
+
+siman_tsp.c uses many functions from libm.
+
+--- siman/Makefile.am.orig     2007-01-01 15:12:17.000000000 +0100
++++ siman/Makefile.am  2007-01-01 15:13:22.000000000 +0100
+@@ -16,6 +16,7 @@ siman_tsp_LDADD = libgslsiman.la ../rng/
+ CLEANFILES = siman_test.out
+ 
+ libgslsiman_la_SOURCES = siman.c
++libgslsiman_la_LIBADD = -lm
+ pkginclude_HEADERS = gsl_siman.h
+ 
+ INCLUDES= -I$(top_builddir)
diff -r 5d20fc5ce54a -r b8ffc36a2614 math/gsl/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gsl/patches/patch-af Mon Jan 01 14:32:29 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2007/01/01 14:32:29 rillig Exp $
+
+Tags: not-for-upstream
+
+--- siman/Makefile.in.orig     2006-03-31 19:47:42.000000000 +0200
++++ siman/Makefile.in  2007-01-01 15:21:06.000000000 +0100
+@@ -51,7 +51,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/m
+ CONFIG_HEADER = $(top_builddir)/config.h
+ CONFIG_CLEAN_FILES =
+ LTLIBRARIES = $(noinst_LTLIBRARIES)
+-libgslsiman_la_LIBADD =
++libgslsiman_la_LIBADD = -lm
+ am_libgslsiman_la_OBJECTS = siman.lo
+ libgslsiman_la_OBJECTS = $(am_libgslsiman_la_OBJECTS)
+ PROGRAMS = $(noinst_PROGRAMS)



Home | Main Index | Thread Index | Old Index