freebsd-nq/share
Satoshi Asami 29c78eecc2 (1) Change logic for dependency: instead of defining "is_depended"
(default: IS_DEPENDED?=install) target on the depended port, call
    DEPENDS_TARGET (default: install) from the depending port.

    Other than being more flexible (some ports don't require the
    dependency to be fully installed: see ghostscript4), this seems
    like a more natural thing to do.  (I never understood the
    convoluted logic that was used before.)

    By building packages with "DEPENDS_TARGET=package", I can avoid
    file-sharing problems (like gs3 binary going into the gs4
    package).

(2) Add new variable PATCH_SITE_SUBDIR and separate it from
    MASTER_SITE_SUBDIR.  Fixes linuxls port and is a correct thing to
    do anyway.
Initially suggested and reviewed by: fenner

(3) Add new variable MASTER_SITE_LOCAL for local ports.  Defaults to
    LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir.
Submitted by: jkh
1997-04-30 03:12:05 +00:00
..
colldef Add ASCII collate mainly for fallback for EUC-type locales 1997-03-25 16:50:07 +00:00
dict consistency update. 1997-04-01 12:34:13 +00:00
doc Add description of ports-converters and ports-textproc. 1997-04-27 00:32:37 +00:00
examples Add ports-converters and ports-textproc targets. 1997-04-27 00:36:47 +00:00
info Make this slightly less bogus. I'm not 100% sure what is correct here, 1997-01-12 07:23:58 +00:00
man fix a bugon of last commit 1997-04-22 05:52:54 +00:00
me Don't use a dot in the chown commands. In fact, don't use any commands 1997-03-08 21:41:41 +00:00
misc Sync with original source. 1997-04-19 20:25:36 +00:00
mk (1) Change logic for dependency: instead of defining "is_depended" 1997-04-30 03:12:05 +00:00
mklocale Fixed bogus existence check related to searching for a nearby obj directory. 1997-04-10 15:15:43 +00:00
sgml Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
skel Enable some aliases. 1997-03-08 16:35:39 +00:00
syscons Back out cd ${.CURDIR}, stale obj fault 1997-04-04 01:44:25 +00:00
tabset Use ${COPY} instead of -c for installing non-source files. 1997-01-01 04:22:23 +00:00
termcap terminfo_extensions.doc: 1997-04-07 10:24:13 +00:00
timedef Fix length-related bugs 1997-03-27 03:07:25 +00:00
zoneinfo Don't use a dot in the chown command. Fixed some minor style bugs. 1997-03-09 09:41:44 +00:00
Makefile Add info to SUBDIRS 1997-01-11 02:46:51 +00:00
Makefile.inc