pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-selenium-webdriver www/ruby-selenium-webdrive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec3a9ecc7067
branches:  trunk
changeset: 389710:ec3a9ecc7067
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 08 13:18:51 2022 +0000

description:
www/ruby-selenium-webdriver: add CHECK_SHLIBS_SKIP

Do not check ${GEM_LIBDIR}/bin/* since these are prebuilt binaries
for Linux, MacOS and Windows.

diffstat:

 www/ruby-selenium-webdriver/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 947bcc3477e7 -r ec3a9ecc7067 www/ruby-selenium-webdriver/Makefile
--- a/www/ruby-selenium-webdriver/Makefile      Thu Dec 08 13:08:06 2022 +0000
+++ b/www/ruby-selenium-webdriver/Makefile      Thu Dec 08 13:18:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/12/04 16:29:26 taca Exp $
+# $NetBSD: Makefile,v 1.20 2022/12/08 13:18:51 taca Exp $
 
 DISTNAME=      selenium-webdriver-4.7.1
 CATEGORIES=    www
@@ -14,6 +14,8 @@
 
 USE_LANGUAGES= # none
 
+CHECK_SHLIBS_SKIP=     ${GEM_LIBDIR}/bin/*
+
 .include "../../lang/ruby/rubyversion.mk"
 .if ${RUBY_VER} == "27"
 DEPENDS+=      ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml



Home | Main Index | Thread Index | Old Index