Commit Graph

79080 Commits

Author SHA1 Message Date
ajacoutot
2e37bf8112 Don't hardcode path to imapd. 2012-11-06 08:35:13 +00:00
ajacoutot
a72c6a2ca7 Update to opera-12.10. 2012-11-06 08:29:17 +00:00
espie
d73a931704 don't mix up wait_timeout and waiting_timeout, as noticed by naddy@.
re-enable wait_timeout on localhost temporarily (should be done in another
way, most probably by checking whether repo is on nfs, we can steal code
from VStat.pm)

pass umask through ssh. This took us long enough to figure out, and it's
considerably simpler than tweaking every login class once again.
2012-11-06 08:26:29 +00:00
espie
bb4abf1a74 allow a tweak to XCVS_CO usage to allow for extracting further source.
Allows GL, xcb, xkeyboard-config to reach out into their dist/ directory,
and kdrive to reuse the xserver material (might be smarter to multi-package
xserver/kdrive ? though kdrive is not exactly quick to build)
2012-11-06 08:19:02 +00:00
jasper
cd08e910f9 sync 2012-11-06 07:37:44 +00:00
jasper
72ef16bf4d import luastruct-0.2
This library offers basic facilities to convert Lua values to and from C
structs. Its main functions are struct.pack, which packs multiple Lua
values into a struct-like string; and struct.unpack, which unpacks
multiple Lua values from a given struct-like string.

ok dcoppa@
2012-11-06 07:37:01 +00:00
ajacoutot
9ec8331cdd Fix segfault in the "About" dialog. 2012-11-06 07:15:47 +00:00
ajacoutot
56ef8e1f65 Update to duplicity-0.6.20.
ok jim@ (maintainer)
2012-11-06 07:03:32 +00:00
tobiasu
18e9b90a33 Add Ada support on amd64 and sparc64
Also unbreak and improve adastrap generation
Cleanup bootstrap libc handling

ok pascal@
2012-11-06 00:57:43 +00:00
brad
a7dd17fd85 Update to ircd-hybrid 8.0.1.
ok sthen@
2012-11-05 23:45:30 +00:00
sthen
f541a3aa04 +nyannyannyan 2012-11-05 22:21:16 +00:00
sthen
d4848269e8 import misc/nyancat, req by zinke@, ok landry@
nyancat is an animated, color, ANSI-text program that renders a loop of
the classic Nyan Cat animation.

nyancat makes use of various ANSI escape sequences to render color, or
in the case of a VT220, simply dumps text to the screen.
2012-11-05 22:20:37 +00:00
espie
a132bfeaf2 synch with recent changes 2012-11-05 21:58:11 +00:00
merdely
1536b90ee2 Fix build by adding "-I${WRKSRC}/src" to CPPFLAGS to make mediatomb find
its own dictionary.h first.

ok sthen, naddy
2012-11-05 21:52:44 +00:00
jasper
02ad595bee sync 2012-11-05 21:28:17 +00:00
jasper
75265f4a2c import lua-cmsgpack-0.3.0
Lua-cmsgpack is a MessagePack implementation and bindings for Lua.

ok dcoppa@
2012-11-05 21:26:19 +00:00
espie
3d3c336bb7 waive the other xenocara check if we're building it, as noticed by naddy. 2012-11-05 20:29:35 +00:00
espie
4031b955ab give fonts/lib a better chance to work when starting from scratch:
- don't save fonts.dir, regenerate.
- run ldconfig after installing a lib.
- mark pixman as not for vax/landisk.
2012-11-05 20:27:52 +00:00
kili
7c0fe71272 Stop ghc-pkg unregister <pkgname> -v0 --force issuing warnings that
this would break other packages.

Please note that those warnings are only disabled if both
-v0 *and* --force are given.

'no objections' dcoppa@
2012-11-05 20:20:07 +00:00
kili
1190c3f7bc Let configure properly detect jpeglib.h.
This affects quite some C++ classes, so all shared libs
get a major bump.

ok ajacoutot@
2012-11-05 19:32:27 +00:00
pascal
f5236c82d9 Update to parrot 4.9.0, nqp/rakudo 2012.10. Tested on amd64/powerpc. Still
broken on sparc64 (though differently), tested by landry@.

ok landry@
2012-11-05 17:57:50 +00:00
landry
c4c6cd0dc5 Fix QtWebkit on amd64. With the default 512Mb datasize ulimit, any app
using it crashes right away at startup, since it tries to preallocate
1Gb of memory.

From webkit's patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp
tested with mnemosyne & arora.
2012-11-05 16:29:50 +00:00
ajacoutot
1a7879570c Committed upstream. 2012-11-05 13:56:04 +00:00
zinke
bdf69da526 Update st to version 0.3
From the suckless announcement, the biggest changes are:
        * New drawing code, which is way more faster and comparable to the
          other terminals out there.
        * Many new escape sequences are supported:
                * setting the title
                * LNM, KAM, SI, SO, SUB, CAN, DA, DECID. OSC, DSC, PM, APC,
                  CHT, HTS, CBT, SM, RM, standout mode ???  (See st.info.)
        * Linedrawing is now supported
        * Xft and Fontcache is now used to draw fonts.
        * support for italic and bold italic font drawing
        * Some more commandline parameters are available. (See manpage.)
                * easy debugging with: st -o - | cat -v
        * nyancat(1) works.
        * external support of utmp entries by using utmp(1)

