svn commit: r483261 - in branches/2018Q4: benchmarks/polygraph cad/freehdl devel/aegis

Jan Beich jbeich at FreeBSD.org
Sun Oct 28 10:09:02 UTC 2018


Author: jbeich
Date: Sun Oct 28 10:09:00 2018
New Revision: 483261
URL: https://svnweb.freebsd.org/changeset/ports/483261

Log:
  MFH: r483260
  
  Return subset of r483249 to GCC 4.2 to unbreak on mips*
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q4/benchmarks/polygraph/Makefile
  branches/2018Q4/cad/freehdl/Makefile
  branches/2018Q4/devel/aegis/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/benchmarks/polygraph/Makefile
==============================================================================
--- branches/2018Q4/benchmarks/polygraph/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
+++ branches/2018Q4/benchmarks/polygraph/Makefile	Sun Oct 28 10:09:00 2018	(r483261)
@@ -18,7 +18,7 @@ BROKEN_SSL_REASON_openssl-devel=	configure: error: Ope
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		compiler:c++0x gmake ncurses shebangfix tar:tgz
+USES=		gmake ncurses shebangfix tar:tgz
 SHEBANG_FILES=	tools/*.pl
 USE_GCC=	any
 GNU_CONFIGURE=	yes

Modified: branches/2018Q4/cad/freehdl/Makefile
==============================================================================
--- branches/2018Q4/cad/freehdl/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
+++ branches/2018Q4/cad/freehdl/Makefile	Sun Oct 28 10:09:00 2018	(r483261)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://freehdl.seul.org/~enaroska/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Free VHDL simulator
 
-USES=		compiler:c++0x gmake pathfix libtool makeinfo perl5 pkgconfig
+USES=		gmake pathfix libtool makeinfo perl5 pkgconfig
 USE_LDCONFIG=	yes
 USE_GCC=	any
 GNU_CONFIGURE=	yes

Modified: branches/2018Q4/devel/aegis/Makefile
==============================================================================
--- branches/2018Q4/devel/aegis/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
+++ branches/2018Q4/devel/aegis/Makefile	Sun Oct 28 10:09:00 2018	(r483261)
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libcurl.so:ftp/curl
 RUN_DEPENDS=	tkdiff:textproc/tkdiff
 
-USES=		compiler:c++0x gettext ghostscript groff perl5 tk
+USES=		gettext ghostscript groff perl5 tk
 USE_GNOME=	libxml2
 USE_GCC=	any
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list