Commit Graph

10205 Commits

Author SHA1 Message Date
jeremy
19d897862e Import node-fibers-0.6.4.
This extension provides a fiber/coroutine implementation for nodejs.  It
also ships with a futures implementation that wraps existing nodejs
async functions, allowing synchronous style code that handles exceptions
properly and doesn't block the nodejs event loop.

OK sthen@
2012-04-03 18:46:03 +00:00
jeremy
0b6e3d3de8 Allow cross-compiling Windows ruby extensions using mingw
OK pirofti@
2012-04-03 18:15:18 +00:00
ajacoutot
4abe536500 Update to stable libgdata-0.12.0. 2012-04-02 15:59:08 +00:00
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
jeremy
728ba90dfb Include the necessary header path and library path automatically, so
you don't need to specify -I/usr/local/mingw32/include
-L/usr/local/mingw32/lib manually to make things work.

OK pirofti@
2012-04-02 03:18:17 +00:00
sthen
2af41ca8ed set DOXYGEN_ENCODE_PATH_STRIP to avoid random md5 changing filenames. bump. 2012-04-01 21:05:20 +00:00
sthen
ca967c33b2 Add an english_only flavour (passes --english-only to autoconf to avoid
building support for other languages). Use it on mips64el by default
as ld(1) has trouble without it. Information from Brian Callahan and
Bryan Irvine.

- while there, prefer http MASTER_SITES

ok landry@
2012-04-01 21:02:30 +00:00
ajacoutot
c9997227c5 Remove XXX. 2012-04-01 13:59:33 +00:00
ajacoutot
45030a4f82 The disabling gcc optimisation hacks is not needed anymore on 64bits archs. 2012-04-01 13:38:07 +00:00
ajacoutot
79ba6fea9c Remove bogus dirs from PLIST-main. 2012-04-01 08:52:11 +00:00
ajacoutot
7134edc335 Remove a non applicable XXX.
Use pkg-config(1) to deal with libelf cflags/ldflags instead of
patching.
2012-03-31 18:27:35 +00:00
sthen
3938c3a213 +py-wbem 2012-03-31 08:31:06 +00:00
sthen
4b2794751a import ports/devel/py-wbem, from Mark Peoples, ok merdely@
- add MODPY_BADEGGS to fix cleaning as non-root

PyWBEM is a Python library for making CIM operations over HTTP using the
WBEM CIM-XML protocol. It is based on the idea that a good WBEM client
should be easy to use and not necessarily require a large amount of
programming knowledge. PyWBEM is suitable for a large range of tasks
from simply poking around to writing web and GUI applications.
2012-03-31 08:30:42 +00:00
ajacoutot
417912853d Fix logic to repair mounts monitoring. 2012-03-30 10:25:35 +00:00
ajacoutot
091bb20796 Fix some ports improperly using the POSIX feature test macros. Just
checking if they're defined is wrong as -1 is a valid value to indicate
the feature is not supported. No package bumps as the code sections in
question are not being built at the moment.

from Brad
2012-03-30 06:09:54 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
eb51a12bf4 seahorse-plugins => seahorse-nautilus 2012-03-29 08:12:58 +00:00
ajacoutot
3d1c20ef48 Update to stable gobject-introspection-1.32.0. 2012-03-29 07:46:17 +00:00
ajacoutot
bab1295b75 gnome-utils => gnome-search-tool (had to pick one). 2012-03-29 07:37:53 +00:00
ajacoutot
25a5efc11f +libgee06 2012-03-29 07:25:48 +00:00
ajacoutot
f40bc485e0 Re-import old libgee-0.6.4 as libgee06 to ease transition to the new
libgee.

