diff options
author | linimon <linimon@FreeBSD.org> | 2017-02-25 05:55:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-02-25 05:55:52 +0800 |
commit | 54330def4d181838f5785721379b31a33fa266ec (patch) | |
tree | 13b84ab0345b02f8f8c1eb8346e609af765e3bfa /cad | |
parent | e5a7b6b7bed980284d05b5122e1d49dbb307233d (diff) | |
download | freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.tar.gz freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.tar.zst freebsd-ports-gnome-54330def4d181838f5785721379b31a33fa266ec.zip |
Mark a few leaf ports broken on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ghdl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index c574532cbf0f..c13d324f42ca 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -3,8 +3,8 @@ PORTNAME= ghdl PORTVERSION= 0.33 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -22,6 +22,8 @@ USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= tgingold +BROKEN_aarch64= fails to configure: Configuration aarch64-portbld-freebsd11 not supported + GNU_CONFIGURE= yes GCCVER= 4.9.2 LLVMVER= 35 |