Re: ports vs packages

2012-01-10 Thread n j
On Mon, Jan 9, 2012 at 8:36 PM, Alejandro Imass a...@p2ee.org wrote:
 On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske devin.te...@fisglobal.com wrote:
 Of course, this is explicit to rather serious production environments. 
 Desktop and casual usage ... ports may serve you better if you like to stay 
 up-to-date rather than only upgrading once every 1-2 years.

 We think the opposite. Serious production environments should use
 specifically compiled ports for your needs and create packages from
 those. In fact we combine this approach with the use of EzJail and
 flavours. So I guess it all depends on the needs and what a serious
 production environment means for each company or individual.

I would tend to agree. For specific use cases, one is usually better
off having complete control over the entire build/compile process i.e.
using ports.

However, for (IMHO) majority of users the default options are usually
OK and using packages is highly desired. That is why I really look
forward to improvements of (again IMHO) obsolete binary package format
(pkg-*) and hope that either pkgng (http://wiki.freebsd.org/pkgng) or
new PBI format in PC-BSD (http://wiki.pcbsd.org/index.php/PBI9_Format)
will gain more traction in the community.

Regards,
-- 
Nino
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Dmitry Sarkisov
On 10-01-2012, Tue [08:51:33], n j wrote:
 On Mon, Jan 9, 2012 at 8:36 PM, Alejandro Imass a...@p2ee.org wrote:
  On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske devin.te...@fisglobal.com 
  wrote:
  Of course, this is explicit to rather serious production environments. 
  Desktop and casual usage ... ports may serve you better if you like to 
  stay up-to-date rather than only upgrading once every 1-2 years.
 
  We think the opposite. Serious production environments should use
  specifically compiled ports for your needs and create packages from
  those. In fact we combine this approach with the use of EzJail and
  flavours. So I guess it all depends on the needs and what a serious
  production environment means for each company or individual.
 
 I would tend to agree. For specific use cases, one is usually better
 off having complete control over the entire build/compile process i.e.
 using ports.
 
 However, for (IMHO) majority of users the default options are usually
 OK and using packages is highly desired. That is why I really look
 forward to improvements of (again IMHO) obsolete binary package format
 (pkg-*) and hope that either pkgng (http://wiki.freebsd.org/pkgng) or
 new PBI format in PC-BSD (http://wiki.pcbsd.org/index.php/PBI9_Format)
 will gain more traction in the community.
 
 Regards,
 -- 
 Nino


Would be nice to know if there any plans on switching to pkgng or any other pkg 
management 
system in a future.


-- 

Dmitry Sarkisov
--\
---+--
--/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Matthew Seaman
On 10/01/2012 09:23, Dmitry Sarkisov wrote:
 Would be nice to know if there any plans on switching to pkgng or any other 
 pkg management 
 system in a future.

pkgng is under active development with the stated aim of replacing the
current packaging system.  If you want to get involved, check out the
#pkgng channel on irc.freenode.net

It's still too early in the pkgng development cycle for a decision to
have been made about if and when it becomes the new standard packaging
system.  Given it is such a major infrastructure change the switch over
will have to be carefully managed and I'd expect there to be a lot of
activity over on freebsd-ports@ while it is all in beta.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: ports vs packages

2012-01-10 Thread Dick Hoogendijk

Op 9-1-2012 23:00, alexus schreef:

Thank you so much for this wonderful feedback!

One of the things I'm seeing is that unfortunately packages are
somewhat limited vs ports...

For example:

I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5,
php5 doesn't have libphp5.so that links Apache and PHP together... so
unless I'm doing something entirely wrong I basically must use ports
and nothing else to get the functionality i need...


As I write in another reply: that's true and totally stupid imo.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Dmitry Sarkisov
On 10-01-2012, Tue [10:16:06], Matthew Seaman wrote:
 On 10/01/2012 09:23, Dmitry Sarkisov wrote:
  Would be nice to know if there any plans on switching to pkgng or any other 
  pkg management 
  system in a future.
 
 pkgng is under active development with the stated aim of replacing the
 current packaging system.  If you want to get involved, check out the
 #pkgng channel on irc.freenode.net
 
 It's still too early in the pkgng development cycle for a decision to
 have been made about if and when it becomes the new standard packaging
 system.  Given it is such a major infrastructure change the switch over
 will have to be carefully managed and I'd expect there to be a lot of
 activity over on freebsd-ports@ while it is all in beta.
 
   Cheers,
 
   Matthew
 

Thanks for the info, Matthew! It's really good to see some moving forward once 
in a while.

-- 
Best wishes,

Dmitry Sarkisov
--\
---+--
--/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Eric Masson
Dick Hoogendijk d...@nagual.nl writes:

Hi,

 As I write in another reply: that's true and totally stupid imo.

*You* think it's stupid.

There's not one true way to serve php pages, more and more platforms use
a lightweight httpd daemon like nginx and php-fpm for example.

If you manage many servers, you can build custom packages with options
you need and then deploy.

If you tinker with your home server, using the ports isn't that a
problem...

Éric Masson

-- 
 je comprend pas ce a quoi sert ce site ou cette boite a lettre.J'y voit
 plein de messages et autres anneries alors si tu pouvais m'aider et me
 repondre pour m'expliquer a qui et a quoi servent toutes ses phrases
 -+- DD in http://www.le-gnu.net : Allo Huston, nous avons un neuneu. -+-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Dick Hoogendijk

Op 10-1-2012 12:36, Eric Masson schreef:

Dick Hoogendijkd...@nagual.nl  writes:

Hi,


As I write in another reply: that's true and totally stupid imo.

*You* think it's stupid.

Yes, as I wrote: stupid imo
But thanks again for your reply. You may be right but I still feel it's 
better to *have* the pache module and disable it than to *have to* use 
ports just to get it.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Alejandro Imass
On Tue, Jan 10, 2012 at 7:12 AM, Dick Hoogendijk d...@nagual.nl wrote:
 Op 10-1-2012 12:36, Eric Masson schreef:

 Dick Hoogendijkd...@nagual.nl  writes:

 Hi,

 As I write in another reply: that's true and totally stupid imo.

 *You* think it's stupid.

 Yes, as I wrote: stupid imo
 But thanks again for your reply. You may be right but I still feel it's
 better to *have* the pache module and disable it than to *have to* use ports
 just to get it.


IMO it's stupid as well and I second Dick's opinion. The module
doesn't hurt anyone, and reduces confusion. I think that PHP is still
more heavily deployed on mod_php than on anything else. The Apache
module should be built by default unless there is a really strong
argument as to why it shouldn't.

-- 
Alejandro Imass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Peter
 On Tue, Jan 10, 2012 at 7:12 AM, Dick Hoogendijk d...@nagual.nl wrote:
 Op 10-1-2012 12:36, Eric Masson schreef:

 Dick Hoogendijkd...@nagual.nl  writes:

 Hi,

 As I write in another reply: that's true and totally stupid imo.

 *You* think it's stupid.

 Yes, as I wrote: stupid imo
 But thanks again for your reply. You may be right but I still feel it's
 better to *have* the pache module and disable it than to *have to* use
 ports
 just to get it.


 IMO it's stupid as well and I second Dick's opinion. The module
 doesn't hurt anyone, and reduces confusion. I think that PHP is still
 more heavily deployed on mod_php than on anything else. The Apache
 module should be built by default unless there is a really strong
 argument as to why it shouldn't.

 --
 Alejandro Imass


When I do pkg_add -r php I'm supposed to install apache as a dependency to
that package ?  Then people will ask why apache and all its glory is
installed and we'll be back to this same argument but in reverse.

]Peter[
  All my stuff runs on 'cheap' hardware, so I build most items, removing
crud I don't need and will never use. [portmaster, list all the
dependencies, then do 'pkg_add' on the ones I made no change in
'make-config']. Lean mean serving machine vs. everything and the kitchen
sink all purpose serving machine.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-10 Thread Eric Masson
Alejandro Imass a...@p2ee.org writes:

Hi,

 IMO it's stupid as well and I second Dick's opinion.

You're at least two, great.

 The module doesn't hurt anyone, and reduces confusion. I think that
 PHP is still more heavily deployed on mod_php than on anything else.
 The Apache module should be built by default unless there is a really
 strong argument as to why it shouldn't.

And then someone will pop here telling that he doesn't need mod_php and
doesn't understand why it's packaged by default and that his own
configuration should be the default instead...

Éric Masson

-- 
 Ce personnage doit probablement avoir des qualités cachées (bien
 cachées) pour ne pas avoir été rejeté par ces paires. Ou bien
 ça s'apelle l'esprit de corps.
 -+- FrF in : GNU - Il a les couilles chevillées au corps -+-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-09 Thread Damien Fleuriot


On 1/9/12 6:48 PM, claudiu vasadi wrote:
 On Mon, Jan 9, 2012 at 6:17 PM, alexus ale...@gmail.com wrote:
 
 Ports vs Packages?

 /usr/ports vs pkg_*

 pros/cons

 --
 http://alexus.org/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

 
 
 you google-ing vs you google-ing
 
 pro/cons ?
 


Now posting in a legendary thread.

Also, http://fail.my.gd/legendary_thread.jpg


Although, I have to say your reply is a bit blunt ;)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske devin.te...@fisglobal.com wrote:
 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-

[...]

 Of course, this is explicit to rather serious production environments. 
 Desktop and casual usage ... ports may serve you better if you like to stay 
 up-to-date rather than only upgrading once every 1-2 years.

We think the opposite. Serious production environments should use
specifically compiled ports for your needs and create packages from
those. In fact we combine this approach with the use of EzJail and
flavours. So I guess it all depends on the needs and what a serious
production environment means for each company or individual.

-- 
Alejandro Imass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: ports vs packages

2012-01-09 Thread Devin Teske


 -Original Message-
 From: aim...@yabarana.com [mailto:aim...@yabarana.com] On Behalf Of
 Alejandro Imass
 Sent: Monday, January 09, 2012 11:37 AM
 To: Devin Teske
 Cc: alexus; freebsd-questions@freebsd.org
 Subject: Re: ports vs packages
 
 On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske devin.te...@fisglobal.com
 wrote:
  -Original Message-
  From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
 
 [...]
 
  Of course, this is explicit to rather serious production environments.
Desktop
 and casual usage ... ports may serve you better if you like to stay up-to-date
 rather than only upgrading once every 1-2 years.
 
 We think the opposite. Serious production environments should use specifically
 compiled ports for your needs and create packages from those. In fact we
 combine this approach with the use of EzJail and flavours. So I guess it all
depends
 on the needs and what a serious production environment means for each
 company or individual.

Thanks for the nod ... indeed it varies from each company and individual.

Another thing to watch out for with ports is architecture-dependent
optimizations. Usually it's pretty safe so-long-as you don't heavily pollute
your make.conf or heavily dip-into the various config options for each port.

In our case, the concern is that if you optimize and then deliver to older
hardware, something goes awry.

You can often mitigate such things by using the lowest common denominator
amongst your clients hardware pool, and/or mandating a minimum-set of base
requirements that you target. Stating these requirements explicitly to your
customer base in a prominent section of the release-notes for each release
should assuage such problems, but it's also very important to get that list
(especially if there are big changes in the requirements from one release to the
next) to your customers in a timely manner *before* the actual release, so that
they can inventory their hardware pool (determining the damage if you will and
perhaps giving them time to perform a tech refresh to get up to speed with the
[potentially] new requirements).

Above all else, it's also paramount that (if you use ports heavily to compile
binary packages from which machines are subsequently built) should you ever
change out your compilation hardware, that you notify your customers of the
specs of your new build machine (considering that your build machine should
usually be representative of the lowest-common-denominator within the scope of
production hardware still in-use).
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-09 Thread alexus
Thank you so much for this wonderful feedback!

One of the things I'm seeing is that unfortunately packages are
somewhat limited vs ports...

For example:

I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5,
php5 doesn't have libphp5.so that links Apache and PHP together... so
unless I'm doing something entirely wrong I basically must use ports
and nothing else to get the functionality i need...

-- 
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports vs packages

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 5:00 PM, alexus ale...@gmail.com wrote:
 Thank you so much for this wonderful feedback!

 One of the things I'm seeing is that unfortunately packages are
 somewhat limited vs ports...

 For example:

 I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5,
 php5 doesn't have libphp5.so that links Apache and PHP together... so
 unless I'm doing something entirely wrong I basically must use ports
 and nothing else to get the functionality i need...


The port in lang/php52 has a build apache module option. Seems weird
to me that the module is not built with the binary distro of the php52
package. It also seems weird that in the port, the apache module
option is not selected by default. Maybe it's because the PHP crowd
seems to have a grudge against the apache module and the maintainer
follows that sentiment? What good is php52 if not to run with Apache
:-)

Yeah I don't like php that much, but IMHO the apache module should be
selected by default if it's detected that Apache is installed on the
system. Maybe you should write the port maintainer and get his take on
the matter.

-- 
Alejandro Imass


 http://alexus.org/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Ports vs Packages

2005-12-13 Thread Jose Borquez
When installing the same software using either the ports or a package 
do they both install in the same locations?  For Example installing 
Apache from ports on one server and installing Apache from packages on 
another server would still use the same locations for both?


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


Re: Ports vs Packages

2005-12-13 Thread Kris Kennaway
On Tue, Dec 13, 2005 at 01:17:01PM -0800, Jose Borquez wrote:
 When installing the same software using either the ports or a package 
 do they both install in the same locations?  For Example installing 
 Apache from ports on one server and installing Apache from packages on 
 another server would still use the same locations for both?

The same.  A package is just a port built with default options.

Kris


pgpevKoRm0tKC.pgp
Description: PGP signature


Re: Ports vs Packages

2005-12-13 Thread albi
On Tue, 13 Dec 2005 13:17:01 -0800
Jose Borquez [EMAIL PROTECTED] wrote:

  When installing the same software using either the ports or a
 package do they both install in the same locations?  For Example
 installing Apache from ports on one server and installing Apache from
 packages on another server would still use the same locations for
 both?

