summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-08-27 09:26:01 +0000
committermaya <maya@pkgsrc.org>2019-08-27 09:26:01 +0000
commit755a4a5c43620d43b81d6aad29e2a75a80e6268e (patch)
treebb21e3343af45eeaf06815fe90a5f2140912af82
parentc5eb631ecc714d4786502ec43b5c2a7d9272715b (diff)
downloadpkgsrc-755a4a5c43620d43b81d6aad29e2a75a80e6268e.tar.gz
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.
-rw-r--r--editors/vim-gtk2/Makefile4
-rw-r--r--editors/vim-gtk3/Makefile4
-rw-r--r--editors/vim-lang/Makefile3
-rw-r--r--editors/vim-motif/Makefile3
-rw-r--r--editors/vim-share/Makefile.common5
-rw-r--r--editors/vim-xaw/Makefile3
-rw-r--r--editors/vim/Makefile3
7 files changed, 16 insertions, 9 deletions
diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile
index 707d26c793f..4d1dd08fe45 100644
--- a/editors/vim-gtk2/Makefile
+++ b/editors/vim-gtk2/Makefile
@@ -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 --git a/editors/vim-gtk3/Makefile b/editors/vim-gtk3/Makefile
index 649b9b702d6..8c27967b8c4 100644
--- a/editors/vim-gtk3/Makefile
+++ b/editors/vim-gtk3/Makefile
@@ -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 --git a/editors/vim-lang/Makefile b/editors/vim-lang/Makefile
index a607ec9ea36..6c5b58c6396 100644
--- a/editors/vim-lang/Makefile
+++ b/editors/vim-lang/Makefile
@@ -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 --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 74910c9c046..20477eb3f97 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -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 --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index ca27aca2bcd..14e78e93310 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -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_PROJECT= vim
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
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index b75ffdfd33e..a5c5ec05c43 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -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 --git a/editors/vim/Makefile b/editors/vim/Makefile
index 055bb6d82bb..27bf3afe11d 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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