Commit Graph

1571 Commits

Author SHA1 Message Date
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
bernd
6455de7b45 Add missing COMMENT-main. 2006-11-22 17:40:43 +00:00
espie
cf9b0dbefe new MULTI_PACKAGES
fix ownership of a few files
turn MAKE_xxx into PSEUDO_FLAVORS
2006-11-22 01:17:45 +00:00
steven
31265c8695 update to erlang R11B-2
from maintainer Jon Olsson

looks good sturm@
2006-11-21 08:59:44 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
espie
6c9a06297f convert to new MULTI_PACKAGES 2006-11-20 12:21:04 +00:00
msf
0f7703305c unbreak no_x11 flavor. spotted by Jason LaRiviere. 2006-11-19 11:54:44 +00:00
jasper
a642a9cf90 update arena to 0.9.9 2006-11-17 14:38:49 +00:00
steven
f7f5f2afbb explicitly pass X includes/libraries location to an old configure script
(otherwise it breaks with config.x11.site)
2006-11-16 07:29:59 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
kurt
be4044c10c fix strtod/__dtoa conflicts. okay pvalchev@ 2006-11-11 01:44:54 +00:00
alek
f0eaa2070a PFRAG file missed in previous commit 2006-11-09 17:36:29 +00:00
ajacoutot
7348af005d - build thread safe spidermonkey
corrections & ok steven@
2006-11-08 23:17:33 +00:00
djm
3f01d8e28d fix compilation on ARM, where the ctypes module is not supported by
moving it into a new PFRAG; feedback and ok alek@
2006-11-08 19:00:19 +00:00
djm
78f9f58699 refer to 2.5, not 2.4 here 2006-11-08 18:59:38 +00:00
kili
262f516a1b Avoid references to PKGNAME.
Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}.
Drop DIST_SUBDIR where appropriate.

Problem mentioned by naddy.
Some simplifications and ok, steven.
2006-11-04 19:19:15 +00:00
kili
81f3a43fc9 Fix the autoconf tests for our new gmp (from upstream) and update
to 0.32.

some corrections and ok, steven@
2006-11-04 12:52:06 +00:00
espie
4ec0940ae1 Remove traces of SCRIPTS_ENV 2006-11-03 17:01:10 +00:00
bernd
182ef239b3 Security fix for CVE-2006-5467 from ruby CVS.
More info:
http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html
http://www.securityfocus.com/bid/20777/info

ok msf@
2006-11-02 12:46:13 +00:00
espie
cb2b4ae232 move SCRIPTDIR to FILESDIR 2006-11-02 11:22:15 +00:00
espie
3f3a1c6d70 mv from SCRIPTDIR to FILESDIR 2006-11-02 11:09:01 +00:00
naddy
58940d0ce0 switch -f95 gmp dependency to gmp and mpfr 2006-11-01 23:57:24 +00:00
alek
79b5e0d540 Add 2.5 2006-11-01 21:20:04 +00:00
alek
6633bb58a6 Switch from Setup files to setup.py; add new subpackages 2006-11-01 21:11:55 +00:00
alek
c50d7b16d9 Python 2.5 2006-11-01 20:59:18 +00:00
alek
5a61fb12aa Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs 2006-11-01 20:38:37 +00:00
alek
30b29f889b Replace (DE)INSTALL with (UN)MESSAGE 2006-11-01 20:12:58 +00:00
alek
cca855dc21 Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage 2006-11-01 20:02:06 +00:00
pedro
cd9944f596 Install lua.pc, okay jolan@ fgsch@ 2006-10-29 19:45:54 +00:00
bernd
5df9d3851a Remove REV and SUB. All ruby ports are using the new variables now. 2006-10-28 21:52:02 +00:00
ajacoutot
36d2cceb0b - update my email address
- bump PKGNAME

ok robert@
2006-10-27 12:53:01 +00:00
bernd
7e48f49f80 Args, LIB_DEPENDS should be correct now... Sorry. 2006-10-26 18:15:24 +00:00
bernd
cc19ce0907 Fix LIB_DEPENDS for subpackages and bump PKGNAMEs. 2006-10-26 17:57:16 +00:00
jasper
9ac3363d6f update arena to 0.9.8
ok steven
2006-10-22 09:00:43 +00:00
steven
27094c6fda bump PKGNAME after some packaging changes earlier
okay bernd
2006-10-22 08:45:39 +00:00
robert
b6dd2e7ca7 Add MODGCC4 support and use gcc 4.2;
ok espie@
2006-10-21 14:26:07 +00:00
naddy
7bdea5013c move distfiles from dying machine 2006-10-21 09:42:32 +00:00
espie
15468ce790 remove gcc 3.4 and 4.0 from build, welcome gcc 4.2.
Should work on i386, amd64, sparc64 after this week...
2006-10-20 17:40:24 +00:00
espie
278c584b39 tweaks for Fortran and objc on amd64 2006-10-20 15:35:25 +00:00
espie
25c7d3930b update to a recent snapshot, and fix some bullshit
can probably compile on amd64 now
2006-10-20 13:43:18 +00:00
espie
ee19b10a26 bump ada bootstrap for libc changes 2006-10-20 11:03:38 +00:00
bernd
d38987df61 - Clean up Makfile to make it more readable.
- Better dependencies for the subpackages. Bump PKGNAMEs.

ok msf@
2006-10-19 01:03:17 +00:00
espie
f86ce0ffa0 variant part for 64 bit architectures.
No pkg bump, since it doesn't affect the packages that were already
building correctly.

found out by nikolay.
2006-10-18 17:56:14 +00:00
bernd
c1e377c812 Add code that allows us to patch gem files.
discussed with & ok sturm@
ok for an earlier version msf@
2006-10-18 13:41:36 +00:00
naddy
2d3cd610ed unconditionally use -fPIC (over -fpic) 2006-10-18 13:10:37 +00:00
espie
3427227210 finally update to 9.4.3, should have done this ages ago. 2006-10-16 10:01:55 +00:00
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