yes, afaik ports and packages both use /usr/local as prefix
(the makeworld base however uses /usr as prefix)

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports vs Packages

2005-12-13 Thread Nathan Vidican

Jose Borquez wrote:
When installing the same software using either the ports or a package do 
they both install in the same locations?  For Example installing Apache 
from ports on one server and installing Apache from packages on another 
server would still use the same locations for both?


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




By default, afaik - yes, but that's the short answer ;)

--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate  Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports vs Packages

2005-12-13 Thread Jose Borquez

Nathan Vidican wrote:


Jose Borquez wrote:

When installing the same software using either the ports or a package 
do they both install in the same locations?  For Example installing 
Apache from ports on one server and installing Apache from packages 
on another server would still use the same locations for both?


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




By default, afaik - yes, but that's the short answer ;)


What is the long answer?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports vs Packages

2005-12-13 Thread Chris
Jose Borquez wrote:
 Nathan Vidican wrote:
 
 Jose Borquez wrote:

 When installing the same software using either the ports or a package
 do they both install in the same locations?  For Example installing
 Apache from ports on one server and installing Apache from packages
 on another server would still use the same locations for both?

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


 By default, afaik - yes, but that's the short answer ;)

 What is the long answer?

... try it for yourself and see?!


-- 
Best regards,
Chris

