Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:08:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483260 - in head: benchmarks/polygraph cad/freehdl devel/aegis
Message-ID:  <201810281008.w9SA8HFt052818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 28 10:08:17 2018
New Revision: 483260
URL: https://svnweb.freebsd.org/changeset/ports/483260

Log:
  Return subset of r483249 to GCC 4.2 to unbreak on mips*

Modified:
  head/benchmarks/polygraph/Makefile   (contents, props changed)
  head/cad/freehdl/Makefile   (contents, props changed)
  head/devel/aegis/Makefile   (contents, props changed)

Modified: head/benchmarks/polygraph/Makefile
==============================================================================
--- head/benchmarks/polygraph/Makefile	Sun Oct 28 10:05:24 2018	(r483259)
+++ head/benchmarks/polygraph/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
@@ -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: head/cad/freehdl/Makefile
==============================================================================
--- head/cad/freehdl/Makefile	Sun Oct 28 10:05:24 2018	(r483259)
+++ head/cad/freehdl/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://freehdl.seul.org/~enaroska/
 MAINTAINER=	ports@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: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile	Sun Oct 28 10:05:24 2018	(r483259)
+++ head/devel/aegis/Makefile	Sun Oct 28 10:08:17 2018	(r483260)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281008.w9SA8HFt052818>