pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add RUBY_HAS_ARCHLIB which have machine dependent exte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fe94436461a
branches:  trunk
changeset: 488343:1fe94436461a
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jan 28 14:08:01 2005 +0000

description:
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.

Bump PKG_REVISION.

diffstat:

 comms/ruby-termios/Makefile        |  4 +++-
 converters/ruby-uconv/Makefile     |  4 +++-
 converters/ruby16-iconv/Makefile   |  3 ++-
 databases/ruby-mysql/Makefile      |  7 ++++---
 databases/ruby-postgresql/Makefile |  4 +++-
 devel/newfile/Makefile             |  8 ++++----
 devel/ruby-filelock/Makefile       |  4 +++-
 devel/ruby-strscan/Makefile        |  3 ++-
 devel/ruby-textbuf/Makefile        |  7 ++++---
 devel/ruby16-curses/Makefile       |  3 ++-
 devel/ruby16-zlib/Makefile         |  3 ++-
 graphics/ruby-gd/Makefile          |  4 +++-
 graphics/ruby-opengl/Makefile      |  4 +++-
 mail/ruby-tmail/Makefile           |  6 ++++--
 math/ruby-bigfloat/Makefile        |  3 ++-
 math/ruby-bitvector/Makefile       |  4 +++-
 math/ruby-gsl/Makefile             |  4 +++-
 net/dtcp/Makefile                  |  4 ++--
 security/ruby-tcpwrap/Makefile     |  4 +++-
 security/ruby16-openssl/Makefile   |  3 ++-
 sysutils/ruby-quota/Makefile       |  5 +++--
 textproc/ruby-eruby/Makefile       |  5 +++--
 textproc/ruby-xmlparser/Makefile   |  4 +++-
 www/ap-ruby/Makefile               |  4 +++-
 www/ap2-ruby/Makefile              |  6 ++++--
 www/ruby-clearsilver/Makefile      |  4 +++-
 x11/ruby-fox/Makefile              |  5 +++--
 x11/ruby-gtk/Makefile              |  4 +++-
 x11/ruby16-tcltklib/Makefile       |  3 ++-
 x11/ruby16-tk/Makefile             |  8 +++++---
 30 files changed, 89 insertions(+), 45 deletions(-)

diffs (truncated from 630 to 300 lines):

diff -r 8ea7e6d1acc5 -r 1fe94436461a comms/ruby-termios/Makefile
--- a/comms/ruby-termios/Makefile       Fri Jan 28 13:51:24 2005 +0000
+++ b/comms/ruby-termios/Makefile       Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/11/27 15:34:29 taca Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $
 #
 
 DISTNAME=      ruby-termios-0.9.4
 PKGNAME=       ${RUBY_PKGPREFIX}-termios-0.9.4
+PKGREVISION=   1
 CATEGORIES=    comms ruby
 MASTER_SITES=  http://arika.org/archive/
 
@@ -10,6 +11,7 @@
 HOMEPAGE=      http://arika.org/ruby/termios
 COMMENT=       Ruby extension to termios library
 
+RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
 
diff -r 8ea7e6d1acc5 -r 1fe94436461a converters/ruby-uconv/Makefile
--- a/converters/ruby-uconv/Makefile    Fri Jan 28 13:51:24 2005 +0000
+++ b/converters/ruby-uconv/Makefile    Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/11/29 05:53:40 taca Exp $
+# $NetBSD: Makefile,v 1.9 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp
 
 DISTNAME=      uconv-0.4.12
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    converters japanese ruby
 MASTER_SITES=  http://www.yoshidam.net/
 
@@ -10,6 +11,7 @@
 HOMEPAGE=      http://www.yoshidam.net/Ruby.html#uconv
 COMMENT=       Unicode conversion library with Japanese codesets support
 
+RUBY_HAS_ARCHLIB=      yes
 USE_RUBY_EXTCONF=      yes
 WRKSRC=                        ${WRKDIR}/uconv
 
diff -r 8ea7e6d1acc5 -r 1fe94436461a converters/ruby16-iconv/Makefile
--- a/converters/ruby16-iconv/Makefile  Fri Jan 28 13:51:24 2005 +0000
+++ b/converters/ruby16-iconv/Makefile  Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:24:15 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:01 taca Exp $
 #
 
 DISTNAME=      iconv-0.5
@@ -11,6 +11,7 @@
 COMMENT=       Iconv wrapper class for Ruby
 
 RUBY_VERSION=          ${RUBY16_VERSION}
+RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                YES
 USE_RUBY_EXTCONF=      YES
 USE_RUBY_RD=           YES
diff -r 8ea7e6d1acc5 -r 1fe94436461a databases/ruby-mysql/Makefile
--- a/databases/ruby-mysql/Makefile     Fri Jan 28 13:51:24 2005 +0000
+++ b/databases/ruby-mysql/Makefile     Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/11/27 15:45:57 taca Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $
 #
 
 DISTNAME=      mysql-ruby-2.5.1
 PKGNAME=       ${RUBY_PKGPREFIX}-mysql-2.5.1
+PKGREVISION=   1
 CATEGORIES=    databases ruby
 MASTER_SITES=  http://www.tmtm.org/mysql/ruby/
 
@@ -10,8 +11,8 @@
 HOMEPAGE=       http://www.tmtm.org/mysql/ruby/
 COMMENT=       Ruby extension for MySQL
 
-USE_BUILDLINK3=        yes
-
+RUBY_HAS_ARCHLIB=      yes
+USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
 INSTALL_TARGET=                site-install
 CONFIGURE_ARGS+= --with-mysql-include-dir=${BUILDLINK_PREFIX.mysql-client}/include \
diff -r 8ea7e6d1acc5 -r 1fe94436461a databases/ruby-postgresql/Makefile
--- a/databases/ruby-postgresql/Makefile        Fri Jan 28 13:51:24 2005 +0000
+++ b/databases/ruby-postgresql/Makefile        Fri Jan 28 14:08:01 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/11/27 15:47:02 taca Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/28 14:08:01 taca Exp $
 
 DISTNAME=              ruby-postgres-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-postgresql-${VERSION}
+PKGREVISION=           1
 CATEGORIES=            databases ruby
 MASTER_SITES=          http://www.postgresql.jp/interfaces/ruby/archive/
 
@@ -9,6 +10,7 @@
 HOMEPAGE=              http://www.postgresql.jp/interfaces/ruby/a
 COMMENT=               Ruby extension for postgresql
 
+RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
 VERSION=               0.7.1
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/newfile/Makefile
--- a/devel/newfile/Makefile    Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/newfile/Makefile    Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/12/16 07:10:16 taca Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/28 14:08:01 taca Exp $
 #
 
 DISTNAME=      newfile-1.0.14
@@ -9,9 +9,9 @@
 HOMEPAGE=      http://newfile.sourceforge.net/
 COMMENT=       Tool for creating starter files in various languages
 
-USE_BUILDLINK3=        YES
-NO_BUILD=      YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK3=        yes
+NO_BUILD=      yes
+GNU_CONFIGURE= yes
 
 .include "../../lang/ruby/rubyversion.mk"
 
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/ruby-filelock/Makefile
--- a/devel/ruby-filelock/Makefile      Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/ruby-filelock/Makefile      Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/11/27 16:01:37 taca Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/devel/ruby-filelock/Makefile,v 1.4 2000/09/26 08:01:52 knu Exp
 
 DISTNAME=      filelock-0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel ruby
 MASTER_SITES=  ftp://ftp.ruby-lang.org/pub/ruby/contrib/
 
@@ -10,6 +11,7 @@
 HOMEPAGE=      # not available
 COMMENT=       Ruby module which provides file locking mechanism
 
+RUBY_HAS_ARCHLIB=      yes
 USE_RUBY_EXTCONF=      yes
 INSTALL_TARGET=                site-install
 DOCS=                  README
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/ruby-strscan/Makefile
--- a/devel/ruby-strscan/Makefile       Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/ruby-strscan/Makefile       Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/11/28 06:04:04 taca Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/devel/ruby-strscan/Makefile,v 1.13 2001/01/27 09:41:20 knu Exp
 
 DISTNAME=      strscan-0.6.7
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.loveruby.net/en/strscan.html
 COMMENT=       Fast string scanner class library for Ruby
 
+RUBY_HAS_ARCHLIB=      yes
 RUBY_VERSION=          ${RUBY16_VERSION}
 USE_RUBY_SETUP=                yes
 RUBY_SETUP=            install.rb
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/ruby-textbuf/Makefile
--- a/devel/ruby-textbuf/Makefile       Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/ruby-textbuf/Makefile       Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/11/28 06:04:55 taca Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/devel/ruby-textbuf/Makefile,v 1.1 2001/01/19 06:16:46 knu Exp
 
 DISTNAME=      textbuf-0.3.8
@@ -10,8 +10,9 @@
 HOMEPAGE=      http://www.loveruby.net/en/textbuf.html
 COMMENT=       Gapped text buffer extension for Ruby
 
