From d67c68d4f65421bad259d95e8732e37fea0e7db3 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 17 Dec 2016 20:54:23 +0000 Subject: archivers/macutils: Deprecate, set 3 month expiration Macutils hasn't had a maintainer in over 16 years. The build log is filled with warnings about mismatching protocols, some of which are caused by the many missing header includes and other caused by rerolling standard functions like malloc. Although there is no listed WWW, maybe there's a new version somewhere. Set expiration 3 months out to give people plenty of time to fix and or adopt this ancient port. While here, bring in a dports CFLAG to fix build there. --- archivers/macutils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archivers') diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index 135ab42bd640..db08e24d556f 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -13,6 +13,10 @@ COMMENT= Utilities for Apple Macintosh files WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile +DEPRECATED= Not maintained in 16 years, many missing header inclusions +EXPIRATION_DATE= 2017-03-17 + +CFLAGS+= -DMAXNAMLEN=255 BINDIR= ${STAGEDIR}${PREFIX}/bin DOCFILES= README.crc README.hexbin README.macput README.unpit \ README.zoom README.crc.orig README.macget README.scan \ -- cgit