Commit Graph

4239 Commits

Author SHA1 Message Date
sthen
29acea459a Makefile.template tweaks, ok ajacoutot jasper espie:
- move GH_* up alongside DISTNAME and adjust text
- suggest use of portcheck
- add a 60-column ruler for COMMENT
- expand USE_LIBTOOL comment, "don't use if you just need the m4 files" etc
- some other small wording/whitespace tweaks
2016-01-11 09:17:22 +00:00
sthen
dac0622f03 List www.cpan.org at the top of the list for MASTER_SITE_PERL_CPAN,
it looks like it has a decent GLB so that should be a good default.
2016-01-10 22:31:40 +00:00
jasper
d05ba17721 strip leading 'v' from GH_TAGNAME when constructing DISTNAME
suggested by sthen@
2016-01-06 19:51:54 +00:00
jasper
bf21edea9f for ports that have GH_PROJECT and GH_TAGNAME, populate DISTNAME automatically
looks ok to sthen@
2015-12-29 19:48:08 +00:00
pascal
6ee7468c4f reserve _hedgewars uid/gid 2015-12-27 21:35:19 +00:00
zhuk
80ca6b7477 Don't spam console with "file not found" messages when checking PERMIT_*
values under -A option.
2015-12-26 20:56:44 +00:00
jasper
05b60bd132 remove commented link for pkg-config which is no longer relevant since
it moved to base long time ago
2015-12-24 18:29:35 +00:00
jasper
411fba42e3 reserve a seat for _distcc 2015-12-24 14:12:04 +00:00
ajacoutot
34fd97792a Sync MASTER_SITES_GNUPG with working mirrors. 2015-12-13 07:51:58 +00:00
zhuk
f4ef938fa4 Add checks for running (un)register.sh for Haskell ports.
"looks nice" for Angel of Haskell.
2015-12-11 22:12:25 +00:00
sthen
d6bbdb0616 reserve 763 for kea 2015-12-08 21:03:26 +00:00
jasper
a414405af4 update address for MASTER_SITE_WINDOWMAKER 2015-12-07 18:24:32 +00:00
ajacoutot
355eccd58d Tweak. 2015-12-02 10:29:09 +00:00
gsoares
e87f118e65 replace remaining sudo(8) with doas(1) 2015-11-26 01:59:48 +00:00
sthen
302e657d94 allow sendsyslog2, we already have sendsyslog 2015-11-25 00:24:16 +00:00
tim
69e8b2814e Fix reference; from Michael Reed 2015-11-22 23:34:34 +00:00
espie
e35dc3d329 synch "still_tainted" with what happens when trying to junk.
maybe there's some better more sophisticated heuristics, but for now,
if you have a "nojunk" port locked, you cannot junk on that host until
you remove the lock (for good reason, at least you can "finish" that port
undisturbed).

fix for the graphics/mapnik recent burp.
2015-11-20 13:49:08 +00:00
sthen
38247a79c3 adjust format of INDEX in comment; distfiles-cdrom was removed 2015-11-18 16:37:31 +00:00
ajacoutot
04a425ee7f Sort. 2015-11-16 13:04:36 +00:00
sthen
3bbc528da8 reserve uid/gid 762 for icingaweb2 2015-11-16 12:49:02 +00:00
sthen
d2b43706a6 reserve 761 for www/wwwoffle 2015-11-10 13:52:59 +00:00
espie
b25a59993b use -B in SUBST_CMD, so that relying on cvs updates modes is no longer
possible (requires explicit -m coming from FILESDIR)
2015-11-07 09:54:46 +00:00
espie
329433bdf4 try harder to match file names against admissible dirs 2015-11-07 09:52:24 +00:00
sthen
1f3cc69253 reserve 760 for net-snmp 2015-11-05 23:41:18 +00:00
sthen
68ea985524 a couple more system calls needed by file(1): getdtablecount(2) and
sendmsg(2) with sockaddr "<unknown>". from patrick keshishian
2015-11-05 12:10:33 +00:00
sthen
10b3784ad6 cp -p now uses chflagsat instead of chflags, found by Tati Chevron 2015-11-05 12:06:53 +00:00
sthen
16a3c77f39 +_tinc 2015-11-03 20:06:32 +00:00
espie
5a0f5bbeaa new sanity check option to pkg_subst, to be used shortly by bsd.port.mk 2015-11-02 11:57:40 +00:00
espie
0bbdb0e14b don't blink or you'll miss it (not any more)
display down hosts in a rather more prominent manner.
antoine likes it, landry doesn't give a shit.
2015-10-31 09:39:20 +00:00
espie
71fd1fa6b5 even if the file was already checksummed, add an extra check on the size.
Catches up cases of several dpb trampling each other.

Carefully delete any cached information (and the file itself) in case
things no longer match.
2015-10-30 10:27:50 +00:00
espie
eb76c7fe1e grumble, preserve warning message before the trace proper 2015-10-30 09:46:45 +00:00
espie
e84e23c848 document debug.log 2015-10-30 08:39:31 +00:00
espie
56345cee47 document the newish summary.log and mention dump.log, though that
last one is probably not really serviceable for mere mortals.
2015-10-25 09:05:20 +00:00
bluhm
564ecfe3e7 Add pledge permit to make ports systrace work again.
OK naddy@
2015-10-24 22:28:51 +00:00
sthen
aaec0993f0 +mlvpn 2015-10-23 09:29:40 +00:00
sthen
78c7708afc comment-out group which is no longer used 2015-10-21 09:34:32 +00:00
naddy
6353bad8ce for decompressing .xz (.lzma) distfiles, switch to the simpler xzdec
(lzmadec) program; ok espie@ sthen@
2015-10-18 14:05:05 +00:00
espie
74d7b9760c "summary" works better if I actually call the relevant code. 2015-10-17 19:32:03 +00:00
naddy
51bf0ca71f Replace "decompressor file | ..." with "decompressor <file | ..."
to run the decompressors as pure filters that can potentially be
pledge(2)d down to "stdio".

Get rid of the useless and mostly unused GZCAT and GUNZIP_CMD
variables while there.

ok sthen@ espie@
2015-10-16 20:07:39 +00:00
espie
9efe11300f add a "summary" log that shows for each non built path, why it was non built.
Makes loops obvious. Probably will come with sorting later on.
2015-10-16 13:04:55 +00:00
sthen
e81e75843f reserve 757 for opendnssec 2015-10-12 22:27:47 +00:00
sthen
3b7fa75e62 reserve 756 for mail/rspamd 2015-10-09 16:08:09 +00:00
schwarze
3b120de6f3 fix two cross references; Michael Reed <m dot reed at mykolab dot com> 2015-09-25 18:41:27 +00:00
schwarze
d06bde6a60 obvious fix to the formatting and description of -D 2015-09-25 15:23:49 +00:00
jasper
f7c7382984 __sysctl got renamed to sysctl
ok sthen@
2015-09-14 09:36:21 +00:00
zhuk
27db73491e Add IGNORE_IS_FATAL and IGNORE_IS_SILENT to the list of prohibited variables.
Initiated by my own mistake which was not catched by portcheck, which was
found by sthen@ - thanks!
2015-09-13 10:02:09 +00:00
schwarze
92ee6cf5f9 fix broken markup of variable assignments 2015-09-10 20:11:27 +00:00
schwarze
26832ecc35 restrict .Nd to one single input line 2015-09-09 21:34:04 +00:00
espie
fc157c6d82 remove UNPRIV_USER configuration entirely, that's the one part where there's
one sensible choice now (_dpb) and no need for configuration.
2015-08-25 22:40:56 +00:00
espie
bce91e106f a bit of interactive mode. Just hooks into the main loop and can prompt for
commands now, can't do anything serious yet.
2015-08-24 10:16:18 +00:00