PostgreSQL-PL\Java

2007-09-27 Thread Gabor Tjong A Hung
o you my friends. Is there any documentation you can point me to to finish this port? Kind regards, Gabor # New ports collection makefile for: PostgreSQL PL/Java # Date created: September 25, 2007 # Whom: G.V. Tjong A Hung <[EMAIL PROTECTED]> # # $FreeBSD$ # PORTNAME= postgresql #POR

package-recursive

2007-09-11 Thread Gabor Tjong A Hung
Dear reader, I have been trying to get a webserver running with php and pgsql support in a jailed environment, while building in a build jail. I would have expected this to work flawlessly, but I have however discovered that this is not an easy task. What I did: In my build jail: cd /usr/ports/ww

Samba NetBios

2007-07-04 Thread Gabor Tjong A Hung
Dear all, I've recently put my samba server in a jail, but as you can see @ http://www.faughnan.com/netbios.html NetBIOS is a bit of a problem and can cause alot of headache. I was unable to find a nat helper for pf, so I was wondering if I could bridge my jail with it's host. the bridge manual

Re: alpha proposal: port options

2007-06-26 Thread Gabor Tjong A Hung
Hi there, Could you also include a radio-like option in addition to the checkbox-like options ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#AEN2476 ) This is useful for ports like eclipse where you need to specify either gecko or firefox or mozilla etc.

Re: How to make a make install without questions?

2007-06-18 Thread Gabor Tjong A Hung
make config-recursive is probably what you want as was said earlier. However, config-recursive only calls the make config for the dependancies, if you for some reason add another dependancy(by selecting some optionas) then the make config isn't called for this port. That's why I recommend you to b

opensync ports

2007-06-17 Thread Gabor Tjong A Hung
Dear all, I am new to porting and have tried to port opensync, and the result is included as attachment. I was however unsure about certain things and I'd like some help before submitting a PR. - There is a devel/libopensync. I'm not sure if this is the same port. It appears to be, but this

Re: Samba 3.0.25a still broken

2007-06-16 Thread Gabor Tjong A Hung
If you are in need of a working version in a hurry try looking up portdowngrade and get an older version of samba. You can then just install the "old" one fine :D On 6/16/07, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: On Fri, Jun 15, 2007 at 12:42:45PM -0500, Thompson, M K Mr CTR USAF 1SOCS/SC

Re: ./options-descr file suggestion for ports

2007-06-12 Thread Gabor Tjong A Hung
As it is now some ports don't even have OPTIONS, and you need to define variables to "define" your options. I don't really understand why this is done this way, but this is equally annoying. On 6/11/07, Brooks Davis <[EMAIL PROTECTED]> wrote: On Sat, Jun 09, 2007 at 10:33:17PM +0200, Kirill Pon

Re: Updated Nvidia Dviver

2007-06-12 Thread Gabor Tjong A Hung
AFAIK beryl has some issues which are either "solved" or occur less frequently with the new nvidia drivers. But I suppose you'll have to bug the nvidia maintainer for the new port. And if you think he's lazy, show him how it's supposed to be done and make a nice PR and send it to him so he has les

Re: PS to PDF converter needed

2007-06-11 Thread Gabor Tjong A Hung
apropos would do you good :D On 6/11/07, Scott Bennett <[EMAIL PROTECTED]> wrote: On Mon, 11 Jun 2007 05:56:32 +0200 Nikola Lecic <[EMAIL PROTECTED]> wrote: >On Sun, 10 Jun 2007 22:39:00 -0500 (CDT) >Scott Bennett <[EMAIL PROTECTED]> wrote: > >> Thanks for the gs(1) example. I have p

Re: Portsnap files?

2007-06-10 Thread Gabor Tjong A Hung
If for some reason you have not enough space in /var, you can just create a symlink or set the path in /etc/portsnap.conf(/usr/local/etc/portsnap.conf if it's the one from ports). On 6/10/07, Xin LI <[EMAIL PROTECTED]> wrote: 哺 2007-06-10耒��19:03 +0200▏Ivan Voras厚��│ > Hi > > Are files in /var/

Re: package font-adobe-utopia-type1-1.0.1 has no origin recorded

2007-06-04 Thread Gabor Tjong A Hung
Hey, I think a simple pkgdb -L would have told you that it had no origin, and recommend a "new" origin. I had this issue a few days ago as well. Although I'm not sure anymore with what port. On 6/5/07, mato <[EMAIL PROTECTED]> wrote: On Mon, 4 Jun 2007 19:27:48 +0200, Dejan Lesjak wrote > On Su

Re: FreeBSD Port: samba-3.0.25,1

2007-05-28 Thread Gabor Tjong A Hung
I think this is related to the update in /usr/ports/UPDATING The passdb backend in your smb.conf. I think it defaults to something else now. On 5/29/07, Paul Fraser <[EMAIL PROTECTED]> wrote: Paul Fraser to Scot show details 1:21 pm (0 minutes ago) On 5/29/07, Scot Hetzel <[EMAIL PROTECTED]> wr

Discontinued projects

2007-05-24 Thread Gabor Tjong A Hung
What happens with discontinued projects? They seem to pollute our ports tree. http://tmsnc.sourceforge.net/ seems to indiacte that the project is discontinued. Shouldn't its port be removed from the ports tree then? I've noticed the same with several other ports. http://koti.mbnet.fi/jarmonik/Mat

optional dependencies

2007-03-27 Thread Tjong-A-Hung
Dear all, for quite some time I have been annoyed by the fact that alot of ports seem to install so called dependencies which *I* don't need. An example is a port needs a pdfviewer, I have acroread installed. Someone may think xpdf or kpdf is better. All of that is besides the point. If the por