Commit Graph

138099 Commits

Author SHA1 Message Date
jasper
6325466c3f update to luastruct-0.3 2019-05-11 21:39:28 +00:00
cwen
fe9772000c p5-XML-XPath: update to 1.44
Changelog:
https://metacpan.org/source/MANWAR/XML-XPath-1.44/Changes

tweaks and OK afresh1@
2019-05-11 21:32:36 +00:00
landry
37b76a43ca Fix build with upcoming GDAL 3. 2019-05-11 20:43:31 +00:00
robert
13545c6e90 just the regular round of OS_BSD define additions for linux code 2019-05-11 20:37:14 +00:00
robert
f653de6cef remove the check for a wxallowed filesystem 2019-05-11 20:36:47 +00:00
bcallah
5636648441 Update to gawk-5.0.0
Improved by me from a diff from Stephen Gregoratto
ok cwen@
2019-05-11 20:18:18 +00:00
afresh1
ae5d1a4786 Don't let portgen overwite a port already in mystuff
OK kmos@, requested and OK cwen@
2019-05-11 19:48:06 +00:00
afresh1
6e598a38f8 Move portgen notifications to the end of the run
OK kmos@, cwen@
2019-05-11 19:36:27 +00:00
robert
df05bef18d update to 1.22.1 2019-05-11 18:33:42 +00:00
danj
26c6d52e35 Register proxy-suite removal 2019-05-11 18:19:03 +00:00
danj
f66e790f93 Remove proxy-suite
Last release is from 2005. Suggested by previous maintainer.
ok solene@ jca@
2019-05-11 18:16:42 +00:00
afresh1
9a70a7d2b5 Default port names to lowercase in portgen
OK kmos@
2019-05-11 17:17:53 +00:00
sthen
e029bb3556 update to squeezelite-1.9.2.1145, install manpage 2019-05-11 15:48:59 +00:00
sthen
2194e3595a update to acpica-20190509 2019-05-11 15:31:32 +00:00
espie
8762bc64b8 quite a few lock-related changes, mostly internal
- create a proper writelock object, so that we can pinpoint where we
lock to it
- accordingly, new write_parent interface to deal with writing parent
to a lock
- pass the Logger through to lockinfo, so we log any errors anyhow
- properly deal with stale hostlocks
- categorize lockfile names
- tweak the find_dependencies interface to be less bizarre
- tweak find_tag as well, so that Job/Port can log accurate info for
still_untainted.
- have jobs get an explicit cleanup_after_fork interface, so in addition
to the signal handlers, port jobs also lose their fd on the lock
2019-05-11 15:31:12 +00:00
afresh1
21a5ff32a3 Avoid expanding portgen CVS keyword that shouldn't be expanded 2019-05-11 15:16:33 +00:00
afresh1
d602a786e9 Use the old Makefile for portgen template if it exists
This means that updates to ports don't discard work done already.

OK kmos@ cwen@
2019-05-11 15:12:58 +00:00
afresh1
091f618ff8 Have portgen start with the existing port if we can find it
This lets us update the PLIST instead of regenerating from scratch.

