svn commit: r384202 - head/sysutils/apt

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 18 02:43:11 UTC 2015


Author: amdmi3
Date: Sat Apr 18 02:43:10 2015
New Revision: 384202
URL: https://svnweb.freebsd.org/changeset/ports/384202

Log:
  - Mark BROKEN on 10.x: tons of missing includes

Modified:
  head/sysutils/apt/Makefile

Modified: head/sysutils/apt/Makefile
==============================================================================
--- head/sysutils/apt/Makefile	Sat Apr 18 01:54:30 2015	(r384201)
+++ head/sysutils/apt/Makefile	Sat Apr 18 02:43:10 2015	(r384202)
@@ -34,6 +34,12 @@ DPKGDIR?=	/var/db/dpkg
 APTDIR?=	/var/db/apt
 PLIST_SUB+=	APTDIR=${APTDIR:C,^/,,}
 
+.include <bsd.port.pre.mk>
+
+.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 \
@@ -118,4 +124,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_MAN} ${WRKSRC}/docs/examples/* ${STAGEDIR}${EXAMPLESDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list