diff options
author | marino <marino@FreeBSD.org> | 2015-03-02 01:41:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-02 01:41:45 +0800 |
commit | aa5c5b1ac24cf71ab77e097de6be6ce66f83750e (patch) | |
tree | 8a8efd8fa2e582fcc27788e32b406e60ece666fb /security | |
parent | 8fc7e98948e74fd68c5c8b15b79ce1e7a1abbe3d (diff) | |
download | freebsd-ports-gnome-aa5c5b1ac24cf71ab77e097de6be6ce66f83750e.tar.gz freebsd-ports-gnome-aa5c5b1ac24cf71ab77e097de6be6ce66f83750e.tar.zst freebsd-ports-gnome-aa5c5b1ac24cf71ab77e097de6be6ce66f83750e.zip |
security/libgpg-error: Revert use of tradcpp (F11 regression)
With the previous change, libgpg-error does not pass configure target
on FreeBSD 11 due tradcpp failing "sanity checks". This is a regression
since this port builds fine on FreeBSD 10. However, 2037 ports get
skipped (this port is *way* too important) as a result, so revert the
gcc-5 fix until a solution can be found.
PR: 197562
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index b5944b1953e5..8dcc4880f77b 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -10,12 +10,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components -BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp - OPTIONS_DEFINE= DOCS NLS USES= gmake libtool tar:bzip2 -CPP= tradcpp USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |