pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q4]: pkgsrc/x11/ruby-tk-gem Pullup ticket #6105 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1444f1c9f664
branches:  pkgsrc-2019Q4
changeset: 419706:1444f1c9f664
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Dec 30 20:10:56 2019 +0000

description:
Pullup ticket #6105 - requested by taca
x11/ruby-tk-gem: build fix

Revisions pulled up:
- x11/ruby-tk-gem/Makefile                                      1.6
- x11/ruby-tk-gem/PLIST                                         1.3

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Dec 29 16:59:24 UTC 2019

   Modified Files:
        pkgsrc/x11/ruby-tk-gem: Makefile PLIST

   Log Message:
   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 f3f8ad1a6276 -r 1444f1c9f664 x11/ruby-tk-gem/Makefile
--- a/x11/ruby-tk-gem/Makefile  Sat Dec 28 19:32:37 2019 +0000
+++ b/x11/ruby-tk-gem/Makefile  Mon Dec 30 20:10:56 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/11/03 09:14:18 rillig Exp $
+# $NetBSD: Makefile,v 1.5.4.1 2019/12/30 20:10:56 bsiegert 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 f3f8ad1a6276 -r 1444f1c9f664 x11/ruby-tk-gem/PLIST
--- a/x11/ruby-tk-gem/PLIST     Sat Dec 28 19:32:37 2019 +0000
+++ b/x11/ruby-tk-gem/PLIST     Mon Dec 30 20:10:56 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.2.18.1 2019/12/30 20:10:56 bsiegert 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