Commit graph

3427 commits

Author SHA1 Message Date
tonio
ef23d02256 Update lang/maude to 2.1.1
Let the package use the TOOLS facilities for flex and bison
Changes in this version includes a few bugfixes, support for syntax for
theories, and parser improvement
Update fixes PR 31753
2005-10-14 19:54:39 +00:00
kristerw
089c995b05 Update ghc to version 6.4.1
"6.4.1 is a bugfix release over 6.4. No library APIs have changed, so code
that worked with 6.4 should continue to work with 6.4.1.

Many, many bugs have been fixed relative to 6.4. Far too many to list here."


Fixes PR pkg/31751.
2005-10-14 18:47:28 +00:00
tv
e3115c1898 Do-notiung commit to add the following note to cvs log:
Release notes are available at:
    http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-10-11 18:07:48 +00:00
tv
5ff0de1280 Update to 1.5.0_05. See Sun's site for release notes; too large for CVS log. 2005-10-11 17:56:24 +00:00
tv
04be13ac56 Move PLIST twiddling to pre-install step where it belongs. 2005-10-11 15:49:48 +00:00
tonio
1e1825edd1 Update kaffe-x11 to 1.1.6 2005-10-11 10:01:14 +00:00
tonio
b501b2c29e Update lang/kaffe to 1.1.6
This release contains many improvements, including the merge with gnu classpath
0.18
Also, patches from PR 30585 have been integrated upstream.
Thanks joerg for testing it under dragonfly
2005-10-11 10:00:15 +00:00
joerg
3b5d9662f4 Use FreeBSD modus for DragonFly as well. 2005-10-10 20:37:01 +00:00
joerg
07dbbd3e81 Bump revision since the linking changed on DragonFly. Suggested by
jlam@.
2005-10-10 17:33:15 +00:00
joerg
e1dc87c8ca Include errno.h and only define errno if that doesn't do the trick. 2005-10-10 17:19:51 +00:00
joerg
2e1ac9954c Nuke last chunk of patch, it got appended by configure. 2005-10-10 17:11:32 +00:00
joerg
3fa24ec5b9 Just use -pthread on DragonFly for thread linkage. 2005-10-10 17:07:36 +00:00
jschauma
e04c320df6 Commit patch provided by Hauke Fath in PR pkg/31538 to update
sun-j*13 to version 1_3_1_16 aka 1.0.16.

Changes and bugs fixed, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16

SIGSEGV in Type*Type::meet(const Type*)const+0x0
JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11
JVM stops merging state vectors for blocks where there's a monitor mismatch.
Incorrect abstract interface semantics in JDK ValueHandler
1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix
java.util.zip stream classes do not close default {De,In}flaters
Unnecessary object retention in java.util.zip.Deflater
Test CTE_REGTEST/Generic/4894903 is unpredictable
Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob
JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed
JNDI sending premature ABANDON after connection has closed
2005-10-10 14:59:20 +00:00
jdolecek
d6b8f0ce6e add inet6 to list of supported options; this effectively enables IPv6
support by default, since the USE_INET6 mapping now properly kicks in
2005-10-08 21:04:36 +00:00
jdolecek
74a374c9ac fix plural 2005-10-08 16:51:50 +00:00
jdolecek
e4855206f0 Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls://
stream support, and couple others). These don't work when SSL support
is loaded via extension.

For this reason, make openssl extension unconditionally built-in
into the main PHP package, and g/c security/php-openssl.
2005-10-08 16:49:35 +00:00
jdolecek
f2d1572c3d Add a fix to LDAP extension build to properly detect LDAP capabilities,
such as TLS support.

Patch provided by Stoned Elipot in private e-mail.
2005-10-07 21:09:27 +00:00
reed
a4bd461010 Remove wiz's quick workaround for the --mandir.
Remove the --mandir setting for CONFIGURE_ARGS as this is
now done by default (for GNU_CONFIGURE).

Remove the man page staging from post-install (and the
comment about this). The maintainer told me this was
a workaround for older versions of tcl and that it is
fixed now.
2005-10-07 18:38:34 +00:00
wiz
a8586bfce5 Package wants to override mandir, so set
CONFIGURE_HAS_MANDIR=  no
2005-10-07 17:19:03 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
reed
cbfd7fe7a1 Use CONFIGURE_HAS_MANDIR=NO because configure is old
and does not know --mandir.
(This still needs a patch that I have to commit.)
2005-10-04 18:19:16 +00:00
tv
8a957173eb PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04 16:50:50 +00:00
wiz
2ab9feaa66 Get rid of some more stuff that was to be removed after 2005Q3. 2005-10-03 21:36:58 +00:00
recht
1da55da943 sync with new Python 2.4 version 2005-10-02 10:50:57 +00:00
recht
5d71b63ce0 Update to Python 2.4.2
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.

For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
2005-10-01 21:12:05 +00:00
recht
6a732960a0 Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRE
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
2005-10-01 19:59:39 +00:00
recht
bd2ff29fe1 Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRE
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491

Bump PKGREVISION's.
2005-10-01 19:36:01 +00:00
wiz
d736975c5f Use jbuilder-jit-license as license file. 2005-09-29 13:36:11 +00:00
rillig
7c07d9b2cb Fixed pkglint warnings. 2005-09-28 21:46:24 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
ce57fb90d9 Removed deprecated use of NO_PATCH. 2005-09-28 19:04:44 +00:00
rillig
0255d59cfc Removed empty PKGREVISION. 2005-09-28 17:00:36 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
rillig
ef0170fa48 Removed trailing white-space. 2005-09-28 14:09:42 +00:00
wiz
0c4d974e72 Add missing file to PLIST. Bump PKGREVISION. 2005-09-26 15:04:03 +00:00
dmcmahill
a74040cb70 enable on solaris. seems to work ok here 2005-09-24 02:30:57 +00:00
taca
7cdd80c6de Use security patch in official Ruby's ftp server instead of adding locally.
This dosen't change anything to installed binaries nor built package.
2005-09-23 12:01:44 +00:00
wiz
073a78b59f Depend on current pkgsrc version of sablevm-classpath; bump PKGREVISION. 2005-09-22 14:58:00 +00:00
joerg
92da883c16 Ensure that errno really comes from errno.h and only define it as
extern, if it's not a macro. Teach configure about DragonFly.

OKed by maintainer.
2005-09-21 14:49:08 +00:00
taca
1c8a60b4ab Add a patch for fix the security problem which allows an arbitrary code
to run bypassing the safe level check.

Bump PKGREVISION.
2005-09-21 14:04:55 +00:00
taca
b2a41fdcae Add a patch for fix the security problem which allows an arbitrary code
to run bypassing the safe level check.

The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list.

Bump PKGREVISION.
2005-09-21 14:03:22 +00:00
joerg
b635917be7 Allow Python 2.3 to build dynamic modules on DragonFly. 2005-09-21 09:39:26 +00:00
abs
df25641458 revert last - thanks to wiz for poking me to find the real cause of the
breakage.
2005-09-20 10:56:38 +00:00
abs
c98b0a6e37 Set PKGNAME= rather than PKGNAME?=
Previously php-gettext would end up with a PKGNAME of php-{ver}, with
obviously breakage.
2005-09-19 23:07:10 +00:00
taca
33275d9118 Rearrange configure script a little:
- Correct case statement moving "interix3*)" to before "interrix*)" since
  "interix3*)" wouldn't match and always match to "interix*)".

- Remove "interix3*" in the case condition which always "interix*" pattern.

This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other
platforms, but fix obvious mistake in configure script.
2005-09-19 15:19:13 +00:00
hira
bd52ab0247 Add buildlink file. It's required by textproc/py-dtml.
Reviewed by minskim@.
2005-09-19 14:56:26 +00:00
taca
d53e470ee6 Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.
Bump PKGREVISION.
2005-09-18 13:38:50 +00:00
taca
835b48fb15 Adding DrafonFly BSD support provided by Joerg Sonnenberger.
Bump PKGREVISION.
2005-09-18 13:36:30 +00:00
minskim
1bef73378f Make installed files match PLIST on Darwin. This addresses the
installation problem noted in PR pkg/31324.
2005-09-17 19:35:51 +00:00