Commit Graph

1484 Commits

Author SHA1 Message Date
espie
4f20f8df6f update to a more recent snapshot. 2007-03-20 10:48:52 +00:00
espie
94b48d77f7 more files that don't belong to anyone 2007-03-19 09:06:16 +00:00
espie
18a25166d6 mention 4.3, do not build automatically yet. 2007-03-17 22:36:04 +00:00
espie
481a98c112 4.3 snapshot that compiles. needs current includes to build, especially
the fortran part.
2007-03-17 22:35:25 +00:00
espie
3cb79e447a revert commit mistake 2007-03-17 22:34:13 +00:00
espie
ceaa955aca new gcc snapshot, this one compiles again on i386 !
NOTE: this needs current -src, in particular current includes
for libgfortran to build correctly (semantics change in __extern inline
that lead to duplicate isalnum symbols otherwise).
2007-03-17 21:58:45 +00:00
pedro
098ff510f6 Use arc4random(3) for math.random(), okay jolan@ 2007-03-15 22:03:37 +00:00
jasper
e194a57da9 honour CC.
ok pedro@
2007-03-15 07:18:12 +00:00
naddy
fbae2217f6 skip 4.1 for now 2007-02-19 21:39:01 +00:00
naddy
f8684b5c97 unbreak tree 2007-02-19 21:30:26 +00:00
espie
4dc2a0d8c0 move control of gcc versions built to gcc subdirectory.
Easier to manage that way...
2007-02-19 17:18:59 +00:00
steven
1521946831 make configure script like all versions of OpenBSD, unbreaks build.
ok sturm@
2007-02-16 22:56:48 +00:00
steven
c3769e5165 fix a bunch of typos in rcs tags. from martynas 2007-02-16 07:30:56 +00:00
steven
6ce55bff1d bump PKGNAME due to PLIST changes after 4.0 -> 4.1 2007-02-14 16:55:28 +00:00
steven
22341e706b bump PKGNAME due to PLIST changes after 4.0 -> 4.1
"feel free to bump whatever is needed" espie@
2007-02-14 11:51:07 +00:00
espie
f543241ba2 bump pkgnames after the 4.1 bump. 2007-02-13 23:47:13 +00:00
avsm
48ff1ec042 - support shared libraries in OCaml, for dynamic top level to work.
- fix bad string handling in ocamlyacc, spotted by Ray Lai w/ malloc flags
- bump PKGNAME
2007-02-08 14:32:57 +00:00
steven
f9410a82c4 update to erlang-11b.3
from maintainer Jon Olsson
2007-02-03 11:48:39 +00:00
espie
c58b8de75d since libtclstub84.a is a pic lib, also create a libtclstub84_pic.a link.
This will help with libtool.
2007-01-31 15:12:08 +00:00
espie
095670b78e update to 5.6.27. We lose the sgml package temporarily (wide-chars),
but we gain sparc64 support ! seems the fixes for win64 also fixed
our problems.

Add a few SUBST variables to simplify packing-list comparisons.
2007-01-27 17:35:46 +00:00
jasper
062c2346a5 update arena to 0.9.10 2007-01-11 17:38:14 +00:00
steven
bd3d64849c regen plist.
reminded by alek@
2007-01-11 13:46:19 +00:00
bernd
d952985c16 Fix an 'undefined symbol' error with openssl when using LD_BIND_NOW.
from markus@, ok msf@
2007-01-11 09:34:40 +00:00
bernd
8fa3cbcd52 Remove lang/js which isn't maintained anymore (last release 8 years ago),
isn't used by any other port and conflicts with other javascript ports in
our tree. (more recent ones)

ok ajacoutot@, espie@, kurt@, steven@
2007-01-10 19:28:37 +00:00
bernd
30728b8484 remove js 2007-01-10 19:26:53 +00:00
steven
3ccd55cafa - update to python 2.3.6
- build python with CXX, fixes problems with extensions that use CXX
  such as the py-wxWidgets problem spotted by john.danks at gmail.com

from alek@ some time ago
2007-01-10 16:57:56 +00:00
pedro
a36c94a279 With the recent GCC change, there is no need to manually ignore
__attribute__((visibility)) anymore
2007-01-07 17:31:53 +00:00
robert
eb17f52a7d explicitly tell nhc98's build system what architecture type we are
building for; this unbreaks the build on arm and sh;
2007-01-05 09:32:50 +00:00
deanna
cbd2ded6ef Update to 2.5.
Testing by steven@ and Joachim Schipper, thanks!

ok steven@
2007-01-01 17:56:39 +00:00
msf
da421b73db add a missing include to rdoc. from ruby subversion, pointed out by ray@
bump PKGNAME
2006-12-31 01:04:09 +00:00
aanriot
0d28cbddea - drop maintainership (I'm not using them anymore).
- bump PKGNAMEs.
2006-12-30 16:24:05 +00:00
avsm
94b0e00e60 bump PKGNAME for findlib-using ports after threading fix 2006-12-26 23:10:28 +00:00
avsm
7cc55a266c relax the build/run depends restriction to ocaml-3.09.3* so that it will
still match minor package bumps, suggested by steven@
2006-12-26 22:38:35 +00:00
avsm
58d761b343 Update to ocaml-3.09.3, mainly bugfixes (no language changes).
Also modify ocaml.port.mk to depend on the exact version of ocaml being
compiled against, since the OCaml library format makes no guarantees about
working across versions.  This dependency should ensure that packages compiled
against different ocaml versions aren't mixed and matched.
2006-12-26 22:07:18 +00:00
steven
eea66826be better chown statement which also fixes the group of files in the -objc
subpackage.

ok espie@
2006-12-26 14:02:15 +00:00
espie
77f4c7614d nikolay, don't add pkg-config when I'm getting rid of it ;-) 2006-12-17 18:58:49 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
sturm
472d6075c5 missing BUILD_DEPENDS 2006-12-14 06:16:59 +00:00
steven
c42fd706bb fix a bug in the kernel poll implementation (OTP-6344)
from maintainer Jon Olsson
2006-12-10 19:07:50 +00:00
bernd
07b32cb93a Fix some more security problems in cgi.rb.
ok msf@
2006-12-04 13:26:51 +00:00
steven
bee72c9882 add MODRUBY_RUN_DEPENDS to help MULTI_PACKAGES
ok msf@
2006-12-01 14:04:06 +00:00
bernd
e9153a7d5f Add VMEM_WARNING=Yes. Building the ruby documentation consumes lots of
memory.

discussed with msf@
2006-11-27 09:52:52 +00:00
msf
1c166bbf7e remove the default CONFIGURE_STYLE and CONFIGURE_SCRIPT into the new
'ruby extconf' CONFIGURE_STYLE

this allows us to pull ruby.port.mk into fun things like subversion

ok bernd@
2006-11-27 09:36:14 +00:00
matthieu
68ab67ef03 Quote automake macro names to make automake 1.9 silent.
ok (and remainder about package name bump) mbalmer@
2006-11-26 13:47:31 +00:00
espie
4b5b8ed8c5 new MULTI_PACKAGES. patch from kili, committing so we're finished... 2006-11-26 11:38:07 +00:00
steven
8b63a2b8ee introduce MODPY_RUN_DEPENDS 2006-11-26 10:16:22 +00:00
espie
a64e971c29 clean-up:
- use PSEUDO_FLAVORS
- fix ownership of various files
- new MULTI_PACKAGES
- slightly newer snapshot
2006-11-25 16:26:46 +00:00
msf
8dc6071094 Change to SUBST_VARS+=
discussed and ok bernd@
2006-11-25 10:03:32 +00:00
steven
b1f5c9716e new MULTI_PACKAGES 2006-11-24 20:48:23 +00:00
bernd
872f8d2ac0 Switch to new MULTI_PACKAGES. ok espie@, msf@ 2006-11-24 09:45:08 +00:00