Date: Sun, 3 Apr 2011 15:17:32 GMT From: Steve Wills <swills@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156153: [patch] update sysutils/puppet to work with ruby 1.9 Message-ID: <201104031517.p33FHWqu075913@red.freebsd.org> Resent-Message-ID: <201104031520.p33FKAZO017264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104031517.p33FHWqu075913>