diff options
author | knu <knu@FreeBSD.org> | 2002-09-27 21:55:41 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-27 21:55:41 +0800 |
commit | 8ab3d80e5ecb57db818c7768d639225832d66bca (patch) | |
tree | a7e4d51ce189aaa2082a0b4089d57a75febfa483 /lang/ruby18 | |
parent | dbc5c175c52684ec1a942c09526ddcf024589994 (diff) | |
download | freebsd-ports-gnome-8ab3d80e5ecb57db818c7768d639225832d66bca.tar.gz freebsd-ports-gnome-8ab3d80e5ecb57db818c7768d639225832d66bca.tar.zst freebsd-ports-gnome-8ab3d80e5ecb57db818c7768d639225832d66bca.zip |
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/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 7 | ||||
-rw-r--r-- | lang/ruby18/distinfo | 4 | ||||
-rw-r--r-- | lang/ruby18/pkg-message | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index eb2b0e000da7..86b1fb40769b 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -24,8 +24,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf - .if defined(WITH_ONIGURUMA) ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY} ONIGURUMA_MASTER_SITE_SUBDIR= contrib @@ -45,12 +43,12 @@ RUBY_NO_RUN_DEPENDS= yes #USE_AUTOCONF= yes # does not work with 2.13; requires 2.53 or later GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --enable-shared MAKE_ENV= LANG=C # prevent bison 1.33 w/ gettext 0.10.35 from coredumping MAKE_ARGS= -j3 +INSTALLS_SHLIB= yes MAN1= ruby${_RUBY_SUFFIX}.1 LATEST_LINK= ruby-devel @@ -110,9 +108,6 @@ post-patch: ${MV} ${WRKSRC}/ext/${d} ${WRKDIR}/ .endfor -pre-configure: - cd ${WRKSRC}; autoconf - pre-install: ${RM} -f ${RUBY_WITHOUT_SUFFIX}${RUBY_R} \ ${PREFIX}/man/man1/ruby${RUBY_R}.1 \ diff --git a/lang/ruby18/distinfo b/lang/ruby18/distinfo index 5c12f472cbc0..5825638d6ece 100644 --- a/lang/ruby18/distinfo +++ b/lang/ruby18/distinfo @@ -1,4 +1,2 @@ -MD5 (ruby/ruby-1.7-2002.09.12.tar.bz2) = 4f85e9368137db51eab34e14f2301efa -MD5 (ruby/ruby-1.7-2002.09.12-2002.09.17.diff.bz2) = ffe16aadf69c9d8f9552536f4803020b -MD5 (ruby/ruby-1.7-2002.09.17-2002.09.20.diff.bz2) = a4a9f9d197c1014b13ad165d3034a98d +MD5 (ruby/ruby-1.7.3-2002.09.27.tar.bz2) = 07b719c23124b58be95cd4895c6510c6 MD5 (ruby/onigd20020424.tar.gz) = d5e6505aa776378a58cdb0fd4ef9cdc0 diff --git a/lang/ruby18/pkg-message b/lang/ruby18/pkg-message index 0a25857ba8da..8c0b38ef6dbf 100644 --- a/lang/ruby18/pkg-message +++ b/lang/ruby18/pkg-message @@ -7,6 +7,8 @@ set RUBY_DEFAULT_VER=1.7. Note that some stuff that comes with the standard Ruby distribution is provided as separate ports: + converters/ruby-iconv iconv module + databases/ruby-gdbm: GDBM module lang/ruby-tcltklib: Tcl/Tk libraries |