Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 22:52:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544722 - in head/sysutils: . watchman watchman450
Message-ID:  <202008112252.07BMqh03043535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Aug 11 22:52:43 2020
New Revision: 544722
URL: https://svnweb.freebsd.org/changeset/ports/544722

Log:
  New port: sysutils/watchman450: Branch for version 4.5.0 of sysutils/watchman
  
  sysutils/watchman is currently broken because F_GETPATH isn't currently available.
  
  PR:		247343
  Reported by:	Urs <upte@triamec.com>
  Suggested by:	Urs <upte@triamec.com>

Added:
  head/sysutils/watchman450/
     - copied from r536819, head/sysutils/watchman/
Modified:
  head/sysutils/Makefile
  head/sysutils/watchman/Makefile
  head/sysutils/watchman450/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Aug 11 22:42:09 2020	(r544721)
+++ head/sysutils/Makefile	Tue Aug 11 22:52:43 2020	(r544722)
@@ -1445,6 +1445,7 @@
     SUBDIR += wait_on
     SUBDIR += watchfolder
     SUBDIR += watchman
+    SUBDIR += watchman450
     SUBDIR += watchmen
     SUBDIR += webjob
     SUBDIR += webmin

Modified: head/sysutils/watchman/Makefile
==============================================================================
--- head/sysutils/watchman/Makefile	Tue Aug 11 22:42:09 2020	(r544721)
+++ head/sysutils/watchman/Makefile	Tue Aug 11 22:52:43 2020	(r544722)
@@ -39,4 +39,6 @@ TEST_TARGET=	check
 
 PLIST_FILES=	bin/${PORTNAME}
 
+CONFLICTS_INSTALL=	watchman450
+
 .include <bsd.port.mk>

Modified: head/sysutils/watchman450/Makefile
==============================================================================
--- head/sysutils/watchman/Makefile	Thu May 28 20:51:33 2020	(r536819)
+++ head/sysutils/watchman450/Makefile	Tue Aug 11 22:52:43 2020	(r544722)
@@ -1,13 +1,16 @@
 # Created by: Jin-Sih, Lin <linpct@gmail.com>
 # $FreeBSD$
 
+# sysutils/watchman is broken due to missing F_GETPATH feature, see Bug#247343
+
 PORTNAME=	watchman
 PORTVERSION=	4.5.0
 PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
+PKGNAMESUFFIX=	450
 
-MAINTAINER=	linpct@gmail.com
+MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	File alteration monitoring service
 
 LICENSE=	APACHE20
@@ -38,6 +41,8 @@ PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 PCRE_CONFIGURE_WITH=	pcre
 
 CPPFLAGS+=	-Wno-error
+
+CONFLICTS_INSTALL=	watchman
 
 post-patch:
 # https://www.gnu.org/prep/standards/html_node/Directory-Variables.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008112252.07BMqh03043535>