Commit Graph

60398 Commits

Author SHA1 Message Date
robert
57bbc02a4b Create symlinks to old icons so that apps like firefox, f-spot and who
knows what else can display some renamed icons. This is only going to
be used until this gets fixed.

ok ajacoutot@
2010-10-08 07:32:49 +00:00
pea
b8ddf1b93b Update to 8.4.5
Changelog here: http://www.postgresql.org/docs/8.4/static/release-8-4-5.html

ok jasper@

note: i will update it to 9.0.1 in a few days
2010-10-08 06:50:23 +00:00
sthen
bc511be829 - update to a newer snapshot working with openssl 1.0
- let SHARED_LIBS control the library filename

ok ckuethe@, earlier version ok marco@
2010-10-07 23:55:33 +00:00
jasper
d5f9a773fc - update pcb to 20100929
maintainer timed-out
2010-10-07 20:40:40 +00:00
jasper
ba79ae7220 - update p5-Net-Twitter to 3.13008
- switch to MODCPAN_EXAMPLES

maintainer timed-out
2010-10-07 20:38:09 +00:00
kili
85b68606e8 Don't pick up and use doxygen (wasting time) when it's installed.
From brad, who sent me this version a couple of days when i did
some testing ov libvpx and whined about my valuable cpu cycles.
2010-10-07 18:59:47 +00:00
jeremy
153e929e51 Make raggle use the lang/ruby module. Don't hardcode the ruby18
path in the Makefile, and fix the shebangs of the installed
scripts using MODRUBY_ADJ_FILES.

ok landry
2010-10-07 18:10:47 +00:00
jeremy
ea588ec908 Add MODRUBY_RUBY_ADJ and MODRUBY_ADJ_FILES. MODRUBY_RUBY_ADJ is a
perl command that accepts filename arguments and modifies the common
/usr/bin/env ruby shebang to ${RUBY}.  MODRUBY_ADJ_FILES is a short
cut that allows you to set filename patterns and have
MODRUBY_RUBY_ADJ called on all files in ${WRKSRC} that match that
pattern.  It adds a pre-configure action to do so, if a pre-configure
action is not already defined.  If a pre-configure action is already
defined, you can call the replacement command with
${MODRUBY_ADJ_REPLACE}.

ok sthen, landry
2010-10-07 17:48:53 +00:00
jasper
0204a47dca - add patches from gentoo to disable md2 (and unbreak ejabberd after the
openssl update).

ok viq (MAINTAINER)
2010-10-07 17:00:18 +00:00
stephan
73227e3e39 update to 0.12 2010-10-07 15:10:14 +00:00
jeremy
a5d8a54476 Depend on ruby-sequel and ruby-pg so you can build without them already
installed.  Didn't build without them before, so no bump.

ok landry
2010-10-07 15:06:08 +00:00
stephan
ddbcfeacb7 update to 2.49 2010-10-07 15:05:01 +00:00
stephan
4d63d8c914 update to 1.10 2010-10-07 15:00:04 +00:00
stephan
19f7366ea8 update to 0.32 2010-10-07 14:57:07 +00:00
stephan
ac55b23842 update to 2.13 2010-10-07 14:51:22 +00:00
ajacoutot
d4b02955f6 Remove bogus tab. 2010-10-07 14:48:38 +00:00
jasper
d36efb3246 - fix comment 2010-10-07 14:44:26 +00:00
stephan
ce36452505 update to 1.19 2010-10-07 14:40:44 +00:00
stephan
5a0daea9a2 update to 0.09 2010-10-07 14:35:01 +00:00
ajacoutot
eb129d2d8d Fix tracker evolution plugin loading. 2010-10-07 14:31:36 +00:00
stephan
48f603a590 update to 1.19 2010-10-07 14:31:33 +00:00
dcoppa
7be5152acf Update to pianobar-2010.10.07
Unbreak after pandora.com API changes ("Error: Protocol incompatible. Please upgrade libpiano.")
2010-10-07 14:27:36 +00:00
dcoppa
36c967d361 Bugfix update to awesome v3.4.8 (Never Know) 2010-10-07 12:30:08 +00:00
landry
15212d42e8 Use gnu libtool for now, silc-client messes up with static linking.
From maintainer brad.
2010-10-07 12:11:52 +00:00
jasper
746c18b06b - add support for reading humidity sensors
ok sthen@ (MAINTAINER)
2010-10-07 11:01:06 +00:00
sthen
fbb810a70f Unbreak, sort-of spotted by landry@. Didn't package before so no bump. 2010-10-07 10:20:27 +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
stephan
6f63271c9e update to 1.10, addresses DRUPAL-SA-CONTRIB-2010-099. 2010-10-07 08:05:49 +00:00
jakemsr
02a38b8b19 * avoid using a negative array index (fixes crash in supertuxkart)
* block size vs buffer size correction in sndio backend
* disable audio(4) backend
2010-10-07 04:34:59 +00:00
benoit
4467990cbd - unbreak dcmtk after the openssl update
ok kili@
2010-10-07 04:19:44 +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
0cb63e009f Upstream rerolled the distfile and changed the DEFAULT_CHUNK_SIZE from
2k to 16k.  Bump REVISION.

OK landry@
2010-10-06 20:06:23 +00:00
kili
711987b211 Subtrivial fix after openssl update. 2010-10-06 18:44:58 +00:00
jeremy
3f369fe90e 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.

This same patch was recently added to devel/ruby-gems, which is
specific to ruby 1.8.  ruby 1.9 ships with ruby-gems, so the
patch needs to be included here as well.

OK landry@
2010-10-06 18:43:11 +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
ajacoutot
e7f3154350 Unbreak by fixing WANTLIB.
spotted by landry@
2010-10-06 17:29:36 +00:00
ajacoutot
ce36006cb9 +supertuxkart 2010-10-06 17:06:34 +00:00
ajacoutot
c9a3fb24b8 Import supertuxkart-0.6.2a.
SuperTuxKart is a free go-kart style racing game. You can choose from
several popular mascots of OSS projects as kart models.

from maintainer Pascal Stumpf, with some tweaks.
ok jasper@
2010-10-06 17:05:42 +00:00
ajacoutot
b23b33d7fd Unbreak by fixing WANTLIB.
spotted by landry@
2010-10-06 17:03:39 +00:00
jeremy
4da769b17c Simple version bump to 0.9.0.
OK landry@ "commit within a week if you get no feedback"
2010-10-06 16:26:57 +00:00
landry
999f8b24c1 Fix typo. No bump, didn't build. 2010-10-06 15:06:07 +00:00
sebastia
8fb42f7119 The original import was not OKed by landry, I checked in the wrong stuff, bad mistake on my side.
Now fixing it with even some more enhancements pointed out by ajacoutot@

OK landry@, ajacoutot@
2010-10-06 13:53:07 +00:00
dcoppa
d88522e08f gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@
2010-10-06 13:51:58 +00:00
sebastia
47f89f4cae Enable SOPE 2010-10-06 11:41:43 +00:00
mikeb
aa8145651f i moved two years ago 2010-10-06 11:22:59 +00:00
sebastia
37919fee5c import SOPE: Skyrix Object Publishing Environment
The SOPE package is an extensive set of frameworks (16 frameworks, ~1500
classes) which form a complete Web application server environment.
Besides the Apple WebObjects compatible appserver extended with Zope
concepts, it contains a large set of reusable classes: XML processing
(SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS
connectivity, and iCalendar parsing.

already some days ago, OK landry@
2010-10-06 11:05:41 +00:00
pea
c72a767eab Fix WANTLIB
ok jasper@
2010-10-06 09:26:31 +00:00
landry
c067a81dbe Unbreak after openssl update, diff from kili@, commiting on his behalf.
Similar diff from benoit@ on ports..
2010-10-06 08:13:31 +00:00
landry
f0a3f51dd6 Unbreak after openssl update. diff from kili@, commiting on his behalf. 2010-10-06 08:11:25 +00:00
stephan
d654922868 - update to 2.0.5
- update license (MIT'ish) and set marker
- remove NO_REGRESS
- update HOMEPAGE

ok jasper@ (maintainer timeout)
2010-10-06 08:06:31 +00:00