Commit Graph

10286 Commits

Author SHA1 Message Date
stu
dbf00e87df Update to tclcl 1.20
ok sthen@ sebastia@
2012-04-28 18:07:12 +00:00
espie
29a66ec5cd fix 2012-04-28 15:32:47 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
sthen
8f80d38833 Merge Subversion's gnome-keyring FLAVOR back into the main build and
use a subpackage instead. This was split previously because gnome-keyring
required linking pthread causing file-descriptor I/O issues with the main
binary.  ok stsp@
2012-04-28 09:53:38 +00:00
stsp
4f98ba8e4a Quirks for apr/apr-util updates: apr,mt->apr; apr-util,mt->apr-util 2012-04-28 09:52:08 +00:00
stsp
37d1f04989 apr and apr-util 'mt' flavour is gone 2012-04-28 09:50:49 +00:00
stsp
f3c9dee24f Update to APR-util 1.4.1. Enable threads by default, remove the 'mt' flavour.
Grab maintainership.
ok sthen
2012-04-28 09:49:43 +00:00
stsp
a4a2a5df05 Update to APR-1.4.6. Enable threads by default and remove the 'mt' flavour.
Grab maintainership.
ok sthen
2012-04-28 09:48:17 +00:00
ajacoutot
b0388efda7 Update to libclog-0.5.0.
from David Hill (maintainer)
2012-04-28 09:28:04 +00:00
ajacoutot
d06f83a4fc Update to libexude-0.7.0.
from David Hill (maintainer)
2012-04-28 09:27:29 +00:00
gsoares
b1f6e71ad2 update to 0.22; (maintainer timeout)
looks good to jasper@
2012-04-27 18:46:15 +00:00
jeremy
922d83ee7b Update to rubygems 1.8.23, fixes SSL security issues when installing
gems.
2012-04-27 18:41:07 +00:00
rpointel
d50b03d404 Update mxDateTime to 3.2.4.
Fixed a compatibility problem with Python 2.7's distutils that was
introduced in Python 2.7.3 (spotted by landry@).
2012-04-27 08:20:25 +00:00
kili
84cca7a6da Update to hs-hashed-storage-0.5.9 (required by an upcoming
update of devel/darcs).
2012-04-25 22:02:39 +00:00
jasper
aa0045971b - update arduino to 1.0, please see the changelog:
http://arduino.cc/blog/2011/10/04/arduino-1-0/
   - various changes related to this port:
      * adjust sketch extensions from .pde to .ino
	 * deal better with different arduino variants
	    * adjust template to get it compiling/linking again

	    tested by various
2012-04-24 06:37:32 +00:00
espie
9a5123226b bump since nss changed 2012-04-24 06:05:50 +00:00
sthen
e7e448a021 Update Clang to use _REENTRANT instead of _POSIX_THREADS when using the
-pthread flag. From Brad.
2012-04-23 23:11:01 +00:00
espie
a2cc74b81c sqlite3 in base system 2012-04-23 19:29:30 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
okan
acf4188161 add p5-String-Truncate and p5-Module-Which 2012-04-23 15:44:56 +00:00
okan
80c19f4bc5 import p5-Module-Which; ok sthen@
Finds out which version of Perl modules are installed.
2012-04-23 15:42:12 +00:00
okan
933948033b import p5-String-Truncate; ok sthen@
A module for when strings are too long to be displayed in...
2012-04-23 15:41:10 +00:00
jasper
abdcd487f1 - update to 1.1.3
- remove gcc2 patches which are unneeded (unless someone with a usb-capable
vax shows up)
- reset maintainer

ok william@ (previous maintainer)
2012-04-23 13:39:50 +00:00
ajacoutot
5ee4dfff3a Do not warn about bad dconf paths. We do this temporarily so prevent
huge vomit from pkg_add when running glib-compile-schemas. Once most
applications are fixed, we'll remove this patch.
2012-04-23 12:49:47 +00:00
mpi
381c9bac1e Remove now unused BUILD_DEPENDS.
spotted by Brad
2012-04-23 08:48:08 +00:00
ajacoutot
54cc1c22eb Update to automake-1.11.5.
from Brad
2012-04-23 08:01:14 +00:00
sthen
dc1f710c31 +3 p5's 2012-04-22 20:33:19 +00:00
sthen
5b6e924ae8 import ports/devel/p5-DateTime-Format-SQLite, from Andreas Voegele, ok okan@
DateTime::Format::SQLite understands the formats used by SQLite for its
date, datetime and time functions.  It can be used to parse these
formats in order to create DateTime objects, and it can take a DateTime
object and produce a timestring accepted by SQLite.
2012-04-22 20:32:59 +00:00
sthen
33d1f89f85 import ports/devel/p5-Time-Warp, from Andreas Voegele, ok okan@
Time::Warp offers developers control over the measurement of time.
2012-04-22 20:32:31 +00:00
sthen
a13c4b446a import ports/devel/p5-MouseX-Types, from Andreas Voegele, ok okan@
The type system provided by Mouse effectively makes all types global,
which can be a problem when different parts of the code base want to use
the same name for different things.  MouseX::Types lets you declare
types using short names, but behind the scenes it namespaces all your
type declarations, preventing name clashes between packages.
2012-04-22 20:30:38 +00:00
mpi
a9524fd4e8 Re-adds `-pthread' to the .pc file, this unbreaks application depending
on libusb1, I wrongly removed this patch during the last commit.

spotted by nigel@
2012-04-22 19:52:05 +00:00
ajacoutot
54243e173d Use a new version of the gio-kqueue patch that already has one of our
local patches.
Merge the cocoa/foundation patches from upstream.
2012-04-22 16:58:42 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
ajacoutot
86f65194dd Mark the port as for use with gcc4 only and garbage collect a gcc3
workaround patch.

from Brad
2012-04-22 10:18:13 +00:00
jasper
236ba12816 - update to 2.5.0 2012-04-22 09:17:50 +00:00
mpi
8873cee4c9 Update libusb1 to 1.0.9
All OpenBSD specific code has been committed upstream.

ok sthen@, ajacoutot@, jasper@
2012-04-22 09:06:37 +00:00
jasper
6d52d703dc - update to 1.8 2012-04-22 09:04:33 +00:00
jasper
70f715a732 - update to 3.3.2 2012-04-22 09:04:20 +00:00
jasper
e751c5ab5a - update to 1.5.2
from wen heping
2012-04-21 19:15:56 +00:00
sthen
9627a6cd1a Add deps required to get script/myapp_server.pl to run. 2012-04-20 23:43:27 +00:00
ajacoutot
09830e1a0b Minor update to libgsf-1.14.23. 2012-04-20 12:32:01 +00:00
jasper
82ec075700 sort 2012-04-20 10:57:28 +00:00
gsoares
49d9ee5200 > * update to 1.20
> * zap groff
> * install examples files
> * regen plist

looks good to jasper@ (maintainer)
2012-04-19 14:49:43 +00:00
dcoppa
05a92ca881 Hook hs-base-unicode-symbols, hs-concurrent-extra and hs-unbounded-delays 2012-04-19 07:27:14 +00:00
dcoppa
98d5a8e592 Import devel/hs-unbounded-delays.
Unbounded thread delays and timeouts.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:19:08 +00:00
dcoppa
1b4a13288e Import devel/hs-concurrent-extra.
Extra concurrency and synchronisation primitives.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:18:41 +00:00
dcoppa
07b3abc226 Import devel/hs-base-unicode-symbols.
Unicode symbols for various functions, operators and types in the
base package.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:18:10 +00:00
jasper
acec32a80d - update to 1.9.5 2012-04-19 06:39:42 +00:00
stu
05dfdd9552 Update to mentry 3.6.
ok landry@
2012-04-18 09:42:19 +00:00
stu
f24f6e1747 Update to wcb 3.4.
ok landry@
2012-04-18 09:41:33 +00:00