Re: Specify location of port install?

2005-02-15 Thread Michael C. Shultz
On Tuesday 15 February 2005 03:20 pm, Trey Sizemore wrote:
> On Tue, 2005-02-15 at 09:29 -0800, Michael C. Shultz wrote:
> > If the port is prefix compliant you should be able to do
> >
> > make PREFIX=/alternate base dir/
> >
> > Then watch out for libraries the port installs, because
> > they will end up in /alternate base dir/lib.  When that happens
> > run ldconfig -m /alternate base dir/lib, add /alternate base
> > dir/bin to your path and everything should be set.
>
> Thanks.  Couldn't get it to work with gpgme03.  I have gpgme
> installed (as it's needed by a number of my installed ports) but I'm
> trying to install a sylpheed-claws-gtk2 tarball with gpg-mime support
> and it doesn't work with the newer gpgme 1.0.x versions.
>
> I have both
> /usr/local/bin/gpgme-config
> /usr/local/bin/gpgme03-config
>
> and I think I'm getting errors when installing because they're both
> in identical paths and it's trying to build against the newer
> version.  It builds fine if I disable pgp-mime support.
>
> For example, the --help file says:
>
> ~/src/sylpheed-claws$ ./configure --help | grep gpg
>   --with-gpgme-prefix=PFX prefix where GPGME is installed (optional)
>
> So I've been trying to build with:
>
> --with-gpgme-prefix=/usr/local
>
> Any ideas how I might work around this?
>
> Thanks.

Well prefix=/usr/local by default, in otherwords
you change nothing when you use that setting.
Why not try prefix=/home/your home dir/TEMP?

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Specify location of port install?

2005-02-15 Thread Trey Sizemore
On Tue, 2005-02-15 at 09:29 -0800, Michael C. Shultz wrote:
> If the port is prefix compliant you should be able to do
> 
> make PREFIX=/alternate base dir/
> 
> Then watch out for libraries the port installs, because
> they will end up in /alternate base dir/lib.  When that happens
> run ldconfig -m /alternate base dir/lib, add /alternate base dir/bin
> to your path and everything should be set.

Thanks.  Couldn't get it to work with gpgme03.  I have gpgme installed
(as it's needed by a number of my installed ports) but I'm trying to
install a sylpheed-claws-gtk2 tarball with gpg-mime support and it
doesn't work with the newer gpgme 1.0.x versions.

I have both
/usr/local/bin/gpgme-config
/usr/local/bin/gpgme03-config

and I think I'm getting errors when installing because they're both in
identical paths and it's trying to build against the newer version.  It
builds fine if I disable pgp-mime support.

For example, the --help file says:

~/src/sylpheed-claws$ ./configure --help | grep gpg
  --with-gpgme-prefix=PFX prefix where GPGME is installed (optional)

So I've been trying to build with:

--with-gpgme-prefix=/usr/local

Any ideas how I might work around this?

Thanks.

-- 
Cheers,
Trey
---

When you have robbed a man of everything, he is no longer in your power.
He is free again.
-- Alexander Solzhenitsyn 

6:14PM up 21:24, 0 users, load averages: 0.77, 0.45, 0.29 
FreeBSD salamander.thesizemores.net 5.3-STABLE i386


signature.asc
Description: This is a digitally signed message part


Re: Specify location of port install?

2005-02-15 Thread Michael C. Shultz
On Tuesday 15 February 2005 06:20 am, S Salamander wrote:
> I have a situation where I need both gpgme03 and gpgme installed.
> However, both install their includes and other files in very similar
> locations and another program I'm installing can't find the needed
> gpgme03 files.
>
> I don't believe anything else I have installed depends on gpgme03, so
> I was wondering if there was a way when installing it again I could
> specify the install directory such that I could point other apps I'm
> installing to it more directly (I think their finding the gpgme files
> when they need the gpgme03 files).
>
> Is this possible?
>
> Thanks.

If the port is prefix compliant you should be able to do

make PREFIX=/alternate base dir/

Then watch out for libraries the port installs, because
they will end up in /alternate base dir/lib.  When that happens
run ldconfig -m /alternate base dir/lib, add /alternate base dir/bin
to your path and everything should be set.

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Specify location of port install?

2005-02-15 Thread S Salamander
I have a situation where I need both gpgme03 and gpgme installed. 
However, both install their includes and other files in very similar
locations and another program I'm installing can't find the needed
gpgme03 files.

I don't believe anything else I have installed depends on gpgme03, so
I was wondering if there was a way when installing it again I could
specify the install directory such that I could point other apps I'm
installing to it more directly (I think their finding the gpgme files
when they need the gpgme03 files).

Is this possible?

Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"