From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 25 15:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1C9C78F for ; Tue, 25 Mar 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99E4BA8A for ; Tue, 25 Mar 2014 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PFK1J1069470 for ; Tue, 25 Mar 2014 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2PFK1dY069469; Tue, 25 Mar 2014 15:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 25 Mar 2014 15:20:01 GMT Resent-Message-Id: <201403251520.s2PFK1dY069469@freefall.freebsd.org> Message-Id: <201403251520.s2PFK1dY069469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Kreuzer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 410946F8; Tue, 25 Mar 2014 15:16:25 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:c:538::195]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01C53A47; Tue, 25 Mar 2014 15:16:25 +0000 (UTC) Received: from mfilter32-d.gandi.net (mfilter32-d.gandi.net [217.70.178.163]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 29E5EA80AC; Tue, 25 Mar 2014 16:16:22 +0100 (CET) Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter32-d.gandi.net (mfilter32-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id oLi+plnBTxG8; Tue, 25 Mar 2014 16:16:20 +0100 (CET) Received: from clamps.exit2shell.com (clamps.freebsd.your.org [216.14.102.10]) (Authenticated sender: steven@kreuzer.cx) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 40673A80EB; Tue, 25 Mar 2014 16:16:19 +0100 (CET) Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Tue, 25 Mar 2014 15:16:17 +0000 Date: Tue, 25 Mar 2014 15:16:17 +0000 From: Steven Kreuzer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187936: [PATCH] sysutils/cfengine35: Set sys.crontab to correct path on FreeBSD Cc: cy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 15:20:01 -0000 >Number: 187936 >Category: ports >Synopsis: [PATCH] sysutils/cfengine35: Set sys.crontab to correct path on FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 15:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 9.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD clamps.exit2shell.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:01:40 UTC 2013 >Description: Correctly expand $(sys.crontab) on FreeBSD Define LICENSE Update LIB_DEPENDS to new format Port maintainer (cy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- cfengine35-3.5.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 349151) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -11,6 +11,8 @@ # gjb@FreeBSD.org is also committer for this port COMMENT= A systems administration tool for networks +LICENSE= GPLv3 + .if !defined(MASTERDIR) PKGNAMESUFFIX= 35 LATEST_LINK= cfengine35 @@ -51,12 +53,12 @@ .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} -LIB_DEPENDS+= libtokyocabinet.so.9:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} -LIB_DEPENDS+= libqdbm.so.14:${PORTSDIR}/databases/qdbm +LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} Index: files/patch-libpromises-sysinfo.c =================================================================== --- files/patch-libpromises-sysinfo.c (revision 0) +++ files/patch-libpromises-sysinfo.c (working copy) @@ -0,0 +1,13 @@ +--- libpromises/sysinfo.c.orig 2013-12-09 12:13:14.000000000 +0000 ++++ libpromises/sysinfo.c 2014-03-25 14:30:28.000000000 +0000 +@@ -1075,6 +1075,10 @@ + { + snprintf(vbuff, CF_BUFSIZE, "/var/spool/cron/%s", pw->pw_name); + } ++ else if (IsDefinedClass(ctx, "freebsd", NULL)) ++ { ++ snprintf(vbuff, CF_BUFSIZE, "/var/cron/tabs/%s", pw->pw_name); ++ } + else + { + snprintf(vbuff, CF_BUFSIZE, "/var/spool/cron/crontabs/%s", pw->pw_name); Property changes on: files/patch-libpromises-sysinfo.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property --- cfengine35-3.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: