diff options
author | marino <marino@FreeBSD.org> | 2016-12-18 04:54:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-18 04:54:23 +0800 |
commit | d67c68d4f65421bad259d95e8732e37fea0e7db3 (patch) | |
tree | a92fe9fe8c2048ed114a23228b353181bd5fd7bb /archivers | |
parent | bf17834b58ad002c9539a0cbd341b659e5d05b1e (diff) | |
download | freebsd-ports-gnome-d67c68d4f65421bad259d95e8732e37fea0e7db3.tar.gz freebsd-ports-gnome-d67c68d4f65421bad259d95e8732e37fea0e7db3.tar.zst freebsd-ports-gnome-d67c68d4f65421bad259d95e8732e37fea0e7db3.zip |
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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/macutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |