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
ajacoutot
51adf18917
Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
...
Remove XXX.
ok sthen@
2010-07-22 10:40:35 +00:00
ajacoutot
d74efa0c48
Fix build.
...
noticed by landry@
2010-07-22 09:12:42 +00:00
edd
c18dcc985a
convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
...
OK sthen@
2010-07-21 21:14:47 +00:00
steven
18f8738020
update homepage
2010-07-21 20:37:26 +00:00
ajacoutot
7d7d5bad26
Remove non existent configure args.
...
Move to new DEPENDS while here.
2010-07-21 20:01:10 +00:00
ajacoutot
5145457348
Add missing dependency on py-xdg.
...
from Juha Erkkila
2010-07-21 18:42:35 +00:00
ajacoutot
b4c9935c1c
Make sure we don't end up with the same entry listed several times in the
...
default configuration. This fixes crawling on systems where XDG_* special
directories are set to HOME.
2010-07-20 09:38:34 +00:00
ajacoutot
bb5c2d9178
Bugfix update to gtksourceviewmm-2.10.1.
...
* Fixed passing empty strings to SourceLanguageManager::guess_language()
2010-07-19 22:06:06 +00:00
edd
cff3d5fe18
add a patch from svn that fixes tint on sparc64. OK sthen@
2010-07-19 15:17:45 +00:00
edd
ff905902c8
regenerate patch - OK sthen@
2010-07-19 15:13:19 +00:00
landry
f371a46205
Convert py-gnome-extras to build against/use xulrunner 1.9, patch mostly
...
taken from debian. Added comments to patches while here.
This needs a very -current xulrunner, hence version check enforced in
LIB/BUILD_DEPENDS.
ok ajacoutot@
2010-07-19 14:55:03 +00:00
naddy
a2c9a774ff
Remove redundant variables OPSYS and OPSYS_VER.
...
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.
ok espie@
2010-07-18 18:49:01 +00:00
kili
c0220d10c2
Zap the v0' from PKGNAME-main to get rid of the
v0v0'.
...
Bump EPOCH (else updates won't work).
2010-07-18 18:27:13 +00:00
ajacoutot
4412a3e196
Mention gnome-system-monitor.
2010-07-18 06:12:26 +00:00
ajacoutot
5cd7b9d197
Better MASTER_SITES.
2010-07-18 05:33:44 +00:00
matthieu
fc66a6fee5
update to rendercheck 1.3. hints and ok sthen@.
2010-07-17 20:32:38 +00:00
kili
671ec9137c
Update to to version 0.11.1.
...
Add battery monitor support for OpenBSD.
From maintainer Jona Joachim.
2010-07-17 14:55:21 +00:00
kili
7adf58310c
New WANTLIB/LIB_DEPENDS style.
2010-07-17 13:59:44 +00:00
kili
a72ff5f5e9
Switch to REVISION.
2010-07-17 13:56:14 +00:00
kili
65b2bee750
Switch to REVISION and new WANTLIB/LIB_DEPENDS style.
2010-07-17 13:54:30 +00:00
kili
50d05ff91a
Add LIB_DEPENDS to RUN_DEPENDS (for the -lib subpackage).
...
Switch to REVISION and now WANTLIB/LIB_DEPENDS style.
Bump (only -lib).
2010-07-17 13:49:21 +00:00
kili
205d4391a4
Add LIB_DEPENDS to RUN_DEPENDS.
...
Switch to REVISION.
Bump.
2010-07-17 13:43:36 +00:00
ajacoutot
3670f93c23
+polkit-qt4
2010-07-17 05:57:59 +00:00
ajacoutot
7fdf4a960e
Not needed, shared only.
2010-07-17 05:57:27 +00:00
ajacoutot
54ffbe14d8
Import polkit-qt4-0.95.1.
...
polkit-qt4 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.
2010-07-17 05:50:24 +00:00
naddy
7a0545185f
bump after mcclient library fix
2010-07-16 20:19:49 +00:00
ajacoutot
f3c097f76c
Fix several implicit declarations.
...
Move to REVISION and new DEPENDS.
Regen WANTLIB.
2010-07-16 13:15:19 +00:00
ajacoutot
3b93e116fc
Bugfix update to tracker-search-0.8.15.
2010-07-16 11:56:15 +00:00
sebastia
77a5dca5c8
Use VERSION in the Makefile, and do not overwrite CFLAGS, regen PLIST, as pointed out by Antoine
...
OK ajacoutot@
2010-07-16 11:25:12 +00:00
ajacoutot
6d25002e5e
Fix some warnings.
2010-07-16 10:04:10 +00:00
ajacoutot
2b5bb40706
Remove myself from MAINTAINER.
...
Use REVISION and new DEPENDS.
2010-07-16 09:58:09 +00:00
sebastia
7f749cfc04
enable tkdnd, tkhtml, tktray
2010-07-16 08:37:24 +00:00
sebastia
a2ae1f1ec5
import tkhtml, Tk widget to display HTML/CSS formatted contents.
...
Tkhtml3 is a Tk widget that displays content formatted according
to the HTML and CSS standards. Tkhtml3 is not an end-user application,
it is for Tcl programmers who wish to embed a standards-compliant
HTML/CSS implementation in their applications.
OK landry@ and after more cleanup, also OK sthen@
2010-07-16 08:32:13 +00:00
sebastia
6dc48e3589
import tkdnd, drag n drop extension for Tk.
...
TkDND is an extension that adds native drag & drop
capabilities to the tk toolkit.
OK landry@, and after more cleanup, also OK sthen@
2010-07-16 08:30:27 +00:00
sebastia
d99a36aae6
Import tktray, system tray icon support for Tk.
...
Tktray is an extension that is able to create system tray icons.
It follows http://www.freedesktop.org specifications when looking
up the system tray manager. This protocol is supported by modern
versions of KDE and Gnome panels, and by some other panel-like
application.
OK landry@, and after more cleanup, also OK sthen@
2010-07-16 08:28:14 +00:00
edd
7289784553
remove redundant GCC4 stuff for PPC (from brad) and update to new libs style.
...
OK sthen@
2010-07-14 18:15:37 +00:00
landry
c5587c0d13
Switch to REVISION.
2010-07-14 11:48:13 +00:00
ajacoutot
543edee30d
Bugfix update to gtk-vnc-0.4.1.
2010-07-14 11:11:18 +00:00
ajacoutot
561f6e5690
Update to f-spot-0.7.1.
2010-07-14 10:58:35 +00:00
ajacoutot
8e9fecc821
Use EPOCH.
2010-07-13 20:39:03 +00:00
ajacoutot
5f70bafe92
Use REVISION.
2010-07-13 20:37:02 +00:00
sthen
d55e1837f6
use REVISION
2010-07-13 20:14:21 +00:00
ajacoutot
6ae7ee39fd
Bugfix update to pinot-0.96.
...
Changelog can be found at:
http://svn.berlios.de/wsvn/pinot/tags/version_0_9_6/NEWS
2010-07-13 16:51:24 +00:00
ajacoutot
dd2097ee39
Bugfix update to gvfs-1.6.3.
2010-07-13 16:14:28 +00:00
ajacoutot
4d72d58e97
Fix CONFIGURE_ARGS, no binary change.
2010-07-13 14:52:26 +00:00
kili
95c48078ce
Fix WANTLIB (s/wmflite-0.2/wmflite/) and bump.
2010-07-13 09:28:07 +00:00
kili
3cbf14992a
Fix WANTLIB (+lib/kde3/kdegames).
2010-07-12 21:25:31 +00:00
kili
277ec02332
Fix WANTLIB-main (stripping version numbers from lber and ldap).
...
I'm not removing extra libraries reported by port-lib-depends-check
for now.
2010-07-12 20:44:02 +00:00
ajacoutot
d53415d144
Fix depends after gtk-vnc update.
2010-07-12 09:32:32 +00:00
ajacoutot
7cc23beb5c
Update to gtk-vnc-0.4.0.
2010-07-12 09:31:51 +00:00
sebastia
5d76989c91
zap spaces and ' from filename and bump
...
OK: ajacoutot@ sthen@
2010-07-11 13:03:21 +00:00
ajacoutot
a448fba348
Fix depends.
...
prodded by naddy@
2010-07-10 21:24:03 +00:00
naddy
9b2ec059c4
rename variable, REVISION has a special meaning now
2010-07-10 20:30:37 +00:00
espie
5b0c712762
update to 4.4.5, new-style WANTLIB
2010-07-10 16:57:22 +00:00
naddy
7f899153be
fix dependencies, honor X11BASE and LOCALBASE
2010-07-10 14:35:59 +00:00
espie
8136142b43
use REVISION instead of hardcoding p-numbers.
...
Note the way REVISION and WANTLIB are defined.
This is (more or less) the Makefile portion that lib-depends-check is supposed
to handle eventually...
2010-07-10 12:44:30 +00:00
armani
23c1e9460e
Add a fix from Freebsd :
...
x11/slim, does not setlogin(). Some software use getlogin()
to decide the user name, so when user is using slim as the
login manager, those software would get wrong results, and
some programs refuse to start
(Seen with opencvs some times ago, reminded by a discution
with zinovik and theo and setlogin hint from guenter)
ok maintainer & dcoppa@
2010-07-10 10:46:52 +00:00
naddy
51d989600b
bump for plist changes due to gcc3->gcc4 transition
2010-07-09 18:48:22 +00:00
sebastia
8366197e03
enable graphics/tkpng and x11/tktreectrl
2010-07-09 16:55:43 +00:00
sebastia
63faa5ff7f
import tktreectrl-2.2.9
...
tree widget extension for Tk
A widget which displays items in a one- or two-dimensional arrangement.
Items have a parent-child relationship with other items. Items have a
set of states, which are boolean properties. Items may be spread about
one or more columns. For each column of an item there is a style
associated, which determines how to display the item's column taking
into account the item's current state set. One column can be defined to
display the data in a hierarchical structure.
OK from sthen@, landry@
2010-07-09 16:43:11 +00:00
ajacoutot
01a7cb2f80
Document how to set up direct printing from a remote NoMachine server to
...
a local CUPS spooler.
2010-07-09 15:40:35 +00:00
ajacoutot
e498f82431
Fix depends:
...
one mono-addins is enough
missing libunique (spotted by landry@)
Remove bogus DLL_MAP_FILES.
2010-07-09 06:50:59 +00:00
landry
c279deae2d
Same here, fix build on a clean box by adding back net/pidgin to
...
BUILD_DEPENDS and fix WANTLIB while here.
2010-07-09 06:35:21 +00:00
landry
e73d9ed082
Bad espie@.. this indeed depends on -libpurple subpackage, but also needs
...
pidgin to build, so add it to BUILD_DEPENDS. Fix WANTLIB while here.
2010-07-09 06:30:31 +00:00
marco
5658454bdf
Move to 0.9.25
...
Changelog:
Make NVIDIA xrandr work.
New and shiny signal handleri; SIGHUP now restarts wm.
Add borderless support.
Make floaters remember their locations.
Add prior workspace action.
Mostly community patches.
2010-07-08 21:37:36 +00:00
espie
c627d95278
clean-up AND small changes:
...
- copy libs over to lib/kde3 (to prepare coexistence with kde4, eventually)
- move lib depends over to WANTLIB
- update WANTLIB for recent changes
- create links to avoid pkg_create protests over non existing links
2010-07-08 21:28:48 +00:00
dcoppa
9a061fbc55
Apply some small bugfixes from upstream: see patches for descriptions.
2010-07-08 06:29:12 +00:00
ajacoutot
71e59845f0
Enable polkit support.
...
ok jasper@ robert@
2010-07-07 16:38:27 +00:00
ajacoutot
69194d773f
Enable console-kit support.
...
Extend README.OpenBSD.
ok jasper@ robert@
2010-07-07 16:37:57 +00:00
ajacoutot
b5c3d5442d
Enable console-kit support.
...
While here, clean up this port and fix the default dm directory.
ok jasper@ robert@
2010-07-07 16:37:05 +00:00
ajacoutot
0574bc2000
+polkit-gnome
...
"go ahead" landry@
ok jasper@ robert@
2010-07-07 16:34:57 +00:00
espie
af53957b39
remove old stuff, and ws
2010-07-06 22:52:07 +00:00
espie
b660df6b9b
zap reeeally old variable
2010-07-06 22:25:53 +00:00
espie
cef787f8a6
fix runtime depends after LIB_DEPENDS fixes
2010-07-06 15:39:05 +00:00
espie
3872446ae0
fix after recent LIB_DEPENDS change, make sure we have this as a RUN_DEPENDS,
...
as it makes no sense to install fleditor without fltk.
2010-07-06 15:37:46 +00:00
espie
03d45ee036
use new subpackage-dependent ONLY_FOR_ARCHS
2010-07-06 13:02:14 +00:00
espie
2a8ad87733
purple is in a sub now
2010-07-05 20:39:52 +00:00
espie
2c9821cc93
fix location of libspec
2010-07-05 19:36:10 +00:00
espie
ca84c3599a
gstreamer comes from... elsewhere
2010-07-05 18:59:29 +00:00
espie
abf4369a89
purple comes from subpackage
2010-07-05 18:55:32 +00:00
espie
870cd3109e
bad dep
2010-07-05 18:51:17 +00:00