diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
commit | c5d08e42102d70dcbd448ae11773f148e7c79c69 (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /editors | |
parent | d8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff) | |
download | freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.gz freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.zst freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 7 | ||||
-rw-r--r-- | editors/hte/Makefile | 2 | ||||
-rw-r--r-- | editors/psgml/Makefile | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 58718fd13967..466e87dcab63 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -13,7 +13,9 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 ia64 +BROKEN_powerpc= Does not compile +BROKEN_sparc64= Does not compile +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= no targets defined in Makefile USES= dos2unix gmake iconv ncurses tar:bzip2 @@ -34,9 +36,6 @@ OPTIONS_DEFAULT= SLANG SLANG_DESC= Use S-Lang based display renderer -BROKEN_powerpc= Does not compile -BROKEN_sparc64= Does not compile - SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 SLANG_CONFIGURE_ON= --enable-slang SLANG_CONFIGURE_OFF= --enable-curses diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 81737279e8bd..f669ffbad283 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -13,8 +13,6 @@ COMMENT= File editor/viewer/analyzer for executables LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_ia64= does not build - USES= ncurses tar:bzip2 GNU_CONFIGURE= yes diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 51c5a56516e7..f8da1e3808cc 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -18,7 +18,6 @@ COMMENT= Major mode for editing SGML and XML documents for Emacs LICENSE= GPLv2 USE_EMACS= yes -NOT_FOR_ARCHS= ia64 GNU_CONFIGURE= YES CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR} CONFIGURE_ENV= EMACS=${EMACS_CMD} |