89297 Commits

Author SHA1 Message Date
sthen
0fecd81254 build mupen64plus-core with ports gcc on i386; code taken when PIE is used
doesn't work with the old gcc 4.2 in base. (N.B. may also have a problem when
ports gcc switches, but we can cross that bridge later).
2014-01-08 14:56:49 +00:00
ajacoutot
4137dfb2b8 LC_CTYPE is needed by the time/date applet.
Do not start an ssh-agent(1) if we are running gnome-session since gnome
keyring already provides SSH agent functionnality.
2014-01-08 14:07:48 +00:00
sthen
94403c6351 disable PIE on i386 for this port, it leaves insufficient registers for the asm 2014-01-08 14:01:10 +00:00
sthen
945fa9eb2f Fix segfault during build with PIE-by-default on i386 by not using %ebx there.
Not quite sure why this is needed as it looks to be built without PIE
anyway, so XXX comment added to patch, but this makes things work.

N.B. regression tests fail, "error: objects are initialised from 1st to last
(should be from last to 1st) - undefine constant OBJ_CHAIN_REVERSE_ORDER in
obj_chain.h" but this is not new and they also fail on amd64.

Regen distinfo while there.
2014-01-08 11:54:12 +00:00
ajacoutot
b828496a2b Tweaks. 2014-01-08 10:37:25 +00:00
sthen
9aae12f969 update to vim 7.4.135, and remove a patch to configure which is no
longer needed. ok aja@ rpe@ also tested by brett@.

gsoares had a problem with no_x11 but I can't see why and can't
reproduce it, let me know if anyone else sees this.
2014-01-08 10:23:12 +00:00
ajacoutot
7193a8b2a3 Make it clear running GNOME without GDM is not recommended.
Add a small note about how to change the greeter default language.
2014-01-08 10:09:29 +00:00
ajacoutot
22af99470a setlocale(3) does not handle LANG so use LC_MESSAGES. 2014-01-08 10:08:53 +00:00
ajacoutot
ead62541a8 i18n -> locale.conf to match upstream. 2014-01-08 09:42:14 +00:00
brad
ac9b94e69f Add the fast math flag back to CFLAGS as the autoconf script does if
CFLAGS is not overridden the way the port has.

ok juanfra@
2014-01-08 00:17:53 +00:00
jeremy
9d794ad3bf Update to rubinius 2.2.3
Disable LLVM usage as ports will soon switch to 3.4, which causes the
rubinius build to fail.

