From b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 3 Jan 2017 10:59:48 +0000 Subject: Deprecate ports broken for FreeBSD 10.3- Sponsored by: Absolight --- sysutils/apt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/apt/Makefile') diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index a29da44012f8..e3a1069203ba 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -11,6 +11,10 @@ DISTNAME= apt_0.6.46.4-0.1 MAINTAINER= koobs@FreeBSD.org COMMENT= Advanced front-end for dpkg +BROKEN= does not build on 10+ +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2017-01-15 + BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/lib/libpub.a:devel/publib RUN_DEPENDS:= ${BUILD_DEPENDS} \ @@ -35,10 +39,6 @@ PLIST_SUB+= APTDIR=${APTDIR:C,^/,,} .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= does not build -.endif - post-patch: ${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/ ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ -- cgit v1.2.3