Revision [3790]

Last edited on 2010-08-09 02:34:24 by KenFong
Additions:
portupgrade -R package-name
# or
portmaster -L
Deletions:
portupgrade package-name


Revision [3758]

Edited on 2010-07-25 18:53:47 by KenFong
Additions:
===PortSnap===
One can use portsnap to update the freebsd ports tree, rather than the old shitty cvsup / csup.
# Initial fetch
portsnap fetch
# Periodic update


Revision [3689]

Edited on 2010-04-22 20:58:19 by KenFong
Additions:
===Freebsd Ports===
===Ports downgrade===
Hot: http://www.rasyid.net/2008/04/15/downgrade-freebsd-ports/


Revision [2148]

Edited on 2009-01-11 00:32:55 by WikiAdmin
Additions:
export PACKAGEROOT=ftp://ftp.hk.freebsd.org
pkg_add -vr php5
Deletions:
pkg_add -r php5


Revision [2145]

Edited on 2009-01-08 09:16:33 by WikiAdmin
Additions:
# extract new ports to /usr/port, pretty much like csup ports-all


Revision [2144]

Edited on 2009-01-08 09:03:07 by WikiAdmin
Additions:
==Install precompiled ports from remote servers==
pkg_add -r php5


Revision [2143]

Edited on 2009-01-08 08:47:43 by WikiAdmin
Additions:
portsnap extract


Revision [2142]

Edited on 2009-01-08 08:42:20 by WikiAdmin
Additions:
===PortUpgrade===
portsnap fetch update
# update package db
pkgdb -F
# update index
portsdb -Uu
# upgrade all
portupgrade -a
# upgrade specific package
portupgrade package-name
# To see list of all outdated ports
portversion -l '<'
Deletions:
=== Ports update ===
Keep your ports up-to-date
portsnap -d /var/db/portsnap


Revision [1923]

Edited on 2008-09-03 20:22:11 by WikiAdmin
Additions:
==Ports disable vulnerability check==
make DISABLE_VULNERABILITIES=yes


Revision [1436]

Edited on 2008-03-04 03:14:23 by WikiAdmin
Additions:
Goto www.freshports.org, search for the package. then look for its release date using the PortsMon link
Deletions:
Goto www.freshports.org, search for the package's release date.


Revision [1435]

Edited on 2008-03-04 03:12:56 by WikiAdmin
Additions:
===Fetching a ports of a specific datetime===
Goto www.freshports.org, search for the package's release date.
Then edit your supfile, add a date to the following tag, then do a cvsup or csup
*default release=cvs date=2007.10.09.09.30.57


Revision [1217]

Edited on 2007-12-02 22:30:53 by WikiAdmin
Additions:
=== Ports force install===
make FORCE_PKG_REGISTER=yes install clean


Revision [1213]

Edited on 2007-11-29 00:22:48 by WikiAdmin
Additions:
1. Do a **make package** in the ports directory
2. It will install the port, and build a package under /usr/ports.packages
3. Copy the package over and install it with **pkg_add package.tbz**


Revision [1212]

The oldest known version of this page was created on 2007-11-29 00:21:11 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki