Thu Sep 13 14:26:07 2018 UTC ()
watchman: Don't set BROKEN for normal build issues.


(jperkin)
diff -r1.10 -r1.11 pkgsrc/sysutils/watchman/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/watchman/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/watchman/Makefile 2017/08/11 16:37:04 1.10
+++ pkgsrc/sysutils/watchman/Makefile 2018/09/13 14:26:07 1.11
@@ -1,34 +1,30 @@ @@ -1,34 +1,30 @@
1# $NetBSD: Makefile,v 1.10 2017/08/11 16:37:04 nros Exp $ 1# $NetBSD: Makefile,v 1.11 2018/09/13 14:26:07 jperkin Exp $
2 2
3DISTNAME= watchman-4.7.0 3DISTNAME= watchman-4.7.0
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5PKGREVISION= 1 5PKGREVISION= 1
6MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://facebook.github.io/watchman/ 9HOMEPAGE= https://facebook.github.io/watchman/
10COMMENT= Watches files and takes action when they change 10COMMENT= Watches files and takes action when they change
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13GITHUB_TAG= v${PKGVERSION_NOREV} 13GITHUB_TAG= v${PKGVERSION_NOREV}
14 14
15USE_TOOLS+= autoconf automake autoreconf gmake 15USE_TOOLS+= autoconf automake autoreconf gmake
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17 17
18# As of 4.7.0, SunOS port is broken and unmaintained 
19# https://github.com/facebook/watchman/issues/322 
20BROKEN_ON_PLATFORM= SunOS-*-* 
21 
22CHECK_PORTABILITY_SKIP+= travis/run.sh 18CHECK_PORTABILITY_SKIP+= travis/run.sh
23 19
24# https://github.com/facebook/watchman/issues/50 20# https://github.com/facebook/watchman/issues/50
25CONFIGURE_ARGS+= --enable-lenient 21CONFIGURE_ARGS+= --enable-lenient
26CONFIGURE_ARGS+= --enable-conffile=${PKG_SYSCONFDIR}/watchman.json 22CONFIGURE_ARGS+= --enable-conffile=${PKG_SYSCONFDIR}/watchman.json
27CONFIGURE_ARGS+= --enable-statedir=${VARBASE}/run/watchman 23CONFIGURE_ARGS+= --enable-statedir=${VARBASE}/run/watchman
28CONFIGURE_ARGS+= --with-pcre 24CONFIGURE_ARGS+= --with-pcre
29CONFIGURE_ARGS+= --without-python 25CONFIGURE_ARGS+= --without-python
30 26
31BUILD_DEFS+= VARBASE 27BUILD_DEFS+= VARBASE
32 28
33OWN_DIRS+= ${VARBASE}/run/watchman 29OWN_DIRS+= ${VARBASE}/run/watchman
34 30