pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files regen
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecfbf3dab5de
branches: trunk
changeset: 650167:ecfbf3dab5de
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Apr 19 12:23:25 2015 +0000
description:
regen
diffstat:
pkgtools/libnbcompat/files/configure | 44 +++++++++++++++++++-----
pkgtools/libnbcompat/files/nbcompat/config.h.in | 18 ++++++---
2 files changed, 47 insertions(+), 15 deletions(-)
diffs (171 lines):
diff -r 5fba24f4d8f9 -r ecfbf3dab5de pkgtools/libnbcompat/files/configure
--- a/pkgtools/libnbcompat/files/configure Sun Apr 19 12:22:14 2015 +0000
+++ b/pkgtools/libnbcompat/files/configure Sun Apr 19 12:23:25 2015 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libnbcompat 20120702.
+# Generated by GNU Autoconf 2.69 for libnbcompat 20150419.
#
# Report bugs to <joerg%NetBSD.org@localhost>.
#
@@ -580,8 +580,8 @@
# Identity of this package.
PACKAGE_NAME='libnbcompat'
PACKAGE_TARNAME='libnbcompat'
-PACKAGE_VERSION='20120702'
-PACKAGE_STRING='libnbcompat 20120702'
+PACKAGE_VERSION='20150419'
+PACKAGE_STRING='libnbcompat 20150419'
PACKAGE_BUGREPORT='joerg%NetBSD.org@localhost'
PACKAGE_URL=''
@@ -1247,7 +1247,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libnbcompat 20120702 to adapt to many kinds of systems.
+\`configure' configures libnbcompat 20150419 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1317,7 +1317,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libnbcompat 20120702:";;
+ short | recursive ) echo "Configuration of libnbcompat 20150419:";;
esac
cat <<\_ACEOF
@@ -1404,7 +1404,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libnbcompat configure 20120702
+libnbcompat configure 20150419
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2243,7 +2243,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libnbcompat $as_me 20120702, which was
+It was created by libnbcompat $as_me 20150419, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -6032,6 +6032,19 @@
fi
+ac_fn_c_check_func "$LINENO" "getdelim" "ac_cv_func_getdelim"
+if test "x$ac_cv_func_getdelim" = xyes; then :
+ $as_echo "#define HAVE_GETDELIM 1" >>confdefs.h
+
+else
+ case " $LIBOBJS " in
+ *" getdelim.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS getdelim.$ac_objext"
+ ;;
+esac
+
+fi
+
ac_fn_c_check_func "$LINENO" "getenv" "ac_cv_func_getenv"
if test "x$ac_cv_func_getenv" = xyes; then :
$as_echo "#define HAVE_GETENV 1" >>confdefs.h
@@ -6045,6 +6058,19 @@
fi
+ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline"
+if test "x$ac_cv_func_getline" = xyes; then :
+ $as_echo "#define HAVE_GETLINE 1" >>confdefs.h
+
+else
+ case " $LIBOBJS " in
+ *" getline.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS getline.$ac_objext"
+ ;;
+esac
+
+fi
+
ac_fn_c_check_func "$LINENO" "isblank" "ac_cv_func_isblank"
if test "x$ac_cv_func_isblank" = xyes; then :
$as_echo "#define HAVE_ISBLANK 1" >>confdefs.h
@@ -7697,7 +7723,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by libnbcompat $as_me 20120702, which was
+This file was extended by libnbcompat $as_me 20150419, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7759,7 +7785,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-libnbcompat config.status 20120702
+libnbcompat config.status 20150419
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -r 5fba24f4d8f9 -r ecfbf3dab5de pkgtools/libnbcompat/files/nbcompat/config.h.in
--- a/pkgtools/libnbcompat/files/nbcompat/config.h.in Sun Apr 19 12:22:14 2015 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in Sun Apr 19 12:23:25 2015 +0000
@@ -24,6 +24,9 @@
/* Define to 1 if you have the `bcopy' function. */
#undef HAVE_BCOPY
+/* Define to 1 if you have the <bsd/libutil.h> header file. */
+#undef HAVE_BSD_LIBUTIL_H
+
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
@@ -120,9 +123,15 @@
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
+/* Define to 1 if you have the `getdelim' function. */
+#undef HAVE_GETDELIM
+
/* Define to 1 if you have the `getenv' function. */
#undef HAVE_GETENV
+/* Define to 1 if you have the `getline' function. */
+#undef HAVE_GETLINE
+
/* Define to 1 if you have the `getmode' function. */
#undef HAVE_GETMODE
@@ -174,9 +183,6 @@
/* Define to 1 if you have the `util' library (-lutil). */
#undef HAVE_LIBUTIL
-/* Define to 1 if you have the <bsd/libutil.h> header file. */
-#undef HAVE_BSD_LIBUTIL_H
-
/* Define to 1 if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H
@@ -431,12 +437,12 @@
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
+/* Define to 1 if you have the <sys/mkdev.h> header file. */
+#undef HAVE_SYS_MKDEV_H
+
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
-/* Define to 1 if you have the <sys/mkdev.h> header file. */
-#undef HAVE_SYS_MKDEV_H
-
/* Define to 1 if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_H
Home |
Main Index |
Thread Index |
Old Index