Commit Graph

8016 Commits

Author SHA1 Message Date
ajacoutot
d4b02955f6 Remove bogus tab. 2010-10-07 14:48:38 +00:00
bernd
a9db1239bf Update to git-1.7.3.1.
Add a README.OpenBSD file with some notes about the send-email
command. (via matthieu@)
2010-10-07 09:42:23 +00:00
stsp
5851790c6f Update to 1.6.13. Tested with latest neon/openssl by sthen, thanks!
Minor housekeeping in MESSAGE files for ap2 subpackage while here.
ok landry, jasper, sthen
2010-10-06 22:03:19 +00:00
jeremy
b3b474bb7a This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

Regen patches while here.

Idea to just remove -o root -g bin instead of using cp -p from
landry@.

OK landry@
2010-10-06 18:12:19 +00:00
jasper
5068f095fb sync 2010-10-05 19:24:24 +00:00
jasper
7e1393ceab import ruby-tilt 1.1
Tilt is a thin interface over a bunch of different Ruby template engines
in an attempt to make their usage as generic possible. This is useful
for web frameworks, static site generators, and other systems that
support multiple template engines but don't want to code for each of
them individually.

ok jeremy@
2010-10-05 19:23:51 +00:00
sebastia
c98fade553 This atomic feature is not a gcc4 feature, there are only three archs which provide it.
Pointed out and fix suggestion by Piotr Sikora < piotr.sikora _AT_ frickle.com >, who
also provided an initial port, where the part of the port regarding the atomic was taken from.

OK landry@
2010-10-05 08:40:44 +00:00
ajacoutot
cfc679c579 Maintainance update to desktop-file-utils-0.17.
* accept chemical/* mime types as valid types
* ignore --verbose if --quiet is also passed
* make sure to always output lists in the keyfile we generate
* make icon names with an extension for Icon key a non-fatal error
* add man pages
2010-10-05 05:11:56 +00:00
ajacoutot
33137f4cdc PREFIX is PREFIX, not LOCALBASE. 2010-10-05 04:50:49 +00:00
ckuethe
66b4f9421b +libclog 2010-10-04 23:51:37 +00:00
ckuethe
73c2bc34cc Configurable logging library, after much prodding from marco and feedback
from the lists
2010-10-04 23:50:21 +00:00
armani
3fdc44333f Update my email, convert to new / clean depends, use REVISION and bump
with tweaks & ok sthen@
2010-10-04 10:00:05 +00:00
ajacoutot
1fc8789f34 Merge from upstream 136e705e8383ff8848e425ac01278102d7badc52
install-gsettings-schemas has been rewritten in a portable way.
2010-10-04 06:28:09 +00:00
kili
533c7253f3 Fix after openssl update.
ok sthen@

ps: i leave any comments about the stupidity of STACK_OF to marco@ ;-)
2010-10-03 21:36:58 +00:00
armani
057e7d3416 Add libhid
ok jasper@
2010-10-03 21:11:27 +00:00
armani
74699cf693 Import libhid, it provides a generic and flexible way to access and
interact with USB HID devices, much like libusb does for plain USB devices

ok jasper@
2010-10-03 21:10:24 +00:00
armani
c3175c43d4 Update geany to 0.19.1 and change my email address, with tweak from fgsch@
ok fgsch@ landry@
2010-10-03 20:45:52 +00:00
jasper
8f0919645b - switch to MODCPAN_EXAMPLES 2010-10-03 17:23:41 +00:00
kili
903a969c6c Add openbsddistfiles.com to master_sites as martynas did for the other
stuff a week ago. Reminded by Mikolaj Kucharski.
2010-10-03 16:28:06 +00:00
fgsch
9065c1bbe0 Add gettext as RUN_DEPENDS as is required to build the .mo files.
wcmaier@ (maintainer) ok.
2010-10-03 15:09:27 +00:00
landry
011c903487 Really fix devel/cpphs for !(i386|amd64). It's still not a good idea to
fiddle with MULTI_PACKAGES in an arch-dependant .if block. Complements
ONLY_FOR_ARCHS-lib=amd64 i386.
2010-10-03 14:33:32 +00:00
jasper
c5f03a164f - regen patches 2010-10-03 12:40:55 +00:00
jasper
051a4cadbb - Don't return -1, but NULL. Just like pygi_get_property_value() does when
introspection support is enabled.

this unbreaks py-gobject, as noticed with rednotebook and several other applications.

ok aja@
2010-10-02 08:33:03 +00:00
ajacoutot
8da1562e57 Update to goffice-0.8.11. 2010-10-02 05:29:40 +00:00
jasper
50cd32b2e4 - update iso-codes to 3.20 2010-10-01 17:22:32 +00:00
ajacoutot
aaf093300e Unbreak after the libgnome-keyring upgrade. 2010-10-01 10:49:34 +00:00
sebastia
9fbd565b7f add libmemcached to build 2010-10-01 09:48:27 +00:00
sebastia
eef7b8f3e5 Import libmemcached: C C++ API for memcached
libmemcache is a C C++ API for memcached, which is a high-performance,
distributed memory object caching system, generic in nature, but
intended for use in speeding up dynamic web applications by
alleviating database load.

After many back and forth, finally OK landry@
2010-10-01 09:32:36 +00:00
sthen
276f8cde34 nsd is now in base OpenBSD; add it to the quirks package so that nsd
gets uninstalled at update time. ok jakob@ espie@
2010-10-01 07:25:07 +00:00
jasper
ec4c338d2a - proper bump 2010-09-30 20:28:57 +00:00
fgsch
07e812ec94 update to py-urwid 0.9.9.1.
tested and ok kili@
2010-09-30 20:05:45 +00:00
ajacoutot
eb42fcc5a4 Merge -docs into -main.
ok pval@ (maintainer) jasper@
2010-09-30 17:34:57 +00:00
sthen
15b55b27ce use MODPY_BUILDDEP not MODPY_BUILDEP; no package change when built
without python installed -> no bump.
2010-09-30 15:51:54 +00:00
jasper
b711edd106 meh...no devel releases meant to go intree.. 2010-09-30 15:25:38 +00:00
jasper
aab055a791 - update glade3 to 3.7.1 2010-09-30 15:18:54 +00:00
ajacoutot
1a52d3b665 Merge -docs into -main, no need to complicate things here.
ok jasper@
2010-09-30 15:04:28 +00:00
ajacoutot
79967b63ce Update to libgdata-0.6.5
* Fixed a few small leaks
2010-09-30 13:27:13 +00:00
ajacoutot
068a037ca5 +atk2mm 2010-09-30 12:56:19 +00:00
ajacoutot
f1247217db Import atk2mm-2.22.0.
atkmm is the C++ binding for the ATK library.
This module is part of the GNOME C++ bindings effort.

(splitted from gtk2mm)

ok jasper@
2010-09-30 12:55:42 +00:00
ajacoutot
41a56a94c8 Fix WANTLIB after recent updates. 2010-09-30 12:53:00 +00:00
ajacoutot
382311184d Sync WANTLIB after recent updates. 2010-09-30 12:45:15 +00:00
jasper
4e96085bd6 - update waf to 1.5.18
- tweak MASTER_SITES

ok landry@
2010-09-30 12:13:07 +00:00
ajacoutot
c54e58a20e Update to pango-1.28.3.
ok jasper@
2010-09-30 07:46:20 +00:00
ajacoutot
9bbff6e482 Update to libsoup-2.32.0.
ok jasper@
2010-09-30 07:45:36 +00:00
ajacoutot
5b8b037a8f Update to liboobs-2.32.0.
ok jasper@
2010-09-30 07:45:17 +00:00
ajacoutot
fe20bbf81d Update to libgtop2-2.28.2.
ok jasper@
2010-09-30 07:44:35 +00:00
landry
a48b300ac2 Bump -gnome after gtk+2/gdk-pixbuf split 2010-09-30 07:43:21 +00:00
jasper
d918fe9930 - update vte to 0.26.0
- explicitly disable introspection support

ok aja@
2010-09-30 07:36:19 +00:00
ajacoutot
0ba118740d Update to gconf2-2.32.0.
ok jasper@
2010-09-30 07:32:49 +00:00
ajacoutot
5848cef3b6 Update to gconf-editor-2.32.0.
ok jasper@
2010-09-30 07:32:30 +00:00