diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:06:47 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:06:47 +0800 |
commit | cbbd4bf213aeea874926a7cd9156489b0f32e578 (patch) | |
tree | c4b76234a655fa78fb81ee2336941c1a6c467110 | |
parent | 6bfc9b045a723a20e71151ff7de05c055c4bb298 (diff) | |
download | freebsd-ports-gnome-cbbd4bf213aeea874926a7cd9156489b0f32e578.tar.gz freebsd-ports-gnome-cbbd4bf213aeea874926a7cd9156489b0f32e578.tar.zst freebsd-ports-gnome-cbbd4bf213aeea874926a7cd9156489b0f32e578.zip |
Update to 1.8.8
PR: ports/155595
Submitted by: Takefu <takefu@airport.fm>
Approved by: Amatus <c11h15no2@yahoo.com> (maintainer)
-rw-r--r-- | lang/guile/Makefile | 5 | ||||
-rw-r--r-- | lang/guile/distinfo | 4 | ||||
-rw-r--r-- | lang/guile/files/patch-configure.in | 22 | ||||
-rw-r--r-- | lang/guile/pkg-plist | 2 |
4 files changed, 16 insertions, 17 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index b0213e57e0de..60f7d83724c7 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $ PORTNAME= guile -PORTVERSION= 1.8.6 -PORTREVISION= 6 +PORTVERSION= 1.8.8 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile @@ -40,8 +39,6 @@ INFO= goops guile-tut guile r5rs .include <bsd.port.pre.mk> -AUTOTOOLSFILES= aclocal.m4 - post-extract: cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES} @${FIND} ${WRKSRC}/doc -name "*.info*" -delete diff --git a/lang/guile/distinfo b/lang/guile/distinfo index 1c299c47e212..eb46e5d3b86c 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -1,2 +1,2 @@ -SHA256 (guile-1.8.6.tar.gz) = 69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86 -SIZE (guile-1.8.6.tar.gz) = 3960608 +SHA256 (guile-1.8.8.tar.gz) = c3471fed2e72e5b04ad133bbaaf16369e8360283679bcf19800bc1b381024050 +SIZE (guile-1.8.8.tar.gz) = 3956654 diff --git a/lang/guile/files/patch-configure.in b/lang/guile/files/patch-configure.in index d41ad141fda5..e27f48d3263c 100644 --- a/lang/guile/files/patch-configure.in +++ b/lang/guile/files/patch-configure.in @@ -1,15 +1,15 @@ ---- configure.in.orig 2008-12-08 18:42:52.000000000 +0100 -+++ configure.in 2011-07-07 15:40:43.000000000 +0200 -@@ -622,7 +622,7 @@ +--- configure.in.orig 2010-12-13 18:24:39.000000000 +0100 ++++ configure.in 2011-07-31 13:17:56.000000000 +0200 +@@ -659,7 +659,7 @@ # AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \ regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \ -sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \ +sys/time.h sys/times.h sys/stdtypes.h sys/types.h \ sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \ - direct.h strings.h]) + direct.h strings.h machine/fpu.h]) -@@ -725,12 +725,13 @@ +@@ -762,6 +762,7 @@ # sys/param.h - not in mingw # pthread.h - only available with pthreads. ACX_PTHREAD doesn't # check this specifically, we need it for the timespec test below. @@ -17,14 +17,16 @@ # sethostname - the function itself check because it's not in mingw, # the DECL is checked because Solaris 10 doens't have in any header # strncasecmp - on NetBSD 1.6 the symbol is available in libc but the - # declaration cannot be found +@@ -779,7 +780,7 @@ + # vsnprintf - on AIX 5.3, the declaration is only visible with + # `_XOPEN_SOURCE >= 500' or `_ISOC99_SOURCE'. # -AC_CHECK_HEADERS(crypt.h netdb.h pthread.h sys/param.h sys/resource.h sys/file.h) +AC_CHECK_HEADERS(crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h) AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname) - AC_CHECK_DECLS([sethostname, strncasecmp]) + AC_CHECK_DECLS([sethostname, strncasecmp, unsetenv, hstrerror, cuserid, flock, vsnprintf]) -@@ -1260,9 +1261,11 @@ +@@ -1298,9 +1299,11 @@ # all; not present on MacOS X or Solaris 10 # pthread_get_stackaddr_np - "np" meaning "non portable" says it # all; specific to MacOS X @@ -37,7 +39,7 @@ # On past versions of Solaris, believe 8 through 10 at least, you # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };". -@@ -1277,7 +1280,7 @@ +@@ -1315,7 +1318,7 @@ if test "$GCC" = "yes"; then # Since GCC only issues a warning for missing braces, so we need # `-Werror' to catch it. @@ -46,7 +48,7 @@ fi AC_CACHE_CHECK([whether PTHREAD_ONCE_INIT needs braces], -@@ -1428,7 +1431,7 @@ +@@ -1466,7 +1469,7 @@ # not be "warning free" if test "${GUILE_ERROR_ON_WARNING}" = yes then diff --git a/lang/guile/pkg-plist b/lang/guile/pkg-plist index c6056cffc7d4..958c0c52d9a9 100644 --- a/lang/guile/pkg-plist +++ b/lang/guile/pkg-plist @@ -129,7 +129,7 @@ lib/libguile-srfi-srfi-60-v-2.so.2 lib/libguile.a lib/libguile.la lib/libguile.so -lib/libguile.so.20 +lib/libguile.so.21 lib/libguilereadline-v-17.a lib/libguilereadline-v-17.la lib/libguilereadline-v-17.so |