From owner-svn-ports-all@freebsd.org Sat Dec 17 20:54:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61F40C858DB; Sat, 17 Dec 2016 20:54:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3178D12BD; Sat, 17 Dec 2016 20:54:24 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHKsNmk077933; Sat, 17 Dec 2016 20:54:23 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHKsNva077932; Sat, 17 Dec 2016 20:54:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612172054.uBHKsNva077932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 17 Dec 2016 20:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428802 - head/archivers/macutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 20:54:24 -0000 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 \