Commit Graph

10595 Commits

Author SHA1 Message Date
sthen
d443de5cb5 missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c. 2012-08-23 13:52:39 +00:00
avsm
65797c8320 unbreak devel/cil build by removing a straggling patch from the previous changeset
noticed by sthen@
2012-08-22 20:10:38 +00:00
pascal
c619f16384 Mimic the new gcc -pthread semantics. From Brad.
looks good to matthew@
2012-08-21 17:51:53 +00:00
dcoppa
b5e1dfa552 Add support for hppa (and unbreak build)
Problem reported by landry@
Cluestick from kettenis@
2012-08-21 13:22:50 +00:00
sthen
6b71415200 Add missing dep on ocaml-lwt.
Put WANTLIB in the normal place.
2012-08-21 13:06:28 +00:00
robert
0eca5ea284 update to 8.31 2012-08-21 11:31:34 +00:00
jasper
680162c4f9 - add some patches from upstream git:
* fix uimanager demo
* make Gtk-2.0.typelib useable again
2012-08-21 09:36:19 +00:00
avsm
61fb827cfb update ocaml-lambda-term to install man pages in the right location.
this requires the last ocaml.port.mk change to CONFIGURE_STYLE=oasis.
bump REVISION.

from: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-21 00:26:46 +00:00
ajacoutot
bf49a62be9 s/--with-pthread/--with-pthreads
Add MODGNU_CONFIG_GUESS_DIRS.
2012-08-20 12:51:55 +00:00
dcoppa
ef1092aee3 Remove '-lpthread'->'-pthread' hacks 2012-08-20 08:12:47 +00:00
dcoppa
367b2bd1b2 Garbage collect the pthread patching for CMake.
From Brad, thanks.
2012-08-20 08:07:34 +00:00
ajacoutot
9a08a16ef2 Remove the last bogus rcs id. 2012-08-19 22:59:06 +00:00
espie
a7ce4f6548 Woah. 2012-08-19 10:42:26 +00:00
landry
fc9f17f575 It seems that configure now runs fine on hppa, remove the CONFIGURE_ENV
variables forcing the longjmp/siglongjmp/sigaltstack values to no.
2012-08-19 09:47:56 +00:00
avsm
ffb6fb2ac7 +ocaml-lwt
+ocaml-zed
2012-08-19 00:28:31 +00:00
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