Java version and JRuby port

2011-04-21 Thread Bruce Albrecht
When the JRuby port is installed, it updates the jruby script to force the JAVA_HOME to be the JAVA_HOME the port was built with. I've got both diablo-jdk1.6.0 and openjdk6 installed, but I can't figure out how to force the JRuby port to use openjdk6, and I can't override the JAVA_HOME unless

Re: Howl port - deprecated?

2011-04-21 Thread bw
I'm currently running a VM of FreeBSD 8.2. Can anyone point me in the direction of how to switch my installation to follow 8-STABLE (I read that it's best to check your ports on the STABLE branches)? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html should

Re: samba35 building error

2011-04-21 Thread timp
I have same problem. Don't know how to solve =( -- View this message in context: http://freebsd.1045724.n5.nabble.com/samba35-building-error-tp3857271p4330253.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___

Attn: maintainers of rxvt-derived ports: small crash fixed

2011-04-21 Thread Marcin Cieslak
Hello, There are some rxvt-derived ports in the tree and I have fixed a small possibility to crash the emulator when pasting some text from not-fully-ICCCM compliant client. Here's patch for x11/rxvt: http://www.freebsd.org/cgi/query-pr.cgi?pr=156542 for x11/rxvt-devel:

Re: samba35 building error

2011-04-21 Thread timp
Found solution. Problem occurs when you already have installed smbclient. You need deinstall smbclient during samba35 installation #pkg_info | grep samba samba34-libsmbclient-3.4.9 Delete smbclient #pkg_delete -f samba34-libsmbclient-3.4.9 Install samba35 # portmaster /ust/ports/net/samba35

Installing a missing shared object

2011-04-21 Thread Pankaj Singh
Hi, How to solve the below problem : Perl2Exe Binary Distribution Setup /libexec/ld-elf.so.1: Shared object libm.so.3 not found, required by perl5.8.8 I checked the ports but nothing was available. Regards, Pankaj Singh ___

Re: Installing a missing shared object

2011-04-21 Thread Olivier Smedts
2011/4/21 Pankaj Singh pankaj.i...@gmail.com: Hi, How to solve the below problem : Perl2Exe Binary Distribution Setup /libexec/ld-elf.so.1: Shared object libm.so.3 not found, required by perl5.8.8 I checked the ports but nothing was available. That's an old base system lib. You can

Re: Installing a missing shared object

2011-04-21 Thread Sutra Zhou
Maybe you should rebuild perl port. On Thu, Apr 21, 2011 at 6:46 PM, Pankaj Singh pankaj.i...@gmail.com wrote: Hi, How to solve the below problem : Perl2Exe Binary Distribution Setup /libexec/ld-elf.so.1: Shared object libm.so.3 not found, required by perl5.8.8 I checked the ports but

Ports with version numbers going backwards: devel/p5-Coro, devel/p5-Object-E...

2011-04-21 Thread erwin
** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming

Re: OpenNMS link/port

2011-04-21 Thread Sevan / Venture37
I've shoved all the revisions of the port I created into a mercurial repo pushed it up to bitbucket. https://bitbucket.org/sevan/opennms/overview Will follow up with the dev one tomorrow, lets get the ball rolling. Micheas was correct on why this is not in the tree already. Regards Sevan

installing to jail

2011-04-21 Thread Mickey Harvey
Is there an easy way to install a port from a host system to the equivalent directories in a hosted jail? For example if I have a jail at /jail/www and want to install a port that installs its config file as /usr/local/etc/thefile.conf and its binaries into /usr/local/bin. Is there a way to easily

Re: installing to jail

2011-04-21 Thread Chris Rees
On 21 Apr 2011 20:58, Mickey Harvey mh.u...@gmail.com wrote: Is there an easy way to install a port from a host system to the equivalent directories in a hosted jail? For example if I have a jail at /jail/www and want to install a port that installs its config file as