4418 Commits

Author SHA1 Message Date
edd
08d69d643a Comment audio/hgd, which I just removed. 2016-08-12 11:32:48 +00:00
jasper
f6037269e1 remove armish 2016-08-10 15:19:39 +00:00
schwarze
1cbafde28d elementary mdoc(7) and wording cleanup 2016-08-09 13:45:01 +00:00
naddy
3b3c0fa491 Set ac_cv_path_AWK, as probably intended.
ac_cv_prog_AWK is already set in config.site.  These variables are used
by different autoconf macros.  Tested in a bulk build.
2016-08-05 19:56:35 +00:00
espie
0f99a89f4f @pkgname does not exist.
For dynamic plists, we can still do slightly better, namely trick
pkg_create into spewing out what it knows by zapping the plists it knows
(generated under fake typically) and replacing them with /dev/null

This fixes check-problems when you run it purely based on the ports tree
2016-07-10 18:51:03 +00:00
sthen
f5939e8edb comment-out 15 reserved uids where the ports have been removed 2016-07-06 09:40:42 +00:00
sthen
d0211ae9db comment out 775 for letskencrypt 2016-06-29 23:15:06 +00:00
awolk
89fa4c4716 Reserve 779 _yquake2 for games/yquake2
OK abieber@
2016-06-28 20:32:14 +00:00
espie
1e2d2100ea reuse base window detection code and signal handler (requires fairly recent
base code)
2016-06-28 15:28:20 +00:00
espie
deeed75ab5 + dev_mkdb so that tty(8) will be fully functional and fast 2016-06-27 06:29:07 +00:00
espie
c061b0cca1 run dev_mkdb after MAKEDEV. 2016-06-26 22:10:03 +00:00
espie
726864fa0b keep state around in Reporter, simplifies terminal initialization,
and will be need to access size information
2016-06-24 12:52:12 +00:00
sthen
a51572b42f fulk->full 2016-06-22 23:25:57 +00:00
ajacoutot
19618db5d9 Remove references to SHARED_ONLY; it's unused nowadays.
Not touching make-plist too much because espie@ already has local changes in that file.

ok espie@
2016-06-22 10:13:17 +00:00
espie
a11d1f2d8e synch with base. put the call in an eval for now so it doesn't error out,
will just fuck up display slightly if you don't have current base
2016-06-16 18:17:44 +00:00
espie
2868c39b43 rephrase history blurb 2016-06-15 15:12:33 +00:00
espie
55fbbc5e3c typo 2016-06-15 15:10:23 +00:00
espie
7b6be4daee note about /tmp under chroot 2016-06-15 15:08:58 +00:00
espie
d7d66d282d hum, why mention logs in the chroot space ? they don't need to live there. 2016-06-15 15:05:26 +00:00
espie
8e4d94040f yep dpb itself is not chrooted. Its own stuff can be outside the chroot 2016-06-15 13:23:37 +00:00
espie
44f3329d90 there is no "equivalence list" if we didn't get any info... 2016-06-13 13:36:36 +00:00
espie
a477db909c thinko/typo 2016-06-11 09:54:20 +00:00
ajacoutot
5103dbcc0c Extend rc.d template with daemon_rtable. 2016-06-10 21:14:37 +00:00
espie
488a60291b scrape another use of PLIST_DB (I don't even remember why I thought
it might have been a good idea to grab it at the time)
2016-06-10 16:10:20 +00:00
espie
76b6ba9672 full stop at end of sentences in list
Xr release 8
2016-06-10 15:37:00 +00:00
espie
0b71d9191f first attempt at checklist for a modern bulk build process.
Some feedback from landry@, okay krw@ landry@
2016-06-10 15:35:56 +00:00
espie
0d5d727916 remove more PLIST_DB references 2016-06-10 12:52:57 +00:00
espie
e38f6715f1 keep going even after warnings during the copy process
they happen so often...
2016-06-06 22:14:20 +00:00
sthen
ecccd93c04 As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
references, and list some of their mirrors in network.conf.template.
2016-06-05 11:02:25 +00:00
espie
4095c1c1c4 fix 2 issues, bogus next (patch by semarie@) and a more dire one: unpopulate
should use accounted, not known.

