Commit Graph

10780 Commits

Author SHA1 Message Date
avsm
0852c11f05 initial import of lwt-2.4.0; espie@ ok
Does not include the enhanced top-level, which will be added in a later update.
From Christopher Zimmermann <madroach@gmerlin.de>

--
Lwt provides very light-weight cooperative threads for OCaml;
``launching'' a thread is a very fast operation, it does not require
a new stack, a new process, or anything else. Moreover context
switches are very fast. In fact, it is so easy that a thread can
be launched for every system call. And composing cooperative threads
will allow highly asynchronous programs.
2012-08-19 00:27:50 +00:00
avsm
4e17c8a397 initial import of ocaml-zed-1.2; ok espie@
from Christopher Zimmermann <madroach@gmerlin.de>
--
Zed is an abstract engine for text edition. It can be used for
writing text editors, edition widgets or readline clones.
2012-08-19 00:10:48 +00:00
avsm
6ab97a4958 let omake compile with ocaml-4.00.0
- do not -Werror due to new warnings in the compiler trigger failures
- install examples
- bump REVISION
From Christopher Zimmermann <madroach@gmerlin.de>, fixes from me
2012-08-19 00:06:31 +00:00
avsm
2e6308c102 +ocaml-net,pcre
+ocaml-lambda-term
+ocaml-react
2012-08-18 23:26:13 +00:00
avsm
6683787d0b initial import of ocaml-react-0.9.4; ok espie@
From: Christopher Zimmermann <madroach@gmerlin.de>
--
React is an OCaml module for functional reactive programming (FRP). It
provides support to program with time varying values : declarative
events and signals. React doesn't define any primitive event or
signal, it lets the client chooses the concrete timeline.

React is made of a single, independent, module and distributed under
the BSD3 license.
2012-08-18 23:13:53 +00:00
avsm
30f1451be0 initial import of ocaml-lambda-term-1.2
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Lambda-Term is a cross-platform OCaml library for manipulating the
terminal. It provides abstraction for keys, mouse events, colors as
well as a set of widgets for writing curses oriented applications.
2012-08-18 22:56:33 +00:00
avsm
dca34fd82c update to ounit-1.1.2 and update to new ocamlfind site-lib
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:26:12 +00:00
avsm
b1de06d819 update to ocaml-pcre-7.0.2
* fix on non-native arch (sparc64)
* use OASIS configure_style to simplify port

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:22:41 +00:00
avsm
1e9f298d4f update to ocaml-net-3.6
- add pcre FLAVOR
- use the ocaml_native arch check
- remove old patches

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:19:21 +00:00
avsm
42bc399fc1 update ocaml-mlgmp to use ocaml_native property and have a META file for ocamlfind
* bump REVISION
* update ocamlfind sitelib
* use new ocaml_native PROPERTY
* add ocamlfind META info
2012-08-18 22:16:27 +00:00
avsm
36332ea9ea update ocaml-camomile installation directory for ocamlfind sitelib
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:13:17 +00:00
avsm
daaf9f6b02 update to ocaml-calender-2.03.2
* change MASTER_SITE
* use ocamlfind -> add pre-fake target

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:06:49 +00:00
avsm
8bd1d40a7d update to ocaml-batteries-1.5.0
* META info fixed upstream
* move cmxs to PFRAG.native-dynlink
* update ocamlfind sitelib path
* /usr/local/ocaml/site-lib/batteries/ocaml is a script, not executable
* Fix toplevel help system
  The path to the documentation is hardcoded at build time.
  Therefore DOCROOT may not be prefixed by WRKINST at build time.

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:04:48 +00:00
avsm
db4ecc52b8 update to cil-1.5.1
* BROKEN on all non-native archs for now
* new MASTER_SITE
* clean up Makefile
* remove obsolete patch
* update PLIST
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:00:56 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
landry
206684cb34 Unbreak on ppc & give it a chance to build on mips*. Set ONLY_FOR_ARCHS
since it has platform-dependent code in slp_platformdetect.h..

breakage reported by ajacoutot@
2012-08-17 21:51:49 +00:00
sthen
147a66de78 update to ccache 3.1.8 2012-08-14 11:38:01 +00:00
jasper
6582b33b99 add support for mips64, from upstream
ok dcoppa@ (MAINTAINER)
2012-08-14 07:11:09 +00:00
jasper
cf5185e5e8 get the build slightly further on mips64el 2012-08-13 11:08:51 +00:00
ajacoutot
aeb7ca8799 Use autoconf 2.65. 2012-08-13 09:33:41 +00:00
pascal
5f483ddb10 tedu devel/pmk. Unused and broken with PIE, so now is a good time to get
rid of it.

ok naddy@
2012-08-12 22:21:27 +00:00
jasper
81b25b55e4 - fixup regress dependds
- simplify do-regress
2012-08-12 17:26:16 +00:00
jasper
7678df490b simplify do-regress 2012-08-12 17:24:56 +00:00
jasper
fc051c4e33 - update to 0.17.1 2012-08-12 17:19:59 +00:00
jasper
bbe828fed3 - update to 0.17.0 2012-08-12 17:19:47 +00:00
jasper
98dd1fc1b8 - update to 1.9.6 2012-08-12 17:13:22 +00:00
jasper
d7dc73e8dd - update to 1.4.8 2012-08-12 17:13:00 +00:00
naddy
4f8961c0ca kill a few unneeded groff dependencies 2012-08-10 20:11:41 +00:00
stu
1b2c447dc3 Make Vtcl work with Tcl/Tk 8.5.
Take maintinership.

Ok landry@
2012-08-10 04:03:25 +00:00
stu
12186b8c9b +nagelfar 2012-08-09 04:55:39 +00:00
stu
ad05267968 Import nagelfar 1.1.12.
A syntax analysis tool for Tcl.

Ok sebastia@
2012-08-09 04:53:10 +00:00
sthen
4c3755caaf Sync with r161481 from upstream, "Revert part of r161175 which was wrong
for OpenBSD's PowerPC target". Problem pointed out by landry@.
2012-08-08 09:35:24 +00:00
ajacoutot
3cb0ffb6df Update to libgee-0.7.3. 2012-08-07 09:18:21 +00:00
ajacoutot
d583f1f295 Update to libexude-0.7.1.
from David Hill (maintainer)
2012-08-07 07:32:55 +00:00
ajacoutot
5f2d30c8e1 Update to libclog-0.6.2.
from David Hill (maintainer)
2012-08-07 07:32:24 +00:00
sthen
eca8eaed22 Add several CLang patches from upstream via Brad.
- Only provide /usr/include in the default C header search path.
- OpenBSD does not support TLS.
- Provide target support for powerpc, arm, mips64, mips64el and sparc.
2012-08-06 22:35:26 +00:00
ajacoutot
236a9cd747 Disable tls for now has it triggers a crash in httpd(8) with the php-mapi
module.

crash reported by viq at viq dot im
2012-08-06 17:47:57 +00:00
naddy
af7e54d962 remove USE_GROFF from ports that don't install any man pages 2012-08-06 11:14:39 +00:00
sebastia
a6623b7696 Fix build on vax. -Ox x>0 doesn't work there
OK sthen@, espie@
2012-08-06 08:14:48 +00:00
ajacoutot
6734cd4609 Minor update to libgee 0.6.5. 2012-08-06 06:14:08 +00:00
mpi
df86aa6dd4 Associate an ugen node to an USB device even if it is not attached as
first device and don't use the new bConfigurationValue for the index
when caching the config descriptor.

Fix scanning problems reported and tested by ajacoutot@
2012-08-05 10:55:24 +00:00
ajacoutot
721e1029e6 Update to automake-1.12.2.
from Brad
2012-08-05 07:31:25 +00:00
ajacoutot
a4a23365bb Update to automake-1.11.6.
from Brad
2012-08-05 07:30:55 +00:00
naddy
1663a22640 no need for groff 2012-08-05 00:16:50 +00:00
naddy
83c5a7a634 none of the extant autoconf ports need groff 2012-08-04 22:25:19 +00:00
naddy
f4d0abc8f9 drop groff dependency 2012-08-04 19:40:12 +00:00
naddy
3c826ae842 remove cruft 2012-08-04 15:56:24 +00:00
ajacoutot
0abc6060f3 Update to py-xdg-0.23. 2012-08-04 15:11:00 +00:00
ajacoutot
66c4d8700e Document the BROWSER variable in README; this was source of confusion for
pirofti@ during g2k12 :)
2012-08-04 15:09:35 +00:00
ajacoutot
000d7e70a2 cups -> cups,-libs 2012-08-04 15:06:55 +00:00
ajacoutot
6abe7c921a Fix soname so that the library is properly loaded.
spotted by edd@
2012-08-04 15:01:06 +00:00
pascal
af7cfff551 Make stack smashing protection work with our native libc routines, and enable
it by default.

ok jsg@
2012-08-04 14:47:52 +00:00
naddy
b15b7e2eca Replace stpcpy() calls to silence ld warnings.
Fix missing string termination in _nl_make_l10nflist(), with Christian
Schulte.
2012-08-04 14:33:14 +00:00
naddy
def6c9bc95 revert stpcpy() removal which introduced at least one string handling bug
ok jasper@
2012-07-30 15:37:10 +00:00
jasper
c41e86a7c5 sneak in a missing bump in previous
ok naddy@
2012-07-23 17:51:45 +00:00
jasper
79af181004 Apply patches for two security issues:
- Fix insecure permissions for directories in distfile build tree. CVE-2009-4029
- Fix insecure permissions used for the top of the distfile build tree. CVE-2012-3386

