128739 Commits

Author SHA1 Message Date
espie
1c93733674 remove TODO as it's done
never perform backsubst on cvs tags
2018-05-05 11:29:45 +00:00
sthen
7f6f842b3a regen PLIST, a pkgconfig file was added in 2.10 2018-05-05 10:45:01 +00:00
jasper
18ffe8a687 - fix linking with lld as pointed out by naddy@
- use CMAKE_C_FLAGS
2018-05-05 10:39:13 +00:00
espie
414bfe2a40 make empty variable work at start of string, need to anchor for that
remove keyword work-around, since we have the full string now, so it
will just breaks things.
2018-05-05 10:17:30 +00:00
jasper
fdcda69d69 update to pdfpc-4.1.1 2018-05-05 09:43:26 +00:00
jasper
87d1619e11 update to geoclue2-2.4.10 2018-05-05 09:39:27 +00:00
espie
921e58b27e move the backsubst as late as possible
this actually removes some special cases, as all items have
fullstring representation, and these match directories, for
instance

requires subst "at start" to match some word boundaries

add shortcut to subst



also add LOCALSTATEDIR to the list of ignored variables
2018-05-05 09:36:57 +00:00
jasper
718caf561b merged upstream 2018-05-05 09:34:47 +00:00
ajacoutot
df923bae21 Update to awscli-1.15.14. 2018-05-05 09:09:21 +00:00
ajacoutot
a9f11db360 Update to py-botocore-1.10.14. 2018-05-05 09:09:09 +00:00
ajacoutot
b912fa13b1 Update to py-boto3-1.7.14. 2018-05-05 09:08:54 +00:00
espie
3f359f4cd9 3 isa is sign it's time for an actual method 2018-05-05 09:07:57 +00:00
ajacoutot
10f8a4885e Update to py-dbus-1.2.8. 2018-05-05 09:05:20 +00:00
espie
86224df449 - fix issues with multimedia/motion
* we can't deduce Sampledir status from the FS
* sample files installed in /etc will yield bad results

