diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 19:25:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 19:25:28 +0000 |
commit | a3c0f873b80eb23399f908433874067b7c861358 (patch) | |
tree | 91473a13fe7b563876d92576d77bebb69ed98e74 /lang/smalltalk | |
parent | c030d56b056d934a6c8c2dc57e95b38f0feb643e (diff) | |
download | ports-a3c0f873b80eb23399f908433874067b7c861358.tar.gz ports-a3c0f873b80eb23399f908433874067b7c861358.zip |
Notes
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 10 | ||||
-rw-r--r-- | lang/smalltalk/distinfo | 2 | ||||
-rw-r--r-- | lang/smalltalk/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 6365bf1830f1..c873659a191f 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smalltalk -PORTVERSION= 1.95.6 +PORTVERSION= 1.95.7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= # none -CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= MAKEINFO='makeinfo --no-split' +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= gst.1 @@ -25,7 +25,7 @@ post-extract: pre-patch: @find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \ - 's| -release \$$\(VERSION\)| -avoid-version|g ; \ - s|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' + 's| -release \$$\(VERSION\)| -avoid-version|g' + @${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/ltdl/ltdl.c .include <bsd.port.mk> diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo index bfeed6ff8be0..bda62db022be 100644 --- a/lang/smalltalk/distinfo +++ b/lang/smalltalk/distinfo @@ -1 +1 @@ -MD5 (smalltalk-1.95.6.tar.gz) = a527071ed6f7e5f67dc2d9891b916a5b +MD5 (smalltalk-1.95.7.tar.gz) = 5f04fda7b776df832e72138918cb81f2 diff --git a/lang/smalltalk/pkg-plist b/lang/smalltalk/pkg-plist index f31ea677eae3..a23c0f3b82bb 100644 --- a/lang/smalltalk/pkg-plist +++ b/lang/smalltalk/pkg-plist @@ -233,6 +233,8 @@ share/smalltalk/web/recent.jpg share/smalltalk/web/rename.jpg share/smalltalk/web/test.st share/smalltalk/web/top.jpg +share/smalltalk/xml/Id-DOM.st +share/smalltalk/xml/Id-XWalker.st share/smalltalk/xml/XML.st @dirrm share/smalltalk/xml @dirrm share/smalltalk/web |