Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2005 09:27:40 +0200 (CEST)
From:      Ulrich Spoerlein <q@galgenberg.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87828: [MAINTAINER] sysutils/symon: Unbreak PREFIX/LOCALBASE
Message-ID:  <200510220727.j9M7Re8F001803@roadrunner.q.local>
Resent-Message-ID: <200510220730.j9M7UC4b087249@freefall.freebsd.org>

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

>Number:         87828
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/symon: Unbreak PREFIX/LOCALBASE
>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:   Sat Oct 22 07:30:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Tue Sep 20 21:30:40 CEST 2005
>Description:
- Look for RRDTool in LOCALBASE
- Found by kris

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- symon-2.71_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/symon/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	27 Sep 2005 19:03:42 -0000	1.5
+++ Makefile	22 Oct 2005 07:25:56 -0000
@@ -50,7 +50,7 @@
 .endif
 SUBDIR+=	client
 
-MAKE_ARGS+=	SUBDIR="${SUBDIR}"
+MAKE_ARGS+=	SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}"
 
 .include <bsd.port.pre.mk>
 
--- symon-2.71_1.patch ends here ---

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



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