142201 Commits

Author SHA1 Message Date
ajacoutot
641c347b20 Update to p5-Cairo-1.107. 2019-11-08 23:00:10 +00:00
kmos
3bf3ac4c39 Move tests from py-nose to MODPY_PYTEST. Drop now-uneeded py-nose. 2019-11-08 22:59:10 +00:00
kmos
14e0d72ed7 Move tests to MODPY_PYTEST 2019-11-08 22:50:06 +00:00
kmos
d3529c8ef9 Move tests from py-nose to MODPY_PYTEST. Dropped unneded py-nose dependency 2019-11-08 22:44:27 +00:00
kmos
6529fceb62 Move tests to MODPY_PYTEST 2019-11-08 22:40:35 +00:00
sthen
b4cdc32958 backport fix for CVE-2019-18397, stack buffer overflow in FriBiDi
ok aja
2019-11-08 22:39:25 +00:00
sthen
eafe342dd4 really fix kicad-share (GH_*/WRKSRC/etc), breakage reported by naddy 2019-11-08 22:18:43 +00:00
stsp
734ba914ef update to got-0.20
- fix reading pack files larger than 2GB
- try not to hide errors from helper programs when got exits
- use less empty padding space after author name in 'tog log'
- rename 'got init' and 'got import' default branch to "main" (patch by kmos@)
2019-11-08 22:09:49 +00:00
kmos
7f21740558 Move tests from py-nose to MODPY_PYTEST and drop py-nose from dependencies 2019-11-08 22:02:19 +00:00
kmos
5c2f27210c Move tests from py-nose to MODPY_PYTEST and remove py-nose TEST_DEPENDS 2019-11-08 22:00:56 +00:00
sthen
06b026089f tie the hash of the CVSROOT directory listing to the rsync repo address,
so switching server will trigger a full sync.
2019-11-08 21:58:58 +00:00
kmos
544eb3c5f8 Finish enabling tests using the long-ported py-bottle and py-flask.
Remove comment saying it needs "not ported" py-bottle and py-flask.
Move to using MODPY_PYTEST
2019-11-08 21:57:29 +00:00
ajacoutot
477a94630c Remove some unnecesssary patches.
from Brad (maintainer)
2019-11-08 21:55:27 +00:00
ajacoutot
16aaa9003a Update to link-grammar-5.7.0. 2019-11-08 21:51:59 +00:00
fcambus
2c11e10384 Update inter to 3.11.
OK kmos@, bentley@
2019-11-08 21:43:22 +00:00
ajacoutot
3a4d4052fe Update to p5-Gtk2-1.24993. 2019-11-08 21:42:42 +00:00
ajacoutot
f2781b3c9c Update to p5-X11-Protocol-Other-31. 2019-11-08 21:39:56 +00:00
ajacoutot
c3ef106850 Update to p5-Tk-804.034. 2019-11-08 21:39:34 +00:00
ajacoutot
ab8dd8abe1 Add PORTROACH marker. 2019-11-08 21:37:35 +00:00
ajacoutot
db8e0e2192 Fix PORTROACH. 2019-11-08 21:30:37 +00:00
jca
7227275fbf Sync WANTLIB 2019-11-08 19:44:31 +00:00
kmos
476d9f3f02 Move testing from py-nose to MODPY_PYTEST 2019-11-08 18:05:58 +00:00
espie
97cbe7d28e so the job itself should also not continue if something broke 2019-11-08 17:53:24 +00:00
espie
dde84cbc35 backout some of the "clean-up", just keep the part that doesn't run
code that can't work
(the rest does something strange with start_pipe for now)
2019-11-08 17:47:01 +00:00
kmos
be9161d1e3 Move from py-nose for testing to MODPY_PYTEST 2019-11-08 17:16:36 +00:00
kmos
0b8588428b Move from py-nose to MODPY_PYTEST. Add comment reflecting that the
PyPI tarball doesn't currently include tests and a link to the pull
request to fix that.
2019-11-08 17:14:24 +00:00
jca
ab2e72f705 Use libcxx on mips64, like base clang
from Brad some time ago.
2019-11-08 17:11:50 +00:00
kmos
b001468a9a Move from py-nose to MODPY_PYTEST for tests. Add comment about lack of
tests in PyPI tarball along with link to pull request to fix it
2019-11-08 16:59:53 +00:00
fcambus
5a2e65b4b4 Update public-sans to 1.006.
From George Rosamond, thanks!
2019-11-08 16:45:54 +00:00
landry
9cd491b244 Remove gdata-provider bits, was removed upstream in #1584614.
ppl wanting to use the 'Provider for google calendar' addon should use
the addon manager to install it in their profile.

While here remove some old cruft - no REVISION bump as it didnt build.

Fixes build breakage reported by ajacoutot@, thanks !
2019-11-08 16:22:07 +00:00
sthen
a37887454b kicad-library is not needed any more (and already is merged into kicad-share
via @pkgpath), pointed out by Tracey Emery
2019-11-08 16:07:49 +00:00
fcambus
f4a995af19 Fix a segmentation fault in slowhttptest.
slowhttptest didn't check that the argument passed to freeaddrinfo(3)
was not NULL, which resulted in a segmentation fault.

OK jca@
2019-11-08 15:59:28 +00:00
fcambus
2abdb03570 Switch HOMEPAGE to HTTPS. 2019-11-08 15:53:22 +00:00
ajacoutot
d9b63ba3d7 Add PORTROACH marker. 2019-11-08 15:48:27 +00:00
fcambus
d4ba420e76 Update gdnsd to 2.4.3. This fixes CVE-2019-13952.
While there, switch MASTER_SITES to HTTPS.

OK sthen@, jung@
2019-11-08 15:48:27 +00:00
fcambus
b0e1135d2c Update calcurse to 4.5.1 and take maintainership.
Most patches can be dropped as upstream incorporated those changes or
fixed the issues we had to patch for. Notably, they are now using time_t
for the functions we patched with the exception of arg_print_date() so
the patch for this one remains.

OK rsadowski@
2019-11-08 15:45:20 +00:00
stsp
9ddd620b75 update to got 0.19
- add optional colorized display mode to tog
- make 'tog log' show abbreviated commit IDs if the window is large enough
- fix staging of multiple files with -p
- show commit date's century in 'got blame' output (patch by Tracey Emery)
2019-11-08 15:22:04 +00:00
ajacoutot
695bc912fd Update to adwaita-icon-theme-3.34.3. 2019-11-08 15:00:09 +00:00
kmos
f0c9a50119 Enable tests using MODPY_PYTEST 2019-11-08 14:58:48 +00:00
kmos
8e1961ca8e Switch testing from py-nose to MODPY_PYTEST 2019-11-08 14:54:50 +00:00
kmos
367f81e52f Switch testing from py-nose to MODPY_PYTEST 2019-11-08 14:53:28 +00:00
kmos
1383004256 Switch testing from py-nose to MODPY_PYTEST.
While here, update HOMEPAGE to https
2019-11-08 14:49:53 +00:00
kmos
f92c8795a5 Switch testing from py-nose to MODPY_PYTEST 2019-11-08 14:48:10 +00:00
ajacoutot
13ddec4a6a Don't version gtk+ in COMMENT. 2019-11-08 14:46:37 +00:00
sthen
f68161d6a7 update to kicad-5.1.4, unbreaking the port. Much work from Tracey Emery
(this is basically a new port) with various feedback from bentley/me.
2019-11-08 14:43:53 +00:00
sthen
6efce0653b hook kicad-share 2019-11-08 14:41:20 +00:00
ajacoutot
970e01af72 Needs x11/dbus to build. 2019-11-08 14:28:48 +00:00
sthen
b6f00cdf7e unbreak fetching, upstream now has github.com/KiCad/kicad-18n instead of
github.com/KiCad/i18n.
2019-11-08 14:17:48 +00:00
sthen
4ce0173ff7 I had an @ask-update to warn about the syntax change, but have now decided
it's not worth it because "make update" from ports doesn't agree with this.
2019-11-08 14:03:43 +00:00
sthen
52d74a7d7d add getopt parsing and move SSH port-forwarding username from special
rsync://username@host/path syntax to "reposync -l username rsync://host/path",
also add -f to force an update even if ChangeLog didn't change.

change in port-forwarding syntax done to stop depending on an undocumented
rsync feature tracked down by naddy@.
2019-11-08 13:57:10 +00:00