pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/watchman



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 13 14:26:07 UTC 2018

Modified Files:
        pkgsrc/sysutils/watchman: Makefile

Log Message:
watchman: Don't set BROKEN for normal build issues.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/watchman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/watchman/Makefile
diff -u pkgsrc/sysutils/watchman/Makefile:1.10 pkgsrc/sysutils/watchman/Makefile:1.11
--- pkgsrc/sysutils/watchman/Makefile:1.10      Fri Aug 11 16:37:04 2017
+++ pkgsrc/sysutils/watchman/Makefile   Thu Sep 13 14:26:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/08/11 16:37:04 nros Exp $
+# $NetBSD: Makefile,v 1.11 2018/09/13 14:26:07 jperkin Exp $
 
 DISTNAME=      watchman-4.7.0
 CATEGORIES=    sysutils
@@ -15,10 +15,6 @@ GITHUB_TAG=  v${PKGVERSION_NOREV}
 USE_TOOLS+=    autoconf automake autoreconf gmake
 GNU_CONFIGURE= yes
 
-# As of 4.7.0, SunOS port is broken and unmaintained
-# https://github.com/facebook/watchman/issues/322
-BROKEN_ON_PLATFORM=    SunOS-*-*
-
 CHECK_PORTABILITY_SKIP+=       travis/run.sh
 
 # https://github.com/facebook/watchman/issues/50



Home | Main Index | Thread Index | Old Index