Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jul 2006 20:46:11 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        David J Brooks <daeg@houston.rr.com>
Cc:        Kostik Belousov <kostikbel@gmail.com>, FreeBSD Ports <ports@freebsd.org>, knu@FreeBSD.org
Subject:   patch for ruby-bdb (Was: portupgrade portupgrade leaves an error....)
Message-ID:  <44A6A6D3.9070201@FreeBSD.org>
In-Reply-To: <44A68B2A.8020903@FreeBSD.org>
References:  <200606301851.39983.daeg@houston.rr.com>	<44A675F7.7020204@FreeBSD.org> <44A67F4D.5060809@FreeBSD.org>	<200607010945.34281.daeg@houston.rr.com> <44A68B2A.8020903@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Well, I did send-pr a couple hours ago but it's still not in GNATS.
I'm afraid I can forget to track. So here is a patch.
IIRC attachment will cut in main list, so here is cut&paste. The patch
is two-lined, so you can apply the changes by hands.

-- 
Dixi.
Sem.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/ruby-bdb/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile    7 Jun 2006 05:57:47 -0000       1.49
+++ Makefile    1 Jul 2006 15:01:54 -0000
@@ -7,6 +7,7 @@

 PORTNAME=      bdb
 PORTVERSION=   0.5.9
+PORTREVISION=  1
 CATEGORIES=    databases ruby
 MASTER_SITES=  ftp://moulon.inra.fr/pub/ruby/
 PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -24,7 +25,8 @@
 USE_RUBY_EXTCONF=      yes
 USE_RUBY_RDOC=         yes

-CONFIGURE_ARGS=        --with-db-include=${BDB_INCLUDE_DIR} \
+CONFIGURE_ARGS=
--with-db-version=-${_BDB_VER:C/([0-9])([0-9])/\1.\2/} \
+               --with-db-include=${BDB_INCLUDE_DIR} \
                --with-db-lib=${BDB_LIB_DIR}
 INSTALL_TARGET=        site-install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44A6A6D3.9070201>