pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ruby-tk-gem x11/ruby-tk-gem: fix build problem on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d68e5468da52
branches:  trunk
changeset: 346178:d68e5468da52
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 29 16:59:24 2019 +0000

description:
x11/ruby-tk-gem: fix build problem on native X11

Fix build problem on native X11.

Bump PKGREVISION since PLIST is changed.

diffstat:

 x11/ruby-tk-gem/Makefile |  6 +++++-
 x11/ruby-tk-gem/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 14dbd4e638a5 -r d68e5468da52 x11/ruby-tk-gem/Makefile
--- a/x11/ruby-tk-gem/Makefile  Sun Dec 29 16:59:08 2019 +0000
+++ b/x11/ruby-tk-gem/Makefile  Sun Dec 29 16:59:24 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/11/03 09:14:18 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/29 16:59:24 taca Exp $
 
 DISTNAME=              tk-0.2.0
+PKGREVISION=           1
 CATEGORIES=            x11 ruby
 
 MAINTAINER=            taca%NetBSD.org@localhost
@@ -10,6 +11,9 @@
 
 RUBY_VERSIONS_ACCEPTED=        24 25 26
 
+CONFIGURE_ARGS+=       --with-X11-dir=${X11BASE:Q} \
+                       --with-X11-lib=${BUILDLINK_PREFIX.libX11}/lib
+
 .include "../../lang/ruby/gem.mk"
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
diff -r 14dbd4e638a5 -r d68e5468da52 x11/ruby-tk-gem/PLIST
--- a/x11/ruby-tk-gem/PLIST     Sun Dec 29 16:59:08 2019 +0000
+++ b/x11/ruby-tk-gem/PLIST     Sun Dec 29 16:59:24 2019 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:30:04 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/12/29 16:59:24 taca Exp $
+${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/tcltklib.${RUBY_DLEXT}



Home | Main Index | Thread Index | Old Index