From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 3 15:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8BE1065673 for ; Sun, 3 Apr 2011 15:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCEA08FC0A for ; Sun, 3 Apr 2011 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33FKAGt017265 for ; Sun, 3 Apr 2011 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33FKAZO017264; Sun, 3 Apr 2011 15:20:10 GMT (envelope-from gnats) Resent-Date: Sun, 3 Apr 2011 15:20:10 GMT Resent-Message-Id: <201104031520.p33FKAZO017264@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 Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20324106564A for ; Sun, 3 Apr 2011 15:17:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0955A8FC14 for ; Sun, 3 Apr 2011 15:17:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p33FHWIf075914 for ; Sun, 3 Apr 2011 15:17:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p33FHWqu075913; Sun, 3 Apr 2011 15:17:32 GMT (envelope-from nobody) Message-Id: <201104031517.p33FHWqu075913@red.freebsd.org> Date: Sun, 3 Apr 2011 15:17:32 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156153: [patch] update sysutils/puppet to work with ruby 1.9 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: Sun, 03 Apr 2011 15:20:11 -0000 >Number: 156153 >Category: ports >Synopsis: [patch] update sysutils/puppet to work with ruby 1.9 >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: Sun Apr 03 15:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: sysutils/puppet doesn't work with ruby 1.9. Please see attached patch. >How-To-Repeat: Install ruby 1.9, try to install puppet. >Fix: See attached. Patch attached with submission follows: Index: sysutils/puppet/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/puppet/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- sysutils/puppet/Makefile 17 Mar 2011 12:51:18 -0000 1.23 +++ sysutils/puppet/Makefile 20 Mar 2011 17:02:53 -0000 @@ -15,7 +15,7 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter \ rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ - ruby18-iconv>=0:${PORTSDIR}/converters/ruby-iconv + ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv CONFLICTS= puppet-devel-[0-9]* >Release-Note: >Audit-Trail: >Unformatted: