summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-10-06 21:51:15 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-10-06 21:51:15 +0000
commit1aed3284bab7005a92741ba239814e43327e4c66 (patch)
tree6091bd4fc091977bcaa440f5b1284f99237cede0 /ports-mgmt/portmaster
parentUpdate to 2.0603 (diff)
Update for new version 1.9
Notes
Notes: svn path=/head/; revision=174688
Diffstat (limited to 'ports-mgmt/portmaster')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/files/portmaster.862
2 files changed, 46 insertions, 18 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 630ca65ed75a..c84384838be4 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 1.8
+PORTVERSION= 1.9
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8
index 47d6504d9399..53908a7426a4 100644
--- a/ports-mgmt/portmaster/files/portmaster.8
+++ b/ports-mgmt/portmaster/files/portmaster.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 12, 2006
+.Dd October 5, 2006
.Dt PORTMASTER 8
.Os
.Sh NAME
@@ -32,28 +32,28 @@
.Nd manage your ports without external databases or languages
.Sh SYNOPSIS
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
-.Op Ar name of port directory in
-.Pa /var/db/pkg
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Op Ar full name of port directory in /var/db/pkg
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
-.Op Ar glob pattern from
-.Pa /var/db/pkg
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Op Ar full path to /usr/ports/foo/bar
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
-.Op Fl p Ar port directory in /usr/ports
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Op Ar Multiple full names/paths from either of the above
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
-.Op Ar full path to /usr/ports/foo/bar
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Op Ar glob pattern from /var/db/pkg
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Op Fl p Ar port directory in /usr/ports
+.Nm
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
.Fl o Ar <new port dir in /usr/ports> <installed port>
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
-.Fl r Ar name/glob of port in
-.Pa /var/db/pkg
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
+.Fl r Ar name/glob of port in /var/db/pkg
.Nm
-.Op Fl CGbgnv [uf|i] [D|d] m Ar arguments for make
+.Op Fl CGgnv [B|b] [uf|i] [D|d] m Ar arguments for make
.Fl a
.Nm
.Fl [l|L]
@@ -127,15 +127,37 @@ questions about the deletion of stale distfiles.
This can be eliminated with the
.Fl d
option.
+.Pp
+While checking dependencies, if a port has CONFLICTS
+set, the list will be checked against your installed ports,
+and if you have installed an alternate version of a port
+that is required by the port you are building,
+it will be used in place of the default dependency.
+.Pp
+If there is no
+.Fl B
+option specified when updating an existing port,
+a backup package will be created before
+.Xr pkg_delete 1
+is called.
+If there is no
+.Fl b
+option specified, the backup package will be deleted
+once the new version of the port is successfully installed.
+If the installation fails for whatever reason,
+a helpful message will be printed, along with instructions
+on where to find the backup package.
.Sh OPTIONS
The options are as follows:
.Bl -tag -width F1
+.It Fl B
+prevents creation of the backup package for the installed port
.It Fl C
prevents 'make clean' being run in port directory
.It Fl G
prevents the recursive 'make config'
.It Fl b
-create a backup package of the installed port (if any)
+create and keep a backup package of an installed port
.It Fl g
create a package of the new port
.It Fl n
@@ -183,6 +205,11 @@ clean out stale ports that used to be depended on
.It Fl h
display help file
.El
+.Sh MAKE ENVIRONMENT
+If the directory pointed to by the PKGREPOSITORY
+variable exists (by default
+.Pa /usr/ports/packages/All )
+then it will be used to store new and backup packages.
.Sh FILES
.Bl -tag -width ".Pa $HOME/.portmasterrc" -compact
.It Pa /etc/portmaster.rc
@@ -206,6 +233,7 @@ command:
.Pp
.Dl "portmaster fooport-1.23"
.Dl "portmaster fooport"
+.Dl "portmaster fooport-1.23 barport-4.56"
.Dl "portmaster -p /usr/ports/foo/fooport"
.Dl "portmaster foo/fooport"
.Dl "portmaster -r fooport-1.23"