Re: Update: net/dnsmasq

2007-03-19 Thread Jonathan Weiss
Works for me on sparc, sparc64, amd64 and i386. Rui Reis works for me on i386 Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: Update: net/dnsmasq

2006-12-05 Thread Jonathan Weiss
n sparc (2.95.3). Please test. Works for me on sparc, sparc64, amd64 and i386. Rui Reis Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: Update: net/dnsmasq

2006-07-20 Thread Jonathan Weiss
to do this in the next couple of days. Rui Reis Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: Problem with recent Ruby update and Rails/Lighttpd

2006-01-18 Thread Jonathan Weiss
Ahh, this was ment for [EMAIL PROTECTED] Jonathan Weiss wrote: Cheers, After updating to Ruby 1.8.4 on a 6-STABLE machine I'm getting this error with Lighttpd/Rails 1.0: /usr/local/lib/ruby/1.8/monitor.rb:218: [BUG] cross-thread violation on rb_thread_schedule() ruby 1.8.4 (2005-

Problem with recent Ruby update and Rails/Lighttpd

2006-01-18 Thread Jonathan Weiss
arted lighttpd. Nothing crashes but this error keeps coming up. Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: new: devel/ruby-gems

2006-01-11 Thread Jonathan Weiss
In September or October 2005 I've submitted a rubygems port that other gems could use in order to easily create ports for gem libraries. I still think that something like that is useful. Greets, Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: NEW: www/trac 0.9.2

2005-12-19 Thread Jonathan Weiss
> > Perhaps the port should be renamed to py-trac. I disagree as this is not a Pyhton library but an application written in Python. We also have no c-samba or c++-firefox. > > /Sigfred > Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: ddclient writes a cache file in /etc

2005-11-02 Thread Jonathan Weiss
y root fs. I know I can set it in the config file but it really belongs in /var as it keeps changing its content. Jonathan -- Jonathan Weiss http://blog.innerewut.de

Pkg_delete error

2005-10-26 Thread Jonathan Weiss
. Exiting subroutine via next at /usr/libdata/perl5/OpenBSD/Delete.pm line 371. Exiting subroutine via next at /usr/libdata/perl5/OpenBSD/Delete.pm line 371. gettext-0.10.40p3: complete libiconv-1.9.2p1: complete Clean shared items: complete Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: ruby-1.8.3 update final

2005-10-22 Thread Jonathan Weiss
> On Fri, Oct 21, 2005 at 09:48:53PM +0200, Jonathan Weiss wrote: >> As of RubyGems 0.8.0, library stubs are no longer needed. >> Searching $LOAD_PATH for stubs to optionally delete (may take a while)... >> ...done. >> No library stubs found. >> >> ./lib

Re: ruby-1.8.3 update final

2005-10-21 Thread Jonathan Weiss
why is gdbm now a default depency? It wasn't before if I remember correct. Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: ruby update to 1.8.3

2005-10-19 Thread Jonathan Weiss
=> Returning to build of ruby-1.8.3 Dependency check failed *** Error code 1 Stop in /usr/ports/lang/ruby (line 1354 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/lang/ruby (line 1681 of /usr/ports/infrastructure/mk/bsd.port.mk). Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de

[UPDATE] dnsmsq-2.22 -> 2.23

2005-10-19 Thread Jonathan Weiss
Hi folks, Dnsmasq is lightweight, easy to configure DNS forwarder andDHCP server. It is designed to provide DNS and, optionally,DHCP, to a small network. Attached is the update from 2.22 to 2.23. Tested on i386 please test, review and commit. Regards, Jonathan -- Jonathan Weiss http

Re: New ports: ruby-gems and rubygem-rake

2005-10-19 Thread Jonathan Weiss
.mk file. > Rubygems will be included in Ruby 1.8.4, so it is going to be the new standard packet manager of Ruby. I will have a look at CONFIGURE_STYLE and would appreciate if you could send me your diffs and explain your ideas. Greets, Jonathan -- Jonathan Weiss http://blog.innerewut.de

Re: ruby update to 1.8.3

2005-10-19 Thread Jonathan Weiss
> Here's my version of the ruby update. I feel this resolves the tk issue. > We SUBPACKAGE all of the tk stuff and offer a no_x11 PSEUDO_FLAVOR for > those who don't want to/can't install X11 on their build host. Tested on i386 with FLAVOR=no_x11, Ruby-MySQL ,Rubygems and Rails-1.0RC2. Thanks, Jo

Re: ruby update to 1.8.3

2005-10-11 Thread Jonathan Weiss
ut x. The files are there, but unused... what about subpackaging > those ruby extensions with depencies? > Tested in i386/current with the same hack. Worked with the beta Rails, rubygems, ruby-mysql and WEBrick. Jonathan -- Jonathan Weiss http://blog.innerewut.de

New ports: ruby-gems and rubygem-rake

2005-10-11 Thread Jonathan Weiss
Jonathan -- Jonathan Weiss http://blog.innerewut.de rubygem-rake-0.6.2.tgz Description: Binary data ruby-gems-0.8.11.tgz Description: Binary data

Re: New category + ports / Integration of rubygems

2005-08-21 Thread Jonathan Weiss
> 2005/7/15, Jonathan Weiss <[EMAIL PROTECTED]>: >> Hi folks, >> >> >> I itegrated Rubygems (a package manager for Ruby libs and apps, think of >> Perl CPAN or PHP Pear) into the ports tree. >> >> The main port, devel/ruby-gems, gives you th

New port: ruby-sqlite

2005-07-15 Thread Jonathan Weiss
Cheers, databases/ruby-sqlite: The Ruby bindings for SQLite2. Tested on i386 and macpp. Please review and test. Greets, Jonathan -- Jonathan Weiss http://blog.innerewut.de ruby-sqlite.tgz Description: Binary data

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
> Quoting Jonathan Weiss ([EMAIL PROTECTED]): >> In pkg/PLIST for the rubygems-port I have: >> >> @unexec rm %D/lib/ruby/gems/${REV}/source_cache >> >> But this will be executed also if the file is not present and pkg_delete >> will carp. >>

Re: How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
> On Fri, Jul 08, 2005 at 04:56:22PM +0200, Jonathan Weiss wrote: >> I'm working on some Ruby ports. One of them (rubygems) is a package >> management for ruby libraries and applications (similar to Perl/CPAN or >> PHP/Pear). > > Good idea... i've done some

How to do a conditional deleting in PLIST?

2005-07-08 Thread Jonathan Weiss
l/gem-rake && make install clean-depends Or just add the package. I already have some code for this that wraps around `gem install` like done for php pear. Is this wanted or should I stop wasting my time? Thanks, Jonathan -- Jonathan Weiss http://blog.innerewut.de