Re: upgrading ports without recompiling

2009-07-07 Thread Ishmael F.E.
portupgrade -aPP seems to have worked, thougth I got LOTS of warnings and plenty of packages weren't upgraded to the latest version (like gstreamer* which latest version seems to be 0.10.22 but I still have 0.10.20 as dependency for pidgin) . As for compiling, I think it's not worth unless the OS i

Re: upgrading ports without recompiling

2009-07-06 Thread Bartosz Stec
CmdLnKid pisze: On Mon, 6 Jul 2009 13:16 -, pj wrote: Ishmael F.E. wrote: [...] . so, ¿how can I upgrade the ports? unfortunatley I don't have time to compile my 64bit system You don't need to compile whole OS to compile ports, if this is what you had in mind. Have you looked at the -PP

Re: upgrading ports without recompiling

2009-07-06 Thread CmdLnKid
On Mon, 6 Jul 2009 13:16 -, pj wrote: Ishmael F.E. wrote: [...] . so, ¿how can I upgrade the ports? unfortunatley I don't have time to compile my 64bit system Have you looked at the -PP option of portupgrade? I don't know how portmaster handles upgrades using packages only. You could l

Re: upgrading ports without recompiling

2009-07-06 Thread Philipp Ost
Ishmael F.E. wrote: [...] . so, ¿how can I upgrade the ports? unfortunatley I don't have time to compile my 64bit system Have you looked at the -PP option of portupgrade? I don't know how portmaster handles upgrades using packages only. HTH, Philipp

Re: upgrading ports without recompiling

2009-07-06 Thread Troels Kofoed Jacobsen
On Monday 06 July 2009 18:57:26 Tom Evans wrote: > On Mon, 2009-07-06 at 11:04 -0500, Ishmael F.E. wrote: > > Hi there > > . > > ¿How can I upgrade my ports without having to recompile everything? > > . > > I allready did > > # freebsd-update -r 7.2-RELEASE upgrade install > > # reboot > > # freebs

Re: upgrading ports without recompiling

2009-07-06 Thread Tom Evans
On Mon, 2009-07-06 at 11:04 -0500, Ishmael F.E. wrote: > Hi there > . > ¿How can I upgrade my ports without having to recompile everything? > . > I allready did > # freebsd-update -r 7.2-RELEASE upgrade install > # reboot > # freebsd-update install > . > But it didn'nt upgrade the ports, so I tryed

Re: upgrading ports without recompiling

2009-07-06 Thread Michael Proto
On Mon, Jul 6, 2009 at 12:47 PM, Michael Proto wrote: > You could use packages provided by the FreeBSD package repositories... > > portupgrade -aP > > Although those packages will contain the standard port options, which > may differ from your installed ports if you compiled them originally > and

Re: upgrading ports without recompiling

2009-07-06 Thread Michael Proto
On Mon, Jul 6, 2009 at 12:04 PM, Ishmael F.E. wrote: > Hi there > . > ¿How can I upgrade my ports without having to recompile everything? > . > I allready did > # freebsd-update -r 7.2-RELEASE upgrade install > # reboot > # freebsd-update install > . > But it didn'nt upgrade the ports, so I tryed >

upgrading ports without recompiling

2009-07-06 Thread Ishmael F.E.
Hi there . ¿How can I upgrade my ports without having to recompile everything? . I allready did # freebsd-update -r 7.2-RELEASE upgrade install # reboot # freebsd-update install . But it didn'nt upgrade the ports, so I tryed # portupgrade -af but it tried to compile everything . I also tried # port

Re: Installing/Upgrading Ports

2006-11-15 Thread Dominic Marks
On Wed, 15 Nov 2006 13:59:38 + "Suhail Choudhury" <[EMAIL PROTECTED]> wrote: > Hi, > > Why trying to install ports via "sysinstall -> customise -> ports", > whichever location I try, I get the following message: > Most people avoid sysinstall where possible :-) > > How can I install the p

Re: Installing/Upgrading Ports

2006-11-15 Thread Eric
Suhail Choudhury wrote: Hi, Why trying to install ports via "sysinstall -> customise -> ports", whichever location I try, I get the following message: Warning: Can't find the `6.1-RELEASE-p10' distribution on this │ x │ │ │ │ FTP server. You may need to visit a different server for

Re: Installing/Upgrading Ports

2006-11-15 Thread Wesley Shields
On Wed, Nov 15, 2006 at 01:59:38PM +, Suhail Choudhury wrote: > Hi, > > Why trying to install ports via "sysinstall -> customise -> ports", > whichever location I try, I get the following message: > > Warning: Can't find the `6.1-RELEASE-p10' distribution on this ? x ? > ? ? ? FTP s

Installing/Upgrading Ports

2006-11-15 Thread Suhail Choudhury
Hi, Why trying to install ports via "sysinstall -> customise -> ports", whichever location I try, I get the following message: Warning: Can't find the `6.1-RELEASE-p10' distribution on this │ x │ │ │ │ FTP server. You may need to visit a different server for │ x │ │ │ │

Re: Upgrading ports and such

2003-02-27 Thread Hans Lambermont
Kirk Strauser wrote: > At 2003-02-27T16:34:39Z, "Kevin Oberman" <[EMAIL PROTECTED]> writes: > > MAKE_ARGS = { > > 'www/galeon2' => '-DWITH_FULL_MOZILLA', > > 'x11-fm/nautilus2' => '-DWITH_FULL_MOZILLA', > > 'x11-servers/XFree86-4-Server' => '-DWITH_MATROX_GXX_DRIVER', > > 'mu

Re: Upgrading ports

2000-10-16 Thread cam
Stephen Montgomery-Smith wrote: > While we are on the subject, what exactly is the difference between > make install and make reinstall? see /usr/ports/Mk/port.bsd.mk (l. 303) : # install - Install the results of a build. # reinstall - Install the results of a build, ig