Commit Graph

100708 Commits

Author SHA1 Message Date
ajacoutot
d5f59e6746 Minor update to "super stable" netpbm-10.35.95. 2015-05-02 20:06:00 +00:00
ajacoutot
9fe32851fe Did not mean to be MAINTAINER. 2015-05-02 20:00:54 +00:00
ajacoutot
c700783ec8 Update to lsdvd-0.17. 2015-05-02 19:58:47 +00:00
ajacoutot
e19e1c3507 Update to cnupm-3.12. 2015-05-02 19:50:29 +00:00
ajacoutot
60d20478c9 Update to ja-kanjistrokeorders-ttf-3.001. 2015-05-02 19:32:54 +00:00
ajacoutot
d213fbe8ab Update to vms-empire-1.13; req. by landry@ 2015-05-02 18:37:51 +00:00
ajacoutot
9c2f4cb369 Update to palm2ical-1.9. 2015-05-02 18:22:24 +00:00
bcallah
53ec053cc8 Drop maintainer of MAME and MESS and bump. 2015-05-02 18:22:23 +00:00
landry
eae64acd1a +tex-by-topic 2015-05-02 18:17:34 +00:00
landry
5bde13ba6a Import tex by topic from Vincent Gross.
TeX by Topic is a systematic reference manual designed as a companion
to tutorial guides on the system. Packed with original, practical
ideas, this book provides an invaluable information source that
will give the TeX user the essential insight needed to solve TeX
problems.

ok espie@
2015-05-02 18:17:01 +00:00
espie
12cded975c forgot to drop user there. Probably a few more left :( 2015-05-02 17:43:27 +00:00
ajacoutot
204567563f Update to bluefish-2.2.7. 2015-05-02 17:23:57 +00:00
ajacoutot
8a8a6f4e03 Update to uriparser-0.8.2. 2015-05-02 17:18:30 +00:00
espie
758f0bf14e tweak round-robin mode to start at the first id 2015-05-02 17:14:50 +00:00
espie
835963be13 add options so that dolock will work with install -d options 2015-05-02 16:42:55 +00:00
espie
a94b216a03 add more knobs to handle directory issues under "hostile" circumstances 2015-05-02 16:41:20 +00:00
espie
c58347ffc4 thinko 2015-05-02 16:07:44 +00:00
jturner
ea260918eb Remove 9 year old patch that now breaks GetControlChars(). ok ajacoutot@
GetControlChars() should return something that looks like a control char
this patch made it return a number instead. Found while porting sslmate.

perl -MTerm::ReadKey -MScalar::Util -e \
'print Scalar::Util::looks_like_number({GetControlChars}->{EOF}) ? 1 : 0;'

The above should return 0 but as returning 1.
2015-05-02 16:05:06 +00:00
espie
2cf5860ba1 show the user for roundrobin 2015-05-02 15:59:35 +00:00
espie
bcd255ce0a fix gid switch 2015-05-02 15:59:06 +00:00
ajacoutot
3c295fce1e Update to p5-Gtk2-1.2495. 2015-05-02 15:53:02 +00:00
ajacoutot
1982541db3 Update to hiawatha-9.12. 2015-05-02 15:42:02 +00:00
ajacoutot
5f48ae48b3 Update to p5-Sort-Versions-1.61. 2015-05-02 15:32:09 +00:00
zhuk
222260d364 Update KDE4 version of Tellico to 2.3.10.
This includes a few patches from upstream (to be gone in the next release).
Prodded and reminded by <private person>, thanks!
2015-05-02 15:30:31 +00:00
ajacoutot
49170b698c Update to py-libcloud-0.17.0. 2015-05-02 15:29:49 +00:00
ajacoutot
8dd7406c94 Fix a couple of implicit declarations. 2015-05-02 14:24:12 +00:00
rpe
6b8299e8a2 Update textproc/markdown to 2.6.1
OK aja@
2015-05-02 13:36:44 +00:00
espie
48cc88307a future round-robin mode, one user per-build. 2015-05-02 13:12:39 +00:00
ajacoutot
8b5ac203e2 Drop uneeded patches. 2015-05-02 13:03:14 +00:00
espie
909f468aca use the per-user Core thingy: make sure fetch cores are built with the
default prop, and set them to run as fetch_user, so that I can remove
the explicit run_as in the ftp command.
2015-05-02 12:55:43 +00:00
ajacoutot
472a0fb8b2 Fix a bulk load of implicit declaration on string functions. 2015-05-02 12:51:28 +00:00
ajacoutot
3fd9af59e4 Drop autogen patch, we can use autoreconf.
Drop useless BUILD_DEPENDS.
2015-05-02 12:43:59 +00:00
gsoares
d48880359c update to 1.69
OK aja@
2015-05-02 11:56:14 +00:00
espie
f9b1a4dee9 allow setting user thru the Core (for future round-robin builds) 2015-05-02 11:04:38 +00:00
espie
f9b218eeb3 document -m 2015-05-02 11:02:54 +00:00
sthen
b1861a3cca BDEP on libtool.
Add a patch to avoid running configure at the end of autogen.sh as
well as again for the "proper" run with env/flags.

We aren't making any changes to autoconf input files, this is yet
another example of a github-based project who can't be bothered to run
autoconf themselves and provide a proper distribution tarball.
2015-05-02 11:02:45 +00:00
espie
57cc189b56 give a -m option to dolock, since it can create directories. 2015-05-02 11:00:37 +00:00
ajacoutot
b6e9e2083c Better patch and add BZ URL. 2015-05-02 10:37:43 +00:00
ajacoutot
e3a89f275f Fix a couple of implicit declarations. 2015-05-02 10:25:47 +00:00
zhuk
614cc6fdea Make recent Cantor versions pick up R without help of LD_LIBRARY_PATH hack. 2015-05-02 09:48:12 +00:00
espie
e2f35e7d02 move the user handling code to a separate file.
remove "run_as" for open, we can do things directly.

More explicit code on open.
2015-05-02 09:44:40 +00:00
ajacoutot
8c89d7a3e4 ENOTCARE about that particular one; discussed with miod@ 2015-05-02 09:42:43 +00:00
ajacoutot
04084c624e Fix implicit declaration of 'strlen'. 2015-05-02 09:39:05 +00:00
zhuk
046cb5a9b7 Sync patches, doesn't affect package. 2015-05-02 09:22:58 +00:00
zhuk
65313d1e9e Unbreak linking to R library (defintion instead of declaration in header file).
Breakage noticed by aja@. Committing now until (if) MAINTAINER will come
with a better fix.
2015-05-02 09:10:04 +00:00
ajacoutot
e36eb9a3c5 Regen patch. 2015-05-02 08:31:21 +00:00
ajacoutot
783d2ba023 Update to lumina-0.8.4.
prodded by landry@
2015-05-02 07:39:02 +00:00
ajacoutot
85178eb415 Switch the dist site to the VLC mirror.
from brad (maintainer)
2015-05-02 07:36:16 +00:00
ajacoutot
72235a932d Needs to BUILD_DEPENDS on www/lynx. 2015-05-02 05:47:57 +00:00
naddy
7774fc0dc7 don't pick up libexecinfo header; ok bentley@ 2015-05-01 21:53:07 +00:00