View | Details | Raw Unified | Return to bug 233026 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	procenv
4
PORTNAME=	procenv
5
PORTVERSION=	0.51
5
PORTVERSION=	0.51
6
PORTREVISION=	1
6
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
7
8
8
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
Lines 11-18 Link Here
11
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
BROKEN=		this file includes <sys/capability.h> which is deprecated
15
16
BUILD_DEPENDS=	xmlwf:textproc/expat2
15
BUILD_DEPENDS=	xmlwf:textproc/expat2
17
16
18
USES=		autoreconf gmake perl5
17
USES=		autoreconf gmake perl5
Lines 32-37 Link Here
32
31
33
post-patch:
32
post-patch:
34
	@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
33
	@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
34
	${REINPLACE_CMD} -e 's,sys/capability.h,sys/capsicum.h,' \
35
		${WRKSRC}/src/platform-headers.h
35
36
36
post-install-DOCS-on:
37
post-install-DOCS-on:
37
	${MKDIR} ${STAGEDIR}${DOCSDIR}
38
	${MKDIR} ${STAGEDIR}${DOCSDIR}

Return to bug 233026