Remove some patches applied/handled upstream.
2014-01-07 22:45:05 +00:00
sthen
7c0a60ab31 update to RackTables-0.20.6 2014-01-07 22:07:31 +00:00
sthen
4aa281acdf update to nut-2.7.1 2014-01-07 21:55:54 +00:00
juanfra
65ee3daecf Change Racket to Clang. OK sthen@. 2014-01-07 19:01:36 +00:00
sthen
c1efd5f317 add a caveats section to the manual warning about bugs/custom kernels/etc 2014-01-07 17:41:23 +00:00
sthen
1e539a5c3e deletion annotation for net/ez-ipupdate 2014-01-07 15:06:38 +00:00
sthen
79c040b783 zap the petite-chez port; it's i386 only and currently doesn't work
following removal of __guard. Additionally, it has a funny license
(can't distribute packages), port is outdated, and other scheme
interpreters/compilers are available (racket, chicken, gambit).
OK juanfra@ jca@
2014-01-07 15:04:29 +00:00
gsoares
e2e48818d4 update to 1.02
drop maintainership per his request as he doesn't use that anymore.
someone,takers?

OK David Hill (former maintainer)
2014-01-07 14:55:32 +00:00
espie
a99c5726b2 bye bye COMMENT, you've been dead for 8 years 2014-01-07 14:30:12 +00:00
sthen
fee3349a9b drop USE_GROFF, regen distinfo, and disable asm optimizations on i386 as the
cpuid check code uses %ebx which fails with PIE
2014-01-07 13:55:53 +00:00
sthen
fc3f45b47c disable asm support on this i386-only port; uses %ebx which conflicts with PIE 2014-01-07 13:44:48 +00:00
ajacoutot
af285dadd7 Update to empathy-3.10.3. 2014-01-07 12:01:37 +00:00
espie
eea773fc47 record history 2014-01-07 10:39:17 +00:00
sthen
0399587ebb fix license marker, this version of graphviz is under EPL 2014-01-07 10:01:47 +00:00
ajacoutot
0cf7e1ce90 Don't spam the logs with warnings that aren't really warnings (upstream). 2014-01-07 08:55:05 +00:00
jsg
746b9800e8 update to Text::CSV 1.32
ok benoit@ gsoares@
2014-01-06 22:41:32 +00:00
tobiasu
2becb97be1 Update dina-fonts to 2.92
Aside from various fixes it now has a proper license (MIT) and one
additional font size.

Patch by Rafael Sadowski (maintainer) plus some tweaks.

looks ok to dcoppa@
2014-01-06 21:35:03 +00:00
landry
6db48c5b48 Update to xfce4-whiskermenu 1.3.1. 2014-01-06 21:21:21 +00:00
ajacoutot
3ca1aa0d2b Bring some kqueue enhancements from upstream including a memory leak fix. 2014-01-06 17:36:33 +00:00
ajacoutot
eec05f5bea Build {devel,stable},naxsi
ok landry@ william@ (maintainer)
2014-01-06 16:47:32 +00:00
pea
610fd99229 Update to the last version (Binky 2013-12-08)
"go ahead" ajacoutot@
2014-01-06 14:46:02 +00:00
pea
b36dfb2f6e Critical update to 9.3.2.
Fixes three serious data-loss bugs affecting replication and
database maintenance.
2014-01-06 10:47:14 +00:00
ajacoutot
4cfe12ac54 Tweak comment; no pkg change. 2014-01-06 08:50:47 +00:00
bcallah
49fce55ef9 Update Seed7 to 20140105. 2014-01-06 03:37:38 +00:00
jeremy
f664cfe6db Add patch to fix algorithmic complexity vulnerabilities CVE-2013-4287
and CVE-2013-4363 in rubygems.
2014-01-06 02:25:33 +00:00
jeremy
8aca24d5af Add patch to fix algorithmic complexity vulnerabilities CVE-2013-4287
and CVE-2013-4363.
2014-01-06 02:24:49 +00:00
jasper
17e328b1e2 pre-regress is no more 2014-01-05 22:56:09 +00:00
jasper
ac4db1d5b7 do-regress is poisoned 2014-01-05 22:55:33 +00:00
nigel
d9d0499cff Add lang/python to MODULE, and sync WANTLIB.
Ok jasper@ jeremy@ maintainer
2014-01-05 19:51:45 +00:00
bcallah
b0c1386d85 +toilet 2014-01-05 18:43:48 +00:00
bcallah
23086504e9 Import misc/toilet. TOIlet is a banner art generator with Unicode font and
color support. It can use FIGlet fonts as well.
ok landry@
2014-01-05 18:43:25 +00:00
bcallah
17e44e2bd8 Update libcaca to 0.99beta18. Take MAINTAINER. Disable tests, they don't
work correctly.
ok landry@
2014-01-05 18:39:05 +00:00
jasper
e2c66b3971 jenkins doesn't do anything with the current rc_stop, so poke it a bit harder.
ok ian@ (MAINTAINER)
2014-01-05 18:37:51 +00:00
jasper
c461029367 update to jenkins-1.545
ok ian@ (MAINTAINER)
2014-01-05 18:37:04 +00:00
espie
d70a43e9bb fix configure logic, prevent hidden header dependencies.
okay nigel@
2014-01-05 16:54:04 +00:00
jasper
0b77e9a539 update to yard-0.8.7.3 2014-01-05 13:50:06 +00:00
jasper
cbe6dab980 security fixes for CVE-2011-4971 and CVE-2013-0179
from donovan watteau
2014-01-05 13:32:43 +00:00
jasper
31e2a518ea Security fix for CVE-2013-6412,
augeas: incorrect permissions set on newly created files
2014-01-05 10:43:49 +00:00
benoit
175acb5805 Update to cyphertite 2.0.0.
from David Hill (maintainer).
2014-01-05 09:11:52 +00:00
ajacoutot
97eeb57af7 Update to libgsf-1.14.29. 2014-01-05 08:35:01 +00:00