pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2006Q1]: pkgsrc/x11/ruby-tk Pullup ticket 1679 - requested by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/950018e8ee67
branches: pkgsrc-2006Q1
changeset: 510331:950018e8ee67
user: salo <salo%pkgsrc.org@localhost>
date: Wed Jun 07 22:44:08 2006 +0000
description:
Pullup ticket 1679 - requested by taca
runtime fix for ruby-tk
Revisions pulled up:
- pkgsrc/x11/ruby-tk/Makefile 1.23
Module Name: pkgsrc
Committed By: taca
Date: Wed May 31 04:08:27 UTC 2006
Modified Files:
pkgsrc/x11/ruby-tk: Makefile
Log Message:
Specify X11BASE as configuration parameter. This change should fix
the problem which cause LoadError of libX11.so.6. This problem was
noted by rudolf <netbsd at eq.cz> on pkgsrc-users.
Bump PKGREVISION.
diffstat:
x11/ruby-tk/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r ae7e5eb5d79a -r 950018e8ee67 x11/ruby-tk/Makefile
--- a/x11/ruby-tk/Makefile Wed Jun 07 21:29:48 2006 +0000
+++ b/x11/ruby-tk/Makefile Wed Jun 07 22:44:08 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:11:43 joerg Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2006/06/07 22:44:08 salo Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-tk-${RUBY_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -14,6 +14,7 @@
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
WRKSRC= ${RUBY_WRKSRC}/ext/tk
+CONFIGURE_ARGS+= --with-X11-dir=${X11BASE:Q}
REPLACE_RUBY_DIRS= ${WRKSRC}/sample
Home |
Main Index |
Thread Index |
Old Index