5134 Commits

Author SHA1 Message Date
espie
b7351daa0c tweak the way we handle backup sites
- they don't makesum
- they fetch the final name in case of renames.

Likewise in dpb:
- grab MASTER_SITE_BACKUP as well
- do a subclass that uses the correct filename

That way, we get stuff from MASTER_SITE_BACKUP correctly
2018-07-13 09:07:00 +00:00
espie
aa6aa80bcb kill MASTER_SITE_OVERRIDE
it's been broken since the last overhaul and nobody noticed
2018-07-13 08:07:21 +00:00
espie
22fe28fa65 protect distinfo and history better against fs overflows 2018-07-11 18:14:25 +00:00
espie
71f53eb2f4 missed commit 2018-07-11 16:10:56 +00:00
espie
df339f3730 darn, opening the file doesn't mean we have room to write to it.
And it could overflow midway thru, so try not to erase existing shitz
2018-07-11 14:43:31 +00:00
jasper
ba3eaabe4e reserve uid/gid for _fastnetmon 2018-07-11 14:12:44 +00:00
espie
28be2f74be State->new now deduces command name from $0 2018-07-11 12:42:57 +00:00
espie
8a6057ff62 XXX 2018-07-11 11:37:03 +00:00
espie
7a542a32d6 figure out tags for icon theme directories 2018-07-11 11:34:29 +00:00
espie
1c6061c5d1 document what should actually happen 2018-07-11 10:54:32 +00:00
espie
3e45c20244 discover update-mime-database tag 2018-07-11 10:43:03 +00:00
espie
2deef80916 typo 2018-07-11 10:16:45 +00:00
espie
3f41ac5d7a add pkg_ prefix to tools that deal with this 2018-07-10 09:03:51 +00:00
espie
d6abb67c84 unhardcode makewhatis location 2018-07-10 08:59:59 +00:00
espie
38aea405a3 push down the logic for stopped hosts into mark_available.
That way, when we give back swallowed cores, they can get stopped
right away instead of getting ready for another round.
2018-07-09 20:49:22 +00:00
espie
94f8691462 out-of-date -> pkg_outdated
name suggested by solene@
2018-07-09 17:17:33 +00:00
espie
23fb2db8de helper script 2018-07-09 15:24:04 +00:00
jca
424ad5cd51 Show folks where to add COMPILER
Diff prompted by tb@, ok bcallah@ ajacoutot@
2018-07-09 15:00:06 +00:00
espie
d2d8f84239 -> port-resolve-lib-helper 2018-07-09 14:48:45 +00:00
espie
b69734c32e move internal script 2018-07-09 14:48:08 +00:00
espie
b1595501f4 moved to base, and now I've started tweaking them 2018-07-09 14:09:20 +00:00
espie
e5f72b8cf4 ... and actually kill the old names 2018-07-09 14:08:10 +00:00
espie
f611734564 getpkgpath -> port-getpkgpath-helper 2018-07-09 13:55:14 +00:00
espie
5105ac38e9 retrieve-index is only a helper script, so be explicit about it 2018-07-09 13:48:16 +00:00
rsadowski
02080d3eb2 add _bitcoind 2018-07-09 12:26:34 +00:00
espie
507f632c2e rename dolock to a less generic name 2018-07-09 11:33:03 +00:00
espie
92c26eef1a okay, so we are able to add tag @glib-compile-schemas and
@tag update-desktop-database
automatically, for starters
2018-07-08 19:57:43 +00:00
espie
02d5e60dcb scaffold for glib-compile-schemas 2018-07-08 19:39:33 +00:00
espie
901711cdda don't return from each 2018-07-07 23:46:05 +00:00
espie
d2700404fa add @tag markers/bump packages that depend on texlive/base to include ,-main 2018-07-01 09:02:40 +00:00
landry
3409790af3 gd.tuwien.ac.at and ftp.tuwien.ac.at are no more 2018-06-30 11:39:09 +00:00
espie
767d61b960 scaffolding for desktop files 2018-06-28 17:56:53 +00:00
espie
f5787bd498 adjust portcheck for @tag update-desktop-database
okay zhuk@
2018-06-28 14:52:28 +00:00
zhuk
a95a13f562 Keep actual global REVISION and use it when adding new REVISION-foo items.
The bug was reported by espie@.
2018-06-27 16:20:08 +00:00
espie
60dee85e8b trust our own built packages 2018-06-27 07:07:57 +00:00
kn
d638237697 Replace useless update-patches prompt with EDIT_PATCHES user setting
The user's answer was always ignored and updated patches would be opened
unconditionally.

EDIT_PATCHES=No can be used avoid running an editor, otherwise updated
patches are always opened to encourage review.

Feedback from espie jca sthen, OK jca
2018-06-19 19:04:58 +00:00
espie
ec103a0b1c zero idea why I didn't put @ to silence those 2018-06-19 10:13:31 +00:00
espie
963f63843e start moving code that does not belong in PkgCreate.
remove warnings temporarily since we redefine junk for now.
2018-06-18 15:51:24 +00:00
sthen
f6886250c7 +mac-telnet 2018-06-15 09:29:03 +00:00
espie
582585c5be refactor error display
replace tab with a space so it doesn't flow off the screen that often
2018-06-09 10:51:39 +00:00
espie
db40f940d7 scaffold for log parsing, this is nowhere near ready (not activated yet) 2018-06-09 09:46:27 +00:00
sthen
76b8a8fa02 Bump _SYSTEM_VERSION-amd64 so that (after the next bulk build) package
updates are forced, making sure that installed packages are built with
the updated compiler with RETGUARD.  ok jca@ espie@
2018-06-06 17:03:46 +00:00
espie
4c06ae0313 do NOT add .orig and similar stuff to plists automatically
list things that pause problems in a more ordered way.
2018-06-06 11:22:57 +00:00
espie
7f38b666e6 replace install/chown/chgrp with a logging version that does nothing.
to be processed by update-plist, which already has the option but it currently
does nothing.
(this went thru a full bulk)
2018-06-04 06:14:56 +00:00
espie
0cc1fd7549 let install-wrapper log, add a logging variation to wrap chown/chgrp 2018-06-04 06:13:49 +00:00
espie
520c2f88e2 use pkg_create's -u option, it's in snaps 2018-06-04 06:12:15 +00:00
espie
7f33b62020 add scaffolding to a -L log option, to parse install/chown/chgrp annotations 2018-06-03 10:06:39 +00:00
espie
a65bf8b29f document @comment intentional
fuss around with wording
2018-06-02 09:52:22 +00:00
espie
d1bac8f5bb fix timing: first do approximate, THEN exact for all lists, so that
preference for exact directory actually works
2018-06-01 12:29:32 +00:00
espie
6964fe7fb6 make warning message for objects with a bad path less verbose.
add the possibility of tagging
@comment intentional <reason>
for objects that would warn (orig suffixes, manpages, etc)
2018-06-01 10:25:09 +00:00