Commit Graph

1589 Commits

Author SHA1 Message Date
alek
093bb02619 SHARED_ONLY, part one 2006-10-10 19:08:06 +00:00
bernd
b93f8b8525 Fix ownership problems. 2006-10-09 11:34:39 +00:00
espie
809e344573 +swi-prolog 2006-10-09 10:21:05 +00:00
espie
16c9cc6857 prolog interpreter that works, since gnu-prolog depends on a memory model
that doesn't work well for us.
2006-10-09 10:20:24 +00:00
kurt
04662e387e correct defines for SIZE_TYPE and PTRDIFF_TYPE which fixes this error:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28582
"error: 'operator new' takes type 'size_t' ('unsigned int') as first
parameter". help from kettenis@, okay espie@
2006-10-06 12:42:42 +00:00
ian
9998541774 Fix obvious typo in URL for license, from Matthew Clarke clamat in telus.net, bump pkg 2006-10-05 00:43:45 +00:00
alek
969f8bd646 Set PKG_ARGS while setting NO64BIT 2006-10-02 20:29:40 +00:00
alek
9058c0cc43 Zap no_tests and no_tools flavors. Packages -tools and -tests don't
depend on other packages besides main python package so there is no reason
to not to build them by default.
2006-10-02 18:54:09 +00:00
bernd
b2be6681a6 Update to ruby-1.8.5.
See http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog for a summary of
changes.

tested by krw@
ok msf@, sturm@
2006-10-02 07:48:08 +00:00
steven
5af76b8d5c +spidermonkey 2006-10-01 23:03:24 +00:00
steven
e27d0d118d import of spidermonkey 1.5
SpiderMonkey is the code-name for Mozilla's C implementation of
JavaScript.

from Antoine Jacoutot <ajacoutot at lphp.org>

with some patches from FreeBSD.
2006-10-01 23:02:12 +00:00
steven
fc18d1e35e INSTALL_DATA instead of cp to ensure correct file modes.
from deanna@sdf.lonestar.org
2006-09-29 22:10:53 +00:00
djm
df845c7322 support bits for setuptools-style ports, activated using:
MODPY_SETUPTOOLS = Yes

feedback and ok xsa@
2006-09-26 15:27:02 +00:00
pedro
24a30b2607 Also provide a shared version of the Lua library
Discussed with and okay jolan@
2006-09-25 02:39:06 +00:00
jasper
5614c2c2fd update arena to 0.9.7 and update my e-mail address while there.
ok alek
2006-09-18 18:53:32 +00:00
espie
5b8b723bc3 zap unneeded 0.0 2006-09-18 11:50:39 +00:00
sturm
f40b6dea93 add RUN_DEPENDS on ruby-gems for gems-based ports
bump PKGNAME where necessary

noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
bernd
62e5e54451 Explicitly depend on tk-8.4.*. This fixes package updates for ruby-tk if
more than one tk version is installed.

ok sturm@, msf@
2006-08-09 22:14:11 +00:00
kurt
4708035a9d this doesn't build on amd64 yet (needs libffi) remove from list.
okay naddy@
2006-08-09 11:59:04 +00:00
espie
d39a581bf9 more new lib specs 2006-08-03 19:56:08 +00:00
espie
d64e5b7dc6 new lib specs 2006-08-03 13:09:09 +00:00
steven
fd86297c92 update to erlang R11B-0
from maintainer Jon Olsson <jon at vexed.se>

ok sturm@
2006-08-02 17:21:19 +00:00
pedro
a872683a28 Upgrade to Lua 5.1.1 2006-08-01 15:50:27 +00:00
alek
98c392da00 Add scheme48 2006-08-01 14:57:04 +00:00
alek
3d5f66d6f7 Import scheme48 1.3
Scheme 48 is an implementation of the Scheme programming language as
described in the Revised5 Report on the Algorithmic Language Scheme.
It is based on a compiler and interpreter for a virtual Scheme
machine.  Scheme 48 tries to be faithful to the Revised5 Scheme
Report, providing neither more nor less in the initial user
environment. It is based on a byte-code interpreter and is designed to
be used as a testbed for experiments in implementation techniques and
as an expository tool.

From Aaron Hsu <arcfide@sacrificumdeo.net>
2006-08-01 14:34:33 +00:00
espie
ca3f27f0de fix after compile on sparc64.
There is (again) something fishy with exceptions on sparc64...
2006-08-01 08:58:11 +00:00
espie
9ca5befc7b 4.2 branch of gcc 2006-07-31 09:50:53 +00:00
steven
e75d24784d - make the compiler find its header files
- set up paths correctly for extensions to work
from maintainer Deanna Phillips <deanna at sdf.lonestar.org>

clean up a bit while here.
2006-07-31 08:07:54 +00:00
alek
da0914ecfa Add MODGHC_RUNTIME to add/remove runtime dependency on lang/ghc.
From Jon Olsson <jon@vexed.se>
2006-07-30 13:21:38 +00:00
steven
6c2bc9a29d compile only the problem source file with -O0 on sparc64.
prompted by and "looks good" sturm@
2006-07-30 12:25:19 +00:00
pedro
b5b8b158bc Update to Lua 5.1, okay jolan@ 2006-07-30 04:25:41 +00:00
steven
b152800ccb unbreak python build on 4.0, bump PKGNAMEs.
"fine" sturm@, "ok if it works" alek@
2006-07-28 22:36:41 +00:00
steven
10002cbb91 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 10:32:55 +00:00
steven
56221ce9e9 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 06:29:33 +00:00
steven
47fe358308 update to chicken 2.41
from maintainer Deanna Phillips <deanna at sdf.lonestar.org>

use -O0 on sparc64 to avoid an internal compiler error.
2006-07-26 18:35:06 +00:00
steven
14073d70f4 fix homepages and a few master sites while there 2006-07-19 15:11:53 +00:00
espie
74276187a6 enforce mandir/catdir (prepare for mandir change) 2006-07-17 17:20:54 +00:00
espie
d729b46b0d say goodbye to MODGNU_SHARED, put documentation in the right place, bump
pkgname.
2006-07-17 16:59:59 +00:00
bernd
6275bfb08d Rename REV and SUB variables to MODRUBY_REV and MODRUBY_ARCH. Keep the old
ones around until the dependent ports have been synced.

ok msf@, 'I like it' sturm@
2006-07-14 15:41:21 +00:00
kurt
5bb1c2b0ec maintenance update to jamvm 1.4.3. based on update from maintainer
Frederick C. Druseikis <fredd at cse.sc.edu>.  amd64 correction not
included just yet as libffi submission needs more work.
2006-07-11 16:01:24 +00:00
kurt
b2cd6ae6a0 maintenance update to classpath 0.91
from maintainer Frederick C. Druseikis <fredd at cse.sc.edu>
2006-07-11 15:54:40 +00:00
bernd
0583244625 - add ruby to REGRESS_DEPENDS
- fix a typo in webrick/httpservlet/filehandler.rb. (from ruby CVS)

ok sturm@
2006-07-06 08:22:20 +00:00
pedro
d029a28f91 Update to Lua 5.0.3 2006-06-27 03:43:19 +00:00
jasper
50bbb103bd update to arena 0.9.3
ok alek@
2006-06-18 20:30:13 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
alek
fe39bf95cf Add arena 2006-06-12 13:28:41 +00:00
alek
96c660c1ca Import arena 0.9.2
Light-weight scripting language with C-like syntax.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2006-06-12 13:05:27 +00:00
sturm
845cc36920 support for CONFIGURE_STYLE "ruby gem"
with msf's consent
2006-06-11 19:56:31 +00:00
sturm
c48321f2f5 add CONFIGURE_STYLE "ruby setup" and related targets
move LIB_DEPENDS to relevant ports, no PKGNAME bump needed
this is in preparation of a soon to come ruby-gems port

with msf's consent
2006-06-11 18:57:11 +00:00
sturm
1dec9af13b readd correctly 2006-06-10 16:51:05 +00:00
sturm
05428a0975 don't try creating existing directories in mkdir_p(), needed for
upcomming ports to not get systrace warnings (and it's good practice
anyways)

ok msf@ (maintainer)
2006-06-10 16:50:15 +00:00
aanriot
000b107986 the "two-sided" PDF file has been regenerated, so update distinfo.
"yes of course" espie@
2006-06-09 12:14:19 +00:00
steven
a8310107cf +chicken 2006-06-04 10:36:17 +00:00
steven
98045bf9e3 import chicken 2.3
CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard, the Revised Report on the Algorithmic Language
Scheme (R5RS), and includes many enhancements and extensions.

submitted by Deanna Phillips <deanna at sdf.lonestar.org>

go ahead espie@
2006-06-04 10:36:03 +00:00
alek
974327c525 Switch default python version to 2.4 2006-06-03 09:14:04 +00:00
jolan
77c8d7fe91 point to a hosted, proper distfile 2006-06-02 01:52:25 +00:00
jolan
bbb4089bc2 +ucblogo 2006-06-01 05:59:01 +00:00
jolan
4db703487d ucblogo-5.5, berkeley's implementation of the logo programming language
from pedro@
2006-06-01 05:58:15 +00:00
avsm
26929fa20b typo, fixes RUN_DEPENDS 2006-05-29 21:39:10 +00:00
avsm
82be50bae4 update to ocamlduce-3.09.2pl1
enough statically-typed ML/XML to warm even the hardest C programmers heart
2006-05-29 03:55:33 +00:00
avsm
fc2bc22542 support findlib destdir for easier packaging of ocaml modules 2006-05-29 03:44:49 +00:00
avsm
e32ee88cb0 upgrade to ocaml-3.09.2, sturm@ ok 2006-05-28 15:28:53 +00:00
kurt
562f3f86f6 - add amd64 support
- add build depend on pkgconfig->=0.19p0

in collaboration with and ok ian@
2006-05-12 03:01:04 +00:00
sturm
11ce6ba323 unbreak mirror-maker, there should be no trailing slash in *_DEPENDS 2006-05-06 16:20:44 +00:00
kurt
e210468991 make fastjar list and extract modes recursively deal with directories
simialar to Sun's jar.
2006-04-20 04:42:38 +00:00
alek
b48cf21d31 Update to 2.4.3 2006-04-18 17:29:35 +00:00
kurt
9491d6bb91 +classpath +jamvm. reminded by Alexandre Anriot. 2006-04-11 13:43:35 +00:00
kurt
be2d60e2c2 update to 1.1.7 2006-04-11 01:09:44 +00:00
kurt
5cdad626f5 DESCR:
JamVM is a new Java Virtual Machine which conforms to the JVM
specification version 2 (blue book). In comparison to most other VM's
(free and commercial) it is extremely small, with a stripped executable
on PowerPC of only ~135K, and Intel 100K. However, unlike other small
VMs (e.g. KVM) it is designed to support the full specification, and
includes support for object finalisation, the Java Native Interface
(JNI) and the Reflection API.

From maintainer: Frederick C. Druseikis <fredd@cse.sc.edu>
2006-04-11 01:04:15 +00:00
kurt
ffc705904f DESCR:
GNU Classpath, Essential Libraries for Java, is a GNU project to create
free core class libraries for use with virtual machines and compilers
for the java programming language.

From mantainer Frederick C. Druseikis <fredd@cse.sc.edu>
2006-04-11 01:01:34 +00:00
sturm
ab947d365d don't try to pickup iodbc and fail
no PKGNAME bump needed

from maintainer
2006-04-09 19:32:50 +00:00
sturm
e099f40583 remove dead mirrors from MASTER_SITE_GCC and _SUNSITE
fix some pathes

from Jim Razmus
2006-04-05 04:42:58 +00:00
steven
f049ee2985 update to erlang R10B-10
joint work with new maintainer Jon Olsson (jon at abc dot se).

in PLIST, replace directories with version numbers by variables.
don't use -O3 flag.

feedback and ``I like it'' sturm@
2006-04-02 16:52:03 +00:00
steven
53e886025e unbreak build on amd64
floating point workarounds from NetBSD
2006-03-26 09:18:16 +00:00
msf
a4a3f3ef73 - depend on proper library version 2006-03-23 17:15:25 +00:00
kurt
40ddbf5ab4 - build with iconv to support -encoding and needed for classpath 0.20
- drop VMEM_WARNING since default ulimits are ok for this now
- change SEPARATE_BUILD=concurrent

Based on Frederick C Druseikis changes. okay ian@
2006-03-21 17:32:04 +00:00
sturm
176f5dac2c update to otp_src_R10B-9
based on older submissions to ports@
tested by Hannah Schroeter <hannah at schlund.de>
2006-03-07 19:30:36 +00:00
espie
66deeff11e update adabootstrap files to -current.
noticed by steven@
2006-03-06 16:40:59 +00:00
espie
b2737550c0 post-release version.
disable mudflap for now, as it is not compiling for us.
2006-03-05 22:11:15 +00:00
espie
725e433eed fix obvious mistake on !i386, surprised nobody spotted it yet. 2006-03-04 13:44:19 +00:00
pvalchev
caacdc0ffd use GNU malloc for now which unbreaks this (which is borked due to
our random mmap malloc); from Andreas Vögele <voegelas@gmx.net>
maxima seems happy with this too
2006-02-27 17:22:09 +00:00
pvalchev
55f08ee617 sync line numbers 2006-02-27 16:45:37 +00:00
naddy
bcc7662bfd Admit that it's BROKEN due to randomized mmap(). 2006-02-16 20:56:58 +00:00
david
9923841b93 cleaning: remove commented nonexistent SUBDIR entries; ok sturm@ 2006-02-12 14:58:15 +00:00
aanriot
9d55766457 looks like they have rerolled the distfile, so update distinfo and bump
PKGNAME.

confirmed by ian@
2006-02-10 21:02:25 +00:00
sturm
42e539c6a4 broken since some time (and outdated) 2006-02-08 20:01:52 +00:00
david
f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
steven
5a2a8155c5 switch tcl and tk MASTER_SITES to sourceforge.
make exmh2 use tcl mirrors directly.

no objection naddy@
2006-02-04 23:50:19 +00:00
bernd
c3969a91b0 Don't override do-build and do-install targets if CONFIGURE_STYLE is used.
"put this in" alek@
2006-01-27 17:50:54 +00:00
pedro
577c250b2c Fix collection of weak tables, from Roberto Ierusalimschy, okay jolan@ 2006-01-26 16:17:40 +00:00
sturm
c1539524cf bump PKGNAME due to PLIST changes after 3.8 -> 3.9 2006-01-22 23:21:46 +00:00
alek
a403eef060 bump PKGNAMEs due to PLIST changes after 3.8 -> 3.9 2006-01-22 16:30:36 +00:00
alek
407c9d0193 Fix build here as well 2006-01-22 11:34:45 +00:00
alek
64dd827320 Fix build 2006-01-22 11:33:32 +00:00
jolan
b9f762be69 add fixedpoint flavor, uses int instead of double to represent numbers
in lua.  mostly just an academic exercise, but is 300% faster on zaurus
when doing simple arithmetic

ok pedro@
2006-01-21 01:29:40 +00:00
pedro
5da46537f3 Replace the very few uses of strcpy(), strcat() and sprintf() by their
safe counterparts, okay jolan@
2006-01-18 11:17:03 +00:00
espie
844db198ad mark gccs as broken for now. 2006-01-14 11:47:20 +00:00
espie
9fb162cc98 type changes 2006-01-13 20:07:53 +00:00
bernd
c126f5d891 SHARED_LIBS, USE_LIBTOOL 2006-01-10 05:29:12 +00:00
espie
99781453c9 normal form, let's assume no-one used it yet. 2006-01-09 21:38:01 +00:00
espie
c11c30d255 works much better with this, oops. 2006-01-09 21:12:57 +00:00
espie
006a247aad newer snapshot, and enough for SHARED_LIBS... 2006-01-09 15:31:47 +00:00
espie
24fd0afc96 update to a more recent version, register SHARED_LIBS, fiddle a bit.
somewhat broken: no shared stdc++ library (why ?) and ada still doesn't
build (segfaults).
2006-01-09 12:16:35 +00:00
alek
47a8aeb82a SHARED_LIBS 2006-01-09 07:04:58 +00:00
espie
f0d22eadf6 fix broken PLISTs. 2006-01-08 22:51:16 +00:00
espie
2a50e228d2 shared libs, in a somewhat twisted way, but it works... 2006-01-08 21:35:08 +00:00
alek
fff1b3ec76 SHARED_LIBS 2006-01-08 13:08:01 +00:00
alek
01e810658f SHARED_LIBS 2006-01-08 12:57:04 +00:00
alek
b019a8071a SHARED_LIBS 2006-01-08 12:43:52 +00:00
alek
97ef7796e6 - SHARED_LIBS
- Regen PLIST
- Bump PKGNAME

ok msf@, steven@
2006-01-08 10:39:31 +00:00
alek
b4f1339cf8 SHARED_LIBS 2006-01-04 20:26:58 +00:00
alek
275b321055 - SHARED_LIBS
- Regen PFRAG.shared
- Bump PKGNAME
2006-01-03 23:00:31 +00:00
alek
cced271fc3 - Use SHARED_ONLY
- Use LIBTOOL
- SHARED_LIBS
- Regen patches and PLIST
- Bump PKGNAME
2006-01-03 22:19:26 +00:00
alek
72956485d2 - USE_LIBTOOL
- SHARED_LIBS
- regen PLIST
- Bump PKGNAME
2006-01-02 21:49:23 +00:00
alek
c48fee8d7a - Fix configure script so it will work if one has DEBUG=-g in mk.conf
- Remove "the" from COMMMENT
- USE_LIBTOOL
- SHARED_LIBS
- Bump PKGNAME

ok sturm@
2005-12-30 23:21:16 +00:00
msf
408205454d - update ruby to 1.8.4
- add no_x11 PSEUDO_FLAVOR and remove old tk FLAVOR
- add tk, iconv, and gdbm SUBPACKAGES
- take MAINTAINER

"commit now" naddy@
2005-12-29 17:27:31 +00:00
alek
135879e05a - Better RUN_DEPENDS for subpackages
- Use SHARED_LIBS
- Bump PKGNAMEs

