From 9d4d55e233936fe1fac2f63103cdf7a7af11dcc4 Mon Sep 17 00:00:00 2001 From: jeremy Date: Fri, 25 Mar 2011 17:02:35 +0000 Subject: [PATCH] Build the ruby 1.9 version of some ruby gem ports with C extensions by default. OK landry@ --- audio/Makefile | 3 ++- converters/Makefile | 3 ++- databases/Makefile | 4 +++- devel/Makefile | 5 ++++- graphics/Makefile | 3 ++- net/Makefile | 3 ++- security/Makefile | 3 ++- textproc/Makefile | 7 ++++++- www/Makefile | 3 ++- 9 files changed, 25 insertions(+), 9 deletions(-) diff --git a/audio/Makefile b/audio/Makefile index a8b79351256..7e19773f864 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.257 2011/03/22 09:18:35 espie Exp $ +# $OpenBSD: Makefile,v 1.258 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.40 1997/11/16 22:49:20 fenner Exp $ SUBDIR = @@ -174,6 +174,7 @@ SUBDIR += rtunes SUBDIR += ruby-id3lib SUBDIR += ruby-vorbis_comment + SUBDIR += ruby-vorbis_comment,ruby19 SUBDIR += scmpc SUBDIR += shell-fm SUBDIR += shorten diff --git a/converters/Makefile b/converters/Makefile index 382597f0952..f6682be112b 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2011/03/11 13:40:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.52 2011/03/25 17:02:35 jeremy Exp $ # SUBDIR = @@ -54,6 +54,7 @@ SUBDIR += recode SUBDIR += rpm2cpio SUBDIR += ruby-json + SUBDIR += ruby-json,ruby19 SUBDIR += trans SUBDIR += wv SUBDIR += wv2 diff --git a/databases/Makefile b/databases/Makefile index 80ce5c09c02..a8d5ef92b22 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.193 2011/03/25 10:08:11 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.194 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ # SUBDIR = @@ -178,12 +178,14 @@ SUBDIR += ruby-jdbc-sqlite3 SUBDIR += ruby-kirbybase SUBDIR += ruby-ldap + SUBDIR += ruby-ldap,ruby19 SUBDIR += ruby-mysql SUBDIR += ruby-mysql,ruby19 SUBDIR += ruby-mysql,rbx SUBDIR += ruby-mysql2 SUBDIR += ruby-mysql2,ruby19 SUBDIR += ruby-mysqlplus + SUBDIR += ruby-mysqlplus,ruby19 SUBDIR += ruby-pg SUBDIR += ruby-pg,ruby19 SUBDIR += ruby-pg,rbx diff --git a/devel/Makefile b/devel/Makefile index 41c30f6f444..ec6f64584dc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.907 2011/03/25 10:08:10 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.908 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $ SUBDIR = @@ -1007,6 +1007,7 @@ SUBDIR += ruby-i18n SUBDIR += ruby-isolate SUBDIR += ruby-kgio + SUBDIR += ruby-kgio,ruby19 SUBDIR += ruby-linecache SUBDIR += ruby-locale SUBDIR += ruby-minitest @@ -1020,6 +1021,7 @@ SUBDIR += ruby-parsetree SUBDIR += ruby-polyglot SUBDIR += ruby-prof + SUBDIR += ruby-prof,ruby19 SUBDIR += ruby-rack-test SUBDIR += ruby-rake SUBDIR += ruby-rake-compiler @@ -1035,6 +1037,7 @@ SUBDIR += ruby-sexp_processor SUBDIR += ruby-stringex SUBDIR += ruby-subset_sum + SUBDIR += ruby-subset_sum,ruby19 SUBDIR += ruby-systemtimer SUBDIR += ruby-term-ansicolor SUBDIR += ruby-tilt diff --git a/graphics/Makefile b/graphics/Makefile index 3bbde09aada..193fba20d2a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.280 2011/03/09 10:01:20 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.281 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $ # @@ -201,6 +201,7 @@ SUBDIR += ruby-gruff SUBDIR += ruby-mini_magick SUBDIR += ruby-rmagick + SUBDIR += ruby-rmagick,ruby19 SUBDIR += s10sh SUBDIR += sane-backends SUBDIR += sane-frontends diff --git a/net/Makefile b/net/Makefile index f06fc7012f8..e380bdd90de 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.683 2011/03/24 06:53:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.684 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $ # @@ -453,6 +453,7 @@ SUBDIR += ruby-bunny SUBDIR += ruby-errand SUBDIR += ruby-eventmachine + SUBDIR += ruby-eventmachine,ruby19 SUBDIR += ruby-minion SUBDIR += ruby-net-dns SUBDIR += ruby-net-scp diff --git a/security/Makefile b/security/Makefile index 450941926e3..f8d9086d625 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.255 2011/03/16 10:12:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.256 2011/03/25 17:02:35 jeremy Exp $ # $FreeBSD: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp $ # @@ -198,6 +198,7 @@ SUBDIR += rarcrack SUBDIR += rdp SUBDIR += ruby-bcrypt + SUBDIR += ruby-bcrypt,ruby19 SUBDIR += ruby-ezcrypto SUBDIR += ruby-openid SUBDIR += ruby-yadis diff --git a/textproc/Makefile b/textproc/Makefile index 090ba69a82f..5ecbdac5505 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.319 2011/03/19 17:00:02 schwarze Exp $ +# $OpenBSD: Makefile,v 1.320 2011/03/25 17:02:36 jeremy Exp $ # $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $ SUBDIR = @@ -277,8 +277,10 @@ SUBDIR += ruby-fastercsv SUBDIR += ruby-fastri SUBDIR += ruby-fast-stemmer + SUBDIR += ruby-fast-stemmer,ruby19 SUBDIR += ruby-haml SUBDIR += ruby-hpricot + SUBDIR += ruby-hpricot,ruby19 SUBDIR += ruby-htmlentities SUBDIR += ruby-hyperestraier SUBDIR += ruby-icalendar @@ -286,12 +288,15 @@ SUBDIR += ruby-markaby SUBDIR += ruby-maruku SUBDIR += ruby-nokogiri + SUBDIR += ruby-nokogiri,ruby19 SUBDIR += ruby-pdf-reader SUBDIR += ruby-pdf-writer SUBDIR += ruby-prawn SUBDIR += ruby-randexp SUBDIR += ruby-rdiscount + SUBDIR += ruby-rdiscount,ruby19 SUBDIR += ruby-redcloth + SUBDIR += ruby-redcloth,ruby19 SUBDIR += ruby-rss SUBDIR += ruby-rtex SUBDIR += ruby-rubigen diff --git a/www/Makefile b/www/Makefile index 4674ae24ad3..8b12e785655 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.498 2011/03/25 10:29:57 pirofti Exp $ +# $OpenBSD: Makefile,v 1.499 2011/03/25 17:02:37 jeremy Exp $ # $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp $ SUBDIR = @@ -411,6 +411,7 @@ SUBDIR += ruby-rest-client SUBDIR += ruby-sinatra SUBDIR += ruby-thin + SUBDIR += ruby-thin,ruby19 SUBDIR += ruby-thin_http SUBDIR += ruby-unicorn SUBDIR += ruby-unicorn,ruby19