git: 6c0cb391c9de - main - cad/freehdl: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 10:10:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c0cb391c9de867154b5419ae0dc851f1d8d5dcf commit 6c0cb391c9de867154b5419ae0dc851f1d8d5dcf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-20 21:55:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-21 10:10:49 +0000 cad/freehdl: Mark DEPRECATED - Upstream last release was in 2009 - Upstream dist locations has vaporized and redirected SF site also do not have the dists anymore - Pet portclippy - Set EXPIRATION_DATE 2023-11-21 --- cad/freehdl/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 6ba41c6d66e6..c8a7fa1fc2ef 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -8,18 +8,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free VHDL simulator WWW= http://www.freehdl.seul.org/ -USES= gmake pathfix libtool makeinfo perl5 pkgconfig -USE_LDCONFIG= yes -USE_GCC= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE} -INSTALL_TARGET= install-strip +DEPRECATED= Upstream vaporized and SF site do not have dists anymore +EXPIRATION_DATE= 2023-11-21 +USES= gmake pathfix libtool makeinfo perl5 pkgconfig # Bug 219297: GCC 6 changed its default from -std=gnu++98 to -std=gnu++14, and # this port's code is not compatible with C++11. Since the project looks # abandoned upstream, it makes more sense to just continue building with an # older C++ standard. USE_CXXSTD= gnu++98 +USE_GCC= yes +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE} + +INSTALL_TARGET= install-strip INFO= fire