summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-03 17:32:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-03 17:32:12 +0000
commitfd1224483e1a79f27e46681ca12a8eabd6ef53a0 (patch)
treef0727e0e9b260f82b08b0c876f310d8bd0c54ec6 /lang/smalltalk
parentModify the gnomeapplets2 dependency so it depends on a file that is (diff)
Update to 2.0.10
PR: 46305 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=72416
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile10
-rw-r--r--lang/smalltalk/distinfo2
-rw-r--r--lang/smalltalk/files/patch-Makefile11
-rw-r--r--lang/smalltalk/files/patch-snprintfv::configure23
-rw-r--r--lang/smalltalk/pkg-plist1
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