[48172] trunk/dports/gnome/gnucash

blb at macports.org blb at macports.org
Sun Mar 15 16:56:07 PDT 2009


Revision: 48172
          http://trac.macports.org/changeset/48172
Author:   blb at macports.org
Date:     2009-03-15 16:56:07 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
gnome/gnucash - version update to 2.2.9; rearrange the no_x11 configure patch so that patch only removes X11 detection

Modified Paths:
--------------
    trunk/dports/gnome/gnucash/Portfile
    trunk/dports/gnome/gnucash/files/patch-configure.diff

Added Paths:
-----------
    trunk/dports/gnome/gnucash/files/patch-configure-nox11.diff

Removed Paths:
-------------
    trunk/dports/gnome/gnucash/files/patch-nox-configure.diff

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2009-03-15 23:16:33 UTC (rev 48171)
+++ trunk/dports/gnome/gnucash/Portfile	2009-03-15 23:56:07 UTC (rev 48172)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              gnucash
-version           2.2.8
+version           2.2.9
 
 categories        gnome x11
 maintainers       nomaintainer
@@ -26,9 +26,9 @@
 
 # lzma archive for gnucash is 40% smaller than bzip2
 use_lzma          yes
-checksums         md5 764f6c3c3d420c8393c31f03ea74cb20 \
-                  sha1 804feb9e17f976186cfdb4e829064d60923571f8 \
-                  rmd160 d3c2cf32c719debee55690db603329788644cc26
+checksums         md5     b83c188506f749929a69b48c0632d3b8 \
+                  sha1    b7debe12fcb2770f5ec4524ec56c57adbdad19d2 \
+                  rmd160  2e16625b59762a52cea09cfa8139138ee21c6fb2
 
 depends_lib       port:p5-xml-parser \
                   path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -84,8 +84,7 @@
 
 variant no_x11 description {Let this port know that graphics libraries were built without X11} {
     depends_run-delete port:evince
-    patchfiles-append patch-nox-configure.diff
-    patchfiles-delete patch-configure.diff
+    patchfiles-append patch-configure-nox11.diff
 }
 
 set storagedir  ${prefix}/etc/macports/gconf

Added: trunk/dports/gnome/gnucash/files/patch-configure-nox11.diff
===================================================================
--- trunk/dports/gnome/gnucash/files/patch-configure-nox11.diff	                        (rev 0)
+++ trunk/dports/gnome/gnucash/files/patch-configure-nox11.diff	2009-03-15 23:56:07 UTC (rev 48172)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-02-23 13:25:34.000000000 -0700
++++ configure	2009-03-15 17:12:06.000000000 -0600
+@@ -24912,7 +24912,7 @@
+ # These are unavailable on windows/mingw32
+ 
+ 
+-for ac_header in X11/Xlib.h glob.h
++for ac_header in glob.h
+ do
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then

Modified: trunk/dports/gnome/gnucash/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gnucash/files/patch-configure.diff	2009-03-15 23:16:33 UTC (rev 48171)
+++ trunk/dports/gnome/gnucash/files/patch-configure.diff	2009-03-15 23:56:07 UTC (rev 48172)
@@ -1,6 +1,6 @@
---- configure.orig	2008-12-13 22:41:47.000000000 -0500
-+++ configure	2008-12-28 01:31:29.000000000 -0500
-@@ -26210,9 +26210,9 @@
+--- configure.orig	2009-02-23 13:25:34.000000000 -0700
++++ configure	2009-03-15 17:07:18.000000000 -0600
+@@ -27043,9 +27043,9 @@
  
  
  	if test "x$cross_compiling" = "xyes" ; then
@@ -12,25 +12,25 @@
  	fi
  
  	# Extract the first word of "$name_build_guile", so it can be a program name with args.
-@@ -26395,13 +26395,13 @@
+@@ -27232,13 +27232,13 @@
  
  
  	if test "x$BUILD_GUILE" = "xyes"; then
--		{ echo "$as_me:$LINENO: checking for guile libraries" >&5
--echo $ECHO_N "checking for guile libraries... $ECHO_C" >&6; }
-+		{ echo "$as_me:$LINENO: checking for guile16 libraries" >&5
-+echo $ECHO_N "checking for guile16 libraries... $ECHO_C" >&6; }
+-		{ $as_echo "$as_me:$LINENO: checking for guile libraries" >&5
+-$as_echo_n "checking for guile libraries... " >&6; }
++		{ $as_echo "$as_me:$LINENO: checking for guile16 libraries" >&5
++$as_echo_n "checking for guile16 libraries... " >&6; }
  		GUILE_LIBS="`$name_build_guile link`"
- 		{ echo "$as_me:$LINENO: result: $GUILE_LIBS" >&5
- echo "${ECHO_T}$GUILE_LIBS" >&6; }
--		{ echo "$as_me:$LINENO: checking for guile headers" >&5
--echo $ECHO_N "checking for guile headers... $ECHO_C" >&6; }
-+		{ echo "$as_me:$LINENO: checking for guile16 headers" >&5
-+echo $ECHO_N "checking for guile16 headers... $ECHO_C" >&6; }
+ 		{ $as_echo "$as_me:$LINENO: result: $GUILE_LIBS" >&5
+ $as_echo "$GUILE_LIBS" >&6; }
+-		{ $as_echo "$as_me:$LINENO: checking for guile headers" >&5
+-$as_echo_n "checking for guile headers... " >&6; }
++		{ $as_echo "$as_me:$LINENO: checking for guile16 headers" >&5
++$as_echo_n "checking for guile16 headers... " >&6; }
  		GUILE_INCS="`$name_build_guile compile`"
- 		{ echo "$as_me:$LINENO: result: $GUILE_INCS" >&5
- echo "${ECHO_T}$GUILE_INCS" >&6; }
-@@ -26727,7 +26727,7 @@
+ 		{ $as_echo "$as_me:$LINENO: result: $GUILE_INCS" >&5
+ $as_echo "$GUILE_INCS" >&6; }
+@@ -27584,7 +27584,7 @@
    GUILE_LIBS="$GUILE_LIBS -lsocket"
  fi
  
@@ -39,18 +39,18 @@
  	fi
  
  
-@@ -26737,8 +26737,8 @@
+@@ -27594,8 +27594,8 @@
  	LIBS="$LIBS $GUILE_LIBS"
  	CPPFLAGS="$saved_cppflags $GUILE_INCS"
  
--	{ echo "$as_me:$LINENO: checking whether guile works" >&5
--echo $ECHO_N "checking whether guile works... $ECHO_C" >&6; }
-+	{ echo "$as_me:$LINENO: checking whether guile16 works" >&5
-+echo $ECHO_N "checking whether guile16 works... $ECHO_C" >&6; }
+-	{ $as_echo "$as_me:$LINENO: checking whether guile works" >&5
+-$as_echo_n "checking whether guile works... " >&6; }
++	{ $as_echo "$as_me:$LINENO: checking whether guile16 works" >&5
++$as_echo_n "checking whether guile16 works... " >&6; }
  	cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -26746,8 +26746,8 @@
+@@ -27603,8 +27603,8 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -61,7 +61,7 @@
  
  int
  main ()
-@@ -26850,8 +26850,8 @@
+@@ -27711,8 +27711,8 @@
  
  
  if test x${GUILE} = x ; then
@@ -69,10 +69,10 @@
 -set dummy guile; ac_word=$2
 +   # Extract the first word of "guile16", so it can be a program name with args.
 +set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
  if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -26989,8 +26989,8 @@
+@@ -27850,8 +27850,8 @@
  
  
  if test x${GUILE} = x ; then
@@ -80,28 +80,30 @@
 -set dummy guile; ac_word=$2
 +   # Extract the first word of "guile16", so it can be a program name with args.
 +set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
  if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -27137,7 +27137,7 @@
+@@ -27997,8 +27997,8 @@
+ fi
  
  ### Check size of long_long - some guile's are broken.
- { echo "$as_me:$LINENO: checking if guile long_long is at least as big as gint64" >&5
--echo $ECHO_N "checking if guile long_long is at least as big as gint64... $ECHO_C" >&6; }
-+echo $ECHO_N "checking if guile16 long_long is at least as big as gint64... $ECHO_C" >&6; }
+-{ $as_echo "$as_me:$LINENO: checking if guile long_long is at least as big as gint64" >&5
+-$as_echo_n "checking if guile long_long is at least as big as gint64... " >&6; }
++{ $as_echo "$as_me:$LINENO: checking if guile16 long_long is at least as big as gint64" >&5
++$as_echo_n "checking if guile16 long_long is at least as big as gint64... " >&6; }
  GNC_OLDCFLAGS="$CFLAGS"
  GNC_OLDLDFLAGS="$LDFLAGS"
  CFLAGS="${GNOME_CFLAGS} ${GUILE_INCS} ${CFLAGS} ${GLIB_CFLAGS}"
-@@ -27146,13 +27146,13 @@
+@@ -28007,13 +28007,13 @@
  
-   { echo "$as_me:$LINENO: result: assuming yes" >&5
- echo "${ECHO_T}assuming yes" >&6; }
--  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
--echo $ECHO_N "checking for scm_long_long2num in -lguile... $ECHO_C" >&6; }
-+  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
-+echo $ECHO_N "checking for scm_long_long2num in -lguile16... $ECHO_C" >&6; }
+   { $as_echo "$as_me:$LINENO: result: assuming yes" >&5
+ $as_echo "assuming yes" >&6; }
+-  { $as_echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
+-$as_echo_n "checking for scm_long_long2num in -lguile... " >&6; }
++  { $as_echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
++$as_echo_n "checking for scm_long_long2num in -lguile16... " >&6; }
  if test "${ac_cv_lib_guile_scm_long_long2num+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
+   $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lguile  $LIBS"
@@ -109,7 +111,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -27225,7 +27225,7 @@
+@@ -28090,7 +28090,7 @@
  /* end confdefs.h.  */
  
    #include <glib.h>
@@ -118,16 +120,16 @@
    int main(int argc, char *argv[]) {
      return(!(sizeof(long_long) >= sizeof(gint64)));
    }
-@@ -27254,13 +27254,13 @@
+@@ -28121,13 +28121,13 @@
  
-   { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
--  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
--echo $ECHO_N "checking for scm_long_long2num in -lguile... $ECHO_C" >&6; }
-+  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
-+echo $ECHO_N "checking for scm_long_long2num in -lguile16... $ECHO_C" >&6; }
+   { $as_echo "$as_me:$LINENO: result: yes" >&5
+ $as_echo "yes" >&6; }
+-  { $as_echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
+-$as_echo_n "checking for scm_long_long2num in -lguile... " >&6; }
++  { $as_echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
++$as_echo_n "checking for scm_long_long2num in -lguile16... " >&6; }
  if test "${ac_cv_lib_guile_scm_long_long2num+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
+   $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lguile  $LIBS"
@@ -135,25 +137,25 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -27456,8 +27456,8 @@
+@@ -28331,8 +28331,8 @@
  
- { echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
- echo $ECHO_N "checking if guile needs our copy of (guile www)... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
+ $as_echo_n "checking if guile needs our copy of (guile www)... " >&6; }
 -# Extract the first word of "guile", so it can be a program name with args.
 -set dummy guile; ac_word=$2
 +# Extract the first word of "guile16", so it can be a program name with args.
 +set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
  if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -27497,13 +27497,13 @@
+@@ -28372,13 +28372,13 @@
  
  
    if test "$GUILE" = "" ; then
--      { { echo "$as_me:$LINENO: error: guile required but not found" >&5
--echo "$as_me: error: guile required but not found" >&2;}
-+      { { echo "$as_me:$LINENO: error: guile16 required but not found" >&5
-+echo "$as_me: error: guile16 required but not found" >&2;}
+-      { { $as_echo "$as_me:$LINENO: error: guile required but not found" >&5
+-$as_echo "$as_me: error: guile required but not found" >&2;}
++      { { $as_echo "$as_me:$LINENO: error: guile16 required but not found" >&5
++$as_echo "$as_me: error: guile16 required but not found" >&2;}
     { (exit 1); exit 1; }; }
    fi
  
@@ -161,17 +163,17 @@
 -set dummy guile-config; ac_word=$2
 +  # Extract the first word of "guile16-config", so it can be a program name with args.
 +set dummy guile16-config; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
  if test "${ac_cv_path_GUILE_CONFIG+set}" = set; then
-@@ -27543,13 +27543,13 @@
+@@ -28418,13 +28418,13 @@
  
  
    if test "$GUILE_CONFIG" = "" ; then
--      { { echo "$as_me:$LINENO: error: guile-config required but not found" >&5
--echo "$as_me: error: guile-config required but not found" >&2;}
-+      { { echo "$as_me:$LINENO: error: guile16-config required but not found" >&5
-+echo "$as_me: error: guile16-config required but not found" >&2;}
+-      { { $as_echo "$as_me:$LINENO: error: guile-config required but not found" >&5
+-$as_echo "$as_me: error: guile-config required but not found" >&2;}
++      { { $as_echo "$as_me:$LINENO: error: guile16-config required but not found" >&5
++$as_echo "$as_me: error: guile16-config required but not found" >&2;}
     { (exit 1); exit 1; }; }
    fi
  
@@ -179,6 +181,6 @@
 -set dummy guile-tools; ac_word=$2
 +  # Extract the first word of "guile16-tools", so it can be a program name with args.
 +set dummy guile16-tools; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+ $as_echo_n "checking for $ac_word... " >&6; }
  if test "${ac_cv_path_GUILE_TOOLS+set}" = set; then

Deleted: trunk/dports/gnome/gnucash/files/patch-nox-configure.diff
===================================================================
--- trunk/dports/gnome/gnucash/files/patch-nox-configure.diff	2009-03-15 23:16:33 UTC (rev 48171)
+++ trunk/dports/gnome/gnucash/files/patch-nox-configure.diff	2009-03-15 23:56:07 UTC (rev 48172)
@@ -1,194 +0,0 @@
---- configure.orig	2008-12-13 22:41:47.000000000 -0500
-+++ configure	2008-12-28 02:34:37.000000000 -0500
-@@ -24157,7 +24157,8 @@
- # These are unavailable on windows/mingw32
- 
- 
--for ac_header in X11/Xlib.h glob.h
-+#for ac_header in X11/Xlib.h glob.h
-+for ac_header in glob.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-@@ -26210,9 +26211,9 @@
- 
- 
- 	if test "x$cross_compiling" = "xyes" ; then
--	  name_build_guile="$target_alias-guile-config"
-+	  name_build_guile="$target_alias-guile16-config"
- 	else
--	  name_build_guile="guile-config"
-+	  name_build_guile="guile16-config"
- 	fi
- 
- 	# Extract the first word of "$name_build_guile", so it can be a program name with args.
-@@ -26395,13 +26396,13 @@
- 
- 
- 	if test "x$BUILD_GUILE" = "xyes"; then
--		{ echo "$as_me:$LINENO: checking for guile libraries" >&5
--echo $ECHO_N "checking for guile libraries... $ECHO_C" >&6; }
-+		{ echo "$as_me:$LINENO: checking for guile16 libraries" >&5
-+echo $ECHO_N "checking for guile16 libraries... $ECHO_C" >&6; }
- 		GUILE_LIBS="`$name_build_guile link`"
- 		{ echo "$as_me:$LINENO: result: $GUILE_LIBS" >&5
- echo "${ECHO_T}$GUILE_LIBS" >&6; }
--		{ echo "$as_me:$LINENO: checking for guile headers" >&5
--echo $ECHO_N "checking for guile headers... $ECHO_C" >&6; }
-+		{ echo "$as_me:$LINENO: checking for guile16 headers" >&5
-+echo $ECHO_N "checking for guile16 headers... $ECHO_C" >&6; }
- 		GUILE_INCS="`$name_build_guile compile`"
- 		{ echo "$as_me:$LINENO: result: $GUILE_INCS" >&5
- echo "${ECHO_T}$GUILE_INCS" >&6; }
-@@ -26727,7 +26728,7 @@
-   GUILE_LIBS="$GUILE_LIBS -lsocket"
- fi
- 
--		GUILE_LIBS="-lguile $GUILE_LIBS $QTTHREADS_LIB $READLINE_LIB $TERMCAP_LIB"
-+		GUILE_LIBS="-lguile16 $GUILE_LIBS $QTTHREADS_LIB $READLINE_LIB $TERMCAP_LIB"
- 	fi
- 
- 
-@@ -26737,8 +26738,8 @@
- 	LIBS="$LIBS $GUILE_LIBS"
- 	CPPFLAGS="$saved_cppflags $GUILE_INCS"
- 
--	{ echo "$as_me:$LINENO: checking whether guile works" >&5
--echo $ECHO_N "checking whether guile works... $ECHO_C" >&6; }
-+	{ echo "$as_me:$LINENO: checking whether guile16 works" >&5
-+echo $ECHO_N "checking whether guile16 works... $ECHO_C" >&6; }
- 	cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -26746,8 +26747,8 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--		#include <libguile.h>
--		#include <guile/gh.h>
-+		#include <libguile16.h>
-+		#include <guile16/gh.h>
- 
- int
- main ()
-@@ -26850,8 +26851,8 @@
- 
- 
- if test x${GUILE} = x ; then
--   # Extract the first word of "guile", so it can be a program name with args.
--set dummy guile; ac_word=$2
-+   # Extract the first word of "guile16", so it can be a program name with args.
-+set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -26989,8 +26990,8 @@
- 
- 
- if test x${GUILE} = x ; then
--   # Extract the first word of "guile", so it can be a program name with args.
--set dummy guile; ac_word=$2
-+   # Extract the first word of "guile16", so it can be a program name with args.
-+set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -27137,7 +27138,7 @@
- 
- ### Check size of long_long - some guile's are broken.
- { echo "$as_me:$LINENO: checking if guile long_long is at least as big as gint64" >&5
--echo $ECHO_N "checking if guile long_long is at least as big as gint64... $ECHO_C" >&6; }
-+echo $ECHO_N "checking if guile16 long_long is at least as big as gint64... $ECHO_C" >&6; }
- GNC_OLDCFLAGS="$CFLAGS"
- GNC_OLDLDFLAGS="$LDFLAGS"
- CFLAGS="${GNOME_CFLAGS} ${GUILE_INCS} ${CFLAGS} ${GLIB_CFLAGS}"
-@@ -27146,13 +27147,13 @@
- 
-   { echo "$as_me:$LINENO: result: assuming yes" >&5
- echo "${ECHO_T}assuming yes" >&6; }
--  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
--echo $ECHO_N "checking for scm_long_long2num in -lguile... $ECHO_C" >&6; }
-+  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
-+echo $ECHO_N "checking for scm_long_long2num in -lguile16... $ECHO_C" >&6; }
- if test "${ac_cv_lib_guile_scm_long_long2num+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lguile  $LIBS"
-+LIBS="-lguile16  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -27225,7 +27226,7 @@
- /* end confdefs.h.  */
- 
-   #include <glib.h>
--  #include <libguile/__scm.h>
-+  #include <libguile16/__scm.h>
-   int main(int argc, char *argv[]) {
-     return(!(sizeof(long_long) >= sizeof(gint64)));
-   }
-@@ -27254,13 +27255,13 @@
- 
-   { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
--  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile" >&5
--echo $ECHO_N "checking for scm_long_long2num in -lguile... $ECHO_C" >&6; }
-+  { echo "$as_me:$LINENO: checking for scm_long_long2num in -lguile16" >&5
-+echo $ECHO_N "checking for scm_long_long2num in -lguile16... $ECHO_C" >&6; }
- if test "${ac_cv_lib_guile_scm_long_long2num+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lguile  $LIBS"
-+LIBS="-lguile16  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -27456,8 +27457,8 @@
- 
- { echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
- echo $ECHO_N "checking if guile needs our copy of (guile www)... $ECHO_C" >&6; }
--# Extract the first word of "guile", so it can be a program name with args.
--set dummy guile; ac_word=$2
-+# Extract the first word of "guile16", so it can be a program name with args.
-+set dummy guile16; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_GUILE+set}" = set; then
-@@ -27497,13 +27498,13 @@
- 
- 
-   if test "$GUILE" = "" ; then
--      { { echo "$as_me:$LINENO: error: guile required but not found" >&5
--echo "$as_me: error: guile required but not found" >&2;}
-+      { { echo "$as_me:$LINENO: error: guile16 required but not found" >&5
-+echo "$as_me: error: guile16 required but not found" >&2;}
-    { (exit 1); exit 1; }; }
-   fi
- 
--  # Extract the first word of "guile-config", so it can be a program name with args.
--set dummy guile-config; ac_word=$2
-+  # Extract the first word of "guile16-config", so it can be a program name with args.
-+set dummy guile16-config; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_GUILE_CONFIG+set}" = set; then
-@@ -27543,13 +27544,13 @@
- 
- 
-   if test "$GUILE_CONFIG" = "" ; then
--      { { echo "$as_me:$LINENO: error: guile-config required but not found" >&5
--echo "$as_me: error: guile-config required but not found" >&2;}
-+      { { echo "$as_me:$LINENO: error: guile16-config required but not found" >&5
-+echo "$as_me: error: guile16-config required but not found" >&2;}
-    { (exit 1); exit 1; }; }
-   fi
- 
--  # Extract the first word of "guile-tools", so it can be a program name with args.
--set dummy guile-tools; ac_word=$2
-+  # Extract the first word of "guile16-tools", so it can be a program name with args.
-+set dummy guile16-tools; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_GUILE_TOOLS+set}" = set; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/30b816fb/attachment-0001.html>


More information about the macports-changes mailing list