ports/156153: [patch] update sysutils/puppet to work with ruby 1.9
Steve Wills
swills at FreeBSD.org
Sun Apr 3 15:20:11 UTC 2011
>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:
More information about the freebsd-ports-bugs
mailing list