This was already tested in a bulk build by me as part of a larger diff

from brad
ok aja@ sthen@ espie@
2012-07-20 12:03:50 +00:00
ajacoutot
db211b4c58 Escape identifiers which are Python keywords to avoid breaking the API
between different Python versions, from upstream.

tested in a bulk by jasper@
"get it in" naddy@ ok jasper@
2012-07-20 07:14:12 +00:00
jasper
6e6d339879 fixup corelgilua.so name 2012-07-19 20:26:26 +00:00
jasper
325590fbeb - update to 0.6.2
* various fixes for lua 5.2 and fixes a few memory leaks
2012-07-19 20:06:34 +00:00
naddy
3be9465329 fix man page and remove unnecessary dependencies 2012-07-18 10:42:27 +00:00
sthen
97c2764b34 update to Cocinelle 1.0.0-rc11 2012-07-18 08:04:43 +00:00
sthen
2a6f9b3f23 fix dynamically linking against ocaml-pcre and some general cleanup, from
Christopher Zimmermann
2012-07-18 08:04:11 +00:00
jasper
481ec44063 missed in previous 2012-07-17 20:56:22 +00:00
landry
ee585ea0a0 +py-cef, py-metlog, py-repoze-who, py-recaptcha-client, py-gevent, py-greenlet 2012-07-17 19:34:09 +00:00
landry
2d812e4163 Import py-greenlet 0.4.0.
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".

Dependency of the just-imported py-gevent.
ok rpointel@
2012-07-17 19:24:47 +00:00
landry
e30e2260b1 Import py-gevent 0.13.7
gevent is a Python networking library that uses greenlet to provide
synchronous API on top of libevent event loop.

* Fast event loop based on libevent.
* Lightweight execution units based on greenlet.
* Familiar API that re-uses concepts from the Python standard library.
* Cooperative sockets with ssl support.
* DNS queries performed through libevent-dns.
* Ability to use standard library and 3rd party modules written for
 standard blocking sockets
* Fast WSGI server based on libevent-http.

Requirement of upcoming firefox sync port.
ok rpointel@
2012-07-17 19:23:31 +00:00
jasper
0661405679 sync 2012-07-17 09:56:30 +00:00
jasper
2414bd4cc7 import node-gir 0.0.2
Node-gir is node bindings to the girepository library making it possible
to make automatic and dynamic calls to any library that has GI
annotations installed.

This will make it possible to script a GNOME desktop system entirely
from Node much in the way it's done today with Seed, GJS or pygtk.

ok sthen@
2012-07-17 09:55:59 +00:00
edd
4c74555c57 link ocaml-mlgmp 2012-07-16 15:56:25 +00:00
edd
a5c40bad5d Import mlgmp for ocaml. This time in the correct place.
OK dcoppa@
2012-07-16 15:51:33 +00:00
sthen
7cee8d19f1 update to py-gdata 2.0.17, from maintainer frantisek holop 2012-07-16 13:15:05 +00:00
edd
9f2d3a75c2 link ocaml-net 2012-07-16 09:28:32 +00:00
edd
d5f4b79a61 Import Ocamlnet as ocaml-net. A networking library for Ocaml.
From Chris Zimmermann. OK dcoppa@
2012-07-16 09:27:31 +00:00
ajacoutot
6d059a1b96 Bugfix update to glib2-2.32.4. 2012-07-15 08:10:41 +00:00
naddy
b14487677b replace stpcpy() calls to silence ld warnings; ok sthen@ 2012-07-13 19:43:18 +00:00
sebastia
3c297fc58b hook up p5-Proc-PID-File 2012-07-13 18:21:58 +00:00
sebastia
ff3cfe6484 import p5-Proc-PID-File
s module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.

tested on i386 and macppc, merdely on amd64

OK merdely
2012-07-13 18:18:30 +00:00
ajacoutot
afa6611b95 --disable-static 2012-07-13 16:56:55 +00:00
jasper
f58e26d518 missing bump 2012-07-13 12:36:41 +00:00
edd
ea234c0446 Fixes "Cannot find file /usr/local/lib/ocaml/site-lib/batteries/pa_llist"
when interpreting on non-native architectures.

From Chris Zimmermann.

OK sthen@
2012-07-13 11:27:16 +00:00
edd
1f58e06728 ${V} is not needed here.
Spotted by ajacoutot@
2012-07-13 09:27:25 +00:00
edd
89f08e79ca link recent ocaml imports 2012-07-13 08:46:56 +00:00
edd
cee48db40b Import the "ocaml batteries included" foundation library.
From Chris Zimmermann.

OK sthen@
2012-07-13 08:40:27 +00:00
edd
efdb987b06 Import camomile; unicode library for objective caml.
From Chris Zimmermann with tweaks.

OK sthen@
2012-07-13 08:38:09 +00:00
edd
f6c372eda0 Import ounit; a unit testing tool for ocaml.
From Chris Zimmermann, with tweaks.

OK sthen@
2012-07-13 08:36:03 +00:00
gsoares
93e38ad1e1 update to 1.55
ok jasper@
2012-07-13 02:26:03 +00:00
jasper
0abc6be283 consistent spelling of Node.js, as used on the official web site 2012-07-12 21:42:53 +00:00
ajacoutot
9490a6a16e We actually have security/libgsasl. 2012-07-12 16:31:00 +00:00
dcoppa
957583efb2 Fix the old FindLua51 module too. 2012-07-12 16:26:13 +00:00
dcoppa
94b010f930 Finish the work with lua and cmake: it's nicer and more compact now. 2012-07-12 15:36:20 +00:00
ajacoutot
c13fc449b2 BZ link. 2012-07-12 11:40:52 +00:00
ajacoutot
a2e96fd92c typo in comment. 2012-07-12 11:20:25 +00:00
naddy
9469ee555a maintenance update to 1.25 2012-07-11 13:16:16 +00:00
ajacoutot
923f0b24ef Minor update to glib2mm-2.32.1. 2012-07-11 10:44:20 +00:00
dcoppa
1bd29a42b0 Add another couple of variables from lua.port.mk to ease future
work.
2012-07-10 18:55:58 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
d81eaeb0d8 fixes for lua
from dcoppa@
2012-07-10 15:20:24 +00:00
ajacoutot
9c45efe7f5 Committed upstream. 2012-07-10 13:25:32 +00:00
jasper
06c2a066e1 regen 2012-07-09 22:47:31 +00:00
ajacoutot
373e14caa0 Use G_N_ELEMENTS instead of nitems. 2012-07-09 16:34:21 +00:00
ajacoutot
e6436e53e5 Update to libvmime-0.9.2 by merging mail/zarafa/libvmime.
It works much better with the new gnutls.
2012-07-09 15:25:57 +00:00
ajacoutot
f2e455db26 Fix with gnutls>=3. 2012-07-09 10:25:05 +00:00
edd
c9aa643043 link py-elftools 2012-07-09 09:30:36 +00:00
edd
bd60fd8293 import py-elftools, OK giovanni@ 2012-07-09 09:28:53 +00:00
kili
5ebc2be143 Bump due to signature changes after the update of hs-semigroup. 2012-07-08 22:36:40 +00:00
kili
1bdd8581ca Update to hs-semigroups-0.8.3.2.
From Dawe <dawedawe@gmx.de>.
2012-07-08 22:35:03 +00:00
sthen
e8efbdf060 revert -pthread in cflags, after a bit of discussion with aja and guenther
and looking at the port which wanted -pthread in cflags, I came to the
conclusion that the other port was wrong, so it's right to zap this again.
ok mpi ajacoutot
2012-07-08 22:21:32 +00:00
ajacoutot
1accbaf605 Committed upstream. 2012-07-08 21:02:45 +00:00
sthen
ce3a4663cb use LLVM_ARCHS to populate ONLY_FOR_ARCHS, better to have this in a
central place.
2012-07-08 18:36:12 +00:00
ajacoutot
a32f40fddf BZ links. 2012-07-08 18:03:39 +00:00
sthen
905b965e39 add -pthread to cflags as well as libs in the pc file. ok jasper@ mpi@ 2012-07-08 17:41:14 +00:00
sthen
ddc61472cb don't rely on param.h for nitems(), ok ajacoutot@ 2012-07-08 17:09:17 +00:00
jasper
3e442f1271 enable introspection support; needed for an upcoming mutter port
ok aja@
2012-07-08 11:49:53 +00:00
ajacoutot
4a407bbafe Don't compile with -DJS_C_STRINGS_ARE_UTF8. It is not the default, other
OSes do not enable it and our locale support is poor.
This actually unbreaks the whole javascript gang in GNOME (gjs...).
2012-07-07 22:46:19 +00:00
jasper
fe185fb833 FULLPKGNAME is bad, mkay? 2012-07-07 20:34:25 +00:00
jasper
11bdfc7c32 sync 2012-07-07 14:47:19 +00:00
jasper
78a9b239ee import rebar 2.0.0
rebar is an Erlang build tool that makes it easy to compile and test
Erlang applications, port drivers and releases.

