diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-02 03:25:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-02 03:25:00 +0800 |
commit | 4aabba205eb753dfe6b95b47bfc4032c9297b8f6 (patch) | |
tree | c294df00509e0e3634bb037ebee32db884c7b1c2 | |
parent | a6bef84e481b1eb09039107aaf3b73f07b7743b5 (diff) | |
download | freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.gz freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.zst freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.zip |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | games/cheech/Makefile | 2 | ||||
-rw-r--r-- | games/freedoko/Makefile | 2 | ||||
-rw-r--r-- | games/shaaft/Makefile | 3 | ||||
-rw-r--r-- | games/trigger-rally/Makefile | 3 | ||||
-rw-r--r-- | graphics/hiptext/Makefile | 3 | ||||
-rw-r--r-- | graphics/photivo/Makefile | 2 | ||||
-rw-r--r-- | java/classpath/Makefile | 3 |
7 files changed, 17 insertions, 1 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index 0435fbe71bd2..6ee6beb0e35c 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile index e95afcd46f1c..2f8523459fbd 100644 --- a/games/freedoko/Makefile +++ b/games/freedoko/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/../doc/GPL LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= gmake pkgconfig zip:infozip diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index fa2a353df89c..56f3fce02ab5 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_sparc64= does not compile +BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB +BROKEN_sparc64= does not compile USES= tar:bzip2 USE_SDL= mixer image sdl diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index 1b4210c801d0..61431082498a 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + WRKSRC_SUBDIR= src USES= gmake openal:al,alut USE_SDL= sdl2 image2 diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile index 752e4c80a9f2..6a35d9e9608c 100644 --- a/graphics/hiptext/Makefile +++ b/graphics/hiptext/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ TEST_DEPENDS= googletest>=1.7.0:devel/googletest RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + USE_GITHUB= yes GH_ACCOUNT= jart GH_TAGNAME= f89b44f diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile index 9cec47e332ae..0d3063ec5912 100644 --- a/graphics/photivo/Makefile +++ b/graphics/photivo/Makefile @@ -15,6 +15,8 @@ COMMENT= Free and open source photo processor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char + LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ liblqr-1.so:graphics/liblqr-1 \ diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 76a6cc5668de..74fcd3d21d4a 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Java class library LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes |