Date: Tue, 10 Dec 2002 00:26:43 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46140: Update port: lang/smalltalk to 2.0.9 Message-ID: <20021210002643.4db60044.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46140 >Category: ports >Synopsis: Update port: lang/smalltalk to 2.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 09 07:40:23 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.0.9 New file: files/patch-examples::modules::Makefile Remove file: files/patch-Makefile files/patch-snprintfv::configure >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/smalltalk/Makefile lang/smalltalk/Makefile --- /usr/ports/lang/smalltalk/Makefile Tue Nov 19 22:31:31 2002 +++ lang/smalltalk/Makefile Fri Dec 6 22:20:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= smalltalk -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -46,10 +46,8 @@ @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ '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 + @${REINPLACE_CMD} -e \ + 's|libsnprintfvc\.la|libsnprintfv.la|g' ${WRKSRC}/configure .include <bsd.port.mk> diff -urN /usr/ports/lang/smalltalk/distinfo lang/smalltalk/distinfo --- /usr/ports/lang/smalltalk/distinfo Tue Nov 19 22:31:31 2002 +++ lang/smalltalk/distinfo Fri Dec 6 21:32:22 2002 @@ -1 +1 @@ -MD5 (smalltalk-2.0.8.tar.gz) = 61fe3fa132a418bc485e820e87e72cf2 +MD5 (smalltalk-2.0.9.tar.gz) = 75248e8d95cdc62d6537c7b1ec5bd7a9 diff -urN /usr/ports/lang/smalltalk/files/patch-Makefile lang/smalltalk/files/patch-Makefile --- /usr/ports/lang/smalltalk/files/patch-Makefile Thu Oct 17 06:23:58 2002 +++ lang/smalltalk/files/patch-Makefile Thu Jan 1 09:00:00 1970 @@ -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 -urN /usr/ports/lang/smalltalk/files/patch-examples::modules::Makefile.in lang/smalltalk/files/patch-examples::modules::Makefile.in --- /usr/ports/lang/smalltalk/files/patch-examples::modules::Makefile.in Thu Jan 1 09:00:00 1970 +++ lang/smalltalk/files/patch-examples::modules::Makefile.in Fri Dec 6 22:13:08 2002 @@ -0,0 +1,11 @@ +--- examples/modules/Makefile.in.orig Thu Dec 5 21:04:45 2002 ++++ examples/modules/Makefile.in Fri Dec 6 22:12:55 2002 +@@ -183,7 +183,7 @@ + -no-undefined + + regex_la_SOURCES = regex.c re.c +-regex_la_LIBADD = ../../lib-src/library.la @LIBSNPRINTFV@ ++regex_la_LIBADD = ../../lib-src/library.la + + md5_la_SOURCES = md5.c + md5_la_LDFLAGS = -release $(VERSION) -module -no-undefined diff -urN /usr/ports/lang/smalltalk/files/patch-snprintfv::configure lang/smalltalk/files/patch-snprintfv::configure --- /usr/ports/lang/smalltalk/files/patch-snprintfv::configure Thu Oct 17 06:23:58 2002 +++ lang/smalltalk/files/patch-snprintfv::configure Thu Jan 1 09:00:00 1970 @@ -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 -urN /usr/ports/lang/smalltalk/pkg-plist lang/smalltalk/pkg-plist --- /usr/ports/lang/smalltalk/pkg-plist Fri Oct 18 19:00:17 2002 +++ lang/smalltalk/pkg-plist Fri Dec 6 22:19:23 2002 @@ -27,6 +27,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210002643.4db60044.tkato>