svn commit: r380217 - head/security/libgpg-error

John Marino marino at FreeBSD.org
Sun Mar 1 17:41:47 UTC 2015


Author: marino
Date: Sun Mar  1 17:41:45 2015
New Revision: 380217
URL: https://svnweb.freebsd.org/changeset/ports/380217
QAT: https://qat.redports.org/buildarchive/r380217/

Log:
  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

Modified:
  head/security/libgpg-error/Makefile

Modified: head/security/libgpg-error/Makefile
==============================================================================
--- head/security/libgpg-error/Makefile	Sun Mar  1 17:41:42 2015	(r380216)
+++ head/security/libgpg-error/Makefile	Sun Mar  1 17:41:45 2015	(r380217)
@@ -10,12 +10,9 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 MAINTAINER=	novel at 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


More information about the svn-ports-head mailing list