diff options
author | knu <knu@FreeBSD.org> | 2002-09-27 13:55:41 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-27 13:55:41 +0000 |
commit | 8ab3d80e5ecb57db818c7768d639225832d66bca (patch) | |
tree | a7e4d51ce189aaa2082a0b4089d57a75febfa483 /lang/ruby16_static | |
parent | dbc5c175c52684ec1a942c09526ddcf024589994 (diff) | |
download | FreeBSD-ports-8ab3d80e5ecb57db818c7768d639225832d66bca.zip FreeBSD-ports-8ab3d80e5ecb57db818c7768d639225832d66bca.tar.gz |
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.
Remove the autoconf dependency by including a pre-generated configure
script in the distfile. It now also includes a pre-generated parse.c
made by bison 1.35.
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r-- | lang/ruby16_static/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index cf3db63..945722c 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -39,15 +39,6 @@ EXT_PORTS+= converters/ruby-iconv BUILD_DEPENDS+= ${NONEXISTENT}:${_PORTSDIR}/${p}:patch .endfor -.if defined(RUBY_VER) -.if ${RUBY_VER} > 1.6 -NEWAUTOCONF= yes -.endif -.endif - -.if defined(NEWAUTOCONF) -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf -.endif GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} @@ -126,11 +117,6 @@ do-extract: echo $$extdir; \ done >> Setup -.if defined(NEWAUTOCONF) -pre-configure: - cd ${WRKSRC}; autoconf -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${RUBY_NAME} ${RUBY_WITH_SUFFIX}_s .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} |