ok robert@
2012-03-29 07:25:22 +00:00
ajacoutot
2dbfa64cf0 Update to libgee-0.7.2. 2012-03-29 07:24:25 +00:00
ajacoutot
79b822377c Update to glade-3.12.0. 2012-03-29 07:19:46 +00:00
ajacoutot
b628991c86 Update to libwnck3-3.4.0. 2012-03-29 06:40:34 +00:00
ajacoutot
a0bd8cc311 Update to libgdata-0.11.1. 2012-03-29 06:39:20 +00:00
ajacoutot
261383886e Update to libsoup-2.38.0. 2012-03-29 06:31:59 +00:00
ajacoutot
fecaba2807 Update to py-gobject3-3.2.0. 2012-03-29 06:30:10 +00:00
ajacoutot
c1c0a95f0a Update to gobject-introspection-1.31.22. 2012-03-29 06:29:08 +00:00
ajacoutot
47c862a185 Update to gsettings-desktop-schemas-3.4.0. 2012-03-29 06:27:12 +00:00
ajacoutot
d584cfab6c Update to dconf-0.12.0.
This starts the update to GNOME 3.4.
2012-03-29 06:26:38 +00:00
ajacoutot
6a5be005e9 Update to libnotify-0.7.5. 2012-03-29 06:25:16 +00:00
ajacoutot
9432c3f061 Update to glib2mm-2.31.22. 2012-03-28 09:24:14 +00:00
rpointel
e20689d090 +tortoisehg 2012-03-27 18:24:25 +00:00
rpointel
e3cece7dd8 Import tortoisehg, a series of applications for the Mercurial distributed
revision control system. It also includes a Gnome/Nautilus extension and
a CLI wrapper application.
ok landry@.
2012-03-27 18:23:15 +00:00
rpointel
d750c35075 +py-iniparse 2012-03-27 18:21:04 +00:00
rpointel
5378eba718 Import py-iniparse, needed by tortoisehg. ok landry@.
Iniparse is an INI parser for Python which is API compatible with the
standard library's ConfigParser, preserves structure of INI files (order
of sections & options, indentation, comments, and blank lines are
preserved when data is updated), and is more convenient to use.
2012-03-27 18:19:39 +00:00
ajacoutot
fcbfda1eb7 Update to stable pango-1.30.0. 2012-03-27 08:32:55 +00:00
ajacoutot
07d12683e6 Update to atk-2.4.0. 2012-03-26 23:20:59 +00:00
eric
8393b998c6 +py-test 2012-03-26 19:06:46 +00:00
eric
ca093ec754 py.test is a simple and popular testing tool for Python.
ok mpi@
2012-03-26 18:26:18 +00:00
sthen
595f1e511e +log4cplus 2012-03-26 09:08:01 +00:00
sthen
dea882734f import log4cplus, reworked from a submission from Jeremy C. Reed, ok giovanni@
Log4cplus is a package for providing a logging framework for C++ based
on log4j ideas.

It provides various filters, run-time re-configurations, Wide
Character (UNICODE) support, log levels, hierarchal loggers, NDC
(Nested Diagnostic Context), and log rotation support. It can log
to the console, files, syslog, Windows events, or via sockets.
2012-03-26 09:06:34 +00:00
ajacoutot
beb70ffefb Unbreak with libelf.
spotted by kili@
2012-03-25 21:46:52 +00:00
ajacoutot
f225559a93 Update to stable glib2-2.32.0. 2012-03-25 11:18:41 +00:00
kurt
8d8b1de8ca Change suspend/resume signals to fix one problem with lang/mono. okay todd@ 2012-03-24 21:21:18 +00:00
eric
c25ac2e4c2 - update to 1.4.7
- add python3 flavor
- take maintainership

ok martynas@ (maintainer)
2012-03-24 16:39:42 +00:00
ajacoutot
ce21da0a5c Duh... how did I end up lowering shared libs??!!
noticed by espie@
2012-03-24 06:11:47 +00:00
ajacoutot
196ac14945 Update to glib2-2.31.22. 2012-03-23 14:36:37 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
ajacoutot
bfa789b82c Update to vte3-0.32.0. 2012-03-23 13:25:00 +00:00
ajacoutot
c2c70f5d5d Update to gconf2-3.2.5. 2012-03-23 13:24:10 +00:00
ajacoutot
6c8675df6d Update to glib2mm-2.31.20. 2012-03-23 13:21:52 +00:00
ajacoutot
f4bbc5069e Update to pango-1.29.5. 2012-03-23 13:20:21 +00:00
ajacoutot
2b1b75a8c3 Update to atk-2.3.93. 2012-03-23 13:19:59 +00:00
ajacoutot
8c60f01289 Major update to glib2-2.31.20.
Note that this is a devel version but the new stable is expected within a
week or so. Committing now so that I have time to deal with the breakage
and can start the upcoming gnome3 update.

