Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Sep 2011 00:31:46 +0200 (CEST)
From:      Krzysztof Stryjek <ports@bsdserwis.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/160545: Adding LATEST_LINK to collects to make ports happy :)
Message-ID:  <20110907223146.EDCBE2CA14A8@cmd.bsdserwis.com>
Resent-Message-ID: <201109072250.p87MoAat056168@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160545
>Category:       ports
>Synopsis:       Adding LATEST_LINK to collects to make ports happy :)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 07 22:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 7.3-STABLE amd64
>Organization:
private
>Environment:
System: FreeBSD cmd.control.com 7.3-STABLE FreeBSD 7.3-STABLE #1: Fri May 7 15:18:19 CEST 2010 toor@cmd.control.com:/home/usr/obj/home/usr/src/sys/BSD amd64

>Description:
	Because there are two collectd ports, so LATEST_LINK variable must be
set at Makefile.

>How-To-Repeat:
>Fix:

Add this patch to Makefile:
--- Makefile.patch begins here ---
--- Makefile.orig	2011-07-29 05:26:08.000000000 +0200
+++ Makefile	2011-09-08 00:18:16.000000000 +0200
@@ -14,6 +14,8 @@
 MAINTAINER=	ports@bsdserwis.com
 COMMENT=	Systems & network statistics collection daemon
 
+LATEST_LINK=	collectd4
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libltdl
--- Makefile.patch ends here ---

Greetings,
--
Krzysztof Stryjek

>Release-Note:
>Audit-Trail:
>Unformatted:



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