svn commit: r428802 - head/archivers/macutils

John Marino marino at FreeBSD.org
Sat Dec 17 20:54:24 UTC 2016


Author: marino
Date: Sat Dec 17 20:54:23 2016
New Revision: 428802
URL: https://svnweb.freebsd.org/changeset/ports/428802

Log:
  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.

Modified:
  head/archivers/macutils/Makefile

Modified: head/archivers/macutils/Makefile
==============================================================================
--- head/archivers/macutils/Makefile	Sat Dec 17 20:52:45 2016	(r428801)
+++ head/archivers/macutils/Makefile	Sat Dec 17 20:54:23 2016	(r428802)
@@ -13,6 +13,10 @@ COMMENT=	Utilities for Apple Macintosh f
 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 \


More information about the svn-ports-head mailing list