pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc - Switch to use vendor_dir with Ruby 1.8.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb38d70f8b3
branches:  trunk
changeset: 543502:5eb38d70f8b3
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 19 15:18:31 2008 +0000

description:
- Switch to use vendor_dir with Ruby 1.8.7.
- Make it build with Ruby 1.8.7, too.

Bump PKGREVISION.

diffstat:

 textproc/hyperestraier/distinfo             |   6 +++---
 textproc/hyperestraier/patches/patch-ad     |   4 ++--
 textproc/hyperestraier/patches/patch-ae     |  11 ++++++++++-
 textproc/ruby-native-hyperestraier/Makefile |   3 ++-
 textproc/ruby-native-hyperestraier/PLIST    |   4 ++--
 textproc/ruby-pure-hyperestraier/Makefile   |   3 ++-
 textproc/ruby-pure-hyperestraier/PLIST      |   4 ++--
 7 files changed, 23 insertions(+), 12 deletions(-)

diffs (105 lines):

diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/hyperestraier/distinfo
--- a/textproc/hyperestraier/distinfo   Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/hyperestraier/distinfo   Thu Jun 19 15:18:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2008/05/27 13:51:02 obache Exp $
+$NetBSD: distinfo,v 1.28 2008/06/19 15:18:31 taca Exp $
 
 SHA1 (hyperestraier-1.4.13.tar.gz) = 21c3f325f42019fef096172105c2fc16f3e72fc0
 RMD160 (hyperestraier-1.4.13.tar.gz) = 8af0af25df6d5bd45a09e9abfbb26300339b5a2c
@@ -6,5 +6,5 @@
 SHA1 (patch-aa) = 67e563ac93b2b3e09122d3fcd12fc443d437fdb3
 SHA1 (patch-ab) = f3f57404f02ff9928adc0a8c5c9ddec65700ce85
 SHA1 (patch-ac) = 06bc0a56cc3a7592995d615a1afbffce8fb99931
-SHA1 (patch-ad) = f2656b84d5f81d9844b97b5536262edc7dee1bdc
-SHA1 (patch-ae) = 28e525d1856ff21fa93f479b3eda65e292857d53
+SHA1 (patch-ad) = 519ec64e5e87b5de00a488b4d19d82fe336724f4
+SHA1 (patch-ae) = fcde455f65834f004897805b61de40b1171ae6dd
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/hyperestraier/patches/patch-ad
--- a/textproc/hyperestraier/patches/patch-ad   Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/hyperestraier/patches/patch-ad   Thu Jun 19 15:18:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2008/05/27 13:51:02 obache Exp $
+$NetBSD: patch-ad,v 1.4 2008/06/19 15:18:31 taca Exp $
 
 --- rubynative/configure.orig  2007-12-25 01:53:40.000000000 +0000
 +++ rubynative/configure
@@ -35,7 +35,7 @@
  
  # Librarh path
 -myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'`
-+myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitearchdir"))'`
++myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("vendorarchdir"))'`
  if test -n "$myrblibdir"
  then
    MYRBLIBDIR="$myrblibdir"
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/hyperestraier/patches/patch-ae
--- a/textproc/hyperestraier/patches/patch-ae   Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/hyperestraier/patches/patch-ae   Thu Jun 19 15:18:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.1 2008/05/27 13:51:02 obache Exp $
+$NetBSD: patch-ae,v 1.2 2008/06/19 15:18:31 taca Exp $
 
 --- rubypure/configure.orig    2007-12-25 01:53:42.000000000 +0000
 +++ rubypure/configure
@@ -30,3 +30,12 @@
  
  # Setting the default prefix
  if test "$prefix" = NONE
+@@ -1284,7 +1263,7 @@ fi
+ printf '%s\n' "$RDOC"
+ 
+ # Librarh path
+-myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("sitelibdir"))'`
++myrblibdir=`ruby -rrbconfig -e 'puts(Config::CONFIG.fetch("vendorlibdir"))'`
+ if test -n "$myrblibdir"
+ then
+   MYRBLIBDIR="$myrblibdir"
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/ruby-native-hyperestraier/Makefile
--- a/textproc/ruby-native-hyperestraier/Makefile       Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/ruby-native-hyperestraier/Makefile       Thu Jun 19 15:18:31 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/19 15:18:31 taca Exp $
 #
 
 .include "../../textproc/hyperestraier/Makefile.common"
 
 PKGNAME=       ${RUBY_PKGPREFIX}-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+PKGREVISION=   1
 CATEGORIES=    textproc ruby
 
 COMMENT=       Ruby native interface of Hyper Estaier
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/ruby-native-hyperestraier/PLIST
--- a/textproc/ruby-native-hyperestraier/PLIST  Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/ruby-native-hyperestraier/PLIST  Thu Jun 19 15:18:31 2008 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:42:27 obache Exp $
-${RUBY_SITEARCHLIBDIR}/estraier.${RUBY_DLEXT}
+@comment $NetBSD: PLIST,v 1.2 2008/06/19 15:18:31 taca Exp $
+${RUBY_VENDORARCHLIB}/estraier.${RUBY_DLEXT}
 bin/estcmd.rb
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/ruby-pure-hyperestraier/Makefile
--- a/textproc/ruby-pure-hyperestraier/Makefile Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/ruby-pure-hyperestraier/Makefile Thu Jun 19 15:18:31 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2007/04/05 12:21:27 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/19 15:18:31 taca Exp $
 #
 
 .include "../../textproc/hyperestraier/Makefile.common"
 
 PKGNAME=       ${RUBY_PKGPREFIX}-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+PKGREVISION=   1
 CATEGORIES=    textproc ruby
 
 COMMENT=       Ruby pure interface of Hyper Estaier
diff -r 92b0f121bc10 -r 5eb38d70f8b3 textproc/ruby-pure-hyperestraier/PLIST
--- a/textproc/ruby-pure-hyperestraier/PLIST    Thu Jun 19 15:16:28 2008 +0000
+++ b/textproc/ruby-pure-hyperestraier/PLIST    Thu Jun 19 15:18:31 2008 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/17 15:45:46 obache Exp $
-${RUBY_SITELIBDIR}/estraierpure.rb
+@comment $NetBSD: PLIST,v 1.2 2008/06/19 15:18:31 taca Exp $
+${RUBY_VENDORLIB}/estraierpure.rb
 bin/estcall.rb



Home | Main Index | Thread Index | Old Index