mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Mark a few leaf ports broken on aarch64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
89dab71a6a
commit
eae8bbbfc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434754
@ -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
|
||||
|
@ -19,6 +19,8 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= jrmarino
|
||||
GH_PROJECT= AdaBase
|
||||
|
||||
BROKEN_aarch64= fails to install: digits value out of range, maximum is 15
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
OPTIONS_MULTI= DBASE
|
||||
OPTIONS_MULTI_DBASE= MYSQL SQLITE PGSQL
|
||||
|
@ -19,6 +19,8 @@ USE_GNOME= libxml2
|
||||
LIB_DEPENDS= libxlsreader.so:math/libxls \
|
||||
libzip.so:archivers/libzip
|
||||
|
||||
BROKEN_aarch64= fails to compile: conflicting types for __wcwidth
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
CFLAGS+= -I${LOCALBASE}/include/libxml2
|
||||
MAKE_ENV+= LDLIBS="${LIBS}"
|
||||
|
@ -19,6 +19,8 @@ USES= libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
BROKEN_aarch64= fails to install: error in backend: fixup value out of range
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
INFO= talkfilters
|
||||
|
@ -19,6 +19,8 @@ DOS2UNIX_FILES= Makefile build/libsparkcrypto.gpr \
|
||||
SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/}
|
||||
ALL_TARGET= all build
|
||||
|
||||
BROKEN_aarch64= fails to compile: unsupported architecture: aarch64
|
||||
|
||||
MAKE_ENV+= SPARKARCH=${SPARKARCH} \
|
||||
SPARK_DIR=${WRKSRC}/src/spark \
|
||||
MODE=release \
|
||||
|
@ -23,6 +23,8 @@ HAS_CONFIGURE= yes
|
||||
MAKE_ARGS+= RPM_BUILD_ROOT=1
|
||||
PORTDOCS= *
|
||||
|
||||
BROKEN_aarch64= fails to compile: gnat1: error: unknown value aarch64 for -march
|
||||
|
||||
# Repurpose CXXFLAGS for gnatprep options
|
||||
CXXFLAGS:= -DREADLINE=true \
|
||||
-DBDB=true
|
||||
@ -148,7 +150,7 @@ post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spar
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
|
Loading…
Reference in New Issue
Block a user