pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-selenium-webdriver



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec  8 13:18:52 UTC 2022

Modified Files:
        pkgsrc/www/ruby-selenium-webdriver: Makefile

Log Message:
www/ruby-selenium-webdriver: add CHECK_SHLIBS_SKIP

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-selenium-webdriver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-selenium-webdriver/Makefile
diff -u pkgsrc/www/ruby-selenium-webdriver/Makefile:1.19 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.20
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.19    Sun Dec  4 16:29:26 2022
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Thu Dec  8 13:18:51 2022
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-websocket>=1
 
 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