diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
commit | c52a715800ff83f6a958709fb689f16631b4ef8a (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /sysutils | |
parent | 13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/acpica-tools/Makefile | 7 | ||||
-rw-r--r-- | sysutils/dc3dd/Makefile | 8 | ||||
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/geomWatch/Makefile | 7 | ||||
-rw-r--r-- | sysutils/passwordsafe/Makefile | 3 |
5 files changed, 19 insertions, 9 deletions
diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile index f7080182812a..27ead3700cfe 100644 --- a/sysutils/acpica-tools/Makefile +++ b/sysutils/acpica-tools/Makefile @@ -14,6 +14,10 @@ COMMENT= Tools from the ACPI Component Architecture (ACPICA) project LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual +BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true +BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true +BROKEN_powerpc64= fails to compile: comparison is always true due to limited range of data type + USES= gmake BUILD_WRKSRC= ${WRKSRC}/generate/unix @@ -26,9 +30,6 @@ PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,} MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}" MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}" -BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true -BROKEN_powerpc64= Fails to compile: warning: comparison is always true due to limited range of data type - do-install: ${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \ ${STAGEDIR}${PREFIX}/bin diff --git a/sysutils/dc3dd/Makefile b/sysutils/dc3dd/Makefile index d06b727d1cc7..621659417628 100644 --- a/sysutils/dc3dd/Makefile +++ b/sysutils/dc3dd/Makefile @@ -10,14 +10,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/7.2 MAINTAINER= nobutaka@FreeBSD.org COMMENT= dd program useful for computer forensics +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BROKEN_armv6= fails to compile: bit-field 'verify_error_if_negative_size__' has negative width + USES= gettext iconv gmake tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index f60d6d99092b..0a773973f280 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -15,6 +15,9 @@ LICENSE= GPLv2 PORTSCOUT= ignore # cannot handle the version in the directory BROKEN_aarch64= fails to link: missing sbrk +BROKEN_armv6= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding +BROKEN_mips= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding +BROKEN_mips64= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding BROKEN_powerpc64= fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV USES= cpe gmake pkgconfig tar:xz diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index 16d7e4b7d653..3e1d83dd416b 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -17,6 +17,10 @@ COMMENT= Watches for and e-mails admins about GEOM/ZFS state changes LIB_DEPENDS= libesmtp.so:mail/libesmtp +BROKEN_aarch64= fails to compile: ISA not supported +BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous +IGNORE_DragonFly= requires geom(4) support + USES= tar:tbz SUB_FILES= pkg-message @@ -25,7 +29,4 @@ USE_RC_SUBR= ${PORTNAME} MAKE_ARGS= WITH_ZFS=28 -BROKEN_aarch64= fails to compile: error: ISA not supported -IGNORE_DragonFly= requires geom(4) support - .include <bsd.port.mk> diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index 45e5d4cda78d..8296df60ec5c 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -13,6 +13,9 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libxerces-c-3.1.so:textproc/xerces-c3 BUILD_DEPENDS= zip:archivers/zip +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h + CONFLICTS= pwsafe-[0-9]* USES= gmake |