diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-09-10 19:04:02 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-09-10 19:04:02 +0000 |
commit | 2f1f18ca377aab27bed037aebd62e8f12c19c1fe (patch) | |
tree | 349ed1ae08d547f02dba903ea7bfe7b4ed4d2b23 | |
parent | Move some gnome@ ports to desktop@ (diff) |
Disable python. This ancient version of gdb wants python2.
Also, while I'm here drop maintainership. I've not used this port in 4 years.
Mark it as DEPRECATED and expire at the end of the year since I don't think it's
worth updating. If someone else wants to do it, be my guest. If there's a better
expiration date, then feel free to update it.
Also, appease portlint while I'm here...
-rw-r--r-- | devel/arm-none-eabi-gdb/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/arm-none-eabi-gdb/Makefile b/devel/arm-none-eabi-gdb/Makefile index 0a54fa5d7d7a..767825b2aa0a 100644 --- a/devel/arm-none-eabi-gdb/Makefile +++ b/devel/arm-none-eabi-gdb/Makefile @@ -7,17 +7,22 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU PKGNAMEPREFIX= arm-none-eabi- -DISTNAME= gdb-${PORTVERSION} -MAINTAINER= imp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNU GDB for the arm bare metal target + +LICENSE= GPLv3 + +DEPRECATED= This is an old, obsolete version of gdb +EXPIRATION_DATA=2020-12-31 + LIB_DEPENDS= libexpat.so:textproc/expat2 USES= gmake tar:xz iconv gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=arm-none-eabi --program-prefix=arm-none-eabi- --disable-nls \ - --disable-werror + --disable-werror --with-python=no pre-configure: cd ${WRKSRC} ; ${RM} -r dejagnu expect tcl texinfo |