diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-29 15:04:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-29 15:04:49 +0800 |
commit | f06e069adfb9adba2b799ac36fa5590a23a0d8a0 (patch) | |
tree | a250be14ec578716868f89e869870c2db145cc8d /comms/uartlirc | |
parent | 8cc711b09e49f4602647942d6fe65d8fe6e45245 (diff) | |
download | freebsd-ports-gnome-f06e069adfb9adba2b799ac36fa5590a23a0d8a0.tar.gz freebsd-ports-gnome-f06e069adfb9adba2b799ac36fa5590a23a0d8a0.tar.zst freebsd-ports-gnome-f06e069adfb9adba2b799ac36fa5590a23a0d8a0.zip |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms/uartlirc')
-rw-r--r-- | comms/uartlirc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index fbc7fae6e3f9..2c722336d37f 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -13,7 +13,8 @@ EXTRACT_SUFX= .shar MAINTAINER= ports@FreeBSD.org COMMENT= Driver for "homebrew" serial LIRC receivers -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: uart.h: No such file or directory +BROKEN_sparc64= Does not build USES= kmod @@ -26,12 +27,6 @@ PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko CFLAGS+= ${DEBUG_FLAGS} -.include <bsd.port.options.mk> - -.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on powerpc or sparc64 -.endif - do-install: ${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR} |