ok sthen@
2012-07-07 14:28:59 +00:00
sthen
dd1b331639 update pear-Date-Holidays/Finland to 0.1.2, from Johan Huldtgren 2012-07-06 19:14:35 +00:00
jasper
ce9783b19c - build COMMENT from Makefile.inc 2012-07-06 16:41:21 +00:00
ajacoutot
d948f0f666 Remove unneeded chunk. 2012-07-06 16:25:05 +00:00
ajacoutot
db4cc08965 Mark BROKEN on powerpc. 2012-07-04 12:47:50 +00:00
dcoppa
806c7f2749 Fix typo: "_CXX_" -> "_C_"
(upstream git commit b9ccaf5f7977b7444a50a7b1dbb1902422f7ab27)
2012-07-03 07:48:54 +00:00
gonzalo
4755978915 Little update for Jenkins to 1.472:
A lot of change from our version:

http://jenkins-ci.org/changelog

Tested on i386.

Ok aja@ and 'sure' ian@ (maintainer).
2012-07-02 13:42:34 +00:00
bluhm
cad20efad3 update p5-Data-Random to 0.07 2012-06-28 21:38:52 +00:00
jeremy
0376117422 Update node-fibers to 0.6.8, works with node 0.8.0.
Build process changed from waf to gyp, so modify patches accordingly.
2012-06-28 17:27:51 +00:00
giovanni
55251f60d0 Update to 2.006, lot of bug fixed and full ipv6 support
ok sthen@ merdely@ (Mantainer)
2012-06-28 14:39:50 +00:00
dcoppa
3f404a247d Update to libyajl-2.0.4
ok jasper@
2012-06-28 08:50:49 +00:00
dcoppa
d595a0834d Fix mandir path when using GNUInstallDirs.cmake: on OpenBSD it's
$prefix/man, not $prefix/share/man. While here, fix infodir too.

Pointed out by sthen@
Ok landry@, sthen@
2012-06-27 19:28:39 +00:00
rpointel
50e576bd2e regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:19:46 +00:00
rpointel
650dcb06bc regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:09:14 +00:00
rpointel
fc05848416 regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:01:51 +00:00
rpointel
c6f02c516b Update to 0.6.27, regen PLIST to permit to build with Python 3.2.3. 2012-06-27 19:00:50 +00:00
jasper
447a9b9d9f Fix another underquoted warning. 2012-06-27 11:58:56 +00:00
sthen
c228ee382b +p5-Config-Std 2012-06-27 09:03:02 +00:00
sthen
70c96bdb32 import ports/devel/p5-Config-Std from Chris Bennett ok landry@
Config::Std - Load and save configuration files in a standard format
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
2012-06-27 09:02:43 +00:00
pascal
22a126276a Add @conflict with osh. 2012-06-26 22:08:39 +00:00
matthieu
082aa98d10 Stop using ${SHELL} to execute ${install_sh} it's already there.
ok sthen@, brad@ sent the patches for 1.10 and 1.12.
2012-06-26 20:31:47 +00:00
kili
347d83aa64 Bump to force an update after the move of our libtool from ports
to src. Otherwise people who have apr already installed won't get
an update, leading to apr-1-config --apr-libtool still saying
/usr/ports/infrastructure/bin/libtool, which in turn causes (at
least) a build of www/apache-httpd to fail.

ok espie@
2012-06-26 19:35:30 +00:00
jasper
2259cf12c9 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 13:17:32 +00:00
landry
38e2759d91 Update to py-hg-git 0.3.1 and unbreak it, since it doesn't work with our
current mercurial....
From viq
2012-06-26 07:26:41 +00:00
espie
c6287b2b53 fix @conflict marker
while there, put common things in Makefile.inc
bump revs according to discrepancies in COMMENT and in @conflict
2012-06-25 15:45:14 +00:00
ajacoutot
e270006ec3 update to liblouis-2.4.1. 2012-06-23 12:04:44 +00:00
naddy
12ab41d731 drop gcc3 workaround 2012-06-22 16:53:51 +00:00
jasper
9b7fdc2930 - set PKG_ARCH=*
- fix trailing whitespace
      - doesn't need groff

      ok sthen@ (MAINTAINER)
2012-06-22 11:38:13 +00:00
naddy
758513708e GCC3 is gone, we don't need to deal with it any longer; ok sthen@ 2012-06-21 16:17:40 +00:00
ajacoutot
8e9b80613b Update to ptlib-2.10.5; unbreak video in ekiga. 2012-06-21 14:23:51 +00:00
sthen
49a55c3e0f bump for plist changes 5.1 -> 5.2 2012-06-21 13:56:57 +00:00
kili
3d3026e0da Add missing dependency. Noticed by naddy. 2012-06-20 16:09:27 +00:00
kili
ebf7813e4d Add missing patch. 2012-06-19 21:10:59 +00:00
mpi
592ef45d74 Rework the OpenBSD backend to add *basic support* for non ugen(4) devices.
It is now possible to have a read access and submit control transfers to
all USB devices using libusb, please note that controllers and hubs also
appear as devices.

Requested by many, tested by and ok ajacoutot@, jasper@, henning@, shten@
2012-06-19 20:45:00 +00:00
jasper
135c62319b Adjust now that libtool lives in base
ok aja@ (who came up with the same goi diff)
2012-06-19 17:21:15 +00:00
sthen
83c15828b6 php-zip replaces pecl-zip 2012-06-16 12:52:04 +00:00
ajacoutot
0cacf80323 +iniparser 2012-06-16 09:49:32 +00:00
ajacoutot
e55737906f Import iniparser-3.1.
iniParser is a simple C library offering ini file parsing services.

input from and ok jasper@
2012-06-16 09:48:38 +00:00
dcoppa
d013c2ba21 Sync FindIconv, FindLCMS, FindLibintl modules with KDE's upstream git
Add FindLibLZMA module
(upstream git commit ee26019bd433020b8aad3c3a70bcb537e03b04ba)

Bugfix: FindPythonLibs: honor EXACT version specification
(upstream git commit 9d145b0998f21ae6d0571c5b6a7ab0168722df7c)

Bugfix: UseJava: fix find_jar() called with multiple files
(upstream git commit 5593d5718ec90f6a2e37ca4e2fdf3fc4537380ff)
2012-06-15 10:26:56 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
9ab43017bd Fix update-desktop-database goo. 2012-06-15 06:52:15 +00:00
landry
a513534079 x11/qt4,-sqlite was folded back to x11/qt4, remove explicit dependencies
on it and bump REVISION.
2012-06-14 09:47:23 +00:00
dcoppa
cf153cacfa Fix libpthread linking (use '-pthread' instead of '-lpthread') for
cmake-based ports that use "CHECK_LIBRARY_EXISTS(pthread ...)".

Fix libpthread linking for devel/llvm too (additional care was
needed).

No fallout in a bulk build: thanks landry!
2012-06-14 09:32:00 +00:00
sthen
fbc95fb171 update to libyubikey 1.9, OK jasper@ 2012-06-14 07:30:09 +00:00
jasper
5adfd17387 - update to 0.92
from ryan boggs (MAINTAINER)
2012-06-12 17:30:48 +00:00
rpointel
f6b3b7c3b5 Update tortoisehg to 2.4.1, ok landry@. 2012-06-12 07:17:19 +00:00
rpointel
5bbcabdcdf Update mercurial to 2.2.2, ok landry@. 2012-06-12 07:16:43 +00:00
landry
d589e08e50 Fix WANTLIB (remove gmodule-2.0) and bump depending ports (others will
be updated in a sec)
2012-06-11 15:26:14 +00:00
gonzalo
1bd7835947 Add py-liblarch and py-liblarch_gtk 2012-06-11 13:47:39 +00:00
gonzalo
342e5e8521 gtk binding for liblarch.
Ok aja@
2012-06-11 13:45:05 +00:00
gonzalo
0179a9201d library to easily handle data structure
Ok aja@
2012-06-11 13:44:22 +00:00
sthen
2d21dc65fe zap quotes in PERMIT_* 2012-06-09 11:26:02 +00:00
gonzalo
65b15ff16a Add xxxterm -> xombrero
OK sthen@
2012-06-07 14:23:11 +00:00
jasper
c9993e545e sync 2012-06-07 12:07:14 +00:00
jasper
5e9bfc8cab import automake 1.12
from brad
ok sthen@
2012-06-07 12:06:47 +00:00
stsp
b69e7cfef0 Fix gnome-keyring description in DESCR-main, and other various DESCR tweaks.
ok sthen mpi
2012-06-06 14:20:36 +00:00
jasper
d7c9c58768 tweak 2012-06-06 11:52:42 +00:00
jasper
5c946ea30b - update to 1.0.2 2012-06-06 11:45:01 +00:00
ajacoutot
029a24ae87 Bugfix update to pango-1.30.1. 2012-06-05 12:45:20 +00:00
ajacoutot
98edccd788 Fix from upstream:
Fix crash on double free if loading WAV file failed.
2012-06-01 15:58:13 +00:00
ajacoutot
acdcd5dbba Fixes from upstream:
- Fix alignment issues on strict alignment architectures.
- Don't unnecessarily byte-swap on big endian hosts.

from Brad
2012-06-01 15:58:00 +00:00
ajacoutot
612f280208 Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad
2012-06-01 15:57:51 +00:00
jasper
7234d01e93 sync 2012-06-01 07:31:09 +00:00
jasper
053f265fbb import autoconf 2.69
from brad
ok sthen@
2012-06-01 07:30:46 +00:00
stsp
9a7fba050f Update to Subversion 1.7.5 and fix WANTLIB; help and ok mpi@ 2012-05-30 12:16:14 +00:00
jasper
218b2aa27c committed upstream 2012-05-30 11:09:10 +00:00
jasper
fcf75f8e78 Apply patches from upstream bugzilla (#676090, malicious escape sequences can cause denial of service). 2012-05-29 20:31:40 +00:00
jasper
5da10430d2 - update to 0.32.2, includes a fix for an issue which mosh has been assigned
CVE-2012-2385.
2012-05-29 20:30:03 +00:00
jasper
dce658b206 - update to 3.35 2012-05-28 15:29:58 +00:00
fgsch
bc869f4771 Fix master site for ecj-3.7.1.jar 2012-05-28 13:53:18 +00:00
jasper
150a15179b - update to 2011-10-30 2012-05-28 12:05:09 +00:00
landry
0b8fa99641 Mark as BROKEN on sparc64, asm illegal operands (and -fno-tree-ter
doesn't "fix" it)
2012-05-28 10:30:39 +00:00
jasper
76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00
jasper
1e878a85e0 - let g-c-a use the clang module to get the correct includes path
- add a reminder commennt in llvm/Makefile

discussed with and ok sthen@
2012-05-26 09:14:34 +00:00
jasper
3e87bbf734 - unbreak regress tests and set REGRESS_IS_INTERACTIVE=x11 2012-05-26 08:56:44 +00:00
jasper
c145857916 - update to 0.6 2012-05-26 08:44:32 +00:00
sthen
68d394c41c Update to LLVM 3.1.
Thanks Brad for pointing out a few problems with my original diff.
2012-05-25 09:05:49 +00:00
shadchin
353cfedef2 Switch ports on musepack, ok ajacoutot@ 2012-05-24 18:36:45 +00:00
jasper
1dd4aa573a adjust for node.port.mk location change 2012-05-23 15:13:20 +00:00
jasper
a17cc79e1c - update to 1.0.1
* release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes
- set default baud rate for the uno, instead of defaulting to older boards.

tested by various
2012-05-22 21:26:11 +00:00
ajacoutot
36e724c1eb No need for --disable-gtk-doc, missed when I reviewed landry's commit. 2012-05-22 14:58:41 +00:00
landry
ef810b282a +glade3 2012-05-22 14:54:49 +00:00
landry
a71550fcd3 Resurrect devel/glade3 from the Attic and update it to 3.8.2. It can
still be used by Gtk2 apps/libs, while devel/glade is Gtk3 only.
No conflict as they can be installed alongside.
Discussed/ok ajacoutot@
2012-05-22 14:53:32 +00:00
jasper
a0492d2d5f - update to 6.2.5
from  Christopher Zimmermann
2012-05-22 11:46:40 +00:00
giovanni
9e135bf55b Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME
spotted & ok bluhm@
ok sthen@
2012-05-21 13:52:55 +00:00
sthen
b5f7fc550b Include the PIC flag when linking, as well as building, the shared
library, from Brad.
2012-05-19 08:24:50 +00:00
jasper
cad94fa7af - update to 0.5.1 2012-05-18 20:44:10 +00:00
sthen
2a314ebad8 shared libraries should not use INSTALL_PROGRAM; from dhill 2012-05-18 18:26:23 +00:00
naddy
96b74a66f4 no need for groff 2012-05-17 22:23:02 +00:00
landry
981c23b608 add bug # url 2012-05-17 10:23:24 +00:00
landry
7d8652ecf1 add comments explaining damn patches 2012-05-17 08:59:00 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
landry
7058cc3a99 Ensure GJS is not picked as a hidden dependency (reported by naddy@) 2012-05-16 19:35:22 +00:00
edd
f1121baa4f Bump the maximum number of uhid devices SDL can address from 4 to 16. It is
quite easy to exhaust the SDL default of 4.

OK jasper@
2012-05-16 14:01:19 +00:00
jasper
f9e47381a1 make sure the .lua files go into the DATADIR. 2012-05-16 12:04:19 +00:00
jasper
f3ebab3756 fold PFRAG.shared into PLIST, all this was SHARED_ONLY already anyway. 2012-05-15 20:45:12 +00:00
jasper
45bf6e64b9 use MODLUA_WANTLIB 2012-05-15 19:48:30 +00:00
jasper
fa4d879b11 adjust to new lua.port.mk 2012-05-15 15:15:19 +00:00
ajacoutot
d5247563b9 Minor update to gsettings-desktop-schemas-3.4.2. 2012-05-15 14:00:46 +00:00
jasper
68e64f4c94 - use ${PREFIX}/share/doc/ instead of ${PREFIX}/doc/ 2012-05-15 08:45:11 +00:00
dcoppa
ae2b2f4867 Sync with what bentley@ pushed upstream. 2012-05-15 08:36:28 +00:00
ajacoutot
787779247e Bugfix update to glib2-2.32.3. 2012-05-15 06:31:34 +00:00
bentley
77cf8307a0 Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM.
This prevents compiler errors with cmake/wxwidgets:
"error: template with C linkage"

See the variable's comments and links in
/usr/local/share/cmake/Modules/FindwxWidgets.cmake for more information.

ok dcoppa@ (MAINTAINER)
2012-05-14 19:24:33 +00:00
ajacoutot
03c85def82 Bugfix update to py-gobject3-3.2.2. 2012-05-14 17:18:16 +00:00
jasper
ec285f6a40 - update to 3.4.2 2012-05-14 16:46:16 +00:00
rpointel
3e40fb1112 Update p5-Error to 0.17018, from David Hill, I added REGRESS_DEPENDS. 2012-05-14 05:02:42 +00:00
kili
8f5e743f7b Add a 0.5 GB build dependency to get a 2.7 kB LaTeX package, which
is required for a successful build and package.

found and ok by jasper@
2012-05-13 21:27:38 +00:00
dcoppa
ac90a412d6 Bugfix update to 2.0.19. From dhill. 2012-05-13 13:50:17 +00:00
jasper
02fce385a2 - update to 1.0
ok MAINTAINER
2012-05-12 11:46:34 +00:00
jasper
ee27ae92c1 regen plist 2012-05-12 07:08:01 +00:00
jasper
6050f0277d - update to 0.5
* among the various bugfixes, this now includes a full gtk-demo example
2012-05-11 21:19:48 +00:00
kili
4c7d1d30de Always use curl (for now) instead of magically using hs-HTTP if
it's installed.

Found while tracking down a completely different problem reported.

"looks good" jasper@
2012-05-11 20:59:47 +00:00
jasper
44cfa762d9 regen PLIST
(no REVISION bump needed)
2012-05-11 20:51:03 +00:00
jasper
ddda8698fa regen PLIST 2012-05-11 20:49:58 +00:00
ajacoutot
ab824696fa +log4c 2012-05-11 11:44:27 +00:00
ajacoutot
7423b6c15a Import log4c-1.2.1.
Log4c is a library of C for flexible logging to files, syslog and 
other destinations. It is modeled after the Log for Java library 
(http://jakarta.apache.org/log4j/), staying as close to their API 
as is reasonable.

based on a submission from Markus Schatzl
ok jasper@
2012-05-11 11:43:49 +00:00
ajacoutot
2c9b511af1 Remove an unncessary patch now that the system time.h header has been
fixed. No pkg change.

from Brad
2012-05-11 06:06:11 +00:00
ajacoutot
dc0312a858 Update to py-gobject3-3.2.1. 2012-05-11 05:38:25 +00:00
rpointel
34252e08f3 Update tortoisehg to 2.4, from me with a tweak by landry@.
ok landry@.
2012-05-11 05:33:57 +00:00
rpointel
31139d17a5 Update mercurial to 2.2.1.
ok wcmaier@ (maintainer).
2012-05-11 05:32:50 +00:00
jasper
c372572ab9 enable regress tests 2012-05-10 13:17:48 +00:00
jasper
2db3b5a940 sync 2012-05-10 13:16:26 +00:00
jasper
7d4e2ad1af import node-expresso 0.9.2
Expresso is a JavaScript TDD framework written for nodejs. Expresso is
extremely fast, and is packed with features such as additional assertion
methods, code coverage reporting, CI support, and more.

ok sthen@
2012-05-10 13:15:46 +00:00
ajacoutot
10fe6d903c Update to py-tz-2012c.
MAINTAINER timeout
2012-05-10 08:47:28 +00:00
jasper
b7292ed89a - set NO_REGRESS where applicable and add a comment as to why it's set
- run the tests of node-pg during 'regress' not 'build'

with and ok sthen@
2012-05-10 08:41:39 +00:00
kili
6fcbf62ceb Update to darcs-2.8.0. 2012-05-09 21:00:20 +00:00
jasper
9566522718 sync 2012-05-09 15:25:19 +00:00
jasper
dd7073a40f import node-npm 0.0.3
Make Node Module is a build tool for making native node.js modules.

ok sthen@
2012-05-09 15:24:04 +00:00
ajacoutot
72fc7b989e Update to libclog-0.6.1.
from David Hill (maintainer)
2012-05-09 14:35:53 +00:00
mpi
524938b448 Update libusb-compat to 0.1.4, take maintainership.
ok dcoppa@, ajacoutot@
2012-05-09 09:43:07 +00:00
jasper
3681ae85d3 - bump node requirement to the latest and greatest 2012-05-09 06:39:04 +00:00
jasper
c9b9ea117b - bump after recent node.port.mk change 2012-05-08 17:11:02 +00:00
espie
2f7daaa920 typo in REGRESS_DEPENDS 2012-05-08 17:04:52 +00:00