diff options
author | arved <arved@FreeBSD.org> | 2003-01-04 01:32:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-04 01:32:12 +0800 |
commit | 881eeeb7fd3abe04a0d51ae8747805afa0d6c05a (patch) | |
tree | 49cc0060afd603dfeeada7b83e015308d44d680d /lang/smalltalk | |
parent | 4de7f27257fe1590f0bc73f5f9b8f2ffe7ae45ea (diff) | |
download | freebsd-ports-gnome-881eeeb7fd3abe04a0d51ae8747805afa0d6c05a.tar.gz freebsd-ports-gnome-881eeeb7fd3abe04a0d51ae8747805afa0d6c05a.tar.zst freebsd-ports-gnome-881eeeb7fd3abe04a0d51ae8747805afa0d6c05a.zip |
Update to 2.0.10
PR: 46305
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 10 | ||||
-rw-r--r-- | lang/smalltalk/distinfo | 2 | ||||
-rw-r--r-- | lang/smalltalk/files/patch-Makefile | 11 | ||||
-rw-r--r-- | lang/smalltalk/files/patch-snprintfv::configure | 23 | ||||
-rw-r--r-- | lang/smalltalk/pkg-plist | 1 |
5 files changed, 5 insertions, 42 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index f0c59121a71a..5c107f4bc671 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smalltalk -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.10 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -44,12 +44,8 @@ post-extract: post-patch: @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-release [\$$][(]VERSION[)]|-avoid-version|g' + 's|-release [$$][(]VERSION[)]|-avoid-version|g' @${REINPLACE_CMD} -e \ - 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/examples/modules/gdbm.c - -pre-build: - @cd ${WRKSRC}/snprintfv && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} + 's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/examples/modules/gdbm.c .include <bsd.port.mk> diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo index 85839b60c46b..1320e42abf73 100644 --- a/lang/smalltalk/distinfo +++ b/lang/smalltalk/distinfo @@ -1 +1 @@ -MD5 (smalltalk-2.0.8.tar.gz) = 61fe3fa132a418bc485e820e87e72cf2 +MD5 (smalltalk-2.0.10.tar.gz) = 6a0e8002f0975c3d3b6f6d662f3d8e50 diff --git a/lang/smalltalk/files/patch-Makefile b/lang/smalltalk/files/patch-Makefile deleted file mode 100644 index 34afaee5b0da..000000000000 --- a/lang/smalltalk/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.bak Tue Sep 10 18:17:27 2002 -+++ Makefile.in Sun Oct 13 01:00:49 2002 -@@ -146,7 +146,7 @@ - AUTOMAKE_OPTIONS = gnu 1.6 - ACLOCAL_AMFLAGS = -I config - --SUBDIRS = lib-src libltdl snprintfv lightning libgst xml net \ -+SUBDIRS = lib-src libltdl lightning libgst xml net \ - i18n config unsupported kernel compiler sunit tcp \ - examples blox vfs . tests doc - diff --git a/lang/smalltalk/files/patch-snprintfv::configure b/lang/smalltalk/files/patch-snprintfv::configure deleted file mode 100644 index 87747ffeab6a..000000000000 --- a/lang/smalltalk/files/patch-snprintfv::configure +++ /dev/null @@ -1,23 +0,0 @@ ---- snprintfv/configure.orig Tue Sep 10 18:02:44 2002 -+++ snprintfv/configure Sun Oct 13 02:01:04 2002 -@@ -10549,12 +10549,6 @@ - fi - if test x$ac_cv_header_limits_h = xyes; then - echo '#include <limits.h>' >> $tmpfile -- elif test x$ac_cv_header_values_h = xyes; then -- cat >> $tmpfile << '_EOF_' --#ifndef MAXINT --# include <values.h> --#endif /* MAXINT */ --_EOF_ - fi - if test x$ac_cv_header_string_h = xyes; then - echo '#include <string.h>' >> $tmpfile -@@ -10571,6 +10565,7 @@ - echo '#include <stdint.h>' >> $tmpfile - fi - if test x$ac_cv_type_intmax_t = xno; then -+ cat >> $tmpfile << '_EOF_' - #if __GNUC__ >= 2 - typedef long long intmax_t; - typedef unsigned long long uintmax_t; diff --git a/lang/smalltalk/pkg-plist b/lang/smalltalk/pkg-plist index e4eb5c245ad3..0f8e59d0b3ec 100644 --- a/lang/smalltalk/pkg-plist +++ b/lang/smalltalk/pkg-plist @@ -27,6 +27,7 @@ lib/smalltalk/regex.so lib/smalltalk/tcp.la lib/smalltalk/tcp.so share/aclocal/gst.m4 +share/aclocal/snprintfv.m4 share/smalltalk/Load.st share/smalltalk/Reload.st share/smalltalk/blox/BrowShell.st |