diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-03-01 10:41:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-03-01 10:41:41 +0000 |
commit | d3cc967826d3b50b36f134797108f5502e7ec90d (patch) | |
tree | cc42949a60e9c98dbcdd6cc8c681ec8386bb9574 /share | |
parent | 430c6c934b976ce7bf43eed4d7965968637cda32 (diff) |
gc really old stuff that's not actually in use anymore
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3696c226e92..16310a8979b 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.455 2017/02/20 14:29:55 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.456 2017/03/01 10:41:40 espie 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: February 20 2017 $ +.Dd $Mdocdate: March 1 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -333,7 +333,6 @@ hooks is forbidden, as this would make mirroring of distfiles very complicated. .Pp See .Ev CHECKSUMFILES , -.Ev CDROM_SITE , .Ev DISTDIR , .Ev DISTFILES , .Ev DIST_SUBDIR , @@ -398,13 +397,6 @@ if any dependency has a more restrictive setting, warn about it. This warning is advisory, because the automated license checking cannot figure out which ports were used only for building and did not taint the current port. -.It Cm link-categories -Create symbolic links in other directories that correspond to the port's -.Ev CATEGORIES . -Note that this does not affect bulk package building, since those links -don't appear in the upper-level Makefiles. -See also -.Cm unlink-categories . .It Cm lock Manually obtain a lock on a given directory. Output must be used to update environment variables. @@ -734,11 +726,6 @@ testing, define a Before running regression tests, Install and verify dependencies constructed from .Ev TEST_DEPENDS . -.It Cm unlink-categories -Remove symbolic links in other directories that correspond to the port's -.Ev CATEGORIES . -See also -.Cm link-categories . .It Cm unlock Manually release a lock on a given directory. See @@ -1158,18 +1145,6 @@ Flags appended to if .Ev WARNINGS is set. -.It Ev CDROM_SITE -Path to a local source that holds distribution files (usually a CD-ROM -or other similar media), used to retrieve distribution files before going -to the network. -Defaults to empty, set to -.Pa /cdrom/distfiles/${DIST_SUBDIR} -to check that path. -Distribution files are still copied or linked (see -.Ev FETCH_SYMLINK_DISTFILES ) -into -.Ev DISTDIR -if they are found under CDROM_SITE. .It Ev CFLAGS Default flags passed to the compiler for building. Many ports ignore it. @@ -1606,13 +1581,6 @@ target will download packages missing from the repository from locations in ${PKG_PATH} and place them into .Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cache/ . It will only build them if no suitable packages are found. -.It Ev FETCH_SYMLINK_DISTFILES -User settings. -Set to -.Sq Yes -to link distribution files off -.Ev CDROM_SITE -instead of copying them. .It Ev FILESDIR Location of other files related to the current port. Default: files. |