4454 Commits

Author SHA1 Message Date
zhuk
f1e5c469dd whitespace nit 2016-11-06 21:37:55 +00:00
zhuk
1526057ae3 Oops, that change in flavor-removing RE was wrong. 2016-11-06 21:36:54 +00:00
zhuk
e90b36e409 Finally fix the tests/portbump/t8.
We now force the place for new revisions to be after REVISION mark,
if it exists. This way we don't get extra (and wrong!) REVISION-foo=0
in updated port Makefile.
2016-11-06 21:24:35 +00:00
zhuk
f725fbefb3 Polish variable name parsing REs a bit: make them look similar, and allow '+'.
Makes tests/portbump/t8 progress a bit; now it fails due some inconsistent
REVISION handling.
2016-11-06 18:26:04 +00:00
zhuk
0935502595 Print actual error text on die(), makes debugging a bit easier.
This diff rotted in a tree of one slacker for quiet a few months.
2016-11-06 18:11:40 +00:00
zhuk
98c1760ac6 Add copyright & license; missing since initial import in 2014. 2016-11-06 16:14:32 +00:00
zhuk
6576e4f67a Tweak the RE used to parse make dump-vars output.
This fixes the annoying problem with REVISIONs not being added for ports
that have default FLAVOR other than "" (empty one).

Brought to my eyes by jeremy@, initial ideas from him and afresh1@.
2016-11-06 14:53:02 +00:00
rpe
fba96fb0ba Remove NO_TEST.
It's not honored from within modules.

discussed with jasper@
2016-11-04 15:44:14 +00:00
sthen
82fc060e5a fix typo 2016-11-02 21:31:37 +00:00
jasper
586c331a8d add _consul-template 2016-11-01 16:50:34 +00:00
jca
0bad3f32f0 Ignore network.conf
db/network.conf can be used to override MASTER_SITE* entries in
templates/network.conf.template, let cvs(1) be silent about it.

ok phessler@
2016-11-01 15:48:00 +00:00
jeremy
706e62308c When there is a package with a matching name, but with a different
pkgpath, print a message showing the packages that weren't matched
due to the differing pkgpath.

Help and OK espie@
2016-11-01 15:34:39 +00:00
jasper
d3e0d288c1 silence the creation of the msgfmt wrapper just like the other wrapper scripts 2016-10-31 11:08:34 +00:00
sthen
2b73a6faa7 Poison gettext-tools with "echo && exit 1" scripts in WRKDIR/bin if the
dependency is not in BUILD_DEPENDS, to make it more obvious if the dep has
been missed. OK ajacoutot
2016-10-28 15:46:48 +00:00
espie
401c11c155 dpb cleans the permanent logs, always using the same pattern,
so write a method for that.

And don't fail silently when it doesn't work, because that causes
trouble down the line.

(e.g., your log user must be able to write into build-stats!!!)
2016-10-21 00:45:43 +00:00
jasper
b8e747ee76 book a seat for _rundeck 2016-10-01 20:21:38 +00:00
naddy
893e631df0 rename MASTER_SITES_GNUPG to MASTER_SITE_GNUPG, like all the others 2016-10-01 13:56:26 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
schwarze
3529399eee Diff from Michael Reed <m dot reed at mykolab dot com>:
Minor cleanup of some issues found with mandoc -Tlint and igor(1).
2016-09-18 22:09:12 +00:00
espie
5e63ab5e56 do not check signatures in there 2016-09-14 15:06:53 +00:00
espie
cb486f103d prepare for new sigs 2016-09-14 15:02:41 +00:00
naddy
669415bd14 Remove the converters/libiconv module. No longer useful after the removal
of static architectures.  Ports now use a normal LIB_DEPENDS.
2016-09-13 19:44:35 +00:00
naddy
88985a69d3 another step towards extinction: remove and poison the MODLIBICONV variables 2016-09-12 11:52:42 +00:00
jasper
aebc0f02c5 set NO_TEST?=yes 2016-09-08 17:32:45 +00:00
espie
8977fc1275 dismantle SIGNING_PARAMETERS, no longer possible nor advisable to sign
stuff on the fly
2016-09-06 10:31:12 +00:00
naddy
d9e392f405 zaurus is no more 2016-09-03 14:36:20 +00:00
sthen
835e5f293b set PATCH_DEBUG=Yes by default, to make it easier to notice patches which
get misapplied after an update (fuzz etc). ok giovanni@ landry@ danj@ edd@
2016-09-03 13:29:59 +00:00
dcoppa
91219e521e Switch back to the fortran module, now that all the right bits are
in place
2016-09-02 13:02:24 +00:00
ajacoutot
59b5e044ea Sync make-plist with our pkg archs.
ok espie@
2016-09-01 13:12:34 +00:00
jasper
6dfe8ab069 retire sparc 2016-09-01 09:26:56 +00:00
landry
52cf6d6308 uncomment _facette user 2016-08-30 16:36:49 +00:00
espie
8d04dda5e7 typo, noticed by Ross L Richardson 2016-08-30 14:00:46 +00:00
jasper
63c831327d remove infrastructure/plist; it's outdated (e.g. arm/sh were so badly
outdated they referenced 47 ports/flavors that no longer exist). the
others have most likely not been used since dpb

agreed by naddy@
2016-08-29 17:01:45 +00:00
ajacoutot
d548c0ce2c 72 -> 80 and more readable. 2016-08-27 09:47:26 +00:00
dcoppa
8b5f213374 Clean up and remove old cruft.
With shadchin@

Tested in a bulk build by naddy@
2016-08-25 14:53:46 +00:00
sthen
91c5ca2886 Add an USE_WXNEEDED flag for ports, to write an ld wrapper script in
${WRKDIR}/bin that adds -z wxneeded to linker command lines. It won't work
everywhere but provides an easy (and easily identifiable) way to add this
flag without fiddling with build systems.

Feedback/ok jca@ jasper@
2016-08-18 12:28:53 +00:00
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