-RUBY_VERSION=  ${RUBY16_VERSION}
-USE_RUBY_SETUP=        yes
+RUBY_HAS_ARCHLIB=      yes
+RUBY_VERSION=          ${RUBY16_VERSION}
+USE_RUBY_SETUP=                yes
 
 DOCS=          README.en README.ja
 
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/ruby16-curses/Makefile
--- a/devel/ruby16-curses/Makefile      Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/ruby16-curses/Makefile      Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:35:59 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:01 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -10,6 +10,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to curses library
 
+RUBY_HAS_ARCHLIB=      yes
 RUBY_VERSION=          ${RUBY16_VERSION}
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
diff -r 8ea7e6d1acc5 -r 1fe94436461a devel/ruby16-zlib/Makefile
--- a/devel/ruby16-zlib/Makefile        Fri Jan 28 13:51:24 2005 +0000
+++ b/devel/ruby16-zlib/Makefile        Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/30 16:56:33 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/archivers/ruby-zlib/Makefile,v 1.7 2000/09/26 22:01:12 knu Exp
 
 DISTNAME=      ruby-zlib-${VERSION}
@@ -11,6 +11,7 @@
 COMMENT=       Zlib library for Ruby 1.6.X
 
 VERSION=               0.6.0
+RUBY_HAS_ARCHLIB=      yes
 RUBY_VERSION=          ${RUBY16_VERSION}
 USE_RUBY_EXTCONF=      yes
 
diff -r 8ea7e6d1acc5 -r 1fe94436461a graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Fri Jan 28 13:51:24 2005 +0000
+++ b/graphics/ruby-gd/Makefile Fri Jan 28 14:08:01 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/11/27 16:12:57 taca Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/28 14:08:01 taca Exp $
 
 DISTNAME=      ruby-GD-${VER}-1
 PKGNAME=       ${RUBY_PKGPREFIX}-gd-${VER}.1
+PKGREVISION=   1
 CATEGORIES=    graphics ruby
 MASTER_SITES=  http://tam.0xfa.com/ruby-gd/
 
@@ -9,6 +10,7 @@
 HOMEPAGE=      # not available
 COMMENT=       Ruby extension to drive the GD library
 
+RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
 WRKSRC=                        ${WRKDIR}/ruby-GD-${VER}
diff -r 8ea7e6d1acc5 -r 1fe94436461a graphics/ruby-opengl/Makefile
--- a/graphics/ruby-opengl/Makefile     Fri Jan 28 13:51:24 2005 +0000
+++ b/graphics/ruby-opengl/Makefile     Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2004/11/28 14:55:00 taca Exp $
+# $NetBSD: Makefile,v 1.16 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp
 
 DISTNAME=      rbogl-${VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-opengl-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    graphics ruby
 MASTER_SITES=  http://www2.giganet.net/~yoshi/
 
@@ -10,6 +11,7 @@
 HOMEPAGE=      http://www2.giganet.net/~yoshi/
 COMMENT=       OpenGL/GLU/GLUT interface modules for Ruby
 
+RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
 USE_X11=               yes
diff -r 8ea7e6d1acc5 -r 1fe94436461a mail/ruby-tmail/Makefile
--- a/mail/ruby-tmail/Makefile  Fri Jan 28 13:51:24 2005 +0000
+++ b/mail/ruby-tmail/Makefile  Fri Jan 28 14:08:01 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/11/27 16:14:11 taca Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/mail/ruby-tmail/Makefile,v 1.10 2001/01/27 09:46:32 knu Exp
 
 DISTNAME=      tmail-0.10.8
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    mail ruby
 MASTER_SITES=  http://www.loveruby.net/archive/tmail/
 
@@ -10,7 +11,8 @@
 HOMEPAGE=      http://www.loveruby.net/en/tmail.html
 COMMENT=       Mail manipulating library for Ruby including MIME multipart support
 
-USE_RUBY_SETUP=        yes
+RUBY_HAS_ARCHLIB=      yes
+USE_RUBY_SETUP=                yes
 
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/tmail/en
diff -r 8ea7e6d1acc5 -r 1fe94436461a math/ruby-bigfloat/Makefile
--- a/math/ruby-bigfloat/Makefile       Fri Jan 28 13:51:24 2005 +0000
+++ b/math/ruby-bigfloat/Makefile       Fri Jan 28 14:08:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/27 16:20:25 taca Exp $
+# $NetBSD: Makefile,v 1.9 2005/01/28 14:08:01 taca Exp $
 # FreeBSD: ports/math/ruby-bigfloat/Makefile,v 1.8 2000/10/02 14:57:26 knu Exp
 
 DISTNAME=      bigfloat-1.2.1
@@ -10,6 +10,7 @@



Home | Main Index | Thread Index | Old Index