Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Jeremie Le Hen
Hi, Is there a way to track dependency-only ports, so that if I install port0 which requires port1 which in turn requires port2 and so on, deinstalling port0 will deinstall portN up to the first one required by another port or one I explicitely installed. I know ports-mgmt/pkg_cutleaves but this

Re: ports cross compiling

2007-06-14 Thread Kris Kennaway
On Wed, Jun 13, 2007 at 07:33:56PM -0400, Vulpes Velox wrote: > On Wed, 13 Jun 2007 19:11:41 -0400 > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > On Wed, Jun 13, 2007 at 06:35:10PM -0400, Z.C.B. wrote: > > > Any suggestions on how to cross compile ports? > > > > It's almost entirely unsupported

Re: Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Nikola Lecic
On Thu, 14 Jun 2007 09:06:02 +0200 Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to track dependency-only ports, so that if I install > port0 which requires port1 which in turn requires port2 and so on, > deinstalling port0 will deinstall portN up to the first one required >

Re: Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Jeremie Le Hen
Nikola, Thanks for your reply. On Thu, Jun 14, 2007 at 09:14:33AM +0200, Nikola Lecic wrote: > On Thu, 14 Jun 2007 09:06:02 +0200 > Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > > Is there a way to track dependency-only ports, so that if I install > > port0 which requires port1 which in turn requir

print/ghostscript-gnu and FreeBSD-4.x

2007-06-14 Thread Out-Law
Hi, I'm a FreeBSD 4.x user and I've a problem compiling print/ghostscript-gnu port on my system. The port configure script says: ... checking for inttypes.h... yes checking for unistd.h... yes checking for stdint.h... no ... But, when the compilation process starts, I've this error: ... c

Re: subversion -- compile file - requires lgssapi_krb5 __SOLVED

2007-06-14 Thread David Southwell
On Wednesday 13 June 2007 10:49:31 Scot Hetzel wrote: > On 6/13/07, David Southwell <[EMAIL PROTECTED]> wrote: > > here is what I have: > > > > [EMAIL PROTECTED] /usr/bin]# ls -l /usr/lib/libgss* > > -r--r--r-- 1 root wheel 141960 Feb 27 10:24 /usr/lib/libgssapi.a > > lrwxr-xr-x 1 root wheel

Possibly unbuildable ports reminder

2007-06-14 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the li

Re: Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Robert Huff
Jeremie Le Hen writes: > My request is more subtle, I think. To quote the old television show: "Insufficient data, Captain." I don't recall _any_ piece of port management software recording, or even understanding, the difference between a port "installed automatically"

FreeBSD Port: fga-1.0.4

2007-06-14 Thread Alessandro Presta
I inform you that version 1.3 is available: http://downloads.sourceforge.net/fga/fga-1.3.tar.gz?download It should be as stable as the previous one and it introduces some major features. Thanks, Alessandro Presta ___ freebsd-ports@freebsd.org mailing lis

Re: [HEADS UP] ntfs-3g: better performance with libublio

