pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-selenium



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 19 15:24:50 UTC 2018

Modified Files:
        pkgsrc/www/py-selenium: Makefile

Log Message:
py-selenium: Skip Linux shared libraries for SSP checks too.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-selenium/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/py-selenium/Makefile
diff -u pkgsrc/www/py-selenium/Makefile:1.11 pkgsrc/www/py-selenium/Makefile:1.12
--- pkgsrc/www/py-selenium/Makefile:1.11        Mon Sep 24 09:32:30 2018
+++ pkgsrc/www/py-selenium/Makefile     Fri Oct 19 15:24:50 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/09/24 09:32:30 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/10/19 15:24:50 jperkin Exp $
 
 DISTNAME=      selenium-3.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@ USE_LANGUAGES=        # none
 # these are for Linux only; see selenium/webdriver/firefox/firefox_binary.py
 CHECK_SHLIBS_SKIP+=    ${PYSITELIB}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
 CHECK_SHLIBS_SKIP+=    ${PYSITELIB}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
+CHECK_SSP_SKIP=                ${CHECK_SHLIBS_SKIP}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index