Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154471912
D12593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12593.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -2,6 +2,7 @@
PORTNAME= puppet
PORTVERSION= 4.10.8
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
PKGNAMESUFFIX= 4
Index: files/patch-lib_puppet.rb
===================================================================
--- /dev/null
+++ files/patch-lib_puppet.rb
@@ -0,0 +1,11 @@
+--- lib/puppet.rb.orig 2017-10-04 19:54:04.901540166 -0700
++++ lib/puppet.rb 2017-10-04 19:54:43.391840139 -0700
+@@ -29,7 +29,7 @@
+ require 'locale'
+
+ # e.g. ~/code/puppet/locales. Also when running as a gem.
+- local_locale_path = File.absolute_path('../locales', File.dirname(__FILE__))
++ local_locale_path = File.absolute_path('/var/puppet/share/locales', File.dirname(__FILE__))
+ # e.g. /opt/puppetlabs/puppet/share/locale
+ posix_system_locale_path = File.absolute_path('../../../share/locale', File.dirname(__FILE__))
+ # e.g. C:\Program Files\Puppet Labs\Puppet\puppet\share\locale
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 5:09 PM (9 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32363123
Default Alt Text
D12593.diff (1 KB)
Attached To
Mode
D12593: Patch puppet.rb for locales issue
Attached
Detach File
Event Timeline
Log In to Comment