OK cwen@ kmos@
2019-05-11 15:10:59 +00:00
afresh1
c7a50eb3d6 In portgen, keep the existing port name if we can find it
OK kmos@, cwen@ as part of a larger diff
2019-05-11 15:09:06 +00:00
afresh1
3350ffabdc Provide a set_pkgname helper for portgen internals 2019-05-11 14:57:23 +00:00
ajacoutot
63c81f2006 Update to fprintd-0.8.1. 2019-05-11 14:52:00 +00:00
ajacoutot
ed9de7c8f5 Update to libfprint-0.8.2.
ok robert@ (maintainer)
2019-05-11 14:51:24 +00:00
naddy
bcc4ea2349 socppc is gone 2019-05-11 14:17:51 +00:00
ajacoutot
3e1418ca9d Add OpenBSD 6.5. 2019-05-11 13:51:25 +00:00
jca
62e4725f69 Remove festival, broken with clang and not updated since years.
Last user of COMPILER=base-gcc.  ok naddy@ sthen@
2019-05-11 12:47:17 +00:00
sthen
7bedf9733f update to squid-4.7 2019-05-11 12:40:40 +00:00
jasper
a5ef431d37 socppc is no more 2019-05-11 12:05:46 +00:00
espie
a20314414c missing field (shouldn't happen too often, as the lockfile is going to vanish) 2019-05-11 11:51:00 +00:00
espie
dcfd3a4080 scan_lockdir can create the lockinfo since it contains its filename. 2019-05-11 10:31:26 +00:00
espie
a143ba489f tag the code that writes to lockfiles with #WRITELOCK
as it does so directly (for now)
to identify all patterns
2019-05-11 10:23:57 +00:00
espie
9d95cfa4d6 add a proper "parser" for lockfiles, and a way to scan
through lockdir.

this simplifies all the code that scans existing locks.
2019-05-11 10:22:49 +00:00
matthieu
6e8a4d9a6e Add a patch to ignore ECONNABORTED in accept(2).
This was causing lockups on my squid cache at work.
Upstreem PR: https://github.com/squid-cache/squid/pull/404
ok sthen@, jca@
2019-05-11 08:17:36 +00:00
pea
4fb03a5579 Update to 11.3
ok jeremy@
2019-05-11 06:59:58 +00:00
ajacoutot
ea62029523 Update to awscli-1.16.156. 2019-05-11 04:25:23 +00:00
ajacoutot
9051c5c04a Update to py-botocore-1.12.146. 2019-05-11 04:25:01 +00:00
ajacoutot
5e6257c054 Update to py-boto3-1.9.146. 2019-05-11 04:24:48 +00:00
ajacoutot
292cbc51ad Update to ircd-hybrid-8.2.25.
from Brad
2019-05-11 04:08:57 +00:00
jca
e3e8918eb9 Remove avidemux, broken with clang and not updated since 2009
ok kn@ naddy@
2019-05-11 03:33:43 +00:00
afresh1
2e8d1c560a Make python PKGNAME lowercase if neccessary in portgen 2019-05-11 02:51:04 +00:00
ian
d8ee068def Remove another port that doesn't benefit from packaging...
because people will use it from Maven or Gradle. OK sthen jca.
2019-05-11 01:11:20 +00:00
jca
de3bb17f6d Drop patch not needed since a few releases
ok landry@ (maintainer)
2019-05-11 00:07:08 +00:00
ians
becddf94f4 Re-init all meters on edge case, fix platform code
When meters draw before init, re-init everything
Also don't write useless unusued period var in
platform code

This should stop all runtime crashes
2019-05-10 23:38:58 +00:00
ians
f8dfd43684 Properly initialize draw fptr instead of skipping draw on edge case 2019-05-10 22:35:36 +00:00
robert
97d26e1435 update to 75.0.3770.27;
75.0.3770.27 is still a beta, but it fixes a really bad bug with notifications
2019-05-10 21:55:39 +00:00
naddy
776bb208fe fix parallel build; from autoconf 2.62 2019-05-10 21:39:53 +00:00
jca
99a94a91bf Unbreak build with ports-gcc and use ports-gcc on all archs.
texmacs on amd64 prints a few ugly warnings about symbol size mismatch
on stderr, but it seems to work properly anyway.  ports-gcc approach
suggested by phessler@.  One less port that builds only with base-gcc.

rsadowski@ has a diff to update this port and make it use clang, but
nobody gave feedback on it yet.
2019-05-10 21:27:07 +00:00
jca
500b81b3fc Stop referencing my_thread_init to unbreak build with recent mariadb releases
The code was already using mysql_thread_init() at runtime with
mysql>=4.0, this diff only removes references to an obsolete function.

ok sthen@
2019-05-10 21:13:28 +00:00
afresh1
ac3531dc9b Recognize "MPL v2" as a license in portgen
OK kmos@
2019-05-10 20:50:51 +00:00
phessler
7b91269b6f remove myself as MAINTAINER, as I haven't used this for a long time 2019-05-10 20:41:36 +00:00
phessler
5c0b76a98c remove myself as MAINTAINER, as I haven't used this for a long time 2019-05-10 20:38:23 +00:00