Commit Graph

56282 Commits

Author SHA1 Message Date
fgsch
8180f62607 Update to 3.3.1 2010-04-21 22:37:21 +00:00
fgsch
242066e3bc Update to 2.4.1. prompted and ok'd by maintainer. 2010-04-21 22:35:38 +00:00
alek
e3b1c9e2ab fix variable name in patch adjusting port to new libevent api; noticed also by nicm@ 2010-04-21 22:31:19 +00:00
alek
689bf7650d add devel/check do BUILD_DEPENDS so that regression tests work
no need to bump PKGNAME as the final package is the same

ok weerd@
2010-04-21 22:22:12 +00:00
alek
550f10a9ee adjust to the new libevent api after recent libevent update; files missed in previous commit 2010-04-21 22:10:38 +00:00
landry
4a36912f08 Mark xorp as BROKEN on sparc64: IC 2010-04-21 22:10:21 +00:00
alek
15ece63c18 adjust to the new libevent api after recent libevent update 2010-04-21 22:07:22 +00:00
alek
1006d58e3c adjust to the new libevent api after recent libevent update; based on diff from nicm@ 2010-04-21 21:41:26 +00:00
jasper
cd432a19ed - add another diff from latest glib, the GConverter interface. 2010-04-21 17:33:31 +00:00
naddy
fda568ddee homepage and master site are long gone; from Tobias Ulmer <tobiasu@tmux.org> 2010-04-21 17:30:50 +00:00
jasper
5628033411 make gnomebaker work again on amd64.
issue reported and fix (from freebsd) tested by giovanni@.

ok ajacoutot@ giovanni@
2010-04-21 16:47:42 +00:00
ajacoutot
635ed3fc7b s/LOCALBASE/PREFIX/ 2010-04-21 16:32:20 +00:00
landry
0a4e834554 +vteplugin 2010-04-21 16:27:28 +00:00
landry
4759b86cba Import vteplugin 0.1.
Those days, the trend is to write/use minimal browsers that work in a
terminal. vteplugin takes the opposite direction and allows you to use
terminals in your npapi-compatible-bloated-web-browser, ie any
gecko/webkit web browser. It uses XEmbed to bundle a vte window in a
browser tab.
2010-04-21 16:26:46 +00:00
ajacoutot
62f7543ff5 iTeen forgot to bump.
spotted by naddy@
2010-04-21 15:11:00 +00:00
landry
f0418ce875 Update to merkaartor 0.15.3, see HOMEPAGE for a list of changes.
Revamp src/src.pro patch to correctly install/set translation paths.
2010-04-21 15:06:16 +00:00
robert
617d828b5e Fix stuff that update-plist did not catch correctly. 2010-04-21 13:53:01 +00:00
ajacoutot
2eea00b855 Update to gnome-nettool-2.30.0. 2010-04-21 13:31:44 +00:00
landry
60901cf016 Add necessary magic to BJAM_CONFIG so that boost honours CFLAGS/CXXFLAGS.
Another funky-build-system bites the dust..
2010-04-21 12:30:57 +00:00
jasper
f404475a24 SECURITY UPDATE of memcached to 1.4.3
* resolves the DoS in CVE-2010-1152

ok MAINTAINER
2010-04-21 12:23:37 +00:00
jasper
3062358825 - update py-gnome-desktop to 2.30.0 2010-04-21 11:52:27 +00:00
jasper
91c17fd7d9 - update gucharmap to 2.30.0
- SHARED_ONLY
2010-04-21 11:26:20 +00:00
landry
4f93631615 Update to boost 1.42, fixes regressions in gzip module introduced in
1.41. Tested without fallout in a bulk build by stephan@, thanks!
Endianess fixes from kili@, mark as NO_REGRESS as regression suite
changed a lot since old previous 1.34 version.
Remove deanna@ from MAINTAINER has she agreed not having time for it atm.
This port doesn't honour CFLAGS but this will be dealt separately.
2010-04-21 09:26:58 +00:00
ajacoutot
0a5c2dd4ff Update to totem-pl-parser-2.30.0.
Direct dependency on gtk has been removed.
2010-04-21 09:18:00 +00:00
landry
1e4a1789c6 Update HOMEPAGE/MASTER_SITES & add missing p5-URI runtime dependency 2010-04-21 08:56:42 +00:00
landry
c02dce8f31 Update to coherence 0.6.6.2, see
http://coherence.beebits.net/changeset/1527 for a list of interesting
new features.
2010-04-21 08:36:58 +00:00
jasper
f2b477b220 sync 2010-04-21 07:41:29 +00:00
jasper
0f9a556576 - remove dead library, superseded by www/gtkhtml3 long time ago 2010-04-21 07:41:18 +00:00
jasper
9c6998200b - remove gtkhtml2 support, that project is dead and py-gnome-extras ought to
switch to gtkhtml3.

