FreeBSD src
Go to file
Satoshi Asami a6fc2e2bd1 (1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.

(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
    is also defined.  (Submitted by: max)

(3) Add several popular master sites as variables.  For instance,
    MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
    which you can set MASTER_SITES to in your Makefile if you just
    want ftp.x.org or any of the mirror sites.

    There is also a new variable, MASTER_SITE_SUBDIR, to specify which
    subdirectory of the master site your tarball is located.

    One nice thing this enables the user to do is to define the
    nearest mirror site in /etc/make.conf.  This is especially useful
    for continents without a full FreeBSD master site.

    Eventually, we will probably split this into a separate file
    (bsd.port.sites.mk?), and add some more sites from all corners of
    the world.

    Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
    supported.

(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
    You just say "MAN1=foo.1 bar.1" and the make rules will
    automatically compress it for you if necessary.  (Idea by: obrien)

(5) New "distclean" target to delete distfile too.  (Submitted by:
    obrien)

(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.

Reviewed by:	the ports list
1996-11-13 11:37:40 +00:00
bin Increase precision of duration to milliseconds. 1996-11-12 23:09:15 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Added ocol: ppp to the first two examples so that ppp catually requests 1996-11-11 17:27:25 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Gnu tar has problems creating an archive which contains a file with a hard 1996-11-12 18:15:42 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib Parameters for localtime_r() and gmtime_r() definitions changed. 1996-11-11 09:14:24 +00:00
libexec remove newly added reference to ppplogin 1996-11-13 01:36:52 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Bump BOOTMFSSIZE. 1996-11-12 19:18:05 +00:00
sbin Submitted by: Archie@whistle.com 1996-11-13 02:01:36 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share (1) There is no default "orphans" for CATEGORIES, it simply fails if 1996-11-13 11:37:40 +00:00
sys Another round of resync and some added sound support. 1996-11-13 02:00:17 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Now that systat's working again, bring the vmstat cleanup over from 1996-11-12 19:16:46 +00:00
usr.sbin Back out freebsd local change which always forced SMTP to assume an 8-bit 1996-11-13 08:06:26 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00