diff options
author | 2015-04-03 10:19:22 +0000 | |
---|---|---|
committer | 2015-04-03 10:19:22 +0000 | |
commit | 6c3eb9851935bae4e0535acd45603e057447da58 (patch) | |
tree | 3e6877df5cb773c9b26793c95ea25f02f62ba514 | |
parent | If -S has been supplied multiple times, only take last one into account. (diff) | |
download | wireguard-openbsd-6c3eb9851935bae4e0535acd45603e057447da58.tar.xz wireguard-openbsd-6c3eb9851935bae4e0535acd45603e057447da58.zip |
x11/gnome/gvfs is actually a better and simpler example.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5c8b95278b6..14c17e6840e 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.414 2015/04/02 18:36:51 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.415 2015/04/03 10:19:22 ajacoutot Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 2 2015 $ +.Dd $Mdocdate: April 3 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1095,18 +1095,18 @@ However, the extra .Sq bootstrap rule is needed to take build cycles into account. For instance, the -.Pa net/avahi,-gtk3 -has dependencies which in turn requires -.Pa net/avahi,-main -to build. +.Pa x11/gnome/gvfs,-goa +subpackage depends on gnome-online-accounts, which in turn requires +.Pa x11/gnome/gvfs,-main +to build (through its dependencies). So -.Pa net/avahi +.Pa x11/gnome/gvfs has -.Li PSEUDO_FLAVORS = no_gui no_mono no_qt3 no_qt4 bootstrap -and the bulk build first builds -.Pa net/avahi,no_gui,no_mono,no_qt3,no_qt4,bootstrap,-main +.Li PSEUDO_FLAVORS = no_smb no_goa bootstrap +and the GNOME build first builds +.Pa x11/gnome/gvfs,no_smb,no_goa,bootstrap,-main which is later used to rebuild -.Pa net/avahi . +.Pa x11/gnome/gvfs . .It Ev BUILD_PKGPATH Full .Xr pkgpath 7 |