Commit graph

3727 commits

Author SHA1 Message Date
joerg
6e244a7db6 Move init of errfdevice to bwb_init, it should be the first
function which is ran and stderr can't be used as lvalue in
file scope.
2005-12-30 23:29:36 +00:00
jlam
d12148e1c9 Ensure that the hints files are always writable before modifying them.
Fixes build problems on platforms without threads.
2005-12-30 23:16:33 +00:00
ghen
d1b33df842 Add missing @comment $NetBSD$. 2005-12-30 16:10:29 +00:00
joerg
a992ed442a Add DragonFly support. Fix isnan and isinf detection. 2005-12-30 14:18:51 +00:00
joerg
998e385550 Fix errno. 2005-12-30 12:39:43 +00:00
ghen
eebba04ca0 - Update Erlang to R10B-9. (The changes are innumerable, this package hasn't
been updated in more than two years.)
- Add a buildlink3.mk file.
- Make the Java dependency optional, and disable this option by default (this
  will make erlang build in more bulk builds).

Ok by wiz.
2005-12-30 10:32:16 +00:00
jlam
2927908735 Perl has no dependencies, so force patch the Configure script to make
library searches to start in the system directories instead of in the
pkgsrc-controlled directories.  This change is in the same spirit as
the one that caused the PKGREVISION bump to 6, but is more likely to
work on IRIX where plibpth needs to be set from the Configure script.
This time, we patch the Configure script instead of setting libpth in
the hints file because we depend on the values of variables which are
defined after the hints file is sourced by the Configure script.

XXX This breaks building perl on a platform that has native pthreads
XXX with PREFER_NATIVE_PTHREADS=no, but that's not really worthwhile
XXX to fix.
2005-12-29 17:54:45 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
abs
f2b16de187 fix typo in comment, and rephrase sentance 2005-12-28 09:27:13 +00:00
abs
ad44165dea Update lang/sun-jdk13 to sun-jre13-1.0.17.
Changes since sun-jdk13-1.0.16

- REGRESSION: hotspot c2 crash running rmi JCK tests
- server VM crashes with -Xcomp in 1.4.2_05
- Crashes at Function name=JVM_GetCPFieldSignatureUTF in jdk 1.3.1_13
- Exception message's size is more than doubled everytime an
  exception is thrown
- RFE: Stall allocation requests while heap is full and GC locker
  is held
- VolanoTest OOM with mustang b14
- JVMPI obj_frees come before method_exits
- improve the performance of GC_locker
- JRE/Browser crash during repaint - IE/XP on MP or HT systems.
- GregorianCalendar returns bad WEEK_OF_YEAR
- Escalation: broken for time zone issue with date on windows
- Memory leak due to unreferenced Objects created via 1.3.1 ActiveX
  bridge
- Possible regression in ActiveX Bridge 1.3.1_13 and higher
- Beans extending JPanel class are not released when created via
  1.3.1 ActiveX bridge
2005-12-28 09:22:31 +00:00
abs
088691f458 Update lang/sun-jre13 to sun-jre13-1.0.17.
Changes since sun-jre13-1.0.16

- REGRESSION: hotspot c2 crash running rmi JCK tests
- server VM crashes with -Xcomp in 1.4.2_05
- Crashes at Function name=JVM_GetCPFieldSignatureUTF in jdk 1.3.1_13
- Exception message's size is more than doubled everytime an
  exception is thrown
- RFE: Stall allocation requests while heap is full and GC locker
  is held
- VolanoTest OOM with mustang b14
- JVMPI obj_frees come before method_exits
- improve the performance of GC_locker
- JRE/Browser crash during repaint - IE/XP on MP or HT systems.
- GregorianCalendar returns bad WEEK_OF_YEAR
- Escalation: broken for time zone issue with date on windows
- Memory leak due to unreferenced Objects created via 1.3.1 ActiveX
  bridge
- Possible regression in ActiveX Bridge 1.3.1_13 and higher
- Beans extending JPanel class are not released when created via
  1.3.1 ActiveX bridge
2005-12-28 09:21:57 +00:00
reed
5576b88525 Honor PKGMANDIR. 2005-12-27 21:20:49 +00:00
taca
7a8b802f07 Better handling for using ndbm(3) or compatible version by Berkeley DB.
For possibility of changing dependency, bump PKGREVISION.
2005-12-27 11:45:12 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
joerg
3925481e1b Fix GCC 3.4+: floor called in configure should take an argument. 2005-12-23 15:36:25 +00:00
joerg
459e7e8680 Remove lang/python2[1234]-pth, the main package works with pth as well. 2005-12-22 22:11:59 +00:00
joerg
e50d4fdbe6 Unhook python2[1234]-pth. 2005-12-22 22:10:36 +00:00
jlam
0acd04a5f6 Tell the Configure script the correct LDFLAGS needed to link threaded
applications much sooner.  We do this by making every hints file create
a usethreads.cbu script that prepends the correct LDFLAGS to the
ldflags and lddlflags Perl variables.  This should fix PR pkg/31091,
which detailed a problem with building threaded perl on a platform
withat native pthreads that used GNU Pth as its pthread library.

While we're here, also fix some minor variable quoting issues.

Bump the PKGREVISION to 6.
2005-12-22 15:23:17 +00:00
joerg
eaa963de93 DragonFly needs the stublib PLIST fragment as well. Bump revision.
Fix another place where a ocaml script is installed with
BSD_INSTALL_PROGRAM, which doesn't work on DragonFly, since strip
bails out.
2005-12-22 14:37:17 +00:00
joerg
a84ec064dc Fix GCC 3.4+: label at end of compound statement.
Fix FILE usage: Don't assert the offset of a FILE member, it must not
be used as such.
2005-12-21 18:21:31 +00:00
joerg
74ff322ae8 Fix GCC 3.4+: label at end of compound statement. 2005-12-20 14:51:00 +00:00
jlam
f4cc8975af Fix for Perl format string vulnerability noted in CVE-2005-3962:
perl suffers from an integer wrap overflow inside the explicit
    parameter format string functionality. This has been confirmed to
    be a vector for remote code execution.

Bump PKGREVISION to 5.
2005-12-18 15:25:29 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
rillig
b0b95d1733 Fixed quoting bug that had been introduced in the last revision. 2005-12-16 00:13:30 +00:00
ghen
da9c990bfc Update my e-mail address. 2005-12-13 12:15:16 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
joerg
6895498254 Fix errno. Add DragonFly. 2005-12-11 23:12:11 +00:00
rillig
dd1c1e7bcd Fixed the variable quoting which had led to a build failure because of the
recent pkglint patch.
2005-12-11 21:36:35 +00:00
wiz
f780690ac4 Revert, new expression did not handle nbX correctly. 2005-12-11 09:24:24 +00:00
wiz
3d2d59b7c7 Simplify DEPENDS expression. 2005-12-11 09:22:52 +00:00
recht
2b4ccd65da Revert my last commit (r1.17) and add :Q back to PY_PLATNAME and
PY_VER_SUFFIX.
pointed out by wiz and rillig
2005-12-10 14:36:46 +00:00
uebayasi
bfdc779de0 Update gauche to 0.8.6. Patch provided by Kenji Hisazumi.
From this release we don't use external Boehm GC library because
gauche needs GC to be built with special compilation options.

New features in 0.8.6:

    * New modules:

	+ dbi: Database independent access layer, providing unified
	  access to various relational databases. You need separate
	  "driver" packages to access the actual RDBMS. There are a
	  few driver packages available at
	  http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI/.
	    Note: If you have been using the separate dbi module, make
	    sure you remove it before using the new dbi and dbd
	    modules. You can find the old dbi.scm under somewhere like
	    /usr/local/share/gauche/site/lib (the actualy directory
	    depends on the configuration when you've installed the dbi
	    module).
	+ util.relation: A framework to work with relations (as defined
	  by Codd). The result of database access via dbi is represened as
	  a relation.
	+ text.sql: SQL parser/constructor. Full features are not
	  implemented yet, but used in dbi module for prepared queries.

    * New SRFIs:

	+ SRFI-40 (Library of streams) as util.stream.
	+ SRFI-43 (vector library) as srfi-43.
	+ SRFI-45 (Primitives for Expressing Iterative Lazy
	    Algorithms) : built-in.

    * New built-in proceduers global-variable-bound? and
      glboal-variable-ref. The former supersedes symbol-bound? (
      symbol-bound? is now deprecated and will go away in the future
      releases. Code that uses symbol-bound? should change it to
      global-variable-bound?. ). The latter removes some need of using
      eval just to peek the value of the global variable.

    * New regexp procedures: regexp-replace*, regexp-replace-all*,
      regexp-case-fold?.

    * Stack overflow handling is largely improved. You can see better
      performance if your script frequently oveflows the stack.

0.8.5 was a maintainance release.

0.8.4:

Gauche 0.8.4:

The compiler and VM have been rewritten. Now Gauche runs faster with
less memory (as fast as 1.9x, or cosumes 0.7x memory, in best cases of
our tests. But your mileage may vary.) The compiler now does simple
closure optimization, so the typical loop-by-local-closure style code
will get the advantage. On the other hand, you won't see much gain in
OO-heavy or library-heavy programs.

Other changes:

    * New features:

	  + srfi-42 (Eager comprehension) is supported.
	  + srfi-55 (require-extension) is supported.
	  + A simple sampling profiler is implemented to help tuning
	    programs. Check out "Profiling and tuning" section of the
	    reference manual. The profiler may not be available on all
	    platforms.
	  + We provide an experimenal Windows/MinGW binary package for
	    the convenience. See download page.
2005-12-09 15:38:54 +00:00
recht
2ea37e8631 Remove the :Q from vars that go into PLIST_SUBST, since it breaks
the PLIST generation.
2005-12-09 07:12:28 +00:00
wiz
b2723922bb Fix PLIST. Simplify PLIST handling. Bump PKGREVISION. 2005-12-08 12:20:02 +00:00
rillig
039c944473 Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.
2005-12-08 09:52:15 +00:00
rillig
6419e9879b Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
2005-12-08 09:14:50 +00:00
rillig
ebd4672dbd Fixed PLIST handling bugs introduced by the recent "pkglint --autofix"
change.
2005-12-08 09:12:28 +00:00
rillig
cc760989d8 Fixed the wrong quoting introduced by the recent "pkglint --autofix". The
variables are already quoted. Noted by wiz.
2005-12-08 08:16:01 +00:00
tonio
d2fae502d0 Add patch-ah to fix build under netbsd alpha for PR 32113
Thanks riz@ for the testing machine
Take maintainership
2005-12-07 16:25:51 +00:00
joerg
83988aa027 Fix shared linking on DragonFly. 2005-12-06 18:26:49 +00:00
jdolecek
25442552ef patch php.ini-dist and php.ini-recommended to comment out extension_dir
and to uncomment and explicitly set upload_tmp_dir, so that this works
out of box (patches adapted from www/php4)

pointed out by Martti Kuparinen on tech-pkg@
2005-12-06 08:32:22 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jdolecek
08fb288d0a patch pear to use -n post-install - it cannot be done using normal
patch framework, the file is part of binary .phar archive and is
created during installation

this has been submitted as PHP bug #35544, so this may be adressed
upstream hopefully
2005-12-04 21:28:07 +00:00
jdolecek
3c04fb787d regen patch-ao with less context lines to avoid $Id$ in the original
file (using pkgdiff now)

PR: 32233 by Peter Avalos
2005-12-04 12:02:08 +00:00
jdolecek
5be23b1a37 remove no longer needed patches - pointed out by Peter Avalos
in private e-mail
2005-12-04 10:57:53 +00:00
jdolecek
94bac0eb30 Update PHP5 to version 5.1.1. Some of the key features include:
* A complete rewrite of date handling code, with improved timezone support.
* Significant performance improvements compared to PHP 5.0.X.
* PDO extension is now enabled by default (separate pkg for pkgsrc)
* Over 30 new functions in various extensions and built-in functionality.
* Bundled libraries, PCRE and SQLite upgraded to latest versions.
* Over 400 various bug fixes.
* PEAR upgraded to version 1.4.5

This release also fixes various security problems discovered in 5.0.X.
2005-12-03 18:53:57 +00:00
jdolecek
4b122787b2 automatically include extension-specific MESSAGE if it exists 2005-12-03 18:52:54 +00:00
jdolecek
7023a17405 add missing backslash for previous 2005-12-03 13:32:42 +00:00
jdolecek
0705382d0c use ${PATH_ARGS} in do-patch target, and use _PKG_SILENT/_PKG_DEBUG
to reduce output for normal runs
2005-12-03 13:16:36 +00:00
joerg
6c18088e59 Fix DragonFly support. Since it was compilable before, but didn't
work correctly, bump revision.
2005-12-03 01:35:36 +00:00
joerg
ed183a59f0 de-extern-errno 2005-12-02 23:53:42 +00:00
tv
6f5ad0ec71 Update JDK 1.5 to 1.5.0_06 (sun-j??15-5.0.6).
Change list available by WWW only:
    http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-12-01 15:39:27 +00:00
dmcmahill
6b00050abe In the post-extract target avoid trying to gunzip a particular
file which triggers a bug in some versions of zlib.  This file
was not used anyway.
2005-12-01 13:06:07 +00:00
joerg
3a640b1f0c - add DragonFly cases for configure
- assume !WIN32 ~= ANSI C for the purpose of errno.h
- ocamldoc is not an ELF binary, use BSD_INSTALL_SCRIPT like for ocamlc
2005-11-29 07:02:47 +00:00
jdolecek
0fd73f399d php5 is real package, enable 2005-11-24 19:34:43 +00:00
joerg
02185a8424 Allow choosing of CGI or FastCGI as SAPI for the PHP interpreter.
This is done via an option group, default is CGI. Note that the
FastCGI interpreter can still be used for normal CGI, but there
might be security issues involved in doing so.
2005-11-21 09:13:28 +00:00
rillig
0282a44c5e Setting MAKEINFO in the MAKE_ENV does not seem strong enough for some bulk
builds. Let's try MAKE_FLAGS instead.
2005-11-20 13:44:46 +00:00
rillig
2192cfc7ee Removed empty patch files. 2005-11-17 23:43:04 +00:00
rillig
fecfdfc25c Updated chicken to 2.2 using some patches by Peter Bex via private mail.
There are far too many details that have changed to mention here. Fixes
PR 30783.
2005-11-16 22:36:40 +00:00
joerg
d4b0eafdb2 Fix Python's makesetup script to treat -pthread as linker flag.
This is needed for databases/py-psycopg at least to compile properly.
Since the installed version changed, bump revision.
2005-11-16 19:18:58 +00:00
joerg
39b0ebdbdc When linking against libpython, the dependencies of libpython might be
needed as well. This is especially the case when
lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
2005-11-14 22:53:09 +00:00
jschauma
7a7ec6c84b Improve wording. 2005-11-13 16:27:41 +00:00
shannonjr
96c97bebe1 Updated instructions on obtaining a bootstrap compiler. 2005-11-13 14:50:22 +00:00
rillig
ed9b1b7edd PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannot
be used here.
2005-11-11 07:10:06 +00:00
joerg
5a77a399d0 Fix patchsum after my last commit. 2005-11-10 23:39:24 +00:00
wiz
f7fbfd3ef4 Fix path in ln. 2005-11-10 07:25:32 +00:00
minskim
54597a140c English grammar fix. 2005-11-10 00:17:36 +00:00
tv
8e6432d63a NOT_FOR_PLATFORM Interix. 2005-11-09 21:25:39 +00:00
tv
187baf498e Fail the build if the OPSYS check falls through in do-build. 2005-11-09 21:24:12 +00:00
joerg
9ef4a2edad Add DragonFly support. Use PTHREAD_* variables to find pthread_create
and hope it doesn't break anything.
2005-11-08 18:14:49 +00:00
minskim
ff7ae0fb79 Make sure that there is always a space between "-o" and its argument
when running gcc or ld.  This makes the package build on Darwin.
2005-11-08 15:52:38 +00:00
joerg
26418b456b When using find to remove directories, do a depth-first traversal.
This is necessary to prevent find from returning with != 0 at least on
DragonFly.
2005-11-08 11:18:02 +00:00
minskim
467b02cfe0 Update ruby-doc-stdlib to 0.10.1.
Changes:

0.10.0
- first update in about 10 months
- therefore, status report probably inaccurate; will hopefully fix soon
- Delegate and Forwardable documentation updated (that's what spurred
  this release)
- some other documentation probably updated too
- most packages now have a one-line description (see "Packages" link)

0.10.1
- documentation added: enumerator, etc, fcntl, rational, pstore
- changes to site CSS to improve readability
- added 'profile' and 'profiler' to package list (no documentation though)
2005-11-05 20:12:36 +00:00
rillig
fb941da402 Replaced an overly complex expression with the equivalent ${PKGBASE}. 2005-11-05 17:18:28 +00:00
rillig
7d6baa8849 Simplified the do-configure target. The main reason is that the Solaris
/bin/sh cannot handle two adjacent ((.
2005-11-05 10:30:06 +00:00
rillig
e1fc743e11 The Solaris /bin/sh doesn't like two adjacent open parentheses. Removed
them completely, as they had been unnecessary. As ${MKDIR} already
includes the -p option, the ${TEST} is not necessary and has been
dropped, too. Fixes PR 32002.
2005-11-05 08:43:44 +00:00
tonio
2bc841f369 Integrate patches from kaffe'cvs to fix thread signal handling on netbsd
Thanks guilhem_at_kaffe.org for those patches
(Now kaffe passes 100% of the regression tests under netbsd -current (at least i386))

bump PKGREVISION
2005-11-04 21:21:02 +00:00
rillig
27d3462187 Removed unknown JVM "jdk13". 2005-11-04 18:47:51 +00:00
rillig
dd744146a8 Use PTHREAD_OPTS+=require instead of a "=". 2005-11-04 18:24:37 +00:00
rillig
c507c63f7f Of course the distinfo must be updated after changing the DIST_SUBDIR. 2005-11-04 17:41:59 +00:00
rillig
97eb7b2e8c Take a new DIST_SUBDIR for the changed distfile. 2005-11-04 17:38:02 +00:00
rillig
bd463031aa The distfile has changed. The changes are mostly in the documentation files
and one in a C file, which is most probably harmless.
2005-11-04 17:37:25 +00:00
rillig
f3a8eb5b6a Use "+=" for PKG_FAIL_REASON. 2005-11-04 16:50:34 +00:00
minskim
76369128ea Regen patch-ah to make GNU patch happy. 2005-11-04 16:35:58 +00:00
tonio
79a60fa317 Fix PLIST: man pages are installed in man/man1, not java/sablevm/man/man1 2005-11-04 13:44:37 +00:00
rillig
9b8735cf1e Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:05:02 +00:00
rillig
a9d1a7549d Fixed wrong use of WRKSRC. 2005-11-04 09:56:09 +00:00
wiz
b08e29ab6a Remove superfluous --mandir (was overridden by bsd.pkg.mk one). 2005-11-04 06:54:20 +00:00
wiz
7d01046ae4 Apply same fix as for lang/tcl to fix breakage introduced
by adding the --mandir switch.
2005-11-04 06:52:43 +00:00
rillig
3647f2015b Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
rillig
3605a9ddd7 Fixed wrong use of WRKSRC. 2005-11-03 21:51:57 +00:00
taca
753da64c74 Drop support of ruby16 base packages. 2005-11-03 07:23:41 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
19e2bb53c2 Remove ruby16-base package. It's time to say good-bye. 2005-11-03 06:28:28 +00:00
taca
231cac4c80 Remove ruby16; Ruby 1.6.8 meta package. It's time to say good-bye. 2005-11-03 06:09:51 +00:00
tv
58c0dcaf2a Remove setmode() declaration that is different from BSD's. Caused build
failure on Interix.

Turn off shlib for now.  It's unversioned and quite primitive, and nothing
is currently depending on it.
2005-11-02 15:54:04 +00:00
taca
04d4cb7ebb Oops, forgot to commit.
Update to Ruby 1.8.3 with updating depending packages and description.
2005-11-02 09:35:42 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
taca
26beec0b5d - Update to ruby 1.8.3.
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
2005-11-02 09:00:44 +00:00
taca
ab4fba48de - Update to Ruby 1.8.3 with several fixes after its release
(see CHANGES.pkgsrc file).
- Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
  ruby-openssl, conflicting with these packages.
- Better handling for RI directories.
- Use pkgsrc's TOOLS framework.
2005-11-02 08:56:39 +00:00
taca
7b6a2b66f5 - Update to RUBY18_VERSION to 1.8.3.
- Replace LOCALBASE with PREFIX.
- Add RUBY_RIDIR, RUBY_BASERIDIR, RUBY_SYSRIDIR and RUBY_SITERIDIR
  for document data directories of RI.
- Add RUBY_VERSION and RUBY_VERSION_DEFAULT to MAKEFLAGS.
- More Ruby related variables to substitution variables.
- Don't set RUBY_VERSION_DEFAULT if it is already defined.
2005-11-02 08:56:17 +00:00
taca
2c3170f56f Use subst framework to process REPLACE_RUBY. 2005-11-02 07:44:33 +00:00
taca
90a1578320 Replace LOCALBASE with PREFIX. 2005-11-02 07:44:24 +00:00
taca
596490db6b Added BUILDLINK_RECOMMENDED with current version of ruby. 2005-11-02 07:44:02 +00:00
adrianp
33162c3bc2 Bump to nb8 for PCRE security issue 2005-11-01 21:49:31 +00:00
adrianp
fa9ae6d19a nb bump for security fix 2005-11-01 21:48:32 +00:00
tv
d1823e6108 Add devel/sysexits bl3. 2005-11-01 20:01:48 +00:00
rillig
5c121890e3 Changed MASTER_SITES to sourceforge, as the old one is not available
anymore. The checksum of the tarball has changed, because the
documentation has been updated and one #ifdef been added to the source.
Therefore bumped PKGREVISION.
2005-11-01 09:25:02 +00:00
tv
6bf9650f1b ICL069Q OPTIONS ARE THE MODERN THING TO DO
ON THE WAY TO UNISTD
        CORRECT SOURCE AND RESUBMIT
2005-10-31 20:25:34 +00:00
gdt
769dfc38ca another attempt at slib init. use a real module, so that later uses
from different modules will work.  Export the same symbols as before,
but obtain definitions from guile.init instead of home-grown.
2005-10-30 14:55:46 +00:00
gdt
3346bb1288 Add patch to replace ice-9/slib.scm with a few lines to read slib's
guile.init.  A bit hackish, but restores slib functionality, which
should restore gnucash to working order.  (The underlying problem is
that slib 3a2 has new primitives that dialect-specific init files are
supposed to define, and ice-9/slib.scm doesn't define one of them.
The slib way is to read slib's guile.init, but guile's way was to have
an implementation of the same interface, know known to be a moving
target.)

PKGREVISION++
2005-10-30 00:56:40 +00:00
tonio
b7cb9e7fbe Use EXTRACT_USING = pax, to avoir problem under 1.6.2
Silent pkglint warnings
2005-10-29 17:37:20 +00:00
tv
611a19ff15 Update fetch text, COMMENT, and DESCR to match Sun's newer phrasing of
the product name and version on their download pages.  Bump PKGREVISION.
2005-10-27 22:57:27 +00:00
minskim
253a856ed3 Update wsbasic to 1.2.5. Patches provided by Geert Hendrickx.
Changes:
- patch-ab and patch-ac were incorporated.
2005-10-26 21:38:30 +00:00
minskim
04aea5547c Make this package build on NetBSD-1.6.2, and remove warning on Mac OS
X and Solaris.  Patches provided by Geert Hendrickx.
2005-10-26 15:58:54 +00:00
minskim
93b4773586 Update tcl-itcl to 3.2.1, a bug fix release.
Also switch to Tcl/Tk 8.4.
2005-10-26 04:22:38 +00:00
adam
dde874ff4b Minor fixes, cosmetics and a reminder 2005-10-25 09:39:30 +00:00
adam
d78e5a1f2c Changes 5.5.1:
* Improvements
2005-10-25 09:32:15 +00:00
tonio
15fbd5e2bd Support for profiling on sparc machine is not available only for netbsd, but
supported on SunOS (the failure of bulk build comes from somewhere else).
2005-10-25 08:13:23 +00:00
tonio
d26375efd9 profiling support is not available for sparc, so do not include PLIST.prof on
sparc (showed by bulk build, and documented at
http://caml.inria.fr/pub/docs/manual-ocaml/manual025.html)
2005-10-25 08:03:17 +00:00
rillig
fd6f6be7a0 Replaced $f with ${f} to fix a pkglint warning. 2005-10-23 21:43:10 +00:00
rillig
1c1ffe8d37 Replaced $f with ${f} to fix some pkglint warnings. 2005-10-23 21:37:32 +00:00
rillig
993a70d9e3 Added a @comment line to PLIST.Darwin. Removed trailing empty lines from
patch-af and patch-bb.
2005-10-23 20:05:33 +00:00
jdolecek
c3aaebde98 php regex is also necessary on Linux; pointed out by Ondrej Tuma
in private e-mail
2005-10-23 16:59:49 +00:00
tonio
89e6a33da1 profiling support is not available for solaris/i386 2005-10-20 19:32:29 +00:00
wiz
25ba98362b Add RMD160 checksum. 2005-10-20 18:13:30 +00:00
wiz
92a07835ac Add mpd. 2005-10-20 17:47:11 +00:00
tv
a0109ad7f7 Bring back the "ssl" option so that the builder may have the *option* to
turn it off.  It's still on by default (in PKG_SUGGESTED_OPTIONS), so
no PKGREVISION bump required.
2005-10-19 18:05:06 +00:00
is
297aed1ef5 use DIST_SUBDIR to avoid name clashes with MUSICPD 2005-10-19 08:45:24 +00:00
jlam
6300e91e28 Teach pkgsrc to modify the installed .packlist files so that if MANZ is
"yes", then they list the compressed manpages.  Implementation stolen
from the PLIST MANZ-handling code in bsd.pkg.mk added by Stoned Elipot.
This should fix pkg/31499.
2005-10-19 05:01:52 +00:00
is
2b2c89f15c musicpd calls its files mpd, alas! 2005-10-19 04:43:31 +00:00
jlam
cd4158806c Split out the packlist-handling code from modules.mk into a separate
packlist.mk file, and replace the custom code in perl5/Makefile that
duplicated the same packlist handling to just use the routines in
packlist.mk.
2005-10-19 04:40:23 +00:00
minskim
a31bbae10c Add and enable wsbasic. 2005-10-19 03:39:43 +00:00
minskim
4c5f9e4766 Import wsbasic from pkgsrc-wip. Packaged by Geert Hendrickx.
WSBasic is a BASIC interpreter written entirely in C++ without the use
of lex or yacc.
2005-10-19 03:36:03 +00:00
wiz
fa5389f1ab Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.

Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory.  However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable).  The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.

Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler.  Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
2005-10-19 01:33:16 +00:00
is
391c8a55dc Portability patch 2005-10-17 20:30:27 +00:00
is
31020cca8a String-Pointer conversion patches from NetBSD sr package 2005-10-17 20:18:34 +00:00
is
684dd7d6cc Patches for 64bit cleanliness 2005-10-17 19:45:18 +00:00
is
ba47e7baaa Initial import of MPD-1.0.1. Might still have some problems on LP64. 2005-10-17 16:16:48 +00:00
gdt
db93346ba6 take maintainership 2005-10-16 21:01:19 +00:00
taca
b478568915 Buildlink ${RUBY} to ${BUILDLINK_DIR}/bin/ruby. It may help some
configure scripts to detect ruby executable.

This codes are kindly provided by jlam@.
2005-10-16 15:18:02 +00:00
taca
3e7f2b528a Set USE_RUBY_DIST_SUBDIR to yes if it isn't defined yet. 2005-10-16 15:09:46 +00:00
taca
1ea4b5f2cb Don't set to DIST_SUBDIR to ruby here.
o Change DIST_SUBDIR handling; introduce USE_RUBY_DIST_SUBDIR and set
  DIST_SUBDIR if USE_RUBY_DIST_SUBDIR is defined to /[yY][eE][sS]/.
o Add more macros to replace in FILES_SUBST, MESSAGE_SUBST and PLIST_SUBST.
2005-10-16 15:09:01 +00:00
jdolecek
ebc5ce969d Fix bug in mbstring extension function mb_encode_mimeheader(), which
misinterpreted some Japanese characters as ASCII.

PR: 31223 by Takahiro Kambe
2005-10-16 12:17:47 +00:00
jdolecek
6b9fd02500 use PHP-provided regex on Solaris, PHP doesn't build with system regex
there

PR: 31047 by Gilles Dauphin
2005-10-16 12:06:05 +00:00
tonio
ac147054fd Update patch-aa, which was forgotten during the update 2005-10-16 11:37:16 +00:00
tonio
ae27dd5309 Update lang/elk to 3.99.6
Update HOMEPAGE and MASTER_SITES
3.99.* use autoconf/automake and libtool. It should work on alpha and other 64
platforms
Convert to use the option framework. Options xaw and motif enable xaw and motif
widget support. Both imply x11 support.

The update should fix PR 31750
2005-10-15 23:07:21 +00:00
tonio
f0298b258a Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffe
under freebsd x86_64
2005-10-15 21:49:53 +00:00
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