diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-08-30 05:32:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-08-30 05:32:34 +0000 |
commit | e98cf530f79334c96a437923ccdd818dd54c5d7f (patch) | |
tree | 6bca2e28d19513b43988cfe56e150f75ce7d418d /japanese/ruby-chasen | |
parent | e63925591777e14ce7e940871e831854ee9d547a (diff) | |
download | ports-e98cf530f79334c96a437923ccdd818dd54c5d7f.tar.gz ports-e98cf530f79334c96a437923ccdd818dd54c5d7f.zip |
Fix build error and unbreak.
PR: ports/68922
Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>,
Fumihiko Kimura <jfkimura@yahoo.co.jp>
Notes
Notes:
svn path=/head/; revision=117623
Diffstat (limited to 'japanese/ruby-chasen')
-rw-r--r-- | japanese/ruby-chasen/Makefile | 4 | ||||
-rw-r--r-- | japanese/ruby-chasen/files/patch-extconf.rb | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/japanese/ruby-chasen/Makefile b/japanese/ruby-chasen/Makefile index e955926c1b83..a148cbefb127 100644 --- a/japanese/ruby-chasen/Makefile +++ b/japanese/ruby-chasen/Makefile @@ -19,10 +19,6 @@ COMMENT= ChaSen module for Ruby LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen-base -BROKEN= "Does not build (cannot open Makefile)" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= Does not build (cannot open Makefile) - USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/japanese/ruby-chasen/files/patch-extconf.rb b/japanese/ruby-chasen/files/patch-extconf.rb index a61be34e22d5..7bad3524b8f2 100644 --- a/japanese/ruby-chasen/files/patch-extconf.rb +++ b/japanese/ruby-chasen/files/patch-extconf.rb @@ -1,6 +1,6 @@ ---- extconf.rb.orig Thu Sep 9 21:57:36 1999 -+++ extconf.rb Thu Mar 1 19:09:18 2001 -@@ -1,20 +1,6 @@ +--- extconf.rb.orig Thu Sep 9 05:57:36 1999 ++++ extconf.rb Sun Aug 29 21:26:29 2004 +@@ -1,20 +1,7 @@ require "mkmf" -require "parsearg" @@ -21,5 +21,6 @@ -end +dir_config("chasen") ++have_library("stdc++") +have_library("chasen", "chasen_getopt_argv") && create_makefile("chasen") |