Re: Use linux_base-debian instead of linux_base?

2003-07-15 Thread Daniel Bye
On Mon, Jul 14, 2003 at 07:56:59PM +0100, Jonathan wrote:
 Kirk Strauser wrote:
 I've added this to my pkgtools.conf (and the portupgrade port is the 
 current
 version):
 
   ALT_PKGDEP = {
 'linux_base' = 'linux_base-debian'
   }
 
 but it doesn't seem to make a difference.  Do I have to do something to 
 make
 portinstall aware of that setting?
 
 My pkg_info says this:
 
 -su-2.05b# pkg_info | egrep -i linux_base
 linux_base-7.1_5The base set of packages needed in Linux mode
 
 
 So I'm guessing at:
 
 ALT_PKGDEP = {
   'linux_base-7.*' = 'linux_base-debian'
   }
 
 or something similar?

Try specifying the port name with its origin as well, something like
ALT_PKGDEP = {
'emulators/linux_base' = 'emulators/linux_base-debian',
}

instead.

You shouldn't need to worry about port version levels, etc, as portinstall
at al. will take its cue from the presence of the origin string, in this
case, emulators.

HTH,

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: Use linux_base-debian instead of linux_base?

2003-07-14 Thread David Gerard
Kirk Strauser ([EMAIL PROTECTED]) [030715 02:46]:

 I have linux_base-debian installed and working well.  However, some ports
 (namely linux-ibm-jdk14 via the USE_LINUX Makefile entry) want to install
 linux_base alongside it.  Can I configure my system to use linux_base-debian
 for ports that want to install linux_base?


In a related question: I have linux_base-6 and linux_base-7 installed - is
it possible to also install linux_base-debian?

(I use them for Opera, Realplayer, OpenOffice and Mozilla Firebird
nightlys.)


- d.



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


Re: Use linux_base-debian instead of linux_base?

2003-07-14 Thread Jonathan
Kirk Strauser wrote:
I have linux_base-debian installed and working well.  However, some ports
(namely linux-ibm-jdk14 via the USE_LINUX Makefile entry) want to install
linux_base alongside it.  Can I configure my system to use linux_base-debian
for ports that want to install linux_base?
Take a look at portupgrade (/usr/ports/sysutils/portupgrade) which has 
portinstall, which you can use instead of cd /usr/ports/blah/blah  make

Then you can configure in /usr/local/etc/pkgtools.conf using ALT_PKGDEP. 
The sample in the config says:

  #   ALT_PKGDEP = {
  # # If you use apache13-modssl instead of apache13
  # 'apache-1.3.*' = 'apache+mod_ssl-1.3.*',
HTH,

Jonathan

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


Re: Use linux_base-debian instead of linux_base?

2003-07-14 Thread Kirk Strauser
At 2003-07-14T17:01:50Z, Jonathan [EMAIL PROTECTED] writes:

Jonathan,

 Take a look at portupgrade (/usr/ports/sysutils/portupgrade) which has
 portinstall, which you can use instead of cd /usr/ports/blah/blah  make

I've been using portupgrade for ages, but I hadn't thought about using it to
work around the problem.

 Then you can configure in /usr/local/etc/pkgtools.conf using
 ALT_PKGDEP. The sample in the config says:

#   ALT_PKGDEP = {
# # If you use apache13-modssl instead of apache13
# 'apache-1.3.*' = 'apache+mod_ssl-1.3.*',

I've added this to my pkgtools.conf (and the portupgrade port is the current
version):

  ALT_PKGDEP = {
'linux_base' = 'linux_base-debian'
  }

but it doesn't seem to make a difference.  Do I have to do something to make
portinstall aware of that setting?
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: Use linux_base-debian instead of linux_base?

2003-07-14 Thread Jonathan
Kirk Strauser wrote:
I've added this to my pkgtools.conf (and the portupgrade port is the current
version):
  ALT_PKGDEP = {
'linux_base' = 'linux_base-debian'
  }
but it doesn't seem to make a difference.  Do I have to do something to make
portinstall aware of that setting?
My pkg_info says this:

-su-2.05b# pkg_info | egrep -i linux_base
linux_base-7.1_5The base set of packages needed in Linux mode
So I'm guessing at:

ALT_PKGDEP = {
'linux_base-7.*' = 'linux_base-debian'
}
or something similar?

Regards,

Jonathan

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