Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 05:01:41 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47077: Update port: lang/smalltalk to 2.0.11
Message-ID:  <20030115050141.502c006d.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47077
>Category:       ports
>Synopsis:       Update port: lang/smalltalk to 2.0.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 12:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.11

New file:
files/patch-examples::modules::Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/smalltalk/Makefile lang/smalltalk/Makefile
--- /usr/ports/lang/smalltalk/Makefile	Mon Jan  6 16:00:30 2003
+++ lang/smalltalk/Makefile	Wed Jan 15 02:47:50 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	smalltalk
-PORTVERSION=	2.0.10
+PORTVERSION=	2.0.11
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,8 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
-		gdbm.3:${PORTSDIR}/databases/gdbm \
-		gmp.6:${PORTSDIR}/math/libgmp4
+		gdbm.3:${PORTSDIR}/databases/gdbm
 
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
@@ -24,6 +23,7 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS=	--without-gmp
 
 MAN1=		gst.1
 
diff -urN /usr/ports/lang/smalltalk/distinfo lang/smalltalk/distinfo
--- /usr/ports/lang/smalltalk/distinfo	Mon Jan  6 16:00:30 2003
+++ lang/smalltalk/distinfo	Wed Jan 15 02:22:47 2003
@@ -1 +1 @@
-MD5 (smalltalk-2.0.10.tar.gz) = 6a0e8002f0975c3d3b6f6d662f3d8e50
+MD5 (smalltalk-2.0.11.tar.gz) = 8880b7137be0c1d84763a9049350ede1
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	Wed Jan 15 02:49:13 2003
@@ -0,0 +1,11 @@
+--- examples/modules/Makefile.in.orig	Thu Jan  2 05:07:46 2003
++++ examples/modules/Makefile.in	Wed Jan 15 02:48:58 2003
+@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030115050141.502c006d.tkato>