- note that backsubst should happen even later on
- note there is some intelligence to add to unexec (noticed on hs's unregister)
2018-05-05 09:02:50 +00:00
ajacoutot
c94e3983e5 Unbreak error handling in the wrapper script (it was exiting the subshell
instead of the current one).

ok solene@
2018-05-05 08:23:17 +00:00
solene
4267358567 + barony 2018-05-04 22:31:43 +00:00
solene
38aab78e4b Import barony 3.1.4
Barony is a 3D, first-person roguelike. The goal of the game is to descend to
the bottom of a dark dungeon known as the Devil's Bastion and destroy an undead
lich named Baron Herx, who terrorized the peaceful town of Hamlet in life and is
now harboring a curse against the land from beyond the grave. To aid you in your
quest are friendly humans who have been eeking out a rough life within the
dungeon for generations, as well as any friends you can bring with you in real
life: Barony is the first of its kind as a first-person roguelike in that it
fully supports cooperative multiplayer for up to four players.

Port by David Carlier (maintainer)
Ported to OpenBSD by thfr@, bcallah@ and David Carlier
Help from sthen@, danj@, bcallah@, solene@

ok sthen@, danj@, bcallah@
2018-05-04 22:30:08 +00:00
sthen
5d95ab140b patch to disable cmake picking up libexecinfo / execinfo.h during build;
seems this can happen on ports-gcc arches. reported by/tests landry@
2018-05-04 21:36:24 +00:00
benoit
560167a23c Update to rocksndiamonds-4.1.0.0. 2018-05-04 21:04:43 +00:00
benoit
bbb6b610a7 Update to py-paramiko-2.4.1. 2018-05-04 20:31:30 +00:00
benoit
aed6f9af97 Update to libspectrum-1.4.2. 2018-05-04 20:10:21 +00:00
jasper
f3d7cf0597 remove hack now that the unlying issue has been addressed in meson 2018-05-04 20:03:42 +00:00
jasper
25beac00a9 - also append linker flag to fix $ORIGIN handling
- bump meson dependency in the module

ok aja@
2018-05-04 20:03:10 +00:00
benoit
329cd6a323 Update to highlight-3.43. 2018-05-04 20:00:34 +00:00
jasper
8eda65edeb use_sysctl was merged upstream 2018-05-04 19:43:46 +00:00
espie
ca26b25646 handle copying stuff out-of-normal prefix over.
also, newauth and newgroup are now tagging along with CVSTag, so we don't
need to copy them twice.
2018-05-04 19:21:14 +00:00
espie
1f0050a7fc so show_unknown got over-eager, don't report on state changes, since it's
normal they don't get copied, ever
2018-05-04 18:57:35 +00:00
espie
ffc41e0e35 let's copy annotations much earlier. That way CVSTags become anchors, we
can add tags to them, and thus copy stuff at the beginning of plists.
2018-05-04 18:29:04 +00:00
sthen
dac02a9ff8 update to s-nail-14.9.10, from Steffen Nurpmeso (upstream), maintainer timeout 2018-05-04 14:07:27 +00:00
sthen
f14aefc573 update to scamper-20180504 2018-05-04 13:31:14 +00:00
jasper
ab033fabd7 update to supervisor-3.3.4 2018-05-04 13:28:45 +00:00
ajacoutot
95d899eac1 Update to awscli-1.15.13. 2018-05-04 13:15:30 +00:00
ajacoutot
1aaa50003d Update to py-boto3-1.7.13. 2018-05-04 13:15:18 +00:00
ajacoutot
df556351f3 Update to py-botocore-1.10.13. 2018-05-04 13:15:06 +00:00
solene
764e101bfb lang/python/2.7 was missing in BUILD_DEPENDS
reported by naddy@ and nigel@
help from sthen@ and jca@

ok sthen@ jca@
2018-05-04 12:35:02 +00:00
espie
ebe5f17995 typo 2018-05-04 12:18:27 +00:00
espie
6fe1bf6c2d yet another old feature 2018-05-04 12:14:07 +00:00
espie
817759e00f we have no way to guess shells 2018-05-04 12:10:23 +00:00
espie
65d5acbd32 document a small part of make-plist we don't do yet 2018-05-04 12:07:39 +00:00
espie
2f4863630f okay, that check actually makes sense
do a bit more work on shared libs, that's easy enough
2018-05-04 12:00:48 +00:00
espie
690c4a6798 document why we don't bother with this check 2018-05-04 11:46:21 +00:00
jasper
a87a73398e +py-xmltodict
+py-xmltodict,python3
2018-05-04 11:42:06 +00:00
jasper
fd2871391a import py-xmltodict-0.11.0
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.

importing on behalf of, and from jung@
2018-05-04 11:40:32 +00:00
jasper
ee17ded1db update to py-gunicorn-19.8.1 2018-05-04 11:37:24 +00:00
espie
d6cd82ffbf document one of the few missing ingredients 2018-05-04 11:36:56 +00:00
espie
18fe42d1fa mark everything we copy, and so do a show_unknown that handles stuff
besides fileobjects
2018-05-04 11:32:22 +00:00
pirofti
6fdd7c092f Update the ODBC driver for PostgreSQL to 10.02.0000.
Follows the major update from postgresql.

OK jasper@
2018-05-04 11:14:18 +00:00
pirofti
0bb9a46bb0 Update LaTeXML to version 0.8.2_3
OK jasper@
2018-05-04 11:12:46 +00:00
pirofti
6971cea84b Update GiNaC to 1.7.4.
Minor update that contains a small ABI fix from two releases ago.

OK jasper@, tb@
2018-05-04 11:11:39 +00:00
espie
56b3bf97dc if we can't move, exit with an error
streamline code
2018-05-04 11:07:57 +00:00