Re: LIB_DEPENDS problem

2006-05-25 Thread Kris Kennaway
On Thu, May 25, 2006 at 07:39:49AM +, db wrote: > Kris Kennaway wrote: > >>#LIB_DEPENDS= cppe:${PORTSDIR}/devel/cppe \ (also a port not in the > >>collection) > >>LIB_DEPENDS=ACE_SSL:${PORTSDIR}/devel/ace \ > >> pqxx:${PORTSDIR}/databases/postgresql-libpqxx > >> > > > >

Re: LIB_DEPENDS problem

2006-05-25 Thread db
Kris Kennaway wrote: #LIB_DEPENDS= cppe:${PORTSDIR}/devel/cppe \ (also a port not in the collection) LIB_DEPENDS=ACE_SSL:${PORTSDIR}/devel/ace \ pqxx:${PORTSDIR}/databases/postgresql-libpqxx Grrr..this is your fault since that's not the library name installed by that

Re: LIB_DEPENDS problem

2006-05-24 Thread Kris Kennaway
On Wed, May 24, 2006 at 09:46:18PM +, db wrote: > Kris Kennaway wrote: > >What port are you having problems with again? > > > It's not in the port collection yet: > > PORTNAME= esad > PORTVERSION=0.1 > CATEGORIES= net > MASTER_SITES= http://esad.trunet.dk/ #no you can't down

Re: LIB_DEPENDS problem

2006-05-24 Thread db
Kris Kennaway wrote: What port are you having problems with again? It's not in the port collection yet: PORTNAME= esad PORTVERSION=0.1 CATEGORIES= net MASTER_SITES= http://esad.trunet.dk/ #no you can't download anything until it is ready MAINTAINER= [EMAIL PROTECTED]

Re: LIB_DEPENDS problem

2006-05-24 Thread Kris Kennaway
On Wed, May 24, 2006 at 09:11:58PM +, db wrote: > Kris Kennaway wrote: > work# ls -l /usr/local/lib/*pqxx* > -rwxr-xr-x 1 root wheel 332194 May 4 14:56 > /usr/local/lib/libpqxx-2.5.5.so > -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a > -rwxr-xr

Re: LIB_DEPENDS problem

2006-05-24 Thread db
Kris Kennaway wrote: work# ls -l /usr/local/lib/*pqxx* -rwxr-xr-x 1 root wheel 332194 May 4 14:56 /usr/local/lib/libpqxx-2.5.5.so -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a -rwxr-xr-x 1 root wheel 851 May 4 14:56 /usr/local/lib/libpqxx.la lrwxr-xr-x 1 ro

Re: LIB_DEPENDS problem

2006-05-24 Thread Kris Kennaway
On Wed, May 24, 2006 at 08:56:44PM +, db wrote: > Kris Kennaway wrote: > >>work# ls -l /usr/local/lib/*pqxx* > >>-rwxr-xr-x 1 root wheel 332194 May 4 14:56 > >>/usr/local/lib/libpqxx-2.5.5.so > >>-rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a > >>-rwxr-xr-x 1 root

Re: LIB_DEPENDS problem

2006-05-24 Thread db
Kris Kennaway wrote: work# ls -l /usr/local/lib/*pqxx* -rwxr-xr-x 1 root wheel 332194 May 4 14:56 /usr/local/lib/libpqxx-2.5.5.so -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a -rwxr-xr-x 1 root wheel 851 May 4 14:56 /usr/local/lib/libpqxx.la lrwxr-xr-x 1 ro

Re: LIB_DEPENDS problem

2006-05-24 Thread Kris Kennaway
On Wed, May 24, 2006 at 03:00:10PM +, db wrote: > libpqxx.so is not a broken link: > > work# ls -l /usr/local/lib/*pqxx* > -rwxr-xr-x 1 root wheel 332194 May 4 14:56 > /usr/local/lib/libpqxx-2.5.5.so > -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a > -rwxr-xr-x 1

Re: LIB_DEPENDS problem

2006-05-24 Thread db
libpqxx.so is not a broken link: work# ls -l /usr/local/lib/*pqxx* -rwxr-xr-x 1 root wheel 332194 May 4 14:56 /usr/local/lib/libpqxx-2.5.5.so -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a -rwxr-xr-x 1 root wheel 851 May 4 14:56 /usr/local/lib/libpqxx.la lrwx

Re: LIB_DEPENDS problem

2006-05-23 Thread Kris Kennaway
On Tue, May 23, 2006 at 02:37:12PM +, db wrote: > >Notice that it didn't build this port, but skipped straight to > >installing it. This means that you have a stale build of the port, > >and need to run 'make clean' before and/or after your builds as a > >matter of habit. > > work# ls /usr/po

Re: LIB_DEPENDS problem

2006-05-23 Thread db
Notice that it didn't build this port, but skipped straight to installing it. This means that you have a stale build of the port, and need to run 'make clean' before and/or after your builds as a matter of habit. work# ls /usr/ports/databases/postgresql-libpqxx Makefiledistinfof

Re: LIB_DEPENDS problem

2006-05-22 Thread Kris Kennaway
On Mon, May 22, 2006 at 02:57:28PM +, db wrote: > Hi all > > I'm trying to make a new port that depends on ACE and pqxx, but it can't > find lib pqxx even though it is installed. > > work# make -DNO_CHECKSUM > ===> WARNING: Vulnerability database out of date, checking anyway > ===> Extract

LIB_DEPENDS problem

2006-05-22 Thread db
Hi all I'm trying to make a new port that depends on ACE and pqxx, but it can't find lib pqxx even though it is installed. work# make -DNO_CHECKSUM ===> WARNING: Vulnerability database out of date, checking anyway ===> Extracting for esad-0.1 ===> Patching for esad-0.1 ===> esad-0.1 depen