View | Details | Raw Unified | Return to bug 155595
Collapse All | Expand All

(-)lang/guile/Makefile (-4 / +1 lines)
Lines 6-13 Link Here
6
#    $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $
6
#    $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $
7
PORTNAME=	guile
7
PORTNAME=	guile
8
PORTVERSION=	1.8.6
8
PORTVERSION=	1.8.8
9
PORTREVISION=	5
10
CATEGORIES=	lang scheme
9
CATEGORIES=	lang scheme
11
MASTER_SITES=	${MASTER_SITE_GNU}
10
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	guile
11
MASTER_SITE_SUBDIR=	guile
Lines 39-46 Link Here
39
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
40
AUTOTOOLSFILES=	aclocal.m4
41
42
post-extract:
39
post-extract:
43
	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
40
	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
44
	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
41
	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
(-)lang/guile/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (guile-1.8.6.tar.gz) = 9e23d3dbea0e89bab8a9acc6880150de
1
SHA256 (guile-1.8.8.tar.gz) = c3471fed2e72e5b04ad133bbaaf16369e8360283679bcf19800bc1b381024050
2
SHA256 (guile-1.8.6.tar.gz) = 69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86
2
SIZE (guile-1.8.8.tar.gz) = 3956654
3
SIZE (guile-1.8.6.tar.gz) = 3960608
(-)lang/guile/files/patch-configure.in (-8 / +10 lines)
Lines 1-15 Link Here
1
--- configure.in.orig	2008-12-08 17:42:52.000000000 +0000
1
--- configure.in.orig	2010-12-14 02:24:39.000000000 +0900
2
+++ configure.in	2010-03-17 21:41:00.869992126 +0000
2
+++ configure.in	2011-03-14 16:08:03.000000000 +0900
3
@@ -622,7 +622,7 @@
3
@@ -659,7 +659,7 @@
4
 #
4
 #
5
 AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \
5
 AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \
6
 regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \
6
 regex.h rxposix.h rx/rxposix.h sys/dir.h sys/ioctl.h sys/select.h \
7
-sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \
7
-sys/time.h sys/timeb.h sys/times.h sys/stdtypes.h sys/types.h \
8
+sys/time.h sys/times.h sys/stdtypes.h sys/types.h \
8
+sys/time.h sys/times.h sys/stdtypes.h sys/types.h \
9
 sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \
9
 sys/utime.h time.h unistd.h utime.h pwd.h grp.h sys/utsname.h \
10
 direct.h strings.h])
10
 direct.h strings.h machine/fpu.h])
11
@@ -725,12 +725,13 @@
11
@@ -762,6 +762,7 @@
12
 #   sys/param.h - not in mingw
12
 #   sys/param.h - not in mingw
13
 #   pthread.h - only available with pthreads.  ACX_PTHREAD doesn't
13
 #   pthread.h - only available with pthreads.  ACX_PTHREAD doesn't
14
 #       check this specifically, we need it for the timespec test below.
14
 #       check this specifically, we need it for the timespec test below.
Lines 17-30 Link Here
17
 #   sethostname - the function itself check because it's not in mingw,
17
 #   sethostname - the function itself check because it's not in mingw,
18
 #       the DECL is checked because Solaris 10 doens't have in any header
18
 #       the DECL is checked because Solaris 10 doens't have in any header
19
 #   strncasecmp - on NetBSD 1.6 the symbol is available in libc but the
19
 #   strncasecmp - on NetBSD 1.6 the symbol is available in libc but the
20
 #       declaration cannot be found
20
@@ -779,7 +780,7 @@
21
 #   vsnprintf - on AIX 5.3, the declaration is only visible with
22
 #       `_XOPEN_SOURCE >= 500' or `_ISOC99_SOURCE'.
21
 #
23
 #
22
-AC_CHECK_HEADERS(crypt.h netdb.h pthread.h sys/param.h sys/resource.h sys/file.h)
24
-AC_CHECK_HEADERS(crypt.h netdb.h pthread.h sys/param.h sys/resource.h sys/file.h)
23
+AC_CHECK_HEADERS(crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h)
25
+AC_CHECK_HEADERS(crypt.h netdb.h pthread.h pthread_np.h sys/param.h sys/resource.h sys/file.h)
24
 AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
26
 AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
25
 AC_CHECK_DECLS([sethostname, strncasecmp])
27
 AC_CHECK_DECLS([sethostname, strncasecmp, unsetenv, hstrerror, cuserid, flock, vsnprintf])
26
@@ -1260,9 +1261,11 @@
28
@@ -1298,9 +1299,11 @@
27
     #         all; not present on MacOS X or Solaris 10
29
     #         all; not present on MacOS X or Solaris 10
28
     #     pthread_get_stackaddr_np - "np" meaning "non portable" says it
30
     #     pthread_get_stackaddr_np - "np" meaning "non portable" says it
29
     #         all; specific to MacOS X
31
     #         all; specific to MacOS X
(-)lang/guile/pkg-plist (-1 / +1 lines)
Lines 129-135 Link Here
129
lib/libguile.a
129
lib/libguile.a
130
lib/libguile.la
130
lib/libguile.la
131
lib/libguile.so
131
lib/libguile.so
132
lib/libguile.so.20
132
lib/libguile.so.21
133
lib/libguilereadline-v-17.a
133
lib/libguilereadline-v-17.a
134
lib/libguilereadline-v-17.la
134
lib/libguilereadline-v-17.la
135
lib/libguilereadline-v-17.so
135
lib/libguilereadline-v-17.so

Return to bug 155595