sthen
d802ba16e5
add alpha to arch-defines.mk, this was missed when alpha support was added.
...
from pascal@
2018-09-26 13:23:53 +00:00
espie
e871125460
simplify setup, both _usermode and _pkgmode are no longer required at all
2018-09-22 07:25:04 +00:00
espie
d9c37d55e3
remove some older doas calls that no longer make sense now that FAKE_AS_ROOT
...
is dead
2018-09-22 07:13:05 +00:00
robert
c6d51f57c7
add the USE_LLD knob which makes it possible for a port to use LLD for
...
linking instead of bfd
ok espie@
2018-09-20 10:27:27 +00:00
espie
447d63002f
as noticed by krw@, move the finalization code for jobs/squiggles/parallel
...
into the job finalizer, because ncpu does not necessarily get run.
2018-09-17 13:57:05 +00:00
espie
65e2763682
zap debug message
2018-09-14 11:36:07 +00:00
espie
2c8b572819
scrape stupid debug code
2018-09-13 15:53:19 +00:00
naddy
ef1fe4c5fe
lld does not have a default linker emulation. In order to create
...
an object file with a .data section from a binary blob (ld -r
-b binary foo foo.blob), the target emulation must be specified
explicitly. Provide a variable LLD_EMUL that maps the architecture
to the respective emulation name. We include the -m switch for
direct use in an ld command line.
ok sthen@ espie@
2018-09-12 19:29:08 +00:00
espie
4fc18975ba
for_list integrates the next, so don't do it twice
2018-09-12 15:34:31 +00:00
espie
dc9f6babcf
ouch, don't try things twice if it doesn't work the first time.
2018-09-12 13:05:32 +00:00
espie
5630250b91
do a transitive closure, this should fix incomplete licensing issues
2018-09-12 10:48:13 +00:00
espie
416cc26d12
do things slightly more directly, to be able to pass SUBDIRs manually (prepare
...
for transitive closure)
2018-09-10 15:15:55 +00:00
espie
6be83f422b
get rid of globals
2018-09-10 15:07:33 +00:00
espie
8e814a5b02
unify the conflicts and dir checking code some more so that I can go further
2018-09-10 14:54:41 +00:00
espie
214ebb33fd
don't redo the same package twice
2018-09-10 14:34:17 +00:00
bentley
f756e3c091
Reserve a user for vnu.
2018-09-10 06:25:52 +00:00
espie
498590d80c
also check for licences
...
the ports tree scanner *will* need transitive closure support, as stuff
like py3-cairo is only reachable thru deps right now!
2018-09-08 15:33:04 +00:00
espie
43a304357e
more
2018-09-08 12:53:37 +00:00
espie
43328d0459
keep going after an error (like databases/ports-readmes)
2018-09-08 12:13:37 +00:00
espie
b48bff8ae5
fix: this requires dependencies actually
...
and it's just a part of pkg_check-problems, ever since I unified tools,
so there are no other consumers to check so far.
2018-09-08 11:15:03 +00:00
espie
e21c8cafe3
also moved to bin
2018-09-07 09:05:56 +00:00
espie
c6192746c3
all that stuff actually moved to bin/ years ago
2018-09-07 09:04:34 +00:00
espie
d7dc3f67ac
thinko. fix
2018-09-06 15:01:39 +00:00
espie
0cd41bc4d8
add a "parallel2" property that defaults to the parallel value
...
chrome is taking so long to build, I want to experiment with giving it
more cores...
2018-09-06 11:31:30 +00:00
espie
e9afd6c5c8
remove the extra doas for running _internal-clean
...
you shouldn't have to drop from root to _pbuild/_pfetch
2018-09-05 14:10:15 +00:00
sthen
3eb429508f
use hw.ncpuonline rather than hw.ncpu for default #/cores in DPB and the
...
number of parallel "conflict finder" runs of pkglocatedb in update-plist.
ok espie@
2018-09-05 10:31:55 +00:00
espie
ad0ba6e372
prevent infinite recursion
2018-09-05 09:16:19 +00:00
espie
67096a6d1a
the ReverseSubst fragment is used to put *back* PKGSTEM where it belongs,
...
it still needs to be basically ignored.
noticed by rsadowski@
2018-09-04 16:33:56 +00:00
ajacoutot
9d0a6f0ab0
FULLPKGNAME -> PKGSTEM
...
ok espie@
2018-09-04 13:40:26 +00:00
espie
ee2d3810b4
introduce PKGSTEM
...
intended to fix a problem reported by tb@: pkg-readmes docs used to have
the FULLPKGNAME encoded, which makes for gratuitous differences from version
to version.
- use PKGSTEM inside the README for less variation
- ditch the FULLPKGNAME as the install location, PKGSTEM is enough.
PKGSTEM ?= is overrideable, because stuff like php branches need to install
several readmes.
Next commit will fix all affected ports: all readmes change location, so lots
of plist tweaks and bumps
2018-09-04 12:41:51 +00:00
remi
55d0616792
register user for the upcoming port of netshot.
...
suggested by danj@
2018-08-16 21:43:08 +00:00
espie
ba234ba60b
vim swapfiles are not a problem
2018-08-10 09:50:54 +00:00
espie
a461d6ed8a
give LOCALBASE != /usr/local
...
a fighting chance wrt pkgconfig and perl
(this does not affect the default /usr/local case at all)
2018-08-09 19:53:41 +00:00
espie
7065c9344a
tweak imake-cf: use LOCALBASE more consistently (some of these should be
...
PREFIX, to look up)
Also USE_GROFF to not require groff for generated rules.
not really used, according to Ingo, but won't hurt...
2018-08-09 17:43:00 +00:00
espie
c4a1c5c02b
pull USE_GROFF up so I can test it in modules
2018-08-09 17:41:43 +00:00
sthen
bebfb52e62
provide and use RUST_ARCHS, from semarie. sounds good to espie
2018-08-08 09:19:40 +00:00
espie
3403aed295
pass _FAKE_TREE_LIST thru to update-plist (tricky glob/quoting)
...
this allows removing some special-cases from mtree, as we get the
real directory structure pre-built in fake.
2018-08-06 09:36:32 +00:00
fcambus
d0673a0a70
Reserve GID for _libpostal.
2018-08-06 09:05:54 +00:00
espie
548326f6c5
zap some dirs we don't want
2018-08-04 19:44:31 +00:00
espie
e7a7af3e4e
pass AUTOCONF_VERSION and AUTOMAKE_VERSION unconditionally into MAKE_ENV
...
and also define AUTOCONF_ENV always, with PATH set as well
should simplify any autoreconf/bootstrap definition
2018-08-04 09:01:08 +00:00
espie
bd2f0a8e09
extra fragment that got in... as noticed by semarie@
2018-08-02 09:09:22 +00:00
espie
cb653360f4
no idea why I thought using 'chroot' instead of OpenBSD::Paths->chroot
...
was a good idea.
2018-08-01 15:52:00 +00:00
espie
2f0d61edb9
if wrkdist is a symlink, resolve it manually, and do not ask File::Find
...
to resolve symlinks.
unconfuses ports with lots of symlinks (and duplicate patches) as reported
by jsg@
2018-07-31 07:13:37 +00:00
espie
ab0f2af83c
so some nls directory names are bizarre.
...
only tcsh cares looks like
2018-07-30 17:03:51 +00:00
espie
0a272c0bb6
last typo hopefully
2018-07-30 16:49:44 +00:00
espie
2cea3c3254
fix nls location
...
this affects only two ports apparently! tcsh and elm, and both for the nls/C
directory ?
2018-07-30 16:43:54 +00:00
espie
a8b6986245
superseded by ginormous mkdir -p in bsd.port.mk
2018-07-30 12:44:03 +00:00
espie
fdebfb5645
get rid of overkill mtree usage
...
shell version is more compact, and allows for LOCALBASE/VARBASE/BASESYSCONFDIR
okay schwarze@, solene@
2018-07-30 12:43:23 +00:00
schwarze
059d3d643a
garbage collect old "manpages-check" target
...
which has been broken for years with nobody complaining;
OK espie@ kn@
2018-07-29 13:27:44 +00:00
schwarze
15a4aaccce
remove .cvsignore file from empty directory
2018-07-29 11:43:36 +00:00