Date: Sun, 28 Oct 2018 10:09:01 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483261 - in branches/2018Q4: benchmarks/polygraph cad/freehdl devel/aegis Message-ID: <201810281009.w9SA91ge052998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281009.w9SA91ge052998>