agreed by aja@
2010-04-21 07:36:59 +00:00
giovanni
13ad994a61 Update to 2.4.3 2010-04-21 07:23:58 +00:00
giovanni
a984ee53cb Update to 4.7.0
Fixes a libgamin hidden dependency and man pages
2010-04-21 07:18:25 +00:00
giovanni
0424958a3e Update to courier-authlib 0.63.0 2010-04-21 07:14:59 +00:00
giovanni
d42284be9b Update to nmap 5.21 2010-04-21 07:08:23 +00:00
giovanni
4d9317dbaa Update to 0.3.1.1
the db for 0.3.1 is not backwards compatible with 0.3.0, please make a backup
before upgrade
6 regression tests out of 115 are still failing
ok stephan@
2010-04-21 07:02:42 +00:00
sthen
f953b38803 Check for evhttp.h instead of event-config.h to detect an installed
libevent; if it's not present, continue using the bundled copy.
Fixes the build with a forthcoming libevent update.
Suggested by NicM@, ok naddy@
2010-04-21 06:57:24 +00:00
giovanni
fe464364ad Link py-mox to the build 2010-04-21 06:53:50 +00:00
giovanni
ff85a0db49 Import py-mox, a mock object framework for Python
Mox will make mock objects for you, so you don't have to create
your own! It mocks the public/protected interfaces of Python objects.
You set up your mock objects expected behavior using a domain
specific language (DSL), which makes it easy to use, understand,
and refactor!
2010-04-21 06:48:49 +00:00
sthen
1b896462b1 Instead of just commenting out the Sun backend in the PLIST have the
autoconf script not build the backend at all. Fix mikmod WANTLIB while there.
From Brad, ok robert@
2010-04-20 23:43:34 +00:00
ajacoutot
e5ce8e1cba Update to yelp-2.30.0. 2010-04-20 23:03:40 +00:00
ajacoutot
5615cb5a87 Update to gnome-settings-daemon-2.30.0. 2010-04-20 22:55:41 +00:00
ajacoutot
4bc4843057 Default font size should be int, from upstream git. 2010-04-20 22:44:41 +00:00
ajacoutot
cd52a4ef85 Regen WANTLIB. 2010-04-20 22:24:02 +00:00
jasper
52aa0a16c8 - update evince to 2.30.0 2010-04-20 22:06:50 +00:00
ajacoutot
018c5896cb Update to gnome-doc-utils-0.20.0. 2010-04-20 22:01:26 +00:00
espie
ceb57e299d handle orphans correctly, as noticed by jasper. 2010-04-20 21:54:40 +00:00
edd
cd31681f00 Fix the shuffle feature when no range selection is made in ncmpc.
Looks OK, sthen@
2010-04-20 21:40:45 +00:00
ajacoutot
a5fb4a5577 Update to gnutls-2.8.6. 2010-04-20 21:10:32 +00:00
espie
3f48860b4c fix and recommit, my bad. 2010-04-20 21:00:35 +00:00
ajacoutot
88c69a3b87 Minor update to libgcrypt-1.4.5. 2010-04-20 20:42:11 +00:00
jasper
d5b2646de8 - update libwnck to 2.30.0 2010-04-20 20:28:04 +00:00