pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors vim*: disable fortify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ef5744cdcaf
branches:  trunk
changeset: 400338:5ef5744cdcaf
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Aug 27 09:26:01 2019 +0000

description:
vim*: disable fortify

The package lowers it to weaker fortify, but this doesn't work in some
circumstances, like PR pkg/54464.

Must be done before including bsd.prefs.mk.

Bump PKGREVISION.

diffstat:

 editors/vim-gtk2/Makefile         |  4 ++--
 editors/vim-gtk3/Makefile         |  4 ++--
 editors/vim-lang/Makefile         |  3 ++-
 editors/vim-motif/Makefile        |  3 ++-
 editors/vim-share/Makefile.common |  5 ++++-
 editors/vim-xaw/Makefile          |  3 ++-
 editors/vim/Makefile              |  3 ++-
 7 files changed, 16 insertions(+), 9 deletions(-)

diffs (93 lines):

diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-gtk2/Makefile Tue Aug 27 09:26:01 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.85 2019/08/27 09:26:02 maya Exp $
 
 PKGNAME=       vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=   4
+PKGREVISION=   5
 
 COMMENT=       Vim editor (vi clone) with X11 GTK2 GUI
 
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-gtk3/Makefile
--- a/editors/vim-gtk3/Makefile Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-gtk3/Makefile Tue Aug 27 09:26:01 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/27 09:26:02 maya Exp $
 
 PKGNAME=       vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION=   3
+PKGREVISION=   4
 
 COMMENT=       Vim editor (vi clone) with X11 GTK3 GUI
 
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-lang/Makefile
--- a/editors/vim-lang/Makefile Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-lang/Makefile Tue Aug 27 09:26:01 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/10/03 20:05:23 morr Exp $
+# $NetBSD: Makefile,v 1.20 2019/08/27 09:26:02 maya Exp $
 
 PKGNAME=       vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION=   1
 
 .include "../../editors/vim-share/Makefile.common"
 
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-motif/Makefile
--- a/editors/vim-motif/Makefile        Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-motif/Makefile        Tue Aug 27 09:26:01 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.39 2019/08/27 09:26:02 maya Exp $
 
 PKGNAME=               vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION=           1
 
 COMMENT=               Vim editor (vi clone) with X11 Motif GUI
 
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-share/Makefile.common Tue Aug 27 09:26:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.163 2019/06/08 10:40:59 rillig Exp $
+# $NetBSD: Makefile.common,v 1.164 2019/08/27 09:26:02 maya Exp $
 # used by editors/vim/Makefile
 # used by editors/vim-gtk2/Makefile
 # used by editors/vim-gtk3/Makefile
@@ -14,6 +14,9 @@
 GITHUB_TAG=            v${VIM_VERSION}.${VIM_PATCHLEVEL}
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=vim/}
 
+# vim disables it, sometimes unsuccessfully.
+FORTIFY_SUPPORTED=     no
+
 .include "../../mk/bsd.prefs.mk"
 
 MAINTAINER=            morr%NetBSD.org@localhost
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim-xaw/Makefile
--- a/editors/vim-xaw/Makefile  Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim-xaw/Makefile  Tue Aug 27 09:26:01 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.62 2019/08/27 09:26:02 maya Exp $
 
 PKGNAME=               vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION=           1
 COMMENT=               Vim editor (vi clone) with X11 Athena GUI
 
 .include               "../../editors/vim-share/Makefile.common"
diff -r 88efc9b4a139 -r 5ef5744cdcaf editors/vim/Makefile
--- a/editors/vim/Makefile      Tue Aug 27 09:25:59 2019 +0000
+++ b/editors/vim/Makefile      Tue Aug 27 09:26:01 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2019/08/03 21:01:11 morr Exp $
+# $NetBSD: Makefile,v 1.76 2019/08/27 09:26:01 maya Exp $
 
 PKGNAME=               vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION=           1
 
 COMMENT=               Vim editor (vi clone) without GUI
 



Home | Main Index | Thread Index | Old Index