Commit Graph

8577 Commits

Author SHA1 Message Date
jasper
7f8be09e02 - update rox-filer to 2.9 2010-08-18 13:33:22 +00:00
robert
02a3f8cae8 update to 2.6.7 2010-08-18 10:51:21 +00:00
espie
ead1c42fa7 better DESCR from author 2010-08-08 20:00:16 +00:00
espie
6df5d9ccfa +one distsite.
tidy appearance
2010-08-08 08:19:29 +00:00
espie
02fc91f214 +video 2010-08-08 08:10:50 +00:00
espie
1c6a0b11eb move this from xenocara for 4.8, as requested by Theo 2010-08-08 08:10:05 +00:00
naddy
b409cc53fb Fix Ogg demuxing by using internal Tremor implementation.
Remove pointless "mad" flavor.  On arm, we now default to the
internal ffmp3 integer decoder.

Clean up README and DESCR.

Various contributions from edd@, jakemsr@, sthen@
2010-08-06 20:05:18 +00:00
naddy
5287edd5ce deal with a nasty signed/unsigned mix to fix a crash reported by Tero Koskinen 2010-08-06 18:01:21 +00:00
dcoppa
5810dc985e Unbreak misc/calentool:
Remove a conflicting malloc declaration

In xview-lib, use XAllocIDs instead of several calls to XAllocID
that lead to segfaults with newer libX11

At least it runs now...

OK naddy@
2010-08-06 06:17:10 +00:00
sthen
ff546aa4b7 Don't build the -cups subpackage on mips64{,el}. It adds a RUN_DEPENDS which
cannot be satisfied at present (binutils). This allows gtk+2 to build and in
turn opens up a lot more of the ports tree. Problem pointed out by Jay K.

ok, and advice on simplifying my original diff, espie@
2010-08-03 21:56:03 +00:00
ian
3a45bdd277 Minimal unbreak compilation (use standard header files instead of
mis-declaring functions).  Needs much more love later.  Discussed
with espie@ and matthieu@ (couple of weeks ago). "sure" espie@
2010-08-02 19:47:32 +00:00
dcoppa
eff0043492 Use apm(8) instead of linux-only acpi for battery status.
Patch by Jona Joachim (maintainer).

OK espie@
2010-08-02 11:24:41 +00:00
espie
30fabb59cf b11 is not beta11, and thus, wxsvg-1.0b11 comes *after* wxsvg-1.0.4
-> EPOCH change to allow for updates.
2010-08-02 07:19:13 +00:00
ajacoutot
afd6431200 Missed bumps. 2010-08-01 15:44:40 +00:00
sebastia
fed81f7c24 update to latest release, contains minor bugfixes and some timezone updates.
OK ajacoutot@
2010-08-01 12:52:41 +00:00
ajacoutot
2e070d4322 Remove redudancy in COMMENT. 2010-08-01 07:54:45 +00:00
ajacoutot
9e1a5368cd Update to gtk2-equinox-engine-1.20. 2010-08-01 07:12:51 +00:00
ajacoutot
1dbbe9cd84 Fix PKGNAME. 2010-08-01 05:47:13 +00:00
ajacoutot
085c6f795d Update to x11vnc-0.9.10 which fixes several regressions with the latest X
server.

ok sthen@ (maintainer)
2010-07-31 09:35:29 +00:00
naddy
756238cd69 remove duplicate files from -data that are covered by -gle; ok ajacoutot@ 2010-07-30 22:25:32 +00:00
naddy
119be534df do not rely on execute permissions of file under CVS control 2010-07-30 22:24:08 +00:00
sebastia
d8df757324 * add space between variable and = in the ports makefiles
* zap pthread from WANTLIB in tkdnd
 * get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
 * get rid of tktreectrl PFRAG.shared
 * bump tkdnd and tktreectrl

OK, landry@ who's eyes got burned ;)
2010-07-30 16:41:09 +00:00
ajacoutot
4cf74becdd Fix WANTLIB.
reported by naddy@
2010-07-30 15:35:00 +00:00
landry
ecf4edc8b7 qt4 now builds fine on hppa with gcc4, remove CXXFLAGS+=-finline-limit=60 2010-07-30 12:57:18 +00:00
ajacoutot
7a75c60d16 Move to new DEPENDS. 2010-07-30 12:03:08 +00:00
ajacoutot
d7acb3b130 New style DEPENDS. 2010-07-30 11:29:44 +00:00
ajacoutot
2a4ec42b2f Again more new style DEPENDS. 2010-07-30 09:23:28 +00:00
ajacoutot
fd1cd0c58d Move move to new DEPENDS. 2010-07-30 08:02:59 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
kettenis
a352081dcf An char array is not necessarily 8-byte aligned, to casting it to (double *)
and dereferencing it leads to unaligned access on strict alignment
architectures.  Unbreaks build on hppa.

ok espie@
2010-07-29 13:41:45 +00:00
dcoppa
9613e3d21b Remove a bogus ${INSTALL_DATA_DIR} entry from post-install
(no bump needed)
2010-07-29 06:40:02 +00:00
dcoppa
915a0f9c5b Bugfix update to awesome v3.4.6 (Hooch).
While here:

Zap -Wredundant-decls from CFLAGS to avoid a lot of harmless but
noisy warnings during compilation (cluestick by landry@ for this).

Switch to new-style LIB_DEPENDS/WANTLIB.
2010-07-28 21:27:28 +00:00
dcoppa
abe7d097fa Add runtime dependency over shells/bash.
Discussed with and OK kili@, Jona Joachim (maintainer)
2010-07-27 20:23:34 +00:00
landry
506d63e02c Convert to new LIB_DEPENDS/WANTLIB semantics, fix WANTLIB while here.
Bump all REVISION as i changed my e-mail address.
2010-07-27 12:58:42 +00:00
ajacoutot
6f2004c52a Revove BROKEN-powerpc, it works fine after the gcc4 switch, from Brad. 2010-07-27 04:44:37 +00:00
ajacoutot
f4558a9d23 Remove powerpc workaround, it is not needed anymore, from Brad.
Move to new DEPENDS/REVISION.
2010-07-26 20:37:36 +00:00
dcoppa
6f61a9523f link p5-AnyEvent-I3 2010-07-26 14:24:37 +00:00
dcoppa
714c269cba Import p5-AnyEvent-I3, a module to communicate with the i3 window manager
using perl.
Needed by an upcoming x11/i3 update.

OK ajacoutot@
2010-07-26 13:46:52 +00:00
kili
81dadbbe5d Fix WANTLIB-smb and bump. 2010-07-25 13:07:16 +00:00
ajacoutot
b1049ddee3 More typos. 2010-07-25 09:07:01 +00:00
ajacoutot
ed256b0f84 Oops, evil typo. 2010-07-25 08:59:54 +00:00
ajacoutot
2626f8f3b1 Add a reminder comment. 2010-07-25 08:18:32 +00:00
ajacoutot
acf3cb55ca Switch to new DEPENDS/WANTLIB/REVISION. 2010-07-25 08:15:32 +00:00
naddy
34837b39ea bump PKGNAME for PLIST changes 4.7 -> 4.8 2010-07-24 23:05:08 +00:00
ajacoutot
f7a8b003d0 Try to unfuck a bit glib2 functions with pthreads(3).
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
2010-07-24 16:04:21 +00:00
benoit
1c431d41c0 - update liberation-fonts to 1.06.0.20100721
- regen PLIST

Initial diff by myself, update by and ok ajacoutot@
2010-07-24 07:42:33 +00:00
ajacoutot
24d81cb750 User switching requires running another new X server which will not work
by default on OpenBSD so don't display the option in the logout dialog.
2010-07-23 09:28:05 +00:00
ajacoutot
039a38fc60 Tracker can be *very* hard on ressources, so let's set some sane
defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices

I will revisit this later when/if tracker behaves nicer.
2010-07-23 07:57:12 +00:00
ajacoutot
488b3de7b4 Restore media-keys functionnality. From GNOME perspective, binding a key
to an action requires pulseaudio... yeah right...
2010-07-22 11:26:29 +00:00
ajacoutot
fec6dd7fcc Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.
2010-07-22 10:41:06 +00:00