diff options
author | markd <markd@pkgsrc.org> | 2018-01-24 19:06:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-01-24 19:06:06 +0000 |
commit | 1f67696986ed7a98b2f6b222caf0c266e3727cef (patch) | |
tree | 34f70a58ff4950a8e8e07b4fc60dc315686c5046 /textproc | |
parent | f5557c4539e708bd56431c35bf53481921a76412 (diff) | |
download | pkgsrc-1f67696986ed7a98b2f6b222caf0c266e3727cef.tar.gz |
kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kapidox/Makefile | 3 | ||||
-rw-r--r-- | textproc/kcodecs/Makefile | 3 | ||||
-rw-r--r-- | textproc/kcompletion/Makefile | 3 | ||||
-rw-r--r-- | textproc/sonnet/Makefile | 3 | ||||
-rw-r--r-- | textproc/syntax-highlighting/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/textproc/kapidox/Makefile b/textproc/kapidox/Makefile index 7de3538ef81..4ced138a8b9 100644 --- a/textproc/kapidox/Makefile +++ b/textproc/kapidox/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2016/05/26 09:26:56 markd Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/24 19:06:10 markd Exp $ DISTNAME= kapidox-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/kcodecs/Makefile b/textproc/kcodecs/Makefile index 504456f4ec9..093eca76ef0 100644 --- a/textproc/kcodecs/Makefile +++ b/textproc/kcodecs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2018/01/17 20:11:05 markd Exp $ +# $NetBSD: Makefile,v 1.15 2018/01/24 19:06:10 markd Exp $ DISTNAME= kcodecs-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/kcompletion/Makefile b/textproc/kcompletion/Makefile index 57006e42502..d10ae19e4d2 100644 --- a/textproc/kcompletion/Makefile +++ b/textproc/kcompletion/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2018/01/17 20:11:05 markd Exp $ +# $NetBSD: Makefile,v 1.15 2018/01/24 19:06:10 markd Exp $ DISTNAME= kcompletion-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/sonnet/Makefile b/textproc/sonnet/Makefile index 8c44ee795a9..7e576ca2666 100644 --- a/textproc/sonnet/Makefile +++ b/textproc/sonnet/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2018/01/17 20:11:06 markd Exp $ +# $NetBSD: Makefile,v 1.15 2018/01/24 19:06:10 markd Exp $ DISTNAME= sonnet-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/syntax-highlighting/Makefile b/textproc/syntax-highlighting/Makefile index e03be999b32..55e2d121ba9 100644 --- a/textproc/syntax-highlighting/Makefile +++ b/textproc/syntax-highlighting/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/01/17 20:11:06 markd Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/24 19:06:10 markd Exp $ DISTNAME= syntax-highlighting-${KF5VER} +PKGREVISION= 1 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks |