Re: FLAVORS for Ruby

2019-09-17 Thread Steve Wills
Hi, On 9/17/19 2:40 AM, Mathieu Arnold wrote: What we are all trying to say is that adding flavors for ruby will have a big impact on build time and ressources required for building. If all you want is to have ruby flavors for the kicks of it, then I am glad to tell you that no, it will not be

Re: FLAVORS for Ruby

2019-09-13 Thread Steve Wills
Hi, On 9/13/19 5:06 AM, Koichiro Iwao wrote: On Fri, Sep 13, 2019 at 10:00:19AM +0200, Antoine Brodin wrote: On Fri, Sep 13, 2019 at 9:45 AM Koichiro Iwao wrote: Hi, I would like to suggest introducing FLAVOR to Ruby ports. AFAIK multiple version of Ruby ports (lang/ruby??) can be installed

Re: Request to change ruby default version to 2.5

2019-04-19 Thread Steve Wills
Hi, Yeah, it's fine, do it, just be sure to add an UPDATING entry similar to previous entries for changing ruby default version. Steve On 4/19/19 9:17 AM, Matthias Fechner wrote: Hi Steve, Am 19.04.2019 um 15:06 schrieb Steve Wills: Yeah, there was an exp-run for it:

Re: Request to change ruby default version to 2.5

2019-04-19 Thread Steve Wills
Hi, Yeah, there was an exp-run for it: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233901 There are only 2 things to fix now and you can mark those broken with 2.5 if they are not already and do it. I should have done it in January, but was waiting for other things such as GitLab to cat

Re: [CFT] Bringing in Puppet 5

2017-07-19 Thread Steve Wills
Yeah, sounds fine to me. > On Jul 19, 2017, at 05:58, Romain Tartière wrote: > > Hi Steve, > > I was thinking about also moving the mcollective* ports under the > puppet@ hat. Do you think it makes sense? > > Romain > > -- > Romain Tartière http://people.FreeBSD.org/~romain/ > pgp: 8234 9

Re: [CFT] Bringing in Puppet 5

2017-07-18 Thread Steve Wills
Given there are 3 committers involved with puppet stuff (Romain, Tom, and now Zach), perhaps changes from non-committers will get reviewed fairly quickly and the git repo won't be needed? Steve On 07/18/2017 10:51, Tom Judge wrote: > I'm happy to move these (my ports) to puppet@ however I would r

Re: Help needed: net/rubygem-grpc

2017-06-30 Thread Steve Wills
reed to look into fixing them. Copying him so he can reply if his changes to boringssl require changes to the versions of grpc and rubygem-grpc ports that link against the shared boringssl. Steve > 2017-06-30 0:11 GMT+08:00 Steve Wills <mailto:st...@mouf.net>>: > > Hi, &g

Re: Help needed: net/rubygem-grpc

2017-06-29 Thread Steve Wills
Hi, On 06/28/2017 14:08, Matthias Fechner wrote: > Thanks Steve, > > I already added it into our repository we work with: > http://gitlab.toco-domains.de/FreeBSD/GitLab/commits/9.1 > > I hope that is ok for you? > My poudiere is just building and I think it will take the full night: > https://pk

Re: Help needed: net/rubygem-grpc

2017-06-28 Thread Steve Wills
e able to avoid using the bundled boringssl as long as grpc is using it's bundled boringssl (which I think it should not do, but it does currently do). Steve On 06/28/2017 13:03, Steve Wills wrote: > Hi, > > On 06/28/2017 11:54, Torsten Zuehlsdorff wrote: >> >> >>

Re: Help needed: net/rubygem-grpc

2017-06-28 Thread Steve Wills
Hi, On 06/28/2017 11:54, Torsten Zuehlsdorff wrote: > > > On 28.06.2017 17:41, Matthias Fechner wrote: >> Hi Steve, >> >> >> regarding the comment here: >> https://gitlab.com/gitlab-org/gitaly/issues/154#note_33314534 >> >> I think gitlab should work with version 1.4.0, but I think a test is >>

Re: Help needed: net/rubygem-grpc

2017-06-27 Thread Steve Wills
Hi, I was taking a look at this. It looks like several things are going on. As you noticed, it's going to have to use gmake, you can patch the extconf.rb for that. But then you run into other issues. It's expecting a pkg-config file for openssl, which we don't have for the openssl in base (src). I

Re: [patch] Fix ruby2[123] plist for CAPIDOCS set

2017-02-13 Thread Steve Wills
Hi, On 02/13/2017 04:05, Eygene Ryabinkin wrote: > Fri, Feb 10, 2017 at 01:22:15PM -0500, Steve Wills wrote: >> On 02/10/2017 12:16, Eygene Ryabinkin wrote: >>> {{{ >>> $ pkg query %v doxygen >>> 1.8.10_3,2 >> >> That explains it. Upgrade to 1.8.12,

Re: [patch] Fix ruby2[123] plist for CAPIDOCS set

2017-02-10 Thread Steve Wills
Hi, On 02/10/2017 12:16, Eygene Ryabinkin wrote: > Fri, Feb 10, 2017 at 11:19:15AM -0500, Steve Wills wrote: >> On 02/10/2017 09:46, Eygene Ryabinkin wrote: >>> >>> No, in a plain system. Via >>> {{{ >>> make -C /usr/ports/lang/ruby22 all deinstal

Re: [patch] Fix ruby2[123] plist for CAPIDOCS set

2017-02-10 Thread Steve Wills
Hi, On 02/10/2017 09:46, Eygene Ryabinkin wrote: > > No, in a plain system. Via > {{{ > make -C /usr/ports/lang/ruby22 all deinstall install clean > }}} What version of doxygen are you using? Can you show me the indication of the plist issue? >>> Do you have an example content from the files m

Re: [patch] Fix ruby2[123] plist for CAPIDOCS set

2017-02-10 Thread Steve Wills
Hi, On 02/10/2017 09:31, Eygene Ryabinkin wrote: > Had you made your last attempt with CAPIDOCS engaged? Yep, specifically tested that. > I had noticed > this problem around a month ago for the first time, though I hadn't > been building Ruby-related stuff for a while on it. How did you notice

Re: [patch] Fix ruby2[123] plist for CAPIDOCS set

2017-02-10 Thread Steve Wills
Hi, On 02/10/2017 09:01, Eygene Ryabinkin wrote: > Gentlemen, good day. > > The patch at > http://codelabs.ru/fbsd/ports/patches/ruby-22-23-fix-CAPI-plist.patch > fixes CAPIDOCS case for the current Ruby ports. Checked its applicability > to all current on/off combination of doc-related knobs

Re: PREFIX enviroment variable pollutes gem search path

2017-01-03 Thread Steve Wills
Hi, On 01/03/2017 16:39, José G. Juanino wrote: > > Hello Steve, thanks for time and patience. Likewise. :) > The problem is that if your custom ruby program uses the PREFIX > environment variable to achieve some other purpose, you must be aware > that your code will use the assigned value to l

Re: PREFIX enviroment variable pollutes gem search path

2017-01-03 Thread Steve Wills
Hi, On 01/03/2017 14:22, José G. Juanino wrote: > Hi Steve, > > it breaks some custom code; no port is affected, I think. Ok, good to know. > But if you run > *any* ruby dependent port polluted with PREFIX environment variable, and > that port requires some other gem, it will fails at the momen

Re: PREFIX enviroment variable pollutes gem search path

2017-01-03 Thread Steve Wills
Hi, On 01/03/2017 09:27, José G. Juanino wrote: >> In short: you cannot load any gem if your environment contains the >> PREFIX variable. When this happens, ruby uses the assigned value >> instead of /usr/local to search the proper files. This breaks a lot of >> existent code. >> >> The relevant p

Re: sysutils/puppet38 port update

2016-10-24 Thread Steve Wills
Committed, thanks! Feel free to take maintainership of the port if you want. Steve On 10/24/2016 07:10, Dmitry Sivachenko wrote: > Hello, > > I propose to update puppet38 port. Please commit or approve. > > Thanks! > > Index: Makefile > ===

Re: Feature-Request: pessimistic operator in ports-tree

2016-09-28 Thread Steve Wills
Hi, On 09/28/2016 03:04, Torsten Zuehlsdorff wrote: > Aloha, > > i'm working quite a while on the ruby-ports and it is often annoying. > Even after excessive testing and some more real-world testing (thanks to > all helpers!) its totally normal, that thinks break. > > I found one of the main pro

Re: Patch for Rails 4.2.7.1 Update

2016-09-22 Thread Steve Wills
Hi Torsten, On 09/20/2016 04:31, Torsten Zuehlsdorff wrote: > Hello, > > i'm currently working on an update to Rails 4.2.7.1 (which of course is > needed by GitLab :D). Since its a security update it would be fine to > get it into the ports-tree. > Indeed, thanks for working on this. > My firs

Re: devel/rubygem-devise does build with ruby23

2016-09-12 Thread Steve Wills
Should be fine. Thanks, Steve On 09/12/2016 12:43, Palle Girgensohn wrote: > Hi, > > devel/rubygem-devise is marked as > > BROKEN_RUBY23= yes > > but it does work fine for me to build. > > www/gitlab pulls it in, and gitlab has deprecated ruby < 2.3. > > Is it OK to just remove the BROKEN_R

Re: [package - 93amd64-default][devel/rubygem-gobject-introspection] Failed for rubygem-gobject-introspection-3.0.8 in stage

2016-07-21 Thread Steve Wills
The answer to your question is at the bottom, where it says "freebsd-ruby@freebsd.org mailing list". That is, these messages are sent to the mailing list because that is who maintains the port. You're receiving them because you are subscribed to the list. Steve On 07/21/16 12:44 PM, Yubin Ruan wr

Re: Obsoleting Rails 3: how to handle different cases

2016-06-20 Thread Steve Wills
Hi, On 06/16/16 05:55 AM, Torsten Zuehlsdorff wrote: > Hello, > > while working on obsoleting Rails 3 from the ports, i stumble across > various unclear cases. For example: > > 1) how to handle different copies of an gem with different > rails-dependencies. For example www/rubygem-haml-rails and

Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi, On 06/ 6/16 12:23 PM, Steve Wills wrote: > Hi, > > On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote: >> Aloha, >> >> The patch can be found here: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938 >> > I updated the PR with a new patc

Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi, On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote: > Aloha, > > The patch can be found here: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938 > This doesn't work for me. There are 3 issues at least, perhaps more. In order of discovery: The nokogiri reference from the Gemfile in red

Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi, On 06/ 6/16 06:26 AM, Torsten Zuehlsdorff wrote: > Hello, > > i wrote an update for www/redmine. It would be very nice if some more > people can test it, That's awesome, I'm glad to hear that, thanks for the work! I have an install of redmine that I could use for testing. Where is the patch

Re: Ruby on PowerPC64

2016-05-02 Thread Steve Wills
Hi, Thanks, I've been trying to attempt that, but have run into some system issues. Do you have a patch to the port Makefile I could use? Steve On 05/ 2/16 09:08 PM, Matthew Marshall wrote: > To Whom It Concerns, > > Ruby will build on PPC64 if using gcc48 as a compiler. > > Thanks, > > Matth

Re: passenger 5.0.27 and NOPORTDOCS

2016-04-22 Thread Steve Wills
Hi, On 04/21/16 09:39 PM, Sergey A. Osokin wrote: > Hi, > > I'm going to update www/rubygem-passenger port to the latest version 5.0.27. > I've found that recent change default version of ruby to 2.2 affected the > www/rubyge-passenger port: build time has been increased from 5 to 20 mins. > > I

Re: svn commit: r412530 - head/www/gitlab

2016-04-14 Thread Steve Wills
the >> documentation clearly states no support for 2.2. >> >> I'm currently installing an 2.2 based version of GitLab and will look >> what happens. :D >> >> Greetings, >> Torsten >> >> On 05.04.2016 03:42, Steve Wills wrote: >>> Ah

Re: svn commit: r412530 - head/www/gitlab

2016-04-04 Thread Steve Wills
actually specifically needs Ruby 2.1. Ruby 2.2 and 2.3 are > currently not supported according to documentation: > https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md#2-ruby > > On 04/04/2016 21:34:29, Steve Wills wrote: > >> Author: swills >> Da

Re: Remaining items for bringing in Gitlab

2016-03-31 Thread Steve Wills
Hear hear, many thanks for Torsten for his tireless efforts and endless patience. Steve On 03/31/16 02:04 PM, Kurt Jaeger wrote: > Hi! > Below an itemized list of things that remain to be done for Gitlab 8.5.5 . >>> >>> A short Update: only GitLab itself is left: >>> https://bugs.freeb

default ruby version

2016-02-16 Thread Steve Wills
Hi, Just FYI, baring any objections or major issues coming up, I plan to make Ruby 2.2 the default Ruby in the ports tree on March 1. Puppet users in particular probably want to migrate to sysutils/puppet4 or work on testing some sort of patch that makes puppet 3.x work with ruby 2.2 before then.

Re: [Redmine] Remove %%RUBY_SUFFIX%% from make check-plist?

2016-02-10 Thread Steve Wills
I've had this problem too. Set PLIST_SUB_SED_MIN=3 in make.conf (if you're using poudriere, set it in /usr/local/etc/poudriere.d/make.conf). This will prevent the plist sub script from using such short values. Steve On 02/10/16 04:44 AM, Torsten Zuehlsdorff wrote: > Hello, > > i'm currently work

Re: Obsoleting Rails 3.x?

2016-01-21 Thread Steve Wills
On 01/21/16 02:26 AM, Torsten Zühlsdorff wrote: > Hello, > > while working on many ports i figured out there are a bunch of > dependencies to our Rails 3 port. But for many rubygems this is not > needed - they already work with Rails 4.2. Often this results in a port > based on Rails 3 and a slave

disabling ri and rdoc by default

2016-01-20 Thread Steve Wills
Hi, I was thinking, maybe we don't need ri and rdoc stuff in packages by default. For servers they aren't that useful and even for development, I get the impression people don't use them much. Anyone have opinions for or against? Thanks, Steve ___ freeb

Re: [Gitlab] Current Status of the port

2015-08-06 Thread Steve Wills
On Thu, Aug 06, 2015 at 05:28:45PM +0200, Torsten Zuehlsdorff wrote: > On 06.08.2015 17:16, Steve Wills wrote: > > >>>>>> I will have a look at it. Is there anything in "Admin Area" -> "Logs" > >>>>>> which could be helpf

Re: [Gitlab] Current Status of the port

2015-08-06 Thread Steve Wills
On Thu, Aug 06, 2015 at 04:52:34PM +0200, Torsten Zuehlsdorff wrote: > On 05.08.2015 19:10, Steve Wills wrote: > > >>>> I will have a look at it. Is there anything in "Admin Area" -> "Logs" > >>>> which could be helpful? > >&g

Re: [Gitlab] Current Status of the port

2015-08-05 Thread Steve Wills
On Wed, Aug 04, 2015 at 04:35:12PM +, Steve Wills wrote: > On Wed, Aug 05, 2015 at 03:21:05PM +0000, Steve Wills wrote: > > On Wed, Aug 05, 2015 at 05:02:15PM +0200, Torsten Zuehlsdorff wrote: > > > Done. > > > > > > > Thanks, I'll give it a go. &

Re: [Gitlab] Current Status of the port

2015-08-05 Thread Steve Wills
On Wed, Aug 05, 2015 at 03:21:05PM +, Steve Wills wrote: > On Wed, Aug 05, 2015 at 05:02:15PM +0200, Torsten Zuehlsdorff wrote: > > Done. > > > > Thanks, I'll give it a go. > > > I will have a look at it. Is there anything in "Admin Area" ->

Re: [Gitlab] Current Status of the port

2015-08-05 Thread Steve Wills
On Wed, Aug 05, 2015 at 05:02:15PM +0200, Torsten Zuehlsdorff wrote: > Done. > Thanks, I'll give it a go. > I will have a look at it. Is there anything in "Admin Area" -> "Logs" > which could be helpful? No, it looks to be a javascript issue, clicking the button doesn't even trigger any sort o

Re: [Gitlab] Current Status of the port

2015-08-04 Thread Steve Wills
On Tue, Aug 04, 2015 at 04:22:45PM +0200, Torsten Zühlsdorff wrote: > > I will see tomorrow, if i can make portlint happier :) > > Greet news! Can i help you in any way? There is an update to GitLab: https://about.gitlab.com/2015/08/04/gitlab-7-dot-13-dot-3-released/ if you want to see about u

Re: [Gitlab] Current Status of the port

2015-08-04 Thread Steve Wills
On Tue, Aug 04, 2015 at 10:40:27AM +0200, Torsten Zuehlsdorff wrote: > On 03.08.2015 23:58, Steve Wills wrote: > > >> Okay. I removed the mysql option. But its just a revert to get it back, > >> if you want. > >> > >> I also reworked all the

Re: [Gitlab] Current Status of the port

2015-08-03 Thread Steve Wills
On 08/03/2015 11:33, Torsten Zuehlsdorff wrote: > > Okay. I removed the mysql option. But its just a revert to get it back, > if you want. > > I also reworked all the slave-ports and created a new patch. After > unpacking the attached .shar file apply the contained patch gitlab.diff > to /usr/por

Re: [Gitlab] Current Status of the port

2015-08-03 Thread Steve Wills
On Mon, Aug 03, 2015 at 01:44:56PM +0200, Torsten Zuehlsdorff wrote: > Hello, > > > You need explicitly enabling it in config/gitlab.yml. > > Gitlab needs the Gem installed, but for further use you need explicit > configuration. Its commented out by default. So it's required to run but not ena

Re: [Gitlab] Current Status of the port

2015-08-03 Thread Steve Wills
On Mon, Aug 03, 2015 at 10:29:15AM +0200, Torsten Zuehlsdorff wrote: > Hello, > > >> # cd /usr/ports/devel/rubygem-gitlab_git-rails41 > >> # portlint -AC > >> FATAL: Makefile: the last line of a slave port's Makefile has to be > >> .include "${MASTERDIR}/Makefile" > >> FATAL: Makefile: extra item

Re: [Gitlab] Current Status of the port

2015-08-01 Thread Steve Wills
Hi again, On 08/01/2015 10:51, Steve Wills wrote: > Hi, > > On 07/31/2015 10:49, Torsten Zuehlsdorff wrote: > >>>> To setup GitLab follow the quide: >>>> https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md >>

Re: [Gitlab] Current Status of the port

2015-08-01 Thread Steve Wills
Hi, On 07/31/2015 10:49, Torsten Zuehlsdorff wrote: >>> To setup GitLab follow the quide: >>> https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md >>> >>> >>> I've created a basic working configuration for default. You just should >>> change the "host" in conf

Re: [Gitlab] Current Status of the port

2015-07-31 Thread Steve Wills
Hi, On Fri, Jul 31, 2015 at 04:49:59PM +0200, Torsten Zuehlsdorff wrote: > >> 3. get the most actual GitLab copy from > >> svn://svn.toco-domains.de/freebsd-ports/www/gitlab > > > > Seems identical to the one in the shar, as far as I can tell. > > Fine. It shouldn't be in the shar, but its okay ;

Re: [Gitlab] Current Status of the port

2015-07-31 Thread Steve Wills
Hi, On Fri, Jul 31, 2015 at 04:13:06PM +0200, Torsten Zuehlsdorff wrote: > > You was a little bit faster than me. Today i compiled a number of > changes needed to get GitLab build. I've found some minor problems and > fixed them too. > > You need 3 steps to get the ports-tree in the correct sh

Re: [Gitlab] Current Status of the port

2015-07-31 Thread Steve Wills
On Thu, Jul 30, 2015 at 05:39:30PM +0200, Torsten Zuehlsdorff wrote: > As mentioned you will needed 40 currently uncommited ports. Today i have > not enough time to create a patch for you. But i try to get this done > tomorrow! After grabbing the shars that are in bugzilla at the moment, it seem

Re: [Gitlab] Current Status of the port

2015-07-30 Thread Steve Wills
Hi, Torsten, On Thu, Jul 30, 2015 at 04:57:25PM +0200, Torsten Zuehlsdorff wrote: > Hello all, > > after porting GitLab to support Rails 4.2 was not very successful, i've > started to get Rails 4.1 back into ports. You've already seen the PRs ;) > > Normally i do not talk much if i'm not confid

Re: FreeBSD Port: ruby20-2.0.0.645,1 - reported as vulnerable while it isn't ?

2015-06-21 Thread Steve Wills
Hi, Did you build your own ports where ruby 2.0 was default? I see the package name here is ruby-2.0.0.645,1, not ruby20-2.0.0.645,1. The entries in vuxml look like this: 3326 ruby20 3327 2.0.0.645,1 ... 3330 ruby 3331 2.1.6,1 So I think maybe it's matching

Re: Did rubygem-compass bug fix mean it can't build on 64bit systems

2015-04-14 Thread Steve Wills
On Tue, Apr 14, 2015 at 11:31:24AM -0400, Charles Strader Sweethill wrote: > Hi Ruby maintainers, > > Was just trying to work through an install issue with rubygems-compass. > Tried it without and with rubygem-sass installed, same patch failure > then noticed that rubygem-compass recently got "bu

Re: Ruby bsd.default-versions.mk DEFAULT_VERSION

2015-03-15 Thread Steve Wills
On Sun, Mar 15, 2015 at 12:23:05PM -0300, Santiago Pastorino wrote: > Hey, > > just out of curiosity I wonder why is 2.1 the current default > version. I know that I can change the version by editing > /etc/make.conf but just wondering if you already know of some pain > points of going to 2.2 by

Re: rubygems not working with ruby 2.2?

2015-03-05 Thread Steve Wills
Hi, Yep, I'm aware, there's an update to devel/ruby-gems pending, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197083 Steve On Thu, Mar 05, 2015 at 09:25:43AM +, Koichiro IWAO wrote: > Reproduced in clean environment. > > I think devel/ruby-gems is too old and needs updating. > p

ruby-gems update to 2.4.5

2015-01-26 Thread Steve Wills
Hi, I hope to soon update devel/ruby-gems to the latest version, 2.4.5, after far too long at the ancient 1.8.x. There is a review here: https://reviews.freebsd.org/D1678 though only those with an @FreeBSD.org email address may currently sign up and comment on the review. There's also a PR in bu

timing for Ruby 2.1 as default

2015-01-13 Thread Steve Wills
Hi, I think it's time to go ahead and make Ruby 2.1 default. An exp-run has been done and switching to Ruby 2.1 produces no new failures. I was thinking February 1 2015 would be the date to switch the default to 2.1. Any have objections? Also, 1.9.3 will be EOL upstream soon: https://www.ruby-la

Re: What determines whether a rubygem should be ported or not?

2014-11-18 Thread Steve Wills
Hi, On Tue, Nov 18, 2014 at 03:15:41PM -0800, Matthew Closson wrote: > Greetings! What determines whether a specific ruby gem should have a > FreeBSD port created for it or not. > > I've looked at the list of available packages / ports that start with > rubygem-* and its not obvious to me if its

Re: FreeBSD Port: ruby21-2.1.3_1,1

2014-11-08 Thread Steve Wills
On Sat, Nov 08, 2014 at 03:35:26PM +, Steve Wills wrote: > On Fri, Nov 07, 2014 at 06:41:40PM -0700, Carol Deihl wrote: > > Hello, > > > > I just installed ruby21-2.1.3_1,1 with the DEBUG option *unset*, > > and when ruby21 is invoked, it prints out: > > &g

Re: FreeBSD Port: ruby21-2.1.3_1,1

2014-11-08 Thread Steve Wills
On Fri, Nov 07, 2014 at 06:41:40PM -0700, Carol Deihl wrote: > Hello, > > I just installed ruby21-2.1.3_1,1 with the DEBUG option *unset*, > and when ruby21 is invoked, it prints out: > > WARNING: number of probes fixed does not match the number of defined probes > (9 != 50, respectively) > WARN

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-11-06 Thread Steve Wills
On Tue, Nov 04, 2014 at 05:41:31AM +0300, Andrey Chernov wrote: > On 30.10.2014 18:15, Steve Wills wrote: > > The checks for OS version weren't meant to detect presence of dtrace, they > > were > > meant to detect presence of dtrace with usable USDT. Unfortunately, >

Re: Can't build ruby20 on -current: it doesn't honor WITHOUT_CDDL=yes

2014-10-30 Thread Steve Wills
On Thu, Oct 30, 2014 at 01:26:02PM +0300, Andrey Chernov wrote: > On 30.10.2014 13:17, Baptiste Daroussin wrote: > > On Thu, Oct 30, 2014 at 01:11:33PM +0300, Andrey Chernov wrote: > >> Hi. > >> I disable zfs and dtrace on my machine using WITHOUT_CDDL=yes in > >> /etc/src.conf > >> ryby20 port thr

Re: FreeBSD Port: graphics/rubygem-cairo

2014-10-09 Thread Steve Wills
On Thu, Oct 09, 2014 at 06:39:10AM -0400, Robert Burmeister wrote: > FreeBSD 10.1RC1 i386. > Not a great time to bump the default version of Ruby! > > I have not been able to build rubygem-cairo since the 1.12.9 update. > Was building fine previously. I still haven't been able to figure out why t

Re: FreeBSD Port: converters/ruby-iconv

2014-10-09 Thread Steve Wills
On Thu, Oct 09, 2014 at 06:39:29AM -0400, Robert Burmeister wrote: > With the upgrade of default Ruby to 2.0, > there should be a note in UPDATING to remove converters/ruby-iconv. Good point, thanks. That's done now. Steve ___ freebsd-ruby@freebsd.org m

Re: FreeBSD Port: graphics/rubygem-cairo

2014-09-22 Thread Steve Wills
On Mon, Sep 22, 2014 at 06:07:04PM -0400, Robert Burmeister wrote: > FreeBSD 10.1RC2 i386 > > Build error: > from extconf .rb:158:in 'required_pkg_config_package' > from extconf .rb:166:in 'main' I'm unable to reproduce, could you post the full build log? Steve __

Re: Ruby 2.0

2014-09-08 Thread Steve Wills
On Sat, Sep 06, 2014 at 07:36:35PM +, Steve Wills wrote: > On Sat, Sep 06, 2014 at 10:04:18AM -0700, Patrick wrote: > > Are there any plans to make Ruby 2.0 (or even 2.1) the default Ruby version > > for FreeBSD? Most every Ruby developer and company I know has moved past >

Re: Ruby 2.0

2014-09-06 Thread Steve Wills
On Sat, Sep 06, 2014 at 10:04:18AM -0700, Patrick wrote: > Are there any plans to make Ruby 2.0 (or even 2.1) the default Ruby version > for FreeBSD? Most every Ruby developer and company I know has moved past > 1.9, and the 1.9 default in FreeBSD makes it impossible to use the official > pkg sourc

Re: /usr/local/bin/ruby et al

2014-06-16 Thread Steve Wills
On Mon, Jun 16, 2014 at 02:54:33PM -0700, Patrick wrote: > Is there any official way to have non-versioned links created in > /usr/local/bin/ruby when installing from a precompiled package? Not at the moment. > ie. If I have DEFAULT_VERSIONS=ruby=2.0 in my /etc/make.conf and I run: pkg > install

Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE

2014-04-02 Thread Steve Wills
07AM +0000, Steve Wills wrote: > I take that back, I've managed to reproduce the issue with that version of the > compass port. I assume you have both rubygem-sass and rubygem-sass32 > installed. > Remove rubygem-sass if you can, assuming you don't use rails or anything else &g

Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE

2014-04-02 Thread Steve Wills
'll try to figure out how to make it work when both versions are installed. Steve On Thu, Apr 03, 2014 at 01:56:27AM +0000, Steve Wills wrote: > What version of the compass port do you have installed? If it's not 0.12.2_1, > please upgrade to 0.12.2_1 which should pull in rubygem-sass

Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE

2014-04-02 Thread Steve Wills
What version of the compass port do you have installed? If it's not 0.12.2_1, please upgrade to 0.12.2_1 which should pull in rubygem-sass32 3.2.17, which I think should fix this. Steve On Thu, Apr 03, 2014 at 09:24:39AM +0800, abscon wrote: > Output of uname -a: > > FreeBSD yywr.gov.cn 10.0

Re: Redmine port

2014-03-30 Thread Steve Wills
Hi, Fixed in 349685, thanks for the report, sorry for the trouble (and for the duplicate mail). Steve On Sun, Mar 30, 2014 at 04:47:01PM +, Cyril Kalinchikov wrote: > Hi, > > The Redmine port seems to be currently (2.5.1) broken: > > ===>  Patching for redmine-2.5.1 > ===>   redmine-2.5.1

Re: ruby19 build error

2014-03-24 Thread Steve Wills
re is available. Steve On Wed, Mar 12, 2014 at 07:12:50AM +, hartmut.bra...@dlr.de wrote: > This is 11.0-CURRENT r258029 from around mid-november (amd64). I could update > it if this is helpful. > > harti > > -----Original Message- > From: Steve Wills [mailto:swi...@fre

Re: FreeBSD Port: devel/ruby-rbbr

2014-03-24 Thread Steve Wills
Sorry, should be fixed now. Steve On Mon, Mar 24, 2014 at 03:04:42PM -0400, Robert Burmeister wrote: > Index error: > > --- describe.x11-wm --- > > make_index: /usr/ports/devel/ruby-rbbr: no entry for > > /usr/ports/x11-toolkits/ruby-gtk2 > > Done. > > failed to generate INDEX! > > portsdb: ind

Re: Problems running rails app, cannot load such file -- less

2014-03-22 Thread Steve Wills
et me know if you run into any other issues. Steve On Sat, Mar 22, 2014 at 04:12:28PM -0700, Craig Rodrigues wrote: > Hi, > > I talked with Steve Wills about this. These problems are due to > bad interdependencies between devel/rubygem-sprocket and > devel/rubygem-tilt ports. >

Re: ruby19 build error

2014-03-11 Thread Steve Wills
On Tue, Mar 11, 2014 at 06:08:06PM +0100, Harti Brandt wrote: > Hi, > > when upgrading ruby19 on current I get an error (looks like it is building > the documentation): > [snip] > Running dot for graph 89/494 > Running dot for graph 90/494 > Running dot for graph 91/494 > Running dot for graph 9

Re: Ruby and clang 3.4

2014-02-24 Thread Steve Wills
Hi, Thanks, I've committed the patch, with slight modifications for 2.0 and 2.1. I've also reported the bug to upstream. Steve On Wed, Feb 19, 2014 at 03:52:33PM +0100, Antoine Brodin wrote: > Hi there, > > With clang 3.4 (imported 3 days ago in head), ruby has problems > configuring / buildi

Adding Ruby 2.1 to ports

2014-02-15 Thread Steve Wills
Hi All, I have a preliminary patch to add Ruby 2.1 to ports. It's attached and available here: http://meatwad.mouf.net/~swills/ruby21_patch.txt in case the mailing list strips it. It requires svn copying the existing ruby 2.0 port and then deleting some files afterward, so applying it should lo

net/rubygem-net-ldap update

2014-02-14 Thread Steve Wills
Hi, I just committed an update to net/rubygem-net-ldap that addresses CVE-2014-0083. If you use this module, you really should update and start using the new SSHA capability. Steve ___ freebsd-ruby@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Rails fails on port textproc/rubygem-sass-rails

2014-02-11 Thread Steve Wills
Fixed, thanks for the report. Steve On Mon, Feb 10, 2014 at 09:16:07AM +0100, Klaus Friis Østergaard wrote: > I found that it is the requirement in the www/rubygem-rails there it > requires textproc/rubygem-sass-rails 3.2.14 but this is incorrect it is > 3.2.6 (which was released on the 14/1-2013

Re: ruby docs ports, ruby-doc-*

2014-01-25 Thread Steve Wills
On Thu, Jan 09, 2014 at 12:24:54AM +0200, clutton wrote: > > The rest. > http://www.freebsd.org/cgi/query-pr.cgi?pr=185540 > > My proposal is that. Let remove all those 3 ports. > Then ruby-doc-stdlib will move to misc. And perhaps ruby-doc-core will > be created. Finally got around to this, sor

Re: request help to port a ruby based svn2git

2014-01-20 Thread Steve Wills
Do you specifically need the version from github? If not, you may have an easier time of building the port if you fetch from rubygems.org: http://rubygems.org/gems/svn2git and let the framework do all the work for you. Steve On Sun, Jan 19, 2014 at 01:32:29PM +0100, olli hauer wrote: > Hi, > >

Re: ruby docs ports, ruby-doc-*

2014-01-02 Thread Steve Wills
Thanks for your patience, I went ahead and committed this. Had a make a few changes, let me know if anything is off. Steve On Thu, Dec 26, 2013 at 03:47:37AM +0200, clutton wrote: > Commit please. > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183096 > > And also I'd like to organise all rub

Re: ports/184748: Upgrade of devel/rubygem-sprockets to 2.10.1 breaks www/rubygem-rails

2014-01-02 Thread Steve Wills
On Sun, Dec 29, 2013 at 01:08:37PM +0100, Matthias Petermann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > rubygem-rails is not working anymore with current ports tree. Beside > the upgrade of rubygem-sprockets that breaks it, there is at least one > more broken dependen

Re: Time to mark lang/ruby18 DEPRECATED

2013-10-24 Thread Steve Wills
On Wed, Oct 23, 2013 at 11:23:27AM -0700, Stanislav Sedov wrote: > > > At the time we switched to ruby 1.9 there were some ports broken with 2.0 > iirc. I'm not sure if the situation changed with the recent wave of 1.8 ports > deprecation, though. > > I agree that we should go with 2.0. Given

Re: ports/182131: [patch] www/redmine: multiple small errors

2013-09-16 Thread Steve Wills
The following reply was made to PR ports/182131; it has been noted by GNATS. From: Steve Wills To: bug-follo...@freebsd.org Cc: mark...@malikania.fr Subject: Re: ports/182131: [patch] www/redmine: multiple small errors Date: Mon, 16 Sep 2013 18:35:16 + The LDAP gem definitely is optional

[PATCH] security/rubygem-twitter_oauth: update to 0.4.94

2013-06-30 Thread Steve Wills
>Submitter-Id: current-users >Originator: Steve Wills >Organization: >Confidential: no >Synopsis: [PATCH] security/rubygem-twitter_oauth: update to 0.4.94 >Severity: non-critical >Priority: low >Category: ports >Class: update &

Re: ports/178842: www/rubygem-actionpack make fails with ruby 2.0

2013-06-01 Thread Steve Wills
The following reply was made to PR ports/178842; it has been noted by GNATS. From: "Steve Wills" To: bug-follo...@freebsd.org, josephc...@gmail.com Cc: Subject: Re: ports/178842: www/rubygem-actionpack make fails with ruby 2.0 Date: Sat, 1 Jun 2013 11:42:53 -0400 This is a languag

Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19

2013-05-27 Thread Steve Wills
The following reply was made to PR ports/170777; it has been noted by GNATS. From: "Steve Wills" To: bug-follo...@freebsd.org, ksmak...@dd.iij4u.or.jp Cc: Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 Date: Mon, 27 May 2013 13:22:49 -0400 Hi,

Re: Port deprecation reason ``Does not work with Ruby 1.9'' -- what should I do?

2013-03-12 Thread Steve Wills
> On 3/11/2013 4:13 PM, Lev Serebryakov wrote: >> Hello, Ports. >> >> My port (devel/ruby-subversion) is marked for deletion in 2 months >> because `` Does not work with Ruby 1.9''. What should I do? >> >>To be honest, I know nothing about Ruby and this port is part of >> official subvers

Re: ors in building lang/ruby 18 on CURENT-10.0-i386

2013-03-06 Thread Steve Wills
> Make config with oniguruma enabled and disabled has had the following > error: > > ./lib/fileutils.rb:85: [BUG] Segmentation fault > ruby 1.8.7 (2012-10-12 patchlevel 371) [i386-freebsd10] > This is an incompatibility between Ruby 1.8 and Clang, I think. Anyway, Ruby 1.8 is ancient. Use 1.9: ec

Re: ruby-1.9.pc; strange/harmful entry

2013-02-11 Thread Steve Wills
> >From a quick look at configure.in I see that there is a special case for freebsd| dragonflybsd: > > [freebsd*|dragonfly*], [ > ... > DLDFLAGS="$DLDFLAGS "'-Wl,-soname,$(.TARGET)' > > I think that this assignment should be removed. That's the only > occurrence of > -Wl,-soname in DLDFLAGS

Re: ruby-1.9.pc; strange/harmful entry

2013-02-10 Thread Steve Wills
On 02/11/13 01:25, Steve Wills wrote: > On 02/10/13 21:30, Andriy Gapon wrote: >> on 10/02/2013 21:56 Steve Wills said the following: >>> On 02/04/13 15:41, Andriy Gapon wrote: >>>> $ pkgconf --libs ruby-1.9 >>>> -Wl,-soname,(.TARGET) -Wl,-R -Wl,/usr/loc

Re: ruby-1.9.pc; strange/harmful entry

2013-02-10 Thread Steve Wills
On 02/10/13 21:30, Andriy Gapon wrote: > on 10/02/2013 21:56 Steve Wills said the following: >> On 02/04/13 15:41, Andriy Gapon wrote: >>> $ pkgconf --libs ruby-1.9 >>> -Wl,-soname,(.TARGET) -Wl,-R -Wl,/usr/local/lib -lruby19 -lexecinfo >>> -lpthread >>

Re: redmine 1.3.1 in ports/www/redmine

2013-02-10 Thread Steve Wills
On 02/01/13 15:59, Sascha Gresk wrote: > http://www.redmine.org/projects/redmine/wiki/Security_Advisories > > "Mass-assignemnt vulnerability that would allow an attacker to > bypass part of the security checks" > Thanks for the heads up. Would you be interested in helping out by sending a patch

Re: ruby-1.9.pc; strange/harmful entry

2013-02-10 Thread Steve Wills
On 02/04/13 15:41, Andriy Gapon wrote: > $ pkgconf --libs ruby-1.9 > -Wl,-soname,(.TARGET) -Wl,-R -Wl,/usr/local/lib -lruby19 -lexecinfo -lpthread > -lcrypt -lm -L/usr/local/lib -Wl,-rpath=/usr/local/lib -pthread > > I am not sure if '(.TARGET)' is supposed to be expanded. But I think that > -Wl

Re: RoR: CVE-2013-0155 and CVE-2013-0156 [was Re: ruby and CVE-2012-5664]

2013-01-13 Thread Steve Wills
On 01/10/13 17:36, Eric wrote: >>> On 01/05/13 20:58, Olli Hauer wrote: >>> It seems there are new releases for ruby because an security issue >>> CVE-2012-5664 >>> >> The issue is in Ruby On Rails, not Ruby itself. There's an update to >> Ruby 1.9, but it's not a security issue. I'll see what I ca

Re: ruby and CVE-2012-5664

2013-01-06 Thread Steve Wills
On 01/05/13 20:58, Olli Hauer wrote: > It seems there are new releases for ruby because an security issue > CVE-2012-5664 > > Also it seems some ports may be affected, a quick search for CVE-2012-5664 > shows also new releases for puppet (enterprise) and others. > > https://groups.google.com/gr

  1   2   >