The label new and/or improved means the price went up.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports vs. Packages

2003-08-19 Thread Jason Stewart
Charles Howse wrote:

Packages are nice for the speed you can install them with, 
but can be much 
harder to deal with the dependencies unless you use something like 
portupgrade (which is much more useful after you've got what you want 
installed and want to keep it all up to date).
   

Well, that begs the question, how about installing what I want from
packages and then using portupgrade to keep it up2date?
That's the whole point of portupgrade. Keeping it all up to date. The 
ports system is much, much better than Redhat's update mechanism too. I 
install all of my ports from source on my PII 333 machine even though I 
have to wait for them all to compile. The performance increase of 
binaries compiled for your system is worth the wait IMO.

Sometimes if I don't feel like waiting, I'll just let portupgrade fetch 
the distfiles, then compile everything when I go to bed.

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


Ports vs. Packages

2003-08-18 Thread Charles Howse
I'm confused ( which is not an uncommon occurrence ), let's say I know I
don't need to edit the source code of any of the additional software
that I plan to install, but I want the latest version.

Should I install from ports or sysistall/packages/FTP?

I just installed Midnight Commander from ports ( make  make install 
make clean ), and with all the dependencies, it took over 30 minutes on
my Celeron 300 w/64 MB, vs. less than a minute from sysinstall.



Thanks,
Charles


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


Re: Ports vs. Packages

2003-08-18 Thread Adam McLaurin
On Mon, 2003-08-18 at 19:14, Charles Howse wrote:
 I'm confused ( which is not an uncommon occurrence ), let's say I know I
 don't need to edit the source code of any of the additional software
 that I plan to install, but I want the latest version.
 
 Should I install from ports or sysistall/packages/FTP?
 
 I just installed Midnight Commander from ports ( make  make install 
 make clean ), and with all the dependencies, it took over 30 minutes on
 my Celeron 300 w/64 MB, vs. less than a minute from sysinstall.

Neither. I'd recommend installing sysutils/portupgrade and using the
portinstall option to fetch  install packages (so you always get the
latest version). Check the -P and -PP options to portinstall.

Note that doing this will require you to have an updated ports tree.
You'll need to cvsup your ports regularly (net/cvsup-without-gui). There
are many threads on the mailing lists with detailed information on how
to cvsup your ports tree and rebuild your INDEX.

-- 
Adam McLaurin [EMAIL PROTECTED]


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


RE: Ports vs. Packages

2003-08-18 Thread Charles Howse
 Neither. I'd recommend installing sysutils/portupgrade and using the
 portinstall option to fetch  install packages (so you always get the
 latest version). Check the -P and -PP options to portinstall.
 
 Note that doing this will require you to have an updated ports tree.
 You'll need to cvsup your ports regularly 
 (net/cvsup-without-gui). There
 are many threads on the mailing lists with detailed information on how
 to cvsup your ports tree and rebuild your INDEX.

