pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/mapserver mapserver: build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/410ea8a4225b
branches:  trunk
changeset: 313406:410ea8a4225b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 15:05:03 2018 +0000

description:
mapserver: build fix

diffstat:

 geography/mapserver/distinfo         |   4 ++--
 geography/mapserver/patches/patch-ab |  19 +++++++++++++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r b4354ef388d9 -r 410ea8a4225b geography/mapserver/distinfo
--- a/geography/mapserver/distinfo      Sat Sep 29 14:37:30 2018 +0000
+++ b/geography/mapserver/distinfo      Sat Sep 29 15:05:03 2018 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 00:08:43 agc Exp $
+$NetBSD: distinfo,v 1.10 2018/09/29 15:05:03 tnn Exp $
 
 SHA1 (mapserver-5.6.8.tar.gz) = 44b813f888c8c950f5e2ba20ae4d7ef08d002bc4
 RMD160 (mapserver-5.6.8.tar.gz) = dd00c7e6ed57b3522f47a7fede8299bd8ef12566
 SHA512 (mapserver-5.6.8.tar.gz) = 33eb64be8420b04eb6017d0a96da11aa401c6aab670fa9dad59879d5da45b512205896cd1ce42fba5a0b0c7bc68a9cf774a0ce5b639177c8e29b43c66bb03a41
 Size (mapserver-5.6.8.tar.gz) = 2332277 bytes
 SHA1 (patch-aa) = d842afeab3455304236bebbf4ea576c974cafbdd
-SHA1 (patch-ab) = f1521546905034304bc5f1556625d6171421d93d
+SHA1 (patch-ab) = 2fb63f73526fa2a3cdd7728a09cb89c9984a1741
 SHA1 (patch-mapserver.h) = 82e9f4f90495959190962286f9fae0e4be649d20
 SHA1 (patch-maputil.c) = 4d50919a24af34a74d0e14684e3fab4269582639
 SHA1 (patch-renderers_agg_include_agg__renderer__outline__aa.h) = 84145a73bed1b016c6c13b5c2656b8957da9c71d
diff -r b4354ef388d9 -r 410ea8a4225b geography/mapserver/patches/patch-ab
--- a/geography/mapserver/patches/patch-ab      Sat Sep 29 14:37:30 2018 +0000
+++ b/geography/mapserver/patches/patch-ab      Sat Sep 29 15:05:03 2018 +0000
@@ -1,8 +1,10 @@
-$NetBSD: patch-ab,v 1.1 2010/01/26 09:01:24 adam Exp $
+$NetBSD: patch-ab,v 1.2 2018/09/29 15:05:03 tnn Exp $
+
+use correct --lib args to geos-config
 
---- configure.orig     2009-11-27 21:16:01.000000000 +0000
+--- configure.orig     2011-10-04 15:01:41.000000000 +0000
 +++ configure
-@@ -9186,7 +9186,7 @@ else
+@@ -9288,7 +9288,7 @@ else
  echo "${ECHO_T}no" >&6
  fi
  
@@ -11,7 +13,16 @@
        { { echo "$as_me:$LINENO: error: the freetype-config executable could not be found and is required for agg support
          to fix this, you should either:
          * install the freetype development headers
-@@ -12159,7 +12159,7 @@ if test "$FRIBIDI_CONFIG" = "no" ; then
+@@ -11029,7 +11029,7 @@ echo "${ECHO_T}GEOS >= 3.0.0 found. Addi
+ 
+   GEOS_INCDIR=`$GEOS_CONFIG --includes`
+   GEOS_INC="-I$GEOS_INCDIR"
+-  GEOS_LIB="`$GEOS_CONFIG --libs`_c"
++  GEOS_LIB="`$GEOS_CONFIG --clibs`"
+ 
+   GEOS_ENABLED=$GEOS_ENABLED
+ 
+@@ -12334,7 +12334,7 @@ if test "$FRIBIDI_CONFIG" = "no" ; then
    FRIBIDI_INC=
    FRIBIDI_LIB=
  else



Home | Main Index | Thread Index | Old Index