Please contact me _directly_ if you find any issue with it.
2012-03-23 13:19:32 +00:00
ajacoutot
f00e33df25 Maintenance update to iso-codes-3.33. 2012-03-23 11:04:59 +00:00
ajacoutot
5c67587ff1 Bugfix update to libidn-1.24. 2012-03-23 11:01:11 +00:00
ajacoutot
c13e070613 Fix an undefined reference with pcre >= 8.30. 2012-03-23 09:44:44 +00:00
robert
973b71aded Fix gmake's internal realpath behaviour to match what happens on linux.
A bug report has been created, but we need this until it gets fixed upstream.

ok espie@
2012-03-22 20:23:40 +00:00
kurt
add67ab710 Rename internal execvpe to fix build and remove uthread gross hacks while
here. okay matthew@ naddy@
2012-03-22 18:53:15 +00:00
dcoppa
8eab8faced Fix a typo into the gnu configure script resulting in SDL not using
the dynamic loading with the XRender and Xrandr libraries.

From brad
2012-03-22 13:00:42 +00:00
rpointel
805d47565c Update mercurial to 2.1.1.
looks good wcmaier@ (maintainer).
2012-03-20 19:55:38 +00:00
kurt
a959e65010 Use generic suspend resume method instead of pthread_suspend_np().
okay robert@
2012-03-20 16:57:58 +00:00
naddy
d0ef1a6b53 fileutils, sh-utils, textutils are superseded by coreutils.
From: Antti Harri
2012-03-20 16:36:16 +00:00
kurt
455681d2f5 Update to 1.7.0.02 (u2). Thanks to Greg Lewis <glewis@eyesbeyond.com>
who did the bsd-port upstream update. okay espie@, landry@
2012-03-19 19:50:56 +00:00
pascal
15523cf362 Fix build on powerpc.
reported by and ok aja@
2012-03-19 13:09:22 +00:00
ajacoutot
77716baf9f Our pkg-config(1) can now cope with files under share/pkgconfig, so
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00
ajacoutot
9a0d0b3c48 Update to iso-codes-3.32.2. 2012-03-19 10:26:42 +00:00
rpointel
22afae2809 MASTER_SITES has changed (previous still works but has a 301 status code).
Information from Stefan Koerner (thanks).
2012-03-19 06:16:22 +00:00
ajacoutot
c2e47c54c7 Full stop. 2012-03-18 15:28:02 +00:00
pascal
5f514ae919 + ois 2012-03-18 14:28:18 +00:00
pascal
26f86aa6bd Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (Keyboards,
Mice, etc) and feedback devices (e.g. force feedback).
Written in C++ using Object Oriented Design pattern


with tweaks from kirby@, mpi@ and Antti Harri.

ok kirby@
2012-03-18 14:27:22 +00:00
naddy
b793b565ac update to 2.0.17; based on a submission by Gonzalo L. R. 2012-03-17 21:09:01 +00:00
landry
ce7d02efe4 Chase fx36 and update xulrunner to 1.9.2.28... 2012-03-16 21:45:08 +00:00
ajacoutot
42132d4e7a Update to mysql++-3.1.0.
from Gonzalo L. R.
2012-03-16 16:42:42 +00:00
ajacoutot
a7ef294b7d Minor update to xmake-1.06.
from Gonzalo L. R.
2012-03-16 14:30:57 +00:00
gsoares
508ec343b6 update to 1.53
OK sthen@
2012-03-15 17:05:45 +00:00
ajacoutot
62e4351341 Drop maintainership. 2012-03-15 13:38:33 +00:00
eric
806e6a0b4a - update HOMEPAGE
- add python3 FLAVOR

ok martynas@ (maintainer)
2012-03-13 12:23:53 +00:00
stsp
241c8901bb Update to 1.7.4; ok mpi 2012-03-12 10:28:40 +00:00
ajacoutot
7acfb74c75 Update to libgdata-0.10.2. 2012-03-12 09:43:12 +00:00
ajacoutot
c59d36a1fa Minor update to glib 2.30.3. 2012-03-12 07:21:06 +00:00
ajacoutot
1c9e2a7cd0 Bring back changes made for vmmap now that it's back in. 2012-03-11 08:45:24 +00:00
sthen
57f65bb42f actually add the p5-YAML-XS security patch that was intended to have gone in
the previous commit, and bump. pointed out by landry@, thanks!

--/--
update to p5-YAML-XS (YAML-LibYAML) 0.38 and add a SECURITY patch to fix
format string problems; https://rt.cpan.org/Public/Bug/Display.html?id=46507
--/--
2012-03-09 17:09:52 +00:00
stu
dcc22d4d3f Update to tcllib-1.14. Some patching went upstream.
Small update to index maker, added cvs marker to file.
Test failure: doctools-text-15.4; problem is in test, prog ok,
upstream notified.

Ok landry@
2012-03-09 14:15:32 +00:00
sthen
befbd1cc07 pear-Date-Holidays updates from maintainer Johan Huldtgren 2012-03-09 13:58:16 +00:00
sthen
c3ef4f9916 update to p5-YAML-XS (YAML-LibYAML) 0.38 and add a SECURITY patch to fix
format string problems; https://rt.cpan.org/Public/Bug/Display.html?id=46507
2012-03-09 12:33:42 +00:00
ajacoutot
c78896072c Sync with mpi@ patches from upstream. 2012-03-09 06:45:16 +00:00
pascal
5f254914b3 + p5-IO-CaptureOutput
+ p5-TAP-Harness-Archive
+ p5-TAP-Harness-Multiple
2012-03-08 14:55:31 +00:00
pascal
c2b41ce6be This package subclasses Michael Peters' TAP::Harness::Archive package
from CPAN.  It provides its own runtests() method for the case where
you need to create an archive of test results generated by running
multiple harnesses sequentially.

ok landry@
2012-03-08 14:53:26 +00:00
pascal
ef6e3b11c7 This module is a direct subclass of TAP::Harness and behaves in
exactly the same way except for one detail. In addition to outputting
a running progress of the tests and an ending summary it can also
capture all of the raw TAP from the individual test files or streams
into an archive file (".tar" or ".tar.gz").

ok landry@
2012-03-08 14:52:27 +00:00
pascal
14da6b094e This module provides routines for capturing STDOUT and STDERR from
perl subroutines, forked system calls (e.g. "system()", "fork()")
and from XS or C modules.

ok landry@
2012-03-08 14:51:19 +00:00
nigel
bf3f2353cc Bump for Garbage collect the /dev/arandom patches changes in firefox36.
Ok aja@
2012-03-08 13:03:58 +00:00
landry
3059d88974 Garbage collect two patches :
- using /dev/arandom instead of /dev/urandom is not needed anymore
- #undef _POSIX_THREAD_PRIORITY_SCHEDULING is not needed since the
  switch to rthreads.
from brad.
2012-03-06 21:15:30 +00:00
ajacoutot
a7915c237a Remove MONOTONIC_CLOCK hack since sysconf(3) has support for it now. 2012-03-06 11:39:17 +00:00
jsg
6da70a7fe8 modify the configure script so it does not dlopen old X11 libs
and include brad's X11 WANTLIB bits.

ok sthen@ dcoppa@ earlier version ok ajacoutot@
2012-03-04 01:33:22 +00:00
pascal
9dd6223fbc Update to 7.4, take maintainer and teach gdb about threaded coredumps.
ok sthen@
2012-03-03 19:22:42 +00:00
sthen
8fa3e94e32 update to yaml-cpp 0.3.0 from Antti Harri 2012-03-03 10:33:47 +00:00
sthen
6068a7a843 update to 1.16, fixes incompatibility with Perl 5.12. from Juha Erkkila 2012-03-03 10:21:43 +00:00
dcoppa
41b87830c9 Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of
SDL_MUTEX_TIMEDOUT on time out

From upstream via brad. No bump needed.

OK ajacoutot@
2012-03-02 14:52:29 +00:00
dcoppa
eea121e0d7 Update to sdl-1.2.15.
From brad, with tweaks by ajacoutot@ and me.

Tested by many on ports@
Ok ajacoutot@
2012-03-02 09:10:38 +00:00
ajacoutot
dfaf3d07c9 Update to ptlib-2.10.4. 2012-03-02 09:03:52 +00:00
dcoppa
05de9c30b5 Update hs-convertible to 1.0.11.1 2012-03-01 09:39:48 +00:00
dcoppa
73c9d9557c Fix warnings found by clang / gcc-4.6 (from upstream svn) 2012-02-29 12:46:30 +00:00
ajacoutot
34a7bfbe22 Handle scrotwm -> spectrwm update.
from from Gonzalo L. R.
2012-02-28 05:58:15 +00:00
shadchin
02840c4659 Update to 1.1.
ok ajacoutot@
2012-02-27 18:53:45 +00:00
giovanni
d1b11bd441 maatkit => percona-toolkit
ok okan@ william@
2012-02-27 10:20:31 +00:00
ajacoutot
ac89eb7125 Tweak after recent vala update. 2012-02-26 15:06:10 +00:00
ajacoutot
6f7890033d No need to set ac_cv_path_SED, it's already being taken care of by
infrastructure/db/config.no-gsed.

ok Brad (maintainer)
2012-02-25 10:25:57 +00:00
nigel
fa0fbc5108 bump REVISION-python also required.
Ok ajc@ mpi@
2012-02-24 17:43:11 +00:00
mpi
60973badf6 Make use of openpty(3) to allocate a pseudo-tty instead of the
gnome-pty-helper.

ok ajacoutot@, landry@
2012-02-24 10:44:55 +00:00
ajacoutot
e3334deee9 gnome-extras -> gnome-extra 2012-02-23 09:22:34 +00:00
giovanni
8b0ca058df Enable examples and fix license marker
from Anthony J. Bentley with tweaks by me
2012-02-22 14:05:01 +00:00
kurt
17110c98ef Remove uthreads work-arounds. Works ok with rthreads now.
Tested by sthen@ and espie@
2012-02-22 12:31:42 +00:00
dcoppa
b9bba0c616 Update to libev-4.11 2012-02-22 10:50:47 +00:00
dcoppa
307557e8ac Roll back support for XRandR and VidMode gamma ramps: SDL was broken
on (at least) macppc because of this.

Patch updated for -current by Brad
OK ajacoutot@
2012-02-22 08:22:39 +00:00
ajacoutot
7279ef880c The TESTS_ENVIRONMENT is used internally and not as the port
infrastructure is trying to use it. So fix how the variables are passed
in for the regress tests.

from Brad
2012-02-22 07:43:58 +00:00
ajacoutot
a7843c3581 Update to automake-1.11.3, from Brad.
Add missing @conflict marker.
2012-02-22 07:14:20 +00:00
sthen
75ff833b82 Update libmagic (based on "file" sources) to 5.11; fixes CDF parsing
issues found by CERT's fuzzing tool. Possibly SECURITY related.
2012-02-21 22:47:50 +00:00
sthen
a5fce98ac8 sync WANTLIBs and bump 2012-02-21 22:36:43 +00:00
sthen
22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
b34e24d32f Explain XXX a bit more so that people can try and reproduce it easily if
they want to help fix this 64bit arches crash.
2012-02-21 09:22:33 +00:00
landry
73fadf6c7d Chase ffx 3.6 update and bump xulrunner to 1.9.2.27. 2012-02-20 20:29:10 +00:00
ajacoutot
65abff384a Increase deadlocking timer (from upstream): allows to properly pass the
gthread regress tests.
2012-02-20 19:36:50 +00:00
landry
73f17c0d11 Update to nspr 4.9, needed for mozilla 11+.
Tested on alpha amd64 hppa i386 powerpc sparc64, no change in regression
output (well, dtoa still fails, but thats not surprising given
corresponding code is heavily patched)
2012-02-20 09:17:00 +00:00
kili
685d346d8a Bump after the ghc change. 2012-02-19 20:40:22 +00:00
stsp
45f76d1b23 Update to 1.7.3; ok mpi 2012-02-19 12:13:35 +00:00
ajacoutot
a7a736463f Remove uthreads evil hack.
ok espie@ sthen@
2012-02-19 11:39:06 +00:00
sthen
4b930ab776 handle gpsbabel-gui -> gpsbabel-tk 2012-02-18 22:04:23 +00:00
ajacoutot
aa1a5010f0 Use autoreconf instead of manually using each autohell script one after the
other. Add missing BUILD_DEPENDS on libtool.

from Brad
2012-02-18 17:02:22 +00:00
landry
cad6e6ffa9 Update to p5-Curses-UI 0.9609 from Daniel Levai on ports@, thx! 2012-02-17 09:15:12 +00:00
ajacoutot
60ccb51e22 Update to pcre-8.30.
tested in a bulk by landry@
ok robert@ (maintainer)
2012-02-17 08:32:34 +00:00
ajacoutot
3c03cb6c0d Re-enable altivec.
from Brad, tested by myself
2012-02-17 06:59:46 +00:00
pirofti
08f123b336 Drop maintainership. 2012-02-16 23:35:49 +00:00
ajacoutot
2bc784c1d3 Update to py-gobject3-3.0.4. 2012-02-16 22:31:43 +00:00
ajacoutot
8d06c23fe5 Missed in previous. 2012-02-16 22:16:50 +00:00
ajacoutot
1755b358f1 From upstream: SoupHTTPInputStream: don't burn through GCancellable fds
(i.e. stop eating all those FDs)

ok landry@
2012-02-16 22:16:02 +00:00
ajacoutot
cc7b2981f0 Only continue when kevent() fails when we get EINTR; and return NULL
otherwise. This prevent the calling process to go into a loop.
2012-02-16 22:08:39 +00:00
espie
5ee810f609 update fix: vte2 should *not* update to vte3.
parts of gnome want vte3, and yet some other stuff (py-vte) still wants vte2.
if we let vte2->vte3 because of gnome, then py-vte will complain, and the
update won't happen.

considering we've set things up so vte2 and vte3 can coexist, the thing to do
is have vte2 update to vte2-newer, let gnome3 pick and install vte3 as well,
keeping py-vte happy and ending with a fully updated machine.

On the way, need to tell quirks AND vte about vte-pyhelper, which vanished
into vte2/vte3 (and again, pick one).

(triggers a bug in pkg_add caching which requires -current, btw ;( )

Solves update issue reported by Mikolaj.

Ports STILL fully locked, this making it in as a vital update thing,
(no don't ask, your silly little update won't make it)

okayed by naddy@
2012-02-06 22:07:09 +00:00
ajacoutot
9852adda0e Implement platform_get_argv0.
We are using autohell to put '-Wstrict-aliasing' into Makefile.am.

ok sthen@
2012-02-02 07:10:17 +00:00
mpi
0dd16b57f8 Fix a memleak reported by upstream.
ok ajacoutot@
2012-02-01 13:26:20 +00:00
ajacoutot
7e96a56543 Compile the gobject parts with -O0 on 64bit arches. There is a nasty
SEGFAULT when using g_closure() on at least amd64; unclear whether this
is a gcc/binutils/glib... bug yet but we want to be on the safe side for
the release.
Hopefully someone will be able to figure this out, I haven't...

Thanks to Stuart for teaching me PROPERTIES.
ok sthen@ naddy@
2012-01-29 17:28:01 +00:00
william
791cd5e982 update to 1.05, drop USE_GROFF, and update maintainer; ok sthen 2012-01-29 02:41:33 +00:00
landry
818cde702f Comma at end of enumerator list is not valid in c++ (and errors out when
using -pedantic), and some c++ code (like, mozilla) might use libnotify.
Fix offending header.

ok ajacoutot@
2012-01-28 09:33:09 +00:00
ajacoutot
fe15fa4bed Disable altivec for powerpc for now as it segfaults.
ok Brad (maintainer) sthen@
2012-01-27 09:44:11 +00:00
naddy
849196b437 Belatedly bump versions for libraries we know had symbol changes due
to the addition of stpcpy().  Prodded by espie@
2012-01-26 22:08:26 +00:00
sthen
49fb698bf8 BUILD_DEPENDS on p5-YAML-Tiny. Bump not needed. 2012-01-26 12:04:00 +00:00
ajacoutot
c9a1d04b41 SECURITY update to t1lib-5.1.2.
CVE-2011-0764 CVE-2011-1552 CVE-2011-1553 CVE-2011-1554 CVE-2011-0764
CVE-2011-1552 CVE-2011-1553 CVE-2011-1554 CVE-2010-2642 CVE-2011-0433

from Brad (maintainer)
2012-01-26 08:48:54 +00:00
kili
3f78558e7d Update to 0.8.8.1.
The only port depending on it (textproc/hs-attoparsec-iteratee)
wil get an update, too.

Add myself to MAINTAINER.
2012-01-25 21:44:21 +00:00