diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 05:43:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 05:43:26 +0800 |
commit | 5b4b6a0fe9b23bf8c3baba1473cd9772df348a55 (patch) | |
tree | c52f463b7b2360b161b195bf7806c17f9588ec97 /textproc/groff | |
parent | 7f833c39f4ba258fe9984e8ed307023878959682 (diff) | |
download | freebsd-ports-gnome-5b4b6a0fe9b23bf8c3baba1473cd9772df348a55.tar.gz freebsd-ports-gnome-5b4b6a0fe9b23bf8c3baba1473cd9772df348a55.tar.zst freebsd-ports-gnome-5b4b6a0fe9b23bf8c3baba1473cd9772df348a55.zip |
Mark some ports failing to package on armv6, with errors classified as
"install_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index ebba377d3ed5..94bc9d31b89c 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv3 BUILD_DEPENDS= psselect:print/psutils RUN_DEPENDS:= psselect:print/psutils +BROKEN_armv6= fails to package: pkg-static: Unable to access file func.pl: No such file or directory + MAKE_JOBS_UNSAFE= yes USES= cpe ghostscript gmake perl5 shebangfix |