Will doing it that way require all the compiling? 


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


Re: Ports vs. Packages

2003-08-18 Thread Mykroft Holmes IV


Charles Howse wrote:

I'm confused ( which is not an uncommon occurrence ), let's say I know I
don't need to edit the source code of any of the additional software
that I plan to install, but I want the latest version.
Should I install from ports or sysistall/packages/FTP?

I just installed Midnight Commander from ports ( make  make install 
make clean ), and with all the dependencies, it took over 30 minutes on
my Celeron 300 w/64 MB, vs. less than a minute from sysinstall.


Thanks,
Charles
If you've configured your make.conf, ports will produce a faster piece 
of software (Since it's otpimised for your machine) while packages 
install quickly (And work on machines with no compiler installed)

Adam

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


RE: Ports vs. Packages

2003-08-18 Thread Adam McLaurin
On Mon, 2003-08-18 at 19:25, Charles Howse wrote:
 Will doing it that way require all the compiling? 

No, packages are pre-compiled. Note that you'll sometimes have to wait a little longer 
to get the updated packages, since the maintainer has to submit a compiled binary, but 
doesn't always do so immediately after a port is updated.

-- 
Adam McLaurin [EMAIL PROTECTED]


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


RE: Ports vs. Packages

2003-08-18 Thread Charles Howse
  Will doing it that way require all the compiling? 
 
 No, packages are pre-compiled. Note that you'll sometimes 
 have to wait a little longer to get the updated packages, 
 since the maintainer has to submit a compiled binary, but 
 doesn't always do so immediately after a port is updated.

Excellent!  Thank you!  Just what I was looking for.
I also found this:
http://www.freebsddiary.org/portupgrade.php


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


Re: Ports vs. Packages

2003-08-18 Thread Mark Woodson
On Monday 18 August 2003 04:25 pm, Charles Howse wrote:
  Neither. I'd recommend installing sysutils/portupgrade and using the
  portinstall option to fetch  install packages (so you always get the
  latest version). Check the -P and -PP options to portinstall.
 
  Note that doing this will require you to have an updated ports tree.
  You'll need to cvsup your ports regularly
  (net/cvsup-without-gui). There
  are many threads on the mailing lists with detailed information on how
  to cvsup your ports tree and rebuild your INDEX.

 Will doing it that way require all the compiling?

Not necessarily.  If you run portupgrade with -P it will attempt to use 
packages wherever it can find them, and install from ports where it cannot 
find a package.  -PP will _only_ use packages, however it will then fail if 
it cannot find a package and you would then need to fetch the package 
yourself manually.  The way it sounds like you would be using it you'd want 
to use -P, but I'd recommend reading the man page for portupgrade.

Packages are nice for the speed you can install them with, but can be much 
harder to deal with the dependencies unless you use something like 
portupgrade (which is much more useful after you've got what you want 
installed and want to keep it all up to date).

-Mark

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


RE: Ports vs. Packages

2003-08-18 Thread Charles Howse
 Packages are nice for the speed you can install them with, 
 but can be much 
 harder to deal with the dependencies unless you use something like 
 portupgrade (which is much more useful after you've got what you want 
 installed and want to keep it all up to date).

Well, that begs the question, how about installing what I want from
packages and then using portupgrade to keep it up2date?


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


Re: Ports vs. Packages

2003-08-18 Thread Kris Kennaway
On Mon, Aug 18, 2003 at 07:34:04PM -0400, Adam McLaurin wrote:
 On Mon, 2003-08-18 at 19:25, Charles Howse wrote:
  Will doing it that way require all the compiling? 
 
 No, packages are pre-compiled. Note that you'll sometimes have to wait a little 
 longer to get the updated packages, since the maintainer has to submit a compiled 
 binary, but doesn't always do so immediately after a port is updated.

Please wrap your lines at 70 characters so your mail can be easily read.

Actually, package builds are done centrally, they are not submitted by
the port maintainer.  Full package rebuilds are done more or less
continuously, but they're only updated on the FTP site every week or
two (depending on architecture, FreeBSD version and other factors like
how busy I am :-)

Kris


pgp0.pgp
Description: PGP signature


Re: Ports vs. Packages

2003-08-18 Thread Adam McLaurin
On Mon, 2003-08-18 at 22:41, Kris Kennaway wrote:
 Please wrap your lines at 70 characters so your mail can be easily read.

Sorry, my client (Evo 1.4.4) is set to wrap, but for some reason it
occasionally decides not to. It's probably some weird GTK bug.

-- 
Adam McLaurin [EMAIL PROTECTED]


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