diff options
author | knu <knu@FreeBSD.org> | 2002-12-25 02:12:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-25 02:12:20 +0800 |
commit | 04add8815acabc1c524727540808910339ea3de9 (patch) | |
tree | 0e28f7fdcc3d660d9ab7f3e886f1803e7733637f /lang/ruby16/Makefile | |
parent | 3e5d3e0d6f29f35f256d36f57d9e8c9a1f0a8ea0 (diff) | |
download | freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.tar.gz freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.tar.zst freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.zip |
lang/ruby:
- Update to the 1.6.8 final release. (which fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Attach a small knob for debugging.
lang/ruby-devel
- Update to 1.8.0 preview 1 + errata patch. (fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Fix pkg-plist nits.
lang/ruby16-shim-ruby18
- Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1)
- Fix pkg-plist nits.
Approved by: lioux (and self)
A Merry Christmas to: all of you
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r-- | lang/ruby16/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index e17bcabb2967..6781d8c532d4 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -27,7 +27,7 @@ MAINTAINER= knu@FreeBSD.org .if defined(WITH_ONIGURUMA) ONIGURUMA_MASTER_SITES= ${MASTER_SITE_RUBY} ONIGURUMA_MASTER_SITE_SUBDIR= contrib -ONIGURUMA_DISTFILE= onigd20020424.tar.gz +ONIGURUMA_DISTFILE= onigd20021210.tar.gz PLIST_SUB+= ONIGURUMA="" .else PLIST_SUB+= ONIGURUMA="@comment " @@ -44,6 +44,12 @@ GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --enable-shared + +.if defined(DEBUG) +CFLAGS+= -g +STRIP= # none +.endif + MAKE_ARGS= -j3 INSTALLS_SHLIB= yes MAN1= ruby${_RUBY_SUFFIX}.1 |