espie
0b3aa0cfeb
misc fixes
...
- for gcc4, insist on -fno-wrapv, since it breaks things.
- use atomic builtins as they are available (on i386 at least)
- remove a few reasons why gmake is required (but not all)
- pass MAKE_JOBS to configure step.
2010-05-23 10:36:49 +00:00
espie
776d22825b
okay, even with gcc4, we don't have fenv.h. Kill bogus patch
2010-05-23 10:32:48 +00:00
espie
84872a6823
C++ syntax
2010-05-22 21:23:33 +00:00
espie
c0d4a46925
static != extern
2010-05-22 21:17:19 +00:00
espie
725bef0c95
ANSI
2010-05-22 20:59:08 +00:00
espie
4623b45c3c
stop fucking around with prototypes
2010-05-22 20:55:55 +00:00
espie
64da2fd4f9
inline won't be visible -> fix build with g++4
2010-05-22 15:50:26 +00:00
espie
c21efe4f2b
switch() syntax
2010-05-22 15:15:52 +00:00
espie
523644d13e
missing proto
2010-05-22 15:14:18 +00:00
espie
066e590bb4
fix syntax
2010-05-22 11:34:22 +00:00
espie
29f42ec60c
fix C++ syntax.
2010-05-22 10:46:54 +00:00
espie
a18dabfd87
we don't have all *l functions. fixes gcc4
2010-05-22 10:14:34 +00:00
ajacoutot
f92b345380
We have strndup(3) and strnlen(3) now.
2010-05-21 11:58:36 +00:00
ajacoutot
2c85116b25
Unfuck depends/wantlibs. smime3 is from nss, not evolution-data-server.
2010-05-20 19:24:53 +00:00
ajacoutot
38bf2c8233
Bugfix update to tracker-search-0.8.7.
2010-05-20 17:55:42 +00:00
espie
a6bf3dc5ff
fix build on x86 with gcc4 (from gentoo via freebsd)
2010-05-20 10:58:08 +00:00
espie
0ce133db2e
avoid conflict with glib2 headers
2010-05-20 10:39:20 +00:00
espie
20c8a691ae
don't predeclare xpm data in confusing ways
2010-05-20 10:10:30 +00:00
robert
4b916528f8
update to 2.6.4
2010-05-19 17:28:38 +00:00
kili
bcea0ad2ce
Silent register.sh/unregister.sh after the change to Cabal in ghc.
...
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
dcoppa
7d463dbb27
Use rxvt-256color as default terminal type.
...
"I don't use rxvt-unicode but it is fine by me" nicm@
OK for Thomas de Grivel (MAINTAINER)
2010-05-19 14:10:42 +00:00
ajacoutot
3405a53f26
Add a no_smb PSEUDO_FLAVOR here too so that we are not forced to build
...
samba and gang.
2010-05-19 10:10:48 +00:00
ajacoutot
a5a59cffda
Add a no_smb PSEUDO_FLAVOR to be able to build this without the need for
...
samba and the gang.
2010-05-19 09:36:59 +00:00
espie
ad1895e37b
avoid redeclaring alloca in a conflicting way, fixes build for gcc4
2010-05-19 07:25:12 +00:00
ajacoutot
51219631b3
From upstream git:
...
Dot not show both Unmount and Eject/Safe Removal; too confusing to have
too many menu entries.
2010-05-18 14:37:01 +00:00
dcoppa
911c03d638
mention x11/smplayer in README.OpenBSD
...
OK edd@, sthen@
2010-05-18 05:14:17 +00:00
ajacoutot
2727261440
Add gtk2-equinox-engine which was missing.
2010-05-17 21:33:19 +00:00
landry
1848683b75
Update to xfce4-mpc 0.3.5
2010-05-17 20:05:36 +00:00
ajacoutot
9f754e66d9
Don't ship Lights Off nor Swell Foop, they need the "seed" embeddable
...
javascript engine which we don't have.
2010-05-17 16:35:42 +00:00
edd
7fad4b6ca0
update smplayer to 0.6.9. OK sthe@, dcoppa@
2010-05-17 15:02:54 +00:00
ajacoutot
f1bbeafac4
Add missing dependencies, prodded by robert@
...
Fix crash on startup by setting a proper LD_LIBRARY_PATH.
ok robert@ jasper@
2010-05-17 11:30:23 +00:00
kili
8f4a6b2d2a
Install documentation for -lib subpackage.
...
Note: if you have hs-xmonad-contrib installed, you'll see an error
message from ghc-pkg (called from unregister.sh) when you update
xmonad-lib. That's harmless in this case, and I'll improve the
register/unregister stuff in ghc soon.
2010-05-16 14:12:20 +00:00
sthen
5ed5681579
Build with libnotify support. From Brad.
2010-05-16 08:37:48 +00:00
ajacoutot
c0c2c6581b
Unbreak this port.
2010-05-16 08:06:33 +00:00
ajacoutot
bcd72867c2
Update to f-spot-0.6.2.
2010-05-15 10:07:46 +00:00
ajacoutot
fc908f7fe4
Bump after recent mono MODULE change.
...
"sure" robert@
2010-05-15 09:40:17 +00:00
ajacoutot
0d0c9d8c8c
Add missing gtk-update-icon-cache goos.
...
ok landry@ espie@
2010-05-15 08:48:01 +00:00
ajacoutot
f0a17299c1
Remove useless verbiage.
2010-05-14 10:23:03 +00:00
kili
d73ffa853b
Use @unexec. I must have been on drugs when using @unexec-delete
...
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).
You can use the command
ghc-pkg check
to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like
ghc-pkg unregister hashed-storage-0.4.11
ok dcoppa@
2010-05-14 09:08:25 +00:00
giovanni
996cd43437
Unbreak on a clean machine and fix license marker
...
ok sthen@
2010-05-13 15:42:04 +00:00
ajacoutot
1ef4f9aae9
Bugfix update to tracker-search-0.8.6.
...
* fixes several mem leaks
2010-05-13 15:31:08 +00:00
sthen
7a1f77559a
- update to 4.0
...
- unbreak with gtk+2.20, diff from Ido Admon
looks good to ajacoutot@
2010-05-13 14:14:49 +00:00
landry
b32faf9b96
When setting -finline-limit=60 on hppa, don't override CXXFLAGS but
...
append to it instead. Noticed by sthen@ ages ago, ok espie@
2010-05-13 12:05:35 +00:00
ajacoutot
dae1069db4
SECURITY: CVE-2010-0436, see:
...
http://www.kde.org/info/security/advisory-20100413-1.txt
diff from FreeBSD via brad.
2010-05-13 07:01:00 +00:00
ajacoutot
a1a8126ada
Bugfix update to totem-2.30.2.
2010-05-12 17:28:42 +00:00
ajacoutot
b8964a5743
Bugfix update to totem-pl-parser-2.30.1.
2010-05-12 17:10:17 +00:00
jasper
1ca8ec5f37
- unbreak after recent gnustep-gui update
...
ok aja@ (MAINTAINER)
2010-05-12 16:48:26 +00:00
jasper
36680215af
- update gnustep-back to 0.18.0
...
ok aja@ (MAINTAINER)
2010-05-12 16:44:39 +00:00
jasper
a94aebe509
- update gnustep-gui to 0.18.0
...
ok aja@ (MAINTAINER)
2010-05-12 16:44:17 +00:00
jasper
6340604ad6
- update gnustep-base to 1.20.0
...
* fixes security issues in gdomapwhich could lead to an integer overflow and
information disclosure (CVE-2010-1457 and CVE-2010-1620)
ok aja@ (MAINTAINER)
2010-05-12 16:43:47 +00:00
kili
2da57dd60c
fix call to open(2).
...
From Matthew Dempsky <matthew AT dempsky DOT org>.
2010-05-11 21:36:18 +00:00
jasper
7076e53a27
- plug a memory leak, from git
2010-05-11 20:49:39 +00:00
dcoppa
c89471ef26
Do not use NULL as a file descriptor value.
...
Pointed out by Matthew Dempsky <matthew AT dempsky DOT org>: thanks!
OK edd@
2010-05-11 18:54:37 +00:00
edd
0831e2788d
clean up patch ready for upstream and fix WANTLIB.
...
ok dcoppa@
2010-05-10 18:05:33 +00:00
ajacoutot
98da89df24
Bring USE_GMAKE back.
2010-05-10 17:22:10 +00:00
robert
42a3087763
fix build with gcc4
2010-05-10 11:03:20 +00:00
dcoppa
34f538c875
Bring two useful bugfixes in (from upstream).
...
While here, adjust WANTLIB.
OK landry@
2010-05-10 08:30:55 +00:00
dcoppa
3f110dbe31
+hs-xmonad-contrib
...
+xmobar
2010-05-10 08:27:46 +00:00
dcoppa
094ecb4e5e
Import xmobar, a minimalistic text based status bar for xmonad.
...
From MAINTAINER Jona Joachim, with modifications by me. Thanks!
OK kili@
2010-05-10 08:07:06 +00:00
dcoppa
cb82cdc89e
Import xmonad-contrib, third party extensions for xmonad.
...
From MAINTAINER Jona Joachim, with modifications by me. Thanks!
OK kili@
2010-05-10 08:05:08 +00:00
espie
7e7f28f4a7
make it auto-switch to the GCC4 fragment
2010-05-09 18:38:08 +00:00
robert
e903199a3e
Cast pthread_self() to uintptr_t to make gcc4 happy here.
...
ok espie@
2010-05-09 16:19:22 +00:00
ajacoutot
bf0c553805
Set USE_LIBTOOL.
...
Patch .desktop file to be compliant with latest fd.o specs.
Regen WANTLIB.
ok landry@ (maintainer)
2010-05-09 07:59:31 +00:00
sthen
f7df7b9bfa
Build v4l2 support, which can work with uvideo(4). From Brad.
2010-05-09 00:16:26 +00:00
ajacoutot
987d5db768
Bring in 2 patches from upstream that finally unbreak the
...
gnome-screensaver unlock in a proper way.
See https://bugzilla.gnome.org/show_bug.cgi?id=617062
2010-05-08 09:07:55 +00:00
ajacoutot
b2e8624c80
Remove epiphany extension as it required gecko and our epiphany used
...
webkit.
2010-05-07 13:16:34 +00:00
landry
6e3cf35196
s/openbsd-markers/openbsd-developers/, and while here reformat DESCR.
...
Prompted by borbely dot adam at fokazsir dot hu on ports@
2010-05-07 11:50:38 +00:00
ajacoutot
ea6f85ec25
Maintainance update to tracker-search-0.8.5.
...
* lots (!) of bugfixes
Our default GStreamer package now comes with much more useful plugins
than it used to, so no need for pkg/MESSAGE anymore, output is already
chatty enough.
2010-05-07 07:22:47 +00:00
kili
e07d5ae83f
Adjust WANTLIB and bump PKGNAME after the ghc change.
2010-05-06 20:05:24 +00:00
nicm
d6335e2fa9
Update to 0.1.12.
...
ok sthen
2010-05-05 22:48:20 +00:00
jim
f13936acf4
remove vlc flavor that no longer exists.
...
ok landry@
2010-05-05 13:41:48 +00:00
edd
af996e26bb
Update to vlc-1.0.6 from maintainer Brad Smith.
...
OK dcoppa@, sthen@.
2010-05-05 08:43:35 +00:00
jasper
8085b58188
sync
2010-05-04 20:39:29 +00:00
jasper
56082c2bfa
- remove gossip, it's been superseded by/evolved into empathy.
...
agreed by ajacoutot@
2010-05-04 20:39:21 +00:00
ajacoutot
7f87048ede
Maintainance update to vinagre-2.30.1.
...
* fix a crash when using SSH tunneling
2010-05-04 14:01:44 +00:00
ajacoutot
0949f37031
Minor update to gtk2mm-2.20.3.
...
* Documentation: Added main page text at index.html.
2010-05-04 12:36:20 +00:00
jasper
afa0b847ac
- bump dependency on gtksourceview
2010-05-04 12:03:24 +00:00
giovanni
4344db0111
Update to 0.7.2
2010-05-04 07:25:54 +00:00
dcoppa
cdc961cb88
+rxvt-unicode
2010-05-03 16:37:18 +00:00
dcoppa
09ff635d5c
Import rxvt-unicode, an enhanced version of the rxvt terminal
...
emulator with Unicode and Xft support.
OK giovanni@, naddy@
2010-05-03 16:35:20 +00:00
ajacoutot
67fb711cc7
Bugfix update to gtk+2-2.20.1 (fixes a crash in g_file_get_child).
2010-05-03 15:04:27 +00:00
jasper
76803e11ce
- fix comment in patch files
2010-05-03 08:49:08 +00:00
landry
05fa905d4f
Remove -Wl,-soname libfoo.so from link lines, this was recording the
...
wrong library name inside the .so and confusing make
port-lib-depends-check. While here, fix WANTLIB.
ok ajacoutot@
2010-05-02 16:09:55 +00:00
ajacoutot
e7a0b2cf97
Fix use of grep(1), we don't support the -o switch.
2010-05-02 14:07:14 +00:00
ajacoutot
4dced867cd
Enlarge your themes section.
2010-05-02 13:37:09 +00:00
ajacoutot
a46a9c3d56
Import gtk2-equinox-engine-1.1
...
Equinox GTK+2 engine and themes.
2010-05-02 13:33:21 +00:00
ajacoutot
6bbfd80a0b
Remove useless libtool file.
2010-05-02 12:43:15 +00:00
ajacoutot
401a737b1e
Bugfix update to deskbar-applet-2.30.1.
2010-05-02 11:36:59 +00:00
benoit
4e3b636ac2
- update openbox to 3.4.11.1
...
- update patches
- regen PLIST
ok kevlo@
2010-05-02 09:10:53 +00:00
ajacoutot
9bace42950
Revert a couple of commits from upstream that broke gnome-screensaver.
...
Bug report filed.
2010-05-02 08:42:25 +00:00
ajacoutot
d07dde9be0
Some cleanings:
...
* clean the indent madness to make this Makefile more human readable.
* don't force enable_man to yes in configure.
* tweak a comment.
* regen WANTLIB.
2010-05-02 07:10:04 +00:00
kili
54a22db4ba
Zap obsolete patch.
...
ok ajacouto@
2010-05-02 06:57:07 +00:00
ajacoutot
b2d176df1b
Make it possible to build gtk+2 with our own make(1) instead of gmake.
...
This gets rid of the 'write error' during build.
input from naddy@, ok jasper@
2010-05-02 06:46:12 +00:00
ajacoutot
1ec98062c8
Set PKG_ARCH=*
2010-05-01 22:22:00 +00:00
ajacoutot
81aa82aec6
Update to hicolor-icon-theme-0.12.
...
Tweak DESCR and COMMENT to reflect reality.
2010-05-01 22:15:12 +00:00
ajacoutot
61981afd4b
Update to librsvg-2.26.3.
...
more than 30 bugfixes.
2010-05-01 13:09:07 +00:00
ajacoutot
314bc41c47
Make sure we don't build with enable-introspection, as it breaks badly and
...
we don't want introspection just yet anyway.
spotted by landry@
2010-05-01 09:31:24 +00:00
landry
6f55b90802
Unbreak after glib2 update, remove --as-needed from LDFLAGS. While here,
...
fix WANTLIB.
2010-05-01 08:39:13 +00:00
jasper
75e69a068b
- mention byzanz
2010-05-01 07:39:49 +00:00
jasper
acebc9b48c
- add byzanz
2010-05-01 07:39:49 +00:00
jasper
60ba91022a
import byzanz 0.2.2
...
Byzanz is a simple tool to record a running X desktop to an animation suitable
for presentation in a web browser.
ok aja@
2010-05-01 07:39:04 +00:00
jasper
6ac532a03d
- unbreak on a clean box
2010-04-30 18:41:15 +00:00
ajacoutot
bc4e4500b1
Remove / tweak obsolete patches.
2010-04-30 11:24:12 +00:00
espie
ae657388b2
fuck
2010-04-30 09:09:14 +00:00
jasper
d5598952ac
- no bump; no cookie
2010-04-29 20:17:10 +00:00
ajacoutot
70a6e3dd56
Fix build on an immaculate box.
...
spotted by jasper@ (my boxes are brown and dirty...)
2010-04-29 17:06:39 +00:00
ajacoutot
b57fc413b0
Bugfix update to tracker-search-0.8.4.
2010-04-29 15:46:30 +00:00
ajacoutot
494ca4ab4b
Update to gnome-icon-theme-2.30.2.1.
...
* fix some icons names
2010-04-29 15:26:43 +00:00
ajacoutot
a46fb38143
Mention tango-icon-theme-extras.
2010-04-29 07:49:27 +00:00
ajacoutot
d7272821c4
Update to gnome-themes-2.30.1.
2010-04-29 06:59:09 +00:00
ajacoutot
a36e27c964
Add a new category and reword a bit, no need to pur 'for GNOME' everywhere.
2010-04-29 06:55:13 +00:00
ajacoutot
4ba8126cea
Mention gnome-icon-theme-symbolic.
2010-04-29 06:40:43 +00:00
ajacoutot
f1d6625082
+(gnome-)icon-theme-symbolic
2010-04-29 06:39:15 +00:00
ajacoutot
5bd9dc5d6b
Import gnome-icon-theme-symbolic-2.30.0
...
Purpose of this icon theme is to extend the base icon theme that follows
the Tango style guidelines for specific purposes. This would include
OSD messages, panel system/notification area, and possibly menu icons.
Icons follow the naming specification, but have a -symbolic suffix, so
only applications specifically looking up these symbolic icons will
render them. If a -symbolic icon is missing, the app will fall back to
the regular name.
2010-04-29 06:38:11 +00:00
ajacoutot
1ecf962134
Grrr... wrong goo.
2010-04-29 06:36:29 +00:00
ajacoutot
5af595309b
Missing goo.
2010-04-29 06:16:55 +00:00
ajacoutot
2bfb73e040
Minor update to anjuta-extras-2.30.1.0.
2010-04-29 06:06:55 +00:00
pea
1592602eba
Update to 1.5.0
...
ok ajacoutot@
2010-04-28 15:20:24 +00:00
pea
71454f0458
+ Unbreak after recent gtk update
...
+ fix WANTLIB
ok ajacoutot@
2010-04-28 15:19:25 +00:00
ajacoutot
3bc522fdb5
Use autoconf 2.65.
...
Regen PLIST.
2010-04-28 15:18:32 +00:00
ajacoutot
604e647745
Bugfix update to totem-2.30.1.
2010-04-28 10:44:14 +00:00
ajacoutot
db4cb3a713
Don't spam xsession-errors with features we don't use.
2010-04-28 09:51:09 +00:00
jasper
7274a9d821
- "unbreak" with the latest gtk2. gtkglext itself would compile fine, but
...
apps linking to it would get the undefined GTK_WIDGET_* errors.
ok steven@ (MAINTAINER)
2010-04-28 07:11:31 +00:00
jasper
9a22d38485
- use gnu libtool here
2010-04-27 21:39:34 +00:00
jasper
e138e5f94a
- fix build with latest gtk2
2010-04-27 21:01:51 +00:00
jasper
14b6fe4cc4
- update gbdfed to 1.6
...
* unbreaking after glib2/gtk2 update
2010-04-27 20:41:37 +00:00
ajacoutot
6c6f5a4b43
Fix build of the gdk_pixbuf FLAVOR after gtk update.
2010-04-27 20:35:08 +00:00
jasper
c24b87a433
- fix build with new gtk1
2010-04-27 20:20:45 +00:00
jasper
05aece0a8e
- fix build with latest gtk2
2010-04-27 20:05:05 +00:00
landry
64fed7a073
Don't add --as-needed to LDFLAGS, apparently fixes a fallout of the
...
gtk+2 update. (apps complaining about missing pthread syms at startup
and crashing)
2010-04-27 19:53:28 +00:00
ajacoutot
aec1b4a201
Bugfix up date to anjuta-2.30.1.0.
2010-04-27 18:09:35 +00:00
jasper
ab87a3933b
- bump lib depends of gnome-desktop, ensures proper upgrade
2010-04-27 17:28:03 +00:00
landry
d8f7ab2b33
Really depend on libxklavier-5.0, should fix problems with users having
...
-4.0 and running make update here.
2010-04-27 16:20:16 +00:00
ajacoutot
3ce907bfac
Update to gnome-icon-theme-2.30.2.
2010-04-27 14:44:09 +00:00
jasper
46b18002b5
- use the history.dat file provided by sdlmame
2010-04-27 13:00:51 +00:00
ajacoutot
5f912fab1d
Update to gnome-games-2.30.1.
2010-04-27 12:32:01 +00:00
ajacoutot
97951a7d2b
Bugfix update to seahorse-plugins-2.30.1.
...
Bring epiphany support back.
No need to run depends on gedit and epiphany.
2010-04-27 08:14:38 +00:00
ajacoutot
e52250a348
Bugfix update to file-roller-2.30.1.1.
2010-04-27 08:10:33 +00:00
ajacoutot
280ecf472b
Expend commented list of applications that depend on
...
lib/nautilus/extensions-2.0.
2010-04-27 07:33:03 +00:00
ajacoutot
dffcf907b6
Minor update to seahorse-2.30.1.
2010-04-27 06:51:54 +00:00
ajacoutot
69dd1e66a1
Maintainance update to eog-2.30.1.
2010-04-26 20:45:19 +00:00
ajacoutot
4602d75b7d
Minor update to libgnome-keyring-2.30.1.
2010-04-26 20:34:50 +00:00
ajacoutot
67023068e0
Bugfix update to gnome-keyring-2.30.1.
2010-04-26 20:29:30 +00:00
steven
c1e90ca01a
use gnu libtool here for now
2010-04-26 20:09:18 +00:00
ajacoutot
f6c8db7f36
Minor update to file-roller-2.30.1.
2010-04-26 19:01:21 +00:00
ajacoutot
4fdcf589cd
Minor update to tomboy-1.2.1.
2010-04-26 18:34:00 +00:00
ajacoutot
b04970edba
Minor update to hamster-applet-2.30.1.
2010-04-26 17:49:39 +00:00
ajacoutot
b0438bb2bc
Minor udpate to mousetweaks-2.30.1.
2010-04-26 17:40:52 +00:00
ajacoutot
ab2a89b831
Update to gtksourceview-2.10.1.
...
"seems fine" giovanni@ (maintainer)
2010-04-26 16:49:25 +00:00
ajacoutot
7dbc4ad2de
Minor update to gnome-control-center-2.30.1.
2010-04-26 16:15:46 +00:00
ajacoutot
4560d0cbf6
Minor update to yelp-2.30.1.
2010-04-26 16:05:07 +00:00
jasper
d00999d1cc
- update empathy to 2.30.1
2010-04-26 15:31:55 +00:00
jasper
ea3192e8ef
- update gnome-user-docs to 2.30.1
2010-04-26 15:30:42 +00:00
jasper
1e33a7feb6
- update gnome-doc-utils to 0.20.1
2010-04-26 15:26:36 +00:00
jasper
3648f50bbd
- update gnome-devel-docs to 2.30.1
2010-04-26 15:13:55 +00:00
jasper
4d169b29a6
- update nautilus to 2.30.1
2010-04-26 15:11:58 +00:00
jasper
377fd78e69
- missed bump
...
spotted by naddy@
2010-04-26 13:34:30 +00:00
ajacoutot
0286a4e1a1
Bugfix update to gnome-settings-daemon-2.30.1.
2010-04-26 13:28:02 +00:00
ajacoutot
ff33cf965d
Bugfix update to gucharmap-2.30.1.
2010-04-26 12:03:53 +00:00
jasper
b78c9f7b51
- minor update to gnome-terminal 2.30.1
2010-04-26 11:57:22 +00:00
ajacoutot
ae3e0d5800
Update to gvfs-1.6.1.
...
* several bugfixes and translations updates
2010-04-26 09:42:36 +00:00
jasper
c2637144ee
- update at-spi to 1.30.1
...
* maintenance update
- remove two useless patches
2010-04-26 08:12:54 +00:00
ajacoutot
587e74a81e
Bugfix update to gcalctool-5.30.1.
2010-04-26 06:28:20 +00:00
jakemsr
c3bff210a6
sndio supported as default audio output method for mpeglib
...
eyeballed by ratchov@
2010-04-26 01:37:59 +00:00
ajacoutot
03eb76b30d
Set default gtk-key-theme-name to "Emacs" as it was before. This got
...
lost during the update.
spotted by naddy@, thanks.
While here, remove some useless patches.
2010-04-25 20:35:08 +00:00
espie
e559cb9481
oops, if QtWebKit is not around, we don't want to create the link.
...
but we also don't want to error out (noticed by kili@).
zap dup QtMultimedia (brad)
2010-04-25 19:03:30 +00:00
ajacoutot
992bb73388
Bugfix update to orca-2.30.1.
2010-04-25 14:43:19 +00:00
ajacoutot
55343eab07
Don't source Xresources from xdm.
2010-04-25 08:48:31 +00:00
ajacoutot
7e77643420
WANTLIB.
2010-04-24 22:59:37 +00:00
ajacoutot
fb39088428
More WANTLIB... *sigh*
2010-04-24 22:58:53 +00:00
ajacoutot
c5280c746a
Needs vala to build.
2010-04-24 22:42:47 +00:00
espie
78b2ae4ccd
unfuck fuck-up so that it packages with fucking g++4
2010-04-24 22:36:49 +00:00
naddy
91db013e33
fix build and WANTLIB after libXp removal
2010-04-24 20:18:39 +00:00
naddy
beb6da8f8a
update to 2.3.3, which doesn't need libXp any longer
2010-04-24 20:17:13 +00:00
ajacoutot
0913497fa6
Update to gnome-scan-0.7.2.
...
It now builds at last... but is still marked as broken as it crashes right
on start. I'm looking into it.
2010-04-24 18:21:48 +00:00
ajacoutot
deef8e9575
Fix the invest applet.
2010-04-24 17:50:50 +00:00
ajacoutot
4378309c61
WANTLIB.
2010-04-24 17:00:34 +00:00
ajacoutot
9062dc5fa2
First part in wasting my youth updating wantlib...
2010-04-24 16:50:20 +00:00
jasper
349af2553d
- add back two chunks eaten in the last commit. spotted by brad
2010-04-24 16:41:16 +00:00
ajacoutot
f17e0094a0
We have gnome-system-monitor now, so remove these patches.
2010-04-24 16:37:18 +00:00
ajacoutot
5fc2ee9300
Hook up gnome-system-monitor.
...
LibGtop2 is not 100% complete yet, but most of the monitors are working.
2010-04-24 16:36:33 +00:00
ajacoutot
c57ff3eb83
Fix WANTLIB.
2010-04-24 16:29:54 +00:00
jasper
3fc7840969
- fix build on amd64
2010-04-24 15:54:27 +00:00
ajacoutot
3cd31d5b31
Enable nautilus-sendto plugin.
2010-04-24 15:25:38 +00:00
ajacoutot
272e22d0fe
Tweak comment, empathy now comes with itw own nautilus-sendto plugin.
2010-04-24 15:13:20 +00:00
naddy
914d5d50ff
Update sensors code to deal with MAXSENSORDEVICES removal, and handle
...
non-existing hw.sensors.cpu0 better. ok laurent@
2010-04-24 15:10:00 +00:00
ajacoutot
8b06bf6a67
Missing lib_depends on telepathy-logger.
...
No build, no bump.
2010-04-24 13:04:31 +00:00
ajacoutot
e3206cc93b
Major update to hamster-applet-2.30.0.1.
...
Initial work from jasper@
2010-04-24 11:08:21 +00:00
ajacoutot
bb308edbd6
This part of CONFIGURE_ENV is now set in bsd.port.mk(5).
2010-04-24 09:56:34 +00:00
ajacoutot
8f6a3f9a6e
Major update to vinagre-2.30.0.
2010-04-24 09:45:22 +00:00
ajacoutot
c1add17eac
Add missing CONFIGURE_ARGS.
...
Don't hardcode /usr/local.
Fix mozilla plugins directory.
Regen WANTLIB.
2010-04-24 09:37:46 +00:00
jasper
89f8835d7d
- unbreak
2010-04-24 09:20:04 +00:00
ajacoutot
26f3e28d02
Minor update to libgnomekbd-2.30.1.
2010-04-24 08:35:15 +00:00
ajacoutot
38cb3f2a57
Enable tracker-search-tool and tracker-explorer.
2010-04-24 00:35:20 +00:00
jasper
87a73cd884
- update deskbar-applet to 2.30.0
2010-04-23 23:45:29 +00:00
ajacoutot
711ae681d4
+anjuta-extras
2010-04-23 18:39:33 +00:00
ajacoutot
2dd79c880a
Import anjuta-extras-2.30.0.
...
This package provides extra plugins for the Anjuta IDE.
2010-04-23 18:38:38 +00:00
jasper
23ef9b25da
- use telepathy-logger, so the logs are telepathy-wide, instead of confined
...
to empathy
- zap a patch by using FAKE_FLAGS
2010-04-23 18:26:13 +00:00
jasper
04b774872d
- simplify the patches a bit so updating would be a bit less painfull
2010-04-23 18:02:11 +00:00
ajacoutot
c93e298628
WANTLIB++
2010-04-23 17:51:30 +00:00
ajacoutot
5fb38756f0
Update to gnome-games-extra-data-2.30.0.
2010-04-23 17:49:08 +00:00
ajacoutot
ba09cf1251
Major update to gnome-games-2.30.0.
2010-04-23 17:39:02 +00:00
jasper
1ea4ef13ec
- sync
2010-04-23 16:33:38 +00:00
jasper
87e22c1ae5
import gnome-keyring-sharp svn revision 87622
...
gnome-keyring-sharp is a fully managed implementation of
libgnome-keyring.
When the gnome-keyring-daemon is running, you can use this to
retrive/store confidential information such as passwords, notes or
network services user information.
2010-04-23 16:32:25 +00:00
ajacoutot
a2b7655aa2
Update to mousetweaks 2.30.0.
2010-04-23 16:30:41 +00:00
ajacoutot
64b228f191
Update to gok-2.30.0.
2010-04-23 16:26:33 +00:00
espie
de49b385cb
fix for amd64, get the javascript idiotic library to compile the right
...
whatthefuck code.
common work with landry@
2010-04-23 16:22:25 +00:00
ajacoutot
c1eb319d33
Remove bogus patch.
2010-04-23 14:05:31 +00:00
ajacoutot
d83bd52bfd
Update to gnome-applets2-2.30.0.
2010-04-23 13:58:34 +00:00
espie
4c20809657
MACHINE_ARCH shouldn't be there, as noticed by landry@
2010-04-23 13:30:42 +00:00
jasper
a238fb15b9
- finally update empathy to 2.30.0.2
2010-04-23 13:03:28 +00:00
ajacoutot
00727e1946
Regen WANTLIB.
2010-04-23 13:02:16 +00:00
ajacoutot
8d2a5fb761
Update to pessulus-2.30.0.
2010-04-23 12:27:09 +00:00
ajacoutot
c872bc465e
Update to orca-2.30.0.
2010-04-23 12:23:32 +00:00
ajacoutot
a82da030f0
Update to gnome-screensaver-2.30.0.
2010-04-23 11:56:09 +00:00
ajacoutot
1923dab7a8
Update to seahorse-plugins-2.30.0.
2010-04-23 11:40:42 +00:00
ajacoutot
81a760dbbd
Update to seahorse-2.30.0.
2010-04-23 11:40:26 +00:00
ajacoutot
276c3a9bb7
Update to tracker-search-0.8.3.
2010-04-23 09:57:25 +00:00
ajacoutot
f38aa24474
Unbreak: regen PLIST.
2010-04-23 07:40:27 +00:00
ajacoutot
de581e3f1d
Fix dependencies and regen WANTLIB after recent GNOME changes.
2010-04-23 07:18:11 +00:00
ajacoutot
75b3dbd228
Remove --disable-shave from CONFIGURE_ARGS, only a handful applications use
...
it.
2010-04-22 23:19:13 +00:00
ajacoutot
3901d0c7b6
Add a run_depends on gnome-keyring.
2010-04-22 23:01:08 +00:00
ajacoutot
2f1ecda52d
Fix substitution.
...
spotted by jasper@
2010-04-22 22:54:35 +00:00
ajacoutot
6b400e9b43
Missing goo.
2010-04-22 22:44:28 +00:00
ajacoutot
754585734c
Update to gnome-session-2.30.0.
2010-04-22 22:38:51 +00:00
ajacoutot
dfa173f2d4
Update to gnome-control-center-2.30.0.
2010-04-22 22:32:19 +00:00
kili
139aad7423
This is no longer needed.
2010-04-22 22:06:50 +00:00
kili
8496183880
wire hs-X11, zap hs-x11-extras
2010-04-22 22:06:34 +00:00
jasper
f444986f94
- tweak DESCR (no bump, as it's just been commited)
...
- hook up icontool
2010-04-22 22:02:35 +00:00
jasper
065184379f
import icontool 0.1.0
...
A suite of tools for managing Icon Theme Specification and Icon Naming
Specification compliant icons in an application or icon theme.
2010-04-22 22:01:12 +00:00
kili
a917319928
Update to xmonad-0.9.1
2010-04-22 22:00:45 +00:00
jasper
008403d16c
- update gedit-plugins to 2.30.0
2010-04-22 21:52:47 +00:00
jasper
f9f413632e
- update gedit 2.30.2
2010-04-22 21:52:39 +00:00
ajacoutot
8992bab400
Update to at-spi-1.30.0.
2010-04-22 21:01:07 +00:00
jasper
aaeb17193a
- regen PLIST after epiphany update
2010-04-22 20:51:13 +00:00
ajacoutot
cafd2c010a
Update to gcalctool-5.30.0.
2010-04-22 20:37:26 +00:00
ajacoutot
123e8ebaf5
Update to gvfs-1.6.0.
2010-04-22 20:27:05 +00:00
ajacoutot
b81d380971
Remove now useless patch.
2010-04-22 19:51:26 +00:00
ajacoutot
0d6471c545
Remove now uneeded patch.
2010-04-22 19:45:46 +00:00
ajacoutot
62226904ad
Update to gnome-media-2.30.0.
2010-04-22 19:14:03 +00:00
ajacoutot
ba9f518e2a
Update to gnome-panel-2.30.0.
...
Without the shutdown patch for now.
2010-04-22 18:36:32 +00:00
landry
5e3e0d5879
Unbreak after libxklavier update, backport from upstream git
...
Reported by Andres Kahari, thanks!
2010-04-22 16:15:27 +00:00
ajacoutot
2a8d72de4f
Update to bug-buddy-2.30.0.
2010-04-22 13:52:11 +00:00
jasper
1bca75574e
- update file-roller to 2.30.0
2010-04-22 11:45:14 +00:00
jasper
6b98b7648a
- update totem to 2.30.0
2010-04-22 11:20:02 +00:00
jasper
932d6eb257
- enable postasa plugin
2010-04-22 10:54:53 +00:00
jasper
39d4056253
- update gnome-backgrounds to 2.30.0
2010-04-22 08:42:55 +00:00
jasper
c797e02c80
- update eog-plugins to 2.30.0
2010-04-22 08:40:00 +00:00
jasper
46e0530751
- update eog to 2.30.0
2010-04-22 08:39:49 +00:00
jasper
9c4b8ca0f3
re-add a somewhat important file
2010-04-21 23:57:19 +00:00