ok gonzalo@
2012-11-05 13:24:39 +00:00
zinke
6d88816f71 patch same (non-default) colors used in other suckless ports (e.g. dwm,
tabbed, slock)

ok jim@ (maintainer)
2012-11-05 13:14:23 +00:00
gonzalo
d70ef6043b Update to 2.1.0:
Improved bar_action handling to eliminate the need for bar_delay.
Renamed screen_* bindings to rg_*; config files using the old bindings
are still supported.
Fixed handling of region focus with empty workspaces.
Fixed toggle_bar not working on empty workspaces.
Fixed issue where multiple key actions might be handled simultaneously.
Fixed focus behavior when iconified windows exist in the ws.
Fixed windows not being unmapped on single-monitor fullscreen layout.
Fixed mouse and keyboard binds to work regardless of caps/numlock state.
Fixed a couple segfaults.
Fixed a couple memleaks.
Kill bar_action script oAn an unclean exit.
Add startup exception mechanism that display error messages in the bar.
Add config file check that uses startup exceptions to tell user if the
file has issues.

Ok aja@
2012-11-05 12:12:36 +00:00
sthen
8b767a1e5d Really mark hugin as BROKEN on PIE arches, like I thought I did earlier.
- pointed out by dcoppa@

Hugin doesn't build with PIE:

/usr/bin/ld: /usr/ports/pobj/hugin-2011.4.0/build-amd64/src/hugin1/base_wx/libhuginbasewx.so.0.0: invalid string offset 3068412456 >= 54218 for section `.dynstr'

and neither Hugin nor wxWidgets build with CFLAGS -fno-pie / LDFLAGS -nopie
(ld segfaults).
2012-11-05 11:15:11 +00:00
sthen
365109025d update to p5-WWW-YouTube-Download 0.41, from maintainer Mikolaj Kucharski 2012-11-05 10:59:43 +00:00
dcoppa
5e4918831f Amend XXX comment 2012-11-05 10:47:39 +00:00
sthen
768460594d Cope with a #define which was removed by the recent py-sip update.
Build problem spotted by landry@, thanks!
2012-11-05 10:43:55 +00:00
ajacoutot
857cce9611 Update to gnutls-3.1.3. 2012-11-05 10:41:24 +00:00
ajacoutot
64cf76fd0d Maintenance update to glib2mm-2.34.1. 2012-11-05 09:26:45 +00:00
jasper
0f0655b65a hookup ruby18 flavor of ruby-vegas too 2012-11-05 08:24:00 +00:00
ajacoutot
2f67796719 Update to telepathy-glib-0.20.0.
ok jasper@ (maintainer)
2012-11-05 07:10:54 +00:00
ajacoutot
6d0b7c3051 Update to telepathy-logger-0.6.0.
ok jasper@ (maintainer)
2012-11-05 07:10:15 +00:00
robert
9a4503a30f update to 2.0.3 and fix the traceroute binary path 2012-11-04 22:16:04 +00:00
merdely
4ebf3e2517 Update to 20121027.
Adds workaround for Dell PE x620 machines:
"[T]he CIM element "System Board 1 Riser Config Err 0: Connected" returned
a code of 12, which, according to the CIM documentation, means "Not
connected". But all affected users had an actual Riser Card connected
and working. So this return code does not make sense."

ok sthen@
2012-11-04 21:44:43 +00:00
kili
4932176be7 Update to poppler-data-0.4.6.
ok ajacoutot@
2012-11-04 21:34:11 +00:00
jasper
83628befa5 add an XXX about using the internal lua
ok dcoppa@ (MAINTAINER)
2012-11-04 19:58:43 +00:00
jasper
e1331b20d3 - update to gtksourceview-3.6.1 2012-11-04 16:41:14 +00:00
naddy
bfa7a8d4eb fix mistyped versions of "SUBDIR" 2012-11-04 11:40:11 +00:00
ajacoutot
6cbd24d5ef Bugfix update to gmime-2.6.12. 2012-11-04 08:27:16 +00:00
brad
86100309e3 Update to Samba 3.6.9.
ok MAINTAINER
2012-11-04 00:22:50 +00:00
espie
df1eed5657 build kdrive "when needed". 2012-11-03 09:47:08 +00:00
espie
49b6621f2c forgot to relink release, fix it so that we try to build it.
pieces to try to compile directly from cvs (but xenocara needs to
stop reaching out in share/mk for that to work)
move xmessage to necessary build components, as some windowmaker widget
tests for its presence.
2012-11-03 09:41:55 +00:00
espie
35f70aaf08 determine the xenocara makefile name directly, as it is inconvenient
to do if you're not sure you have the right WRKSRC.
2012-11-03 09:40:05 +00:00
espie
522c6ecded now that imake is in ports, we need to depend on it. 2012-11-03 03:29:40 +00:00
espie
113ee0efb3 zap space, remove bogus USE_X11 2012-11-03 03:26:59 +00:00
espie
2009c4a6ca zap space 2012-11-03 03:23:20 +00:00
espie
930198daed red herring, no need for USE_X11.
the actual error was due to extra space...
2012-11-02 19:48:37 +00:00