2007-06-14 Thread Csaba Henk
On 2007-05-02, Alejandro Pulver <[EMAIL PROTECTED]> wrote: > I tried to contact fuse4bsd/libublio author, port maintainer, and asked > in freebsd-hackers@/freebsd-performance@ without response (I am not > blaming them, perhaps they were busy, I didn't ask correctly or simply > there was no interest

Strange problem with skype on RELENG_6 KERNEL since the end of may.

2007-06-14 Thread [EMAIL PROTECTED]
A RELENG_6 kernel from May 21 works fine with skype but boot a newer kernel and skype seems to be blocking port 80. Apache logs show nothing. I can find no logs errors anywhere but a telnet to port 80 answers with what would seem to be binary chars. I close skype and all is back to norm

[devel/subversion] install broken

2007-06-14 Thread [LoN]Kamikaze
The installation of devel/subversion seems to be broken. Does anyone else have this problem? My blind guess is that it's because I have set WRKDIRPREFIX=/usr/obj/${HOST} in my make.conf. ===> Installing for subversion-1.4.3_2 ===> subversion-1.4.3_2 depends on shared library: expat.6 - found =

Re: [devel/subversion] install broken

2007-06-14 Thread David Southwell
On Thursday 14 June 2007 09:59:44 [LoN]Kamikaze wrote: > The installation of devel/subversion seems to be broken. Does anyone else > have this problem? > > My blind guess is that it's because I have set > WRKDIRPREFIX=/usr/obj/${HOST} in my make.conf. > > ===> Installing for subversion-1.4.3_2 > =

Re: [devel/subversion] install broken

2007-06-14 Thread [LoN]Kamikaze
David Southwell wrote: > On Thursday 14 June 2007 09:59:44 [LoN]Kamikaze wrote: >> The installation of devel/subversion seems to be broken. Does anyone else >> have this problem? >> >> My blind guess is that it's because I have set >> WRKDIRPREFIX=/usr/obj/${HOST} in my make.conf. >> >> ===> Insta

FreeBSD Port: pgcluster-1.0.7_1

2007-06-14 Thread Eric Kingston
According to the PgFoundry website, this port version is supposed to be up to 1.7. Is the port maintainer no longer keeping this port up to date? Eric [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: Strange problem with skype on RELENG_6 KERNEL since the end of may.

2007-06-14 Thread Ion-Mihai Tetcu
On Thu, 14 Jun 2007 09:29:09 -0500 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > A RELENG_6 kernel from May 21 works fine with skype but boot a newer > kernel and skype seems to be blocking port 80. Apache logs show > nothing. I can find no logs errors anywhere but a telnet to port 80

Re: print/ghostscript-gnu and FreeBSD-4.x

2007-06-14 Thread Kris Kennaway
On Thu, Jun 14, 2007 at 11:33:45AM +0200, Out-Law wrote: > Hi, > I'm a FreeBSD 4.x user and I've a problem compiling > print/ghostscript-gnu port on my system. 4.x is no longer supported, see the archives. Kris ___ freebsd-ports@freebsd.org mailin

install-ldconfig-file target problem

2007-06-14 Thread Ben Kelly
Hello, For the last few months I have been receiving odd messages from my system when I try to use portupgrade -p on certain ports. Specifically, the package fails to be created do to a (null) prefix entry on certain files. This problem also shows up when deinstalling a package. For example:

Samba 3.0.25a port broken

2007-06-14 Thread Thompson, M K Mr CTR USAF 1SOCS/SCBB
asneteng1 /usr/ports/net/samba3# make install ===> Building for samba-3.0.25a,1 cd /usr/ports/net/samba3/work/samba-3.0.25a/source && make pch rm -f /usr/ports/net/samba3/work/samba-3.0.25a/source/include/includes.h.gch cc -I. -I/usr/ports/net/samba3/work/samba-3.0.25a/source -O2 -fno-strict-alia

Re: ./options-descr file suggestion for ports

2007-06-14 Thread Pav Lucistnik
Vivek Khera píše v st 13. 06. 2007 v 10:26 -0400: > personally, I'm annoyed by ports that use OPTIONS because I cannot > then set them globally in my make.conf file (which is copied around > to all my servers). I have to ensure that the proper OPTIONS are set > on every machine on which I m

Re: Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Nikola Lecic
On Thu, 14 Jun 2007 09:54:18 +0200 Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > My request ismore subtle, I think. > > Consider the following fake port tree: > > port1 port2 port3*port4 > \/ \ | / >\ / \ | / > port12* \|/ >

suggest hopfake for ports

2007-06-14 Thread Foucault
*sigh* I would suggest hopfake from xenion.antifork.org as port. greetz mpeg ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Strange problem with skype on RELENG_6 KERNEL since the end of may.

2007-06-14 Thread eculp
Quoting Ion-Mihai Tetcu <[EMAIL PROTECTED]>: On Thu, 14 Jun 2007 09:29:09 -0500 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: A RELENG_6 kernel from May 21 works fine with skype but boot a newer kernel and skype seems to be blocking port 80. Apache logs show nothing. I can find no logs err

Re: Keeping track of automatically installed dependency-only ports

2007-06-14 Thread Nikola Lecic
On Thu, 14 Jun 2007 08:05:21 -0400 Robert Huff <[EMAIL PROTECTED]> wrote: > [...] > In view of the recent thread (on current@ ??) in which many > people were willing to trade /decreased/ complexity for faster > execution time, I'd say you have a long way to go before this gets > committed.

FW: Zabbix-1.4 returning error

2007-06-14 Thread Dede NURMANSYAH
Resend .. > __ > From: Dede NURMANSYAH > Sent: Thursday, June 14, 2007 7:55 PM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: Zabbix-1.4 returning error > > Hi, > I glad when I'm done cvsup this morning, because the

conflicts and broken plists

2007-06-14 Thread [LoN]Kamikaze
www/apache22 forgets to install the following files: /usr/local/www/apache22/data/apache_pb.gif /usr/local/www/apache22/data/apache_pb.png /usr/local/www/apache22/data/apache_pb22.gif /usr/local/www/apache22/data/apache_pb22.png /usr/local/www/apache22/data/apache_pb22_ani.gif /usr/local/www/apach