Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2012/10/23 19:51:27 asau Exp $
# $NetBSD: Makefile,v 1.41 2015/03/03 00:38:08 pho Exp $
DISTNAME= top-3.6.1
PKGREVISION= 1
@@ -15,6 +15,19 @@ CONFIGURE_ENV+= SET_OWNER=${BINOWN}
CONFIGURE_ENV+= SET_GROUP=${BINGRP}
CONFIGURE_ENV+= SET_MODE=${BINMODE}
# ${WRKSRC}/machine/m_macosx.c uses kvm_* interfaces, which have been
# dropped since Darwin 9.
BROKEN_ON_PLATFORM+= Darwin-9.*-*
BROKEN_ON_PLATFORM+= Darwin-[1-9][0-9]*-*
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
# ${WRKSRC}/configure emits an error saying "macosx module
# unsupported" without this option.
CONFIGURE_ARGS+= --with-module=macosx
.endif
post-extract:
${CP} ${FILESDIR}/m_dragonfly.c ${WRKSRC}/machine