spotted by naddy@ and sturm@
SHARED_LIBS tips from espie@
2005-12-27 19:41:21 +00:00
alek
903e70047b SHARED_LIBS
ok steven@ strum@
2005-12-25 20:42:47 +00:00
steven
ac19fe8275 create symlink from share/guile/slib to share/slib. allows other ports to
find guile.init. unbreaks devel/g-wrap.
suggestion and ok espie@
2005-12-22 12:21:44 +00:00
alek
b7726698e9 - Add no_tests and no_tools FLAVORS, just like it's mentioned in DESCR file
- Better RUN_DEPENDS for subpackages
- Build expat subpackage for all versions of python
2005-12-17 12:45:39 +00:00
alek
6f511ff03f - Update to 2.4.2
- Enable -expat subpackage base on included libexpat sources
2005-12-17 12:33:00 +00:00
espie
f686304431 do not install the revised report, since it exists as a separate package... 2005-12-12 13:42:21 +00:00
pedro
293cae4b06 Use local variables as to not leak them to user context 2005-12-10 23:02:05 +00:00
espie
a64d59ec4c allow slib+guile to work, by relying mostly on slib instead of a guile
wrapper that will need to be rewritten each time (looks like another GNU
software engineering malpractice to me).

Patches taken from netbsd. problem duly noted by Todd Fries.
2005-12-05 14:46:01 +00:00
steven
1a87af75bd update to 1.6.7
from rohee@ (maintainer), testing by alek@ and me
"go ahead" espie@
2005-12-03 18:33:18 +00:00
alek
0e5c057f82 Fix MASTER_SITES 2005-11-11 09:45:29 +00:00
naddy
bfd5225608 Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
2005-11-03 18:28:55 +00:00
espie
8dae46ec3b 3.3.6 2005-10-30 19:24:11 +00:00
espie
3ec1e705a9 new scheme, different breakage... 2005-10-30 10:10:52 +00:00
espie
1c8daf0310 update to new version 2005-10-30 09:27:08 +00:00
espie
4f7552a5b8 Update to more recent snapshot 2005-10-20 23:28:02 +00:00
couderc
17fd2e4679 dropping maintainership 2005-10-18 17:33:20 +00:00
fgsch
7f59f4b5cc fix bug #1019808 and bump package. maintainer@ ok. 2005-10-12 02:41:41 +00:00
wilfried
5ca1f8e1db update to 3.1.5 2005-10-07 14:08:34 +00:00
matthieu
7d5ff9315b Update to 1.6. Mostly a bug-fixes release. 2005-10-04 14:00:12 +00:00
espie
3bac55297a update to 3.7.7... still no 64 bits support.
clean-up a few minor details.
2005-10-02 13:16:23 +00:00
espie
a282264c98 switch to same snapshot as avr. disable pch stored files, since they
can't be built reproductibly.
2005-09-26 09:47:33 +00:00
ian
d2ebb61f52 Drop maintainership 2005-09-23 20:44:00 +00:00
avsm
6103699999 +ocamlduce 2005-09-23 14:28:10 +00:00
avsm
0066c70c68 initial import of ocamlduce-3.08.4pl3
--
OCamlDuce is a merger between OCaml and CDuce. It comes as a modified
version of OCaml which integrates CDuce features.  CDuce is a modern
XML-oriented functional language with innovative features: it is
statically type-safe, efficient, and offer powerful constructions
to work with XML documents.
2005-09-23 14:27:27 +00:00
avsm
c9f49b6af4 update to ocaml-3.08.4 2005-09-23 14:23:42 +00:00
espie
8e0d82c9f7 @pkgpath annotations to help update 2005-09-14 10:41:02 +00:00
espie
ca9c61d3e0 update to a recent snapshot. USE_LIBTOOL. 2005-09-11 22:04:41 +00:00
espie
441579e84b fix package names. 2005-09-11 07:40:58 +00:00
espie
6c3d3234be much more restrictive dependencies. For starters, g++-3.3.6 won't find
gcc-3.3.5...
2005-09-05 14:55:35 +00:00
espie
5232470579 duplicate mkdir 2005-09-04 23:31:07 +00:00
pvalchev
bdfab055fb fix pcre vulnerability; ok naddy 2005-08-27 19:27:57 +00:00
naddy
63347c3c80 SECURITY:
CAN-2005-2491, http://securitytracker.com/id?1014744
A remote or local user may be able to supply a specially crafted
regular expression to trigger a heap integer overflow in PCRE.

ok pvalchev@
2005-08-27 15:57:31 +00:00
espie
11abee91b2 use a new regen'd ada bootstrap that matches 3.8 libraries.
okay pvalchev@
2005-08-24 22:54:42 +00:00
espie
f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00
espie
f90faf868a conflicts from the past: history since 3.7.
As noted on ports@ recently, pkg_add -r relies on conflicts, and the
sheer existence of updates means we MUST take the past into account in
conflicts now.

Note the renaming of hugs98 to valid package names where versions are
concerned.

This commit shows clearly the renaming of the xfce4 plugin packages, the
ditching of eclipse flavors, the splitting of nessus into subpackages,
the splitting of various other software documentations, some packaging bugs
in kdeedu, and a lot of files moving around...

okay pvalchev@
2005-08-16 09:49:51 +00:00
jolan
8f70db9040 3.8-beta still has the "defining _XOPEN_SOURCE breaks shit" bug so
extend the python workaround to include 3.8 and bump pkgnames
2005-08-10 02:14:13 +00:00
naddy
2db0721c13 Formally admit that this port is broken and unlikely to be fixed soon.
It broke when stat() changed and applying the corresponding patches
from ezm3 is NOT sufficient.
2005-08-09 19:23:18 +00:00
robert
b679057ca9 native code does not work on arm. this change unbreaks a couple of
ports because they think that we have a native ocaml but we don't.
2005-08-09 15:22:54 +00:00
espie
da70dd13ff update to a recent 4.0 snapshot. 2005-08-05 15:22:45 +00:00
espie
df8dfd269b update to most recent gcc 4.1 snapshot. 2005-08-04 14:51:36 +00:00
sturm
4718cd11c3 not for sparc64 -> only for i386
bump PKGNAME

from maintainer Nuno Morgadinho <nmorgadinho at openbsd-pt.org>
2005-07-02 05:46:25 +00:00
robert
c1791de453 SECURITY:
fix an arbitrary command execution vulnerability; bump PKGNAME

http://www.vuxml.org/openbsd/e80d814e-e9b6-11d9-a5c1-00065bd5b0b6.html
2005-06-30 22:37:12 +00:00
aanriot
06b94cb86a update my email address.
ok naddy@
2005-06-28 17:46:43 +00:00
espie
0961beec67 zap strcpy/strcat/sprintf in gfortran. 2005-06-16 18:04:41 +00:00
espie
a81ffa2f3f reactivate stuff that builds (ada, objc, c++) 2005-06-16 11:09:18 +00:00
espie
425bdb763d bump to new snapshot 2005-06-14 19:33:11 +00:00
avsm
645067bbcc bump PKGNAME for the amd64 native code fix 2005-06-13 23:22:43 +00:00
avsm
25033581a4 fix a rare bug in amd64 native code output that might trigger on
tail recursive functions with > 9 arguments. from ocaml cvs
2005-06-13 23:21:55 +00:00
espie
6841e3f9df bump to new snap 2005-06-13 19:54:30 +00:00
sturm
d475393e05 update to expect 5.43.0
from Alexandre Anriot <aanriot at atlantilde.com>
2005-06-12 12:04:00 +00:00
alek
609a50a01b Add 2.4 2005-06-07 01:13:52 +00:00
alek
65a7f47309 Import python 2.4
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax.

tested by djm@ and mpech@ (but more tests are needed!)
mbalmer@ and xsa@ want it to go in
2005-06-07 01:12:54 +00:00
alek
868c44e6c6 Mpz and expat modules only work with python 2.3 2005-06-06 20:47:04 +00:00
espie
e23a13ebf6 and as usual, I forgot two patches... 2005-05-29 13:27:17 +00:00
espie
faffe843bb more recent snapshot 2005-05-29 13:26:49 +00:00
espie
e5f852ff79 *** empty log message *** 2005-05-29 10:56:14 +00:00
avsm
9882ae47c3 native code works on the zaurus now! 2005-05-28 20:55:45 +00:00
mbalmer
ae4a881f9e Added SUBDIR += pfe 2005-05-28 17:58:59 +00:00
mbalmer
70e47983b3 Portable Forth Engine
from Alexandre Anriot, aanriot (at) atlantilde.com
2005-05-28 17:57:43 +00:00
alek
1089355064 - Move stuff around in preparation for python 2.4
- Better WANTLIB marker for base package
2005-05-23 20:39:36 +00:00
alek
721889d57b Missed in previous commit 2005-05-22 12:02:55 +00:00
alek
4fe315c497 Please use lang/python/2.3
ok mbalmer@, xsa@, krw@ and others too
2005-05-22 12:01:13 +00:00
alek
606ee833e7 Use python 2.3
ok dons@
2005-05-22 09:45:06 +00:00
alek
12b950cecc Use python 2.3
ok dons@
2005-05-22 07:10:33 +00:00
espie
f6b1fe24e0 switch to a more recent snapshot. Needs recent m4 to rebuild configure
correctly.
2005-05-21 10:34:43 +00:00
alek
1f8e9733e2 Remove old version as we have newer ones.
ok mbalmer@, krw@ (and others too)
2005-05-17 17:53:25 +00:00
espie
0d50b85369 get PKGNAMEs to bump correctly.
With the recent svscanf change, stdio no longer gets tweaked.
2005-05-16 11:14:36 +00:00
avsm
d69c5dc23c upgrade to ocaml-3.08.3, tested on many architectures by krw@ 2005-05-09 13:50:41 +00:00
dons
9ddc333e90 Make sure $X_CFLAGS are visible when running configure tests for X11 and
HGL libraries. Enables X11 and HGL Haskell bindings.

Tested on amd64 and x86.
Patch courtesy of Greg Steuck <greg@y2005.nest.cx>
2005-05-08 08:45:09 +00:00
pedro
ddfd9b9a56 enable line-editing support, bump package name, okay jolan@ 2005-04-27 16:41:11 +00:00
jcs
c8be0f97db += open-cobol 2005-04-27 03:33:28 +00:00
jcs
f74a1e7bfc open-cobol-0.31, a COBOL compiler
for my buddy dave, the best COBOL programmer in the world
2005-04-27 03:32:15 +00:00
pvalchev
09e0e661d8 add sparc to the list of arches that get freaked out by this, so it
doesn't interfere with bulk builds..
2005-04-27 03:14:45 +00:00
dons
3912fc3770 Install ffihugs, now that the FFI works.
Add missing X11, GL, GLU to WANTLIB.
Use -fPIC. Fixes build on amd64 (probably others too).
2005-04-24 04:57:07 +00:00
pedro
4b5c32f20d prepare for luacompat, don't leak variables to the user environment 2005-04-19 14:31:27 +00:00
espie
d8577a8d85 go to more recent snapshot 2005-04-03 15:40:19 +00:00
sturm
5726224ff5 fix HOMEPAGE and MASTER_SITES
OK 'I had that in once, dammit!' ian@
2005-03-31 22:39:45 +00:00
dons
1f9ddb93f3 Foreign Function Interface patch committed upstream.
Update distinfo and enable FFI.
2005-03-28 08:10:00 +00:00
ian
8b852d1a38 Upgrade to latest version 1.22, MASTER_SITES reflects move to SourceForge. 2005-03-27 01:04:46 +00:00
alek
644f32ce81 Oh my^W^WMore no longer needed WWW:... lines 2005-03-25 15:13:59 +00:00
dons
5dfacb2a9f Update lang/hugs to latest stable.
ok pvalchev@
2005-03-24 07:35:03 +00:00
db
0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00
alek
f9d7e3c273 Wrong path in LIB_DEPENDS
ok espie@
2005-03-11 16:38:22 +00:00
jolan
a0900859f7 X_OPEN_SOURCE workaround for 3.7 as well... 2005-03-08 09:20:32 +00:00
espie
5d1a285793 more recent snap 2005-03-07 16:30:06 +00:00
alek
1c7c77e466 Better dependencies for (sub)packages 2005-03-03 23:20:47 +00:00
alek
2691258fe2 - Update to 2.3.5 (this version has a fix for PSF-2005-001)
- Fix -tkinter subpackage
- Cleanup PLIST-tools

ok fgsch@, xsa@
2005-03-03 22:29:49 +00:00
alek
8d985aab06 - Security update PSF-2005-001 http://www.python.org/security/PSF-2005-001/
- Fix -tkinter subpackage
- Bump PKGNAME

ok fgsch@
2005-03-03 22:23:56 +00:00
alek
9df2e2b83d - Fix -tkinter subpackage
- Bump PKGNAME
2005-03-03 21:59:57 +00:00
espie
2a4c765b7a yep, 4.0 got branched, so now there are 4.1 snapshots.
Just put this in and don't activate it yet... this makes gcc 4.1
available for people who want to play with it, but it hasn't really
diverged from 4.0 so far...
2005-02-28 15:12:45 +00:00
espie
eaba92efb8 update DESCR to match current reality. 2005-02-28 12:36:13 +00:00
pvalchev
da282f070a espie forgot this 2005-02-27 23:24:28 +00:00
espie
8d8f17306b update to more recent snap on the 3.4 branch.
tell libtool to mind its own business.
2005-02-27 21:29:07 +00:00
espie
40bee4bf58 update to a more recent snapshot.
tell libtool to not run ldconfig, thank you.
2005-02-27 21:27:12 +00:00
espie
f0d1c6a05b synch patches to new snapshot.
tell libtool to fuck off about ldconfig.
2005-02-27 15:42:50 +00:00
espie
c7d7fcb72f switch to a more recent snapshot off the 3.3 branch. 2005-02-27 15:41:59 +00:00
espie
6222bbbeaf skeleton for sparc32 config. 2005-02-27 12:15:00 +00:00
alek
522ecd0c11 Add/fix WANTLIB markers 2005-02-24 13:20:41 +00:00
alek
6aba07414b Marked BROKEN since 1999/09/17
go ahead espie@
2005-02-23 19:26:58 +00:00
alek
edda0d5594 sources/
- Add PKG_ARCH
- Bump PKGNAME

vm/
- Add WANTLIB marker
- Remove wrong PKG_ARCH
- Bump PKGNAME

yeah espie@
2005-02-23 19:14:49 +00:00
espie
9ee1d6c9f3 catch up to more recent version. 2005-02-22 21:27:50 +00:00
espie
54d9a478c5 synch with newer snapshot, sync with src, switch to dwarf2 exceptions.
fixes bootstrap error...
2005-02-22 17:35:22 +00:00
alek
fd004517eb - Don't use included gettext
- Bump PKGNAME
2005-02-22 13:53:16 +00:00
alek
7851691fe1 Add WANTLIB marker 2005-02-21 20:24:21 +00:00
alek
e3df75271a - Fix dependencies for -doc subpackage
- Bump -doc PKGNAME
- Add WANTLIB marker
2005-02-21 19:30:34 +00:00
alek
dffc4cd414 Add WANTLIB marker 2005-02-21 16:22:08 +00:00
alek
ac584cc39f Adjust WANTLIB marker 2005-02-21 15:44:48 +00:00
alek
1475bd4419 Add WANTLIB marker 2005-02-21 14:15:47 +00:00
jolan
ad7395b38c make TCL_INCLUDE_SPEC point to the actual directory where the tcl
headers are
2005-02-20 03:09:35 +00:00
espie
d40553cbda bye bye 2005-02-20 01:24:31 +00:00
espie
124935d487 switch to gcc 3.3.5 2005-02-20 01:22:52 +00:00
dons
450a194a1c Switch to building nhc98 via gcc on sparc, as ghc is not available there.
ok pvalchev@
2005-02-20 00:09:53 +00:00
dons
d1837aebea Port ghc-6.2.2 to amd64.
ok pvalchev@
2005-02-19 03:42:11 +00:00
espie
8cb5abac67 build gcc ports 2005-02-15 09:30:42 +00:00
espie
ff1e1a73f4 get ready to switch to this port 2005-02-15 09:28:58 +00:00
dons
cd5fda6e80 Update ghc to 6.2.2.
Adds support for ghci. More stable foreign function interface.

Just i386 at the moment.

ok sturm@ pvalchev@
2005-02-14 01:26:56 +00:00
alek
d420b19122 Add WANTLIB marker 2005-02-13 19:49:53 +00:00
alek
4bd87ea577 Add WANTLIB marker 2005-02-13 19:31:19 +00:00
alek
ddf86c18a2 Add WANTLIB marker 2005-02-13 18:03:36 +00:00
alek
4bb7a34bb7 - Fix libintl/libiconv linking
- Add WANTLIB marker
- Bump PKGNAME

ok naddy@
2005-02-11 12:14:37 +00:00
alek
48d16d550c Add WANTLIB marker 2005-02-08 21:17:20 +00:00
todd
c4e3a764a4 this software was abandoned long ago, no reason to keep it around here either.
reminded by naddy.
2005-02-07 21:00:53 +00:00
pvalchev
b98cbc574d remove margarida@ from the maintainer position after a generous timeout 2005-02-07 19:01:47 +00:00
espie
65f926e15f new snapshot, switch to dwarf2 like the src compiler. 2005-01-31 09:47:34 +00:00
naddy
4ea670fd4b Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-27 02:09:52 +00:00
alek
939bc6c55e Add WANTLIB marker 2005-01-25 15:56:38 +00:00
sturm
c089b588ca fix documentation 2005-01-22 14:28:38 +00:00
espie
515f6874fe grr cvs 2005-01-20 11:03:04 +00:00
espie
b53beb6d8b update to 2.33.2, passes all its tests. 2005-01-20 10:48:56 +00:00
espie
1b62287db9 update to latest snapshot, with basic OpenBSD configuration.
go to dwarf2 config.
2005-01-17 19:20:10 +00:00
naddy
c5fd7c6037 Don't try to run aclocal to find aclocaldir. This avoids running
metaauto's lone wrapper.
2005-01-17 19:08:01 +00:00
sturm
b1d1e479a4 better and consistent LIB_DEPENDS on db; this fixes a few possible
build time failures, where the wrong version of db could be found
2005-01-12 21:31:05 +00:00
espie
4e4fb341ff get gmp. 2005-01-09 00:54:47 +00:00
espie
0429bf52a0 fix name for g95 2005-01-08 19:51:07 +00:00