Fixes snapshots + cleanup issue, ouchie. Issue found by semarie@ again.
2016-06-04 17:22:11 +00:00
espie
b7e1532d12 allow not copying CVS subdirs in the ports tree (ignorecvs)
set checkout_ports to 1 by default if portscvs is defined.
2016-06-04 12:36:06 +00:00
espie
715a3799e3 let actions=none work as intended 2016-06-04 12:22:02 +00:00
espie
5a5989ff85 a few important changes:
- run unpopulate_light by default;
- make an explicit list of preserved data in the manpage.
- don't preserve PORTSDIR if we copy_ports. Don't store extra stuff there.
- register fatal errors and exit(1).
- move a lot of things before unpopulate_light so that clean-up is more
accurate.
- recognize wxallowed. Those checks are a bit simplistic yet.
- clean-up old redundant code
2016-06-04 11:58:36 +00:00
jung
d718b4259b add _gitdaemon for git 2016-06-02 18:32:26 +00:00
bentley
3c2bb91933 Prune dead sourceforge.jp mirrors.
ok sthen@
2016-05-29 21:31:00 +00:00
jung
44a5ac3c1c add svnserve user for subversion 2016-05-29 17:38:38 +00:00
sthen
fd3143b2f1 reorder MASTER_SITES_DEBIAN to put ftp.debian.org first, the previous
alphabetic order resulted in a mirror in Perth being used first, which
is perhaps not the best choice for most of the world (or for that mirror
operator, for that matter). (if you do actually want to prefer this
mirror, list it in ../db/network.conf instead and it will take priority).
2016-05-28 13:51:18 +00:00
espie
e066008fd5 protect preserved stuff better during the actual copy 2016-05-28 08:42:23 +00:00
abieber
cd6975063a reserve uid 776 for ioquake3 2016-05-27 23:45:35 +00:00
espie
7640ab447f fix a nasty update bug 2016-05-26 00:08:02 +00:00
espie
ffbbe7d386 completely kill PLIST_DB here. After all, it's new stuff,
so people should be able to adapt quickly.
2016-05-23 13:36:25 +00:00
nigel
e7abffef2d DPB::FetchDummy needs forget_cache routine.
Ok espie@
2016-05-22 11:41:56 +00:00
espie
41cc111b6a grrrr cvs. thanks krw 2016-05-21 19:38:44 +00:00
espie
cc2f4890f5 keep a global cache of distfile checksum while scanning, allows us to avoid
rescanning the same distfile 50 times...

also display elapsed time at end of build (cosmetic) since that's now trivial
2016-05-21 12:20:10 +00:00
sthen
ebee45dcf4 reserve uid 775 for letskencrypt 2016-05-21 10:40:45 +00:00
espie
252e212c37 switch to PLIST_REPOSITORY, keep PLIST_DB glue for a few days 2016-05-20 09:55:25 +00:00
espie
955e97ab1b fix incorrect handling of config info,
repair full signatures (with X11R6 libs too)
2016-05-20 09:09:15 +00:00
espie
3973d1b6f1 make it possible to directly add lines at end of generated mk.conf.
make option handling more obvious, no actual change.
2016-05-19 13:40:27 +00:00
espie
22d5f84c7f reexplain the directories that need to be shared, use % constructs more
liberally, remove references to old log files. Talk further about rolling
logs, introduce proot, fix confusion with FULLDISTDIR.
2016-05-18 13:49:32 +00:00
espie
f7a06e7e44 ports like firefox-i18n have huge common distinfo located thru ../distinfo.
let read_checksums normalize the path so they get recognize as one file.
-> parse it once instead of 40 times.
also, remove the old `next if md5/sha1' test, it was always just an
optimization, and becomes a pessimization now that these are gone.
2016-05-18 06:35:38 +00:00