Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 20:54:23 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428802 - head/archivers/macutils
Message-ID:  <201612172054.uBHKsNva077932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612172054.uBHKsNva077932>