pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct  6 14:34:01 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-redmine: Makefile

Log Message:
ruby-redmine: Disable SSP checks for bundled .so files.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-redmine/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-redmine/Makefile
diff -u pkgsrc/devel/ruby-redmine/Makefile:1.24 pkgsrc/devel/ruby-redmine/Makefile:1.25
--- pkgsrc/devel/ruby-redmine/Makefile:1.24     Fri Sep 29 13:13:25 2017
+++ pkgsrc/devel/ruby-redmine/Makefile  Fri Oct  6 14:34:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/09/29 13:13:25 taca Exp $
+# $NetBSD: Makefile,v 1.25 2017/10/06 14:34:01 jperkin Exp $
 
 DISTNAME=      redmine-3.3.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -114,6 +114,7 @@ CHECK_INTERPRETER_SKIP+=${RM_DIR}/gems/g
 
 # Selenium has Linux .so files.
 CHECK_SHLIBS_SUPPORTED=        no
+CHECK_SSP_SUPPORTED=   no
 
 SUBST_CLASSES+=                pkgcfg
 SUBST_FILES.pkgcfg=    rmagick-2.16.0/ext/RMagick/extconf.rb



Home | Main Index | Thread Index | Old Index