Lines Matching full:ports

30 .Nm ports
35 Ports Collection
40 The ports tree, typically located at
41 .Pa /usr/ports ,
43 individual ports.
63 Ports Collection is maintained in several branches, which differ mostly
75 .Lk https://git.FreeBSD.org/ports.git
79 .Cm git clone https://git.FreeBSD.org/ports.git
93 .Cm git clone -b 2021Q2 https://git.FreeBSD.org/ports.git
120 For more information about using ports, see the
121 .Dq "Packages and Ports" section
128 .Lk https://docs.FreeBSD.org/en/books/handbook/ports/
130 For information about creating new ports, see
143 ports with one command.
205 Some ports will ask you questions during this stage.
241 Skip the ports which have already had their
292 Remove all installed ports with the same
306 .Pa /usr/ports/category/port/work/pkg .
322 .Pa /usr/ports
323 to create a browsable web of all ports on your system!
352 .Dl "cd /usr/ports && make search name=query"
354 to find all ports whose
357 Results include the matching ports' path, comment, maintainer,
360 cd /usr/ports && make search name=pear- \e
364 To find all ports whose
370 cd /usr/ports && make search name=pear- \e
374 To find all ports whose names contain
384 To find ports that contain
409 .Pa /usr/ports/INDEX ,
419 file is up to date with your ports tree.
431 Location of the ports tree.
433 .Pa /usr/ports
507 .Pa https://download.FreeBSD.org/ports/index/ .
533 when installing new ports.
535 If defined, allow installation of ports marked as
537 The default behavior of the Ports framework is to abort when the
539 Of course, these ports may not work as expected, but if you really know
553 .Pa /var/db/ports .
562 variables that are used when building ports.
571 If set, debugging symbols are installed for ports binaries.
586 for building ports.
593 .Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact
594 .It Pa /usr/ports
595 The default ports directory.
596 .It Pa /usr/ports/Mk/bsd.port.mk
605 .Li # Ic cd /usr/ports/editors/emacs
633 .Li # Ic cd /usr/ports/devel/py-pip
636 .It Sy Example 4\&: No Setting Ports Options via Xr make.conf 5
638 The following lines present various ways of configuring ports options via
643 # Enable NLS for all ports unless configured otherwise
646 # Disable DOCS for all ports overriding the options set
654 .Pa /usr/ports/Mk/bsd.options.mk .
655 .It Sy Example 5\&: No Setting Xr make 1 Variables for Specific Ports via Xr make.conf 5
659 variables only specific ports:
667 .It Sy Example 6\&: No Debugging Ports
668 By default ports are built and packaged without debugging support (e.g.,
671 Whether ports are built with debugging symbols can be controlled by the
676 # Enable debugging for all ports.
678 # Enable debugging for selected ports.
698 If debugging is enabled for a specific port, the ports framework will:
717 However, this is port-specific and the ports framework might not be aware of
732 .Pa /usr/ports/Mk/bsd.port.mk
740 .Lk "https://ports.FreeBSD.org" "Searchable index of all ports"
743 The Ports Collection
755 Ports documentation is split over four places \(em
756 .Pa /usr/ports/Mk/bsd.port.mk ,
759 .Dq "Packages and Ports"