[50731] trunk/base

toby at macports.org toby at macports.org
Fri May 8 02:01:01 PDT 2009


Revision: 50731
          http://trac.macports.org/changeset/50731
Author:   toby at macports.org
Date:     2009-05-08 02:01:00 -0700 (Fri, 08 May 2009)
Log Message:
-----------
remove libgen.h check, update OS X version check

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac
    trunk/base/src/config.h.in

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2009-05-08 08:56:20 UTC (rev 50730)
+++ trunk/base/configure	2009-05-08 09:01:00 UTC (rev 50731)
@@ -2242,7 +2242,7 @@
     { $as_echo "$as_me:$LINENO: WARNING: Please upgrade at http://store.apple.com/" >&5
 $as_echo "$as_me: WARNING: Please upgrade at http://store.apple.com/" >&2;}
     ;;
-  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-9]|10.4.10|10.5.[0-4])
+  10.1.[0-4]|10.2.[0-7]|10.3.[0-8]|10.4.[0-9]|10.4.10|10.5.[0-5])
     { $as_echo "$as_me:$LINENO: WARNING: This version of Mac OS X is out of date" >&5
 $as_echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
     { $as_echo "$as_me:$LINENO: WARNING: Please run Software Update to update it" >&5
@@ -6877,7 +6877,6 @@
 	{ $as_echo "$as_me:$LINENO: result: ${result}" >&5
 $as_echo "${result}" >&6; }
 
-#MP_PROG_XAR
 
 
 
@@ -8045,8 +8044,7 @@
 
 
 
-
-for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h libgen.h sys/socket.h \
+for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h sys/socket.h \
 	readline/readline.h readline/history.h pwd.h sys/paths.h utime.h
 do
 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2009-05-08 08:56:20 UTC (rev 50730)
+++ trunk/base/configure.ac	2009-05-08 09:01:00 UTC (rev 50731)
@@ -28,7 +28,7 @@
     AC_WARN(This version of Mac OS X is not supported)
     AC_WARN(Please upgrade at http://store.apple.com/)
     ;;
-  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-9]]|10.4.10|10.5.[[0-4]])
+  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-9]]|10.4.10|10.5.[[0-5]])
     AC_WARN(This version of Mac OS X is out of date)
     AC_WARN(Please run Software Update to update it)
     ;;
@@ -126,7 +126,6 @@
 fi
 
 MP_PROG_DAEMONDO
-#MP_PROG_XAR
 
 AC_SUBST(REPLACEMENT_PROGS)
 AC_SUBST(EXTRA_PROGS)
@@ -161,7 +160,7 @@
 AC_HEADER_DIRENT
 AC_HEADER_SYS_WAIT
 AC_HEADER_STAT
-AC_CHECK_HEADERS([limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h libgen.h sys/socket.h \
+AC_CHECK_HEADERS([limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h sys/socket.h \
 	readline/readline.h readline/history.h pwd.h sys/paths.h utime.h])
 
 INCLUDES="-I.. -I. $INCLUDES"

Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in	2009-05-08 08:56:20 UTC (rev 50730)
+++ trunk/base/src/config.h.in	2009-05-08 09:01:00 UTC (rev 50731)
@@ -86,9 +86,6 @@
 /* Define if you have the `crypto' library (-lcrypto). */
 #undef HAVE_LIBCRYPTO
 
-/* Define to 1 if you have the <libgen.h> header file. */
-#undef HAVE_LIBGEN_H
-
 /* Define if you have the `md' library (-lmd). */
 #undef HAVE_LIBMD
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090508/27c314de/attachment.html>


More information about the macports-changes mailing list