From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 7 15:10:02 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A42BD16A403 for ; Mon, 7 May 2007 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7004B13C468 for ; Mon, 7 May 2007 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47FA2Au097003 for ; Mon, 7 May 2007 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47FA2fV097002; Mon, 7 May 2007 15:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2007 15:10:02 GMT Resent-Message-Id: <200705071510.l47FA2fV097002@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, Steve Clement Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF77916A402 for ; Mon, 7 May 2007 15:04:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id A312213C459 for ; Mon, 7 May 2007 15:04:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l47F4REY013713 for ; Mon, 7 May 2007 15:04:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l47ExPOR005682; Mon, 7 May 2007 14:59:25 GMT (envelope-from nobody) Message-Id: <200705071459.l47ExPOR005682@www.freebsd.org> Date: Mon, 7 May 2007 14:59:25 GMT From: Steve Clement To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/112494: rrdtool does not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 15:10:02 -0000 >Number: 112494 >Category: ports >Synopsis: rrdtool does not compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 07 15:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Steve Clement >Release: FreeBSD 6.2-RELEASE-p4 amd64 >Organization: ION Network Solutions s.à r.l >Environment: System: FreeBSD laptop-steve.ion.lu 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #2: Fr i Apr 27 19:34:00 CEST 2007 root@laptop-steve.ion.lu:/usr/obj/usr/src/sys/LAPTOP -STEVE amd64 >Description: net/rrdtool does not compile due to an issue when ruby is installed This patch will disable ruby support by default until the issue is solved on the programmer level >How-To-Repeat: Have ruby installed, portinstall/portupgrade net/rrdtool >Fix: Only a workaround known Patch attached with submission follows: --- Makefile Mon May 7 15:16:59 2007 +++ /usr/ports/net/rrdtool/Makefile Mon May 7 15:14:28 2007 @@ -25,9 +25,19 @@ CONFIGURE_ARGS= --enable-perl-site-install --disable-tcl -OPTIONS= PYTHON_MODULE "Build PYTHON bindings" off +OPTIONS+= PYTHON_MODULE "Build PYTHON bindings" off +OPTIONS+= RUBY_MODULE "Build RUBY bindings" off .include +.if defined(WITH_RUBY_MODULE) +USE_RUBY= yes +.include "${PORTSDIR}/Mk/bsd.ruby.mk" +PLIST_SUB+= WITH_RUBY="" +CONFIGURE_ARGS+= --enable-ruby +.else +CONFIGURE_ARGS+= --disable-ruby +PLIST_SUB+= WITH_RUBY="@comment " +.endif .if defined(WITH_PYTHON_MODULE) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" >Release-Note: >Audit-Trail: >Unformatted: