diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-10-03 00:40:32 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-10-03 00:40:32 +0000 |
commit | 49077a239c979f6b1a70910e6696ad55c7eb9185 (patch) | |
tree | b62b596e733a5fd3bc30e630e17d594a4243dc2e /lang/ruby26-base | |
parent | e7fc7a3756bfe452e02bdb7a52b9f8c6b40f29b0 (diff) | |
download | pkgsrc-49077a239c979f6b1a70910e6696ad55c7eb9185.tar.gz |
Ruby binary is not PaX mprotect safe in devel/ruby-ffi and www/ruby-sassc case
Bump PKGREVISIONs.
Diffstat (limited to 'lang/ruby26-base')
-rw-r--r-- | lang/ruby26-base/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby26-base/Makefile b/lang/ruby26-base/Makefile index 1eba9dead70..fb63614fffc 100644 --- a/lang/ruby26-base/Makefile +++ b/lang/ruby26-base/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2019/10/02 13:44:34 taca Exp $ +# $NetBSD: Makefile,v 1.5 2019/10/03 00:40:33 ryoon Exp $ DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION} +PKGREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} @@ -69,6 +70,8 @@ INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man1 ${RUBY_DOC}/images \ # ${RUBY_ARCHINC} ${RUBY_ARCHLIB} EMPTY_DIRS= generator/template markup/simple_markup +NOT_PAX_MPROTECT_SAFE+= bin/${RUBY_NAME} + pre-configure: ${RM} -f ${WRKSRC}/ext/gdbm/extconf.rb ${RM} -f ${WRKSRC}/ext/fiddle/extconf.rb |