Commit graph

36 commits

Author SHA1 Message Date
frueauf
b7d4248e23 If the default for MANZ is unset, then comment it out too. Maybe this
causes less confusion.
1998-12-24 11:10:32 +00:00
tron
b481232167 Add "${MUTT_INTERNATIONAL}". 1998-12-12 17:45:36 +00:00
tron
667daa1a69 Add "WINDOWMAKER_THEMES" for "wm-themes" package. 1998-12-05 10:48:14 +00:00
agc
d64d2e109e Now we can be sure of pkg_install tools with the functionality, make
PKG_RELATIVE_SYMLINKS the default (i.e. if any full-pathname symbolic
links are encountered by pkg_create(1), adjust them to be relative to
${PREFIX}, if appropriate). This helps with binary packages.
1998-10-27 10:35:26 +00:00
agc
190dbb0673 + Add and document the PKG_RELATIVE_SYMLINKS option, which makes sure
that a symbolic link in a package is relative to ${PREFIX}, if it is
under ${PREFIX}, using the -l argument to pkg_create.

+ Build a +BUILD_INFO file with appropriate information from the
package build.  Thanks to Christoph Badura for pointers to the
appropriate information.
1998-10-20 16:01:03 +00:00
agc
6b868b539a nntpcache has a "fee-based-commercial-use" license. Add that category of
license to the ACCEPTABLE_LICENSES category in the example mk.conf file.
1998-10-19 11:23:31 +00:00
frueauf
376dc893a6 Add examples for Danish mirrors, provided in pr 6329 by Soren S. Jorvang. 1998-10-19 07:41:23 +00:00
frueauf
31e85e01b0 Add example entry for Austrian mirror sites, provided in pr 6326 by Rene Hexel. 1998-10-18 12:03:01 +00:00
lukem
9c900de734 fix MASTER_SITE_PERL_CPAN example for australia; noted by kimmo 1998-10-01 06:30:17 +00:00
kim
3c1e6cda5e Added Finnish defaults. 1998-10-01 05:40:16 +00:00
agc
f31ef2befe Document USETBL definition (not just used in pkgsrc - see <bsd.man.mk>). 1998-09-01 13:56:42 +00:00
agc
3f482566b3 Amend the fetch: target, so that the distfile's integrity is checked
with the additional checksum only if FAILOVER_FETCH is set (this does
not affect the checksum:  target at all).

Document FAILOVER_FETCH.
1998-09-01 13:15:29 +00:00
frueauf
9aac52ee55 - Point ppl actually to the packages(7) manual page
- add sample entry for USE_XFACE
1998-08-30 11:01:58 +00:00
lukem
2a9f49cb81 * add section titled `Overrides for faster or cheaper sites',
providing example MASTER_SITE_* overrides for people with
  costly net.connections...
* add sample Australian (AARNET) MASTER_SITE_* entries
1998-08-30 04:58:20 +00:00
lukem
12065b2b71 it's now bsd.pkg.mk (not bsd.port.mk) 1998-08-30 04:44:56 +00:00
tv
0f64486f1a Add CROSSBASE. 1998-08-12 02:54:30 +00:00
tv
a2daea77e9 - Add option USE_LOCALBASE_FOR_X11.
- Redocument X11BASE as the primarily path to the installation of X11
  (and secondarily, the default X11 pkg install path).
1998-07-31 14:56:46 +00:00
mycroft
c2e672f055 We use American English.
licence -> license
1998-07-13 13:08:06 +00:00
agc
90c83cf716 Add an ACCEPTABLE_LICENCES definition to /etc/mk.conf. This is a
whitespace-delimited list, and details which types of licences are
allowed.  Package Makefiles with non-standard licences (shareware,
non-commercial-use only) should have a LICENCE= <type> added.  Normal
package Makefiles remain unchanged.

Add logic to bsd.pkg.mk to check, if LICENCE is defined, that the package
is acceptable.
1998-07-06 15:10:48 +00:00
hubertf
de62410695 Fix a comment, nuke tabs at beginning of line
(pointed out by Bill Studenmund).
1998-07-03 06:18:43 +00:00
tv
1f34e4a1d4 Add ZIP_ENCRYPTION option for zip, zip1, and unzip pkgs. 1998-06-20 23:28:24 +00:00
tv
81faff1dd4 Apache pkg no longer uses HTTP_ROOT or VERS_ID. 1998-06-20 22:46:19 +00:00
tron
cfa9cb3a6b On request by mrg build "ssh" with "--disable-suid-ssh" by default. This
can be overridden by setting "SSH_SUID" to "YES".
1998-06-19 17:16:32 +00:00
agc
4c83501c32 Replace leading tabs before a comment with spaces in a new entry, to
keep make(1) happy.
1998-06-18 11:38:35 +00:00
tv
ad8e6d451e Update to 19980608, and add option to make use of the "bootstrap"
(actually, "bootstrap-lean") make target.
1998-06-15 19:06:23 +00:00
agc
8d33c3585d Modify the usage of the USE_SOCKS definition. Now it can take the
values:  4, 5 or undefined, meaning use socks4, use socks5, or don't
use socks, respectively.
1998-06-11 16:21:53 +00:00
agc
a74473ff60 Document PGGROUP definition, for use in the postgresql package. 1998-06-10 14:01:34 +00:00
agc
6ece6d1ead Get rid of obsolete HAVE_MOTIF definition and explanation. 1998-06-10 07:21:49 +00:00
agc
ef77988d9f The previous re-formatting introduced tabs as whitespace characters
before the comment character - make(1) interprets these tabs as precursors
of a shell command. Change the tabs to spaces, so that mk.conf.example
can actually be used as /etc/mk.conf.
1998-06-04 12:30:25 +00:00
agc
f9adca1464 Implement a new PASSIVE_FETCH definition, which can be set in the
environment, or /etc/mk.conf, and is used to specify -p to ftp(1) when
fetching distfiles from behind a filtering firewall.  Document
PASSIVE_FETCH in mk.conf.example.  Suggested by Bill Coldwell.
1998-05-29 09:21:43 +00:00
tron
6d8cd4b7a2 Add "SSH_NO_SUID" option. 1998-05-26 19:46:17 +00:00
agc
1d9a75e381 PORTSDIR no longer existss, so delete a reference to it. 1998-05-15 12:10:43 +00:00
agc
d040b8ad6b Use spaces to indent lines which contain only comments, rather than tabs,
so that make(1) doesn't think that these lines contain shell commands.
1998-05-14 11:45:07 +00:00
agc
1140042c87 Document AMANDA_USER and PGUSER variables. 1998-05-07 17:24:39 +00:00
hubertf
3e3a40f8df Add examples for a distributed pkgsrc amongst different archs, plus some more. 1998-03-30 08:18:49 +00:00
agc
a7b030821a Initial pass at creating an example /etc/mk.conf. 1998-03-27 17:31:21 +00:00