Commit graph

2606 commits

Author SHA1 Message Date
minskim
76177eedb2 Follow python23's way in dealing with platform-dependent files.
Suggested by drochner@.

Bump PKGREVISION.
2004-06-23 15:54:08 +00:00
xtraeme
8c9a9196a3 80 chars per line. 2004-06-22 20:34:11 +00:00
drochner
b7936f76fd add a non-threaded libtcl.so, for embedding into non-threaded applications 2004-06-22 18:38:46 +00:00
drochner
ed0d96bfa5 add hooks to plug in a non-threaded version of libtcl.so (needed for
embedding into non-threaded programs) without duplicating anything else
2004-06-22 18:34:09 +00:00
mrg
6ff5c1dd2d update to onyx 5.1.1. changes include:
- fix a core dump in GC.
- fix pthread_np usage on NetBSD (we have the function, but not the
header pthread_np.h)
- documentation moved to share/doc
- OSX build fixes
- fix a GC lookup race conditon
2004-06-21 08:48:41 +00:00
markd
2a08695d44 Its a meta-package so don't try to build or install anything. 2004-06-18 22:35:24 +00:00
xtraeme
1656569aca Fix PERL5_ARCHLIB in lang/perl58-thread, which contains the suffix
"-thread-multi", with this change games/frozen-bubble finally works, yay!.

Bump PKGREVISION.
2004-06-17 16:07:24 +00:00
grant
629666f3b9 this can only be built with gcc:
"f/proj.h", line 35: #error: "You have to use gcc 2.x to build g77."
2004-06-17 13:09:42 +00:00
grant
a5c6e0c77c regenerate patch with pkgdiff so it applies cleanly with
devel/patch.
2004-06-17 13:07:45 +00:00
minskim
e966074729 Name platform-dependent directory plat-${LOWER_OPSYS} instead of
plat-${LOWER_OPSYS}1.  It makes this package build on platforms where
the major version is not 1.

Bump PKGREIVISION.
2004-06-16 22:57:50 +00:00
jwise
708eae5f4d Reverse previous commit (disabling thread-safety), which was poorly though
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.

To quote my mail to packages@:

I am reversing this change.

With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.

The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.

With buildlink3, this is mind-numbingly easy to do.

That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.

So, as I said, I am reversing this change.  Fix your own package, don't
break others.
2004-06-15 16:39:12 +00:00
drochner
0d9ac4a765 Don't --enable-threads for now. If we do this, all potential users of
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.
2004-06-15 16:17:48 +00:00
grant
228fec1326 before the SIGINT fix, the PKGREVISION was set to 1 in
python23{,-pth}/Makefile.

it was then "bumped" to 1 in Makefile.common.

really bump it to 2 and leave it in Makefile.common (hi luke!)
2004-06-15 14:26:34 +00:00
abs
e8ddfaf3ad When sugggesting the URL from which to download make the first choice easier
to cut and paste:	${DOWNLOAD}
			or ${ARCHIVE}
rather than		${DOWNLOAD} or
			${ARCHIVE}
2004-06-15 12:00:09 +00:00
kristerw
28c7a4a86a ake sure the build finds all relevant include files. 2004-06-14 11:47:36 +00:00
lukem
16f02bb613 * Add patches to ensure that signal handlers consistently don't set SA_RESTART
(restartable system calls).  (These patches have been submitted back to the
  python community.).  Fixes the bug in NetBSD PR [pkg/24797] that I submitted.
* Highlight in the DESCR files what the thread support is for that package.
* Bump PKGREVISION.
2004-06-14 02:31:13 +00:00
darcy
f2eae255dc Add quotes around word "install" in the setup command.
Note that this cannot be changed to ${INSTALL} because it is not the install
command but rather an argument to setup.py.  While adding the quotes makes
no difference to the use of the file, it does keep pkglint quiet.  This is
even more important because this file is included by many other packages
and causes warnings when trying to check new Python extensions.
2004-06-12 21:18:31 +00:00
grant
0880f4dc02 set ${MAKE_ENV} in the environment before calling ${MAKE}. 2004-06-12 03:02:27 +00:00
grant
7e2c2c6d0e - don't hardcode CC=gcc
- don't hardcode RANLIB=ranlib
- don't pass gcc specific -W flags
- needs -ldl on Solaris
2004-06-12 03:01:59 +00:00
recht
b5316b9c7d NetBSD 2.0 changes sys.platform to netbsd2 -- catch up with this
patch by drochner@ in private mail

bump PKGREVISION to 1
2004-06-10 10:13:06 +00:00
christos
3d1c2dfa16 make this compile with perl58-thread by excluding the _r functions for
protoent and servent. Also there is a stray setrgid there which looks
correct to me.
2004-06-09 20:47:20 +00:00
xtraeme
bff0059010 PR pkg/25428: Georg Schwarz, remove an extra '\' in front of ${TRUE},
to fix the problems seen in the PLIST files.
2004-06-09 17:53:04 +00:00
jschauma
0f7bb0d5a1 Update Sun's JDK version 1.3 to latest release 1.3.1_12, making this
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively.  Patches provided by
Hauke Fath in PR pkg/25870 and PR pkg/25871.  This update done during the
freeze as Sun removes the older distfiles when they release a new version.

Changes since latest version, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html:

- stack yellow zone not re-enabled after a StackOverflowError
- Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00
- [server] stack yellow zone not re-enabled after a StackOverflowError
- compilation results in stack overflow while unrolling loop
- rmic uses AWT ?!
- -Xcheck:jni uses oop directly in _thread_in_native state
- Loop related Hotspot crash
- internal Error occurs during offet conversion of byte code in rewrite/relocate
- [1.3.1_09]JVM crashes when big number is specified in fillRect()
- Japanese characters not converting correctly from Codepage 930 to Codepage 943
- JVM crash with error "Fatal: null exception in compiled code"
- Client blocks on getInputStream even after server completes its response
- Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121
- 5 JCK tests failing with -Xcheck:jni flag
2004-06-08 14:52:38 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
tv
b5fba10e3c Add a PYTHON_VERSIONS_INCOMPATIBLE, an additive variable that can be set
by package Makefiles as well as buildlink3s to prevent usage of particular
versions of Python -- even if they appear in PYTHON_VERSIONS_ACCEPTED.

(And make Darwin exclusion use this variable instead, so that it effectively
overrides any pkg's definition of _ACCEPTED.)
2004-06-06 16:24:55 +00:00
snj
b3b8df27e8 Revert to smlnj-110.42, as 110.45 is troublesome. While doing so, keep it
using buildlink3, fetchable, and buildable with gcc3.

Requested by the package's maintainer.
2004-06-06 04:38:29 +00:00
xtraeme
786ef755e8 USE_BUILDLINK3 must be set to [Yy][Ee][Ss]. 2004-06-05 16:38:34 +00:00
xtraeme
c67c0108b8 Simplify BUILDLINK_JAVA_PREFIX.<jvm>. 2004-06-05 16:33:52 +00:00
jschauma
01e23ecfb8 Allow this to build and install on Linux.
While here, be explicit as to why we can not build and install the package
in separate steps instead of silently setting NO_BUILD.
2004-06-04 17:34:36 +00:00
jmmv
4eebdfe318 Add and enable java-wrapper. 2004-06-04 16:35:51 +00:00
jmmv
9b5e774b9f Initial import of java-wrapper, version 1.0:
java-wrapper is a small wrapper that overrides the most common Java programs.
It executes the right Java implementation based on user's preference.
2004-06-04 16:35:07 +00:00
shannonjr
bef87fc5e6 Removing gcc-3.4 and gccAda-3.4 on instructions from Lubomir
Sedlacik <salo@xtrmntr.org>
2004-06-03 21:30:46 +00:00
shannonjr
b51f8d3148 Removing package on instructions from Lubomir Sedlacik <salo@xtrmntr.org> 2004-06-03 21:27:04 +00:00
abs
d68a235c89 Add jdk14 (and in some cases jdk13) 2004-06-03 20:13:03 +00:00
minoura
844526decd Regen. 2004-06-02 13:57:33 +00:00
minoura
7222cd1771 Fix broken info/dir entries. 2004-06-02 13:56:56 +00:00
minoura
fc499292e0 NetBSD-2.0 get*by*_r functions are for internal use. 2004-06-02 13:55:59 +00:00
recht
3878bc7011 catch up with the Python 2.3.4 update 2004-06-02 12:30:55 +00:00
recht
bb50a9cc2d Update to 2.3.4
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of weakref bugs and a bug in pickle version 2. There
are also a number of fixes to the standard library, and some build
fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html )
for details.
2004-06-02 12:29:28 +00:00
itojun
951f15b5a5 upgrade to 1.51. tons of changes (changelog has 500+ lines from previous) 2004-06-02 06:56:07 +00:00
kristerw
8752a405bb Remove obsolete package, per discussion on tech-pkg. 2004-06-01 21:43:29 +00:00
shannonjr
ef18c62afa New package: gcc-3.4 revision 3.4.0
It conflicts with no other package.
2004-06-01 19:19:39 +00:00
shannonjr
a194750138 gcc-3.4 This is the gcc 3.4 compiler revision 3.4.0
This package conflicts with no other package.
2004-06-01 19:18:15 +00:00
shannonjr
ee7952945a Added new SUBDIR for gccAda-3.4. The package gccAda-3.4 is new and does not
conflict with any other package.
2004-06-01 18:37:00 +00:00
shannonjr
3d8ed850ff gccAda-3.4.0 This is the gcc 3.4 Ada compiler
This package conflicts with no other package.
2004-06-01 18:32:03 +00:00
skrll
b59fb6be70 Fix the install by using libfoo.la not libfoo.so when linking expect. 2004-06-01 07:40:15 +00:00
kristerw
c49d6fa1a7 Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
2004-05-31 16:43:45 +00:00
kristerw
294b605f3a Update ghc to 6.2.1.
There are too many changes compared to version 5.04.3 to list here...
The changes are described in:
  http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html
  http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
2004-05-29 14:28:43 +00:00
xtraeme
286f3e8256 Update to 0.6.6.
Changes:

0.6.6 (29 May 2004)

  System.Windows.Forms & System.Drawing:

  * HelpProvider, TabPageCollection (Russell Stuart).
  * Button.PerformClick should only work when button is enabled and
    visible (Jens Kuehner).
  * Allow multiple texture brushes to use the same image (Gopal V).
  * Generate image masks from alpha information (Gopal V).
  * Null reference exception in MessageBox (Gopal V).
  * UpDown controls (Klaus Treichel).
  * Ignore KeyPress events in TextBox that are already handled (Gopal V).
  * Process application KeyPress's before local (Heiko Weiss).
  * Fixes to MainMenu, SystemIcons, CheckListBox (Gopal V).
  * Bug in empty TreeView's (leppie).
  * Performance improvements to MainMenu, Control, ContextMenu (Richard B).
  * Double-click bug in TextBox (David Logan).
  * Deserialization of images (Gopal V).
  * Double buffering of TabControl (Thong Nguyen).
  * Fixes to ScrollableControl (Gopal V).
  * ColumnHeader, ListBindingConverter, ImageIndexConverter (Klaus Treichel).

  Xsharp:

  * Properly fall back to DISPLAY when displayName null (Ilyak Kasnacheev).
  * Improve ICE and DCOP to the point of being useful (Ilyak Kasnacheev).
  * Recognize transparent "ParentRelative" backgrounds (Rhys Weatherley).
  * Detect MDI top-level windows properly (David Logan, Gopal V).

  System.Xml:

  * Fix parsing of empty elements (Richard Baumann).
  * Various fixes for ml-pnet (Klaus Treichel, Gopal V).
  * Fixes to element list enumeration (Gopal V).
  * Attribute handling in XmlDocument (Richard Baumann).
  * Whitespace and namespace handling (Richard Baumann).
  * Proper name table usage in NameCache (Richard Baumann).
  * Lots of small fixes and TODO's (Richard Baumann).
  * Implement XmlSerialization classes (Richard Baumann).
  * Fixes for compatibility with ml-pnet (Klaus Treichel).
  * XmlDocument.Save (Andres March).
  * Change default namespace URL to expected value (Gopal V).
  * Processing instructions (Richard Baumann).

  Serialization:

  * Binary serialization for decimal, array, string, null (Andre Seidelt).
  * Implement binary de-serialization (Andre Seidelt).
  * Fix incompatibilities between systems (Andre Seidelt).
  * Serialization of keys and array elements (Andre Seidelt).
  * Handle ISerializable types properly (Andre Seidelt).

  JScript:

  * Array accesses in JScript (Carl-Adam Brengesjo).
  * Argument passing fixes (Carl-Adam Brengesjo).
  * Parse problems with ++ and -- (Gopal V).
  * --help and --version for jsrun command (Carl-Adam Brengesjo).
  * Use ScriptStream for output where required (Carl-Adam Brengesjo).

  Networking:

  * Sign extension bug in IPv4 addresses (Russell Stuart).
  * TcpClient fix (Gopal V).
  * Stub out cookie and certificate handling in HTTP classes (Gopal V).
  * SSL tunnelling for HTTP proxies (Gopal V).
  * Fix parsing of IPv6 hex addresses (Gopal V).

  Threading:

  * Internalcall fixes and tests for pnet threading changes (Thong Nguyen).
  * Rewrote the Threading.Timer class (Russell Stuart).
  * Asynchonrous delegates (Thong Nguyen).
  * Minor typo that prevented LocalDataStoreSlot from working (Gopal V).

  Other:

  * Improvements to "csupport" for pnetC (Rhys Weatherley).
  * Bug in TimeSpan (Gopal V).
  * Fix stream length and buffering in StreamReader/XmlStreamReader (Gopal V).
  * Hex number parsing (Russell Stuart).
  * Fixes to file routines to make them more ECMA compliant (Russell Stuart).
  * Interfaces should be assignable to System.Object (Russell Stuart).
  * Fixes to Hashtable for removed entries (Russell Stuart).
  * Partial names in Assembly.LoadFrom (Gopal V).
  * CodeCompiler/ShellExecute bug with redirected stderr (Gopal V).
  * Only use response files in CodeCompile with long cmdlines (Gopal V).
  * Small patch to Security Element (Carl-Adam Brengesjo).
  * Change "test -e" to "test -f" for Solaris compat (Sebastien BOCQ).
  * Patches to generic classes (Richard Baumann).
  * Test cases for System.Reflection.Emit (Jonas Printzen).
  * ClrConstructor.InvokeOnEmpty for post-allocation construction (Gopal V).
  * Bugs in "machine.default" file (Gopal V).
  * "default1.1" profile to build 1.1 and install as default (Rhys W).
  * Parse fixes to System.Configuration handlers (Gopal V).
  * Use non-null evidence in AppDomain.CreateInstance (Gopal V).
  * Handle "file://" URL's in Assembly.LoadFrom (Gopal V).
2004-05-29 12:20:21 +00:00
xtraeme
fb4345e63f Update to 0.6.6.
Changes:

0.6.6 (29 May 2004)

  Runtime engine:

  * GetManifestResourceNames internalcall (Russell Stuart).
  * Add the --trace option to ilrun (Gopal V).
  * Fix some I4/I/M/T cases in the verifier (Rhys Weatherley, Gopal V).
  * Fix to Directory.GetFiles internalcall (Russell Stuart).
  * Many fixes and speedups to the monitor implementation (Thong Nguyen).
  * Remap some gtk# dll references (Ilyak Kasnacheev).
  * Automatically load assemblies during "GetType" (Gopal V).
  * Handling for interruptes and aborts (Thong Nguyen).
  * Verification of indirect method calls (Gopal V).
  * Resolve classes properly before layout (Gopal V).
  * Support for Interlocked* functions (Thong Nguyen).
  * Looser association of real threads with engine threads, to make
    it easier to move to app domains in the future (Thong Nguyen).
  * Asynchronous delegates (Thong Nguyen).
  * Better shutdown logic for multi-threaded programs (Thong Nguyen).
  * ILExecThreadBoxNoValue (Thong Nguyen).
  * Dynamic invocation of methods with out/ref parameters (Thong Nguyen).
  * Include inherited interfaces in return from "GetInterfaces" (Gopal V).
  * Entry points must be in .exe's, not .dll's (Gopal V).
  * Problems in OutputExceptionTable with nested try/catch (Rhys W).
  * Fixes to make ilrun compile with gcc 3.4.0 (Norbert Bellow).
  * Implement Thread.Abort (Thong Nguyen).
  * Use interlocked increments for profile counts (Thong Nguyen).

  C# Compiler:

  * Stack underflow problem in codegen for "switch" (Rhys Weatherley).
  * Problem with 8-bit characters in pre-processor lines (Rhys Weatherley).
  * "/recurse" option for compiler compat mode (Gopal V).
  * Fix semantic analysis for identifers and member accesses (Gopal V).
  * Resolve aliases for fully qualified namespaces (Gopal V).
  * "goto case" should emit a leave inside a "try" (Russell Stuart).
  * Bug with ';' in #endregion directives (Russell Stuart).
  * Handle "protected internal" across assemblies (Richard Baumann).
  * Disambiguate static members and types with the same name (Gopal V).

  C Compiler:

  * Add dependency options to the pre-processor (-M, -MD, etc) (Rhys W).
  * Fixes for bit field accesses (Rhys Weatherley).
  * Complex structure initializers (Rhys Weatherley).
  * Array access on managed arrays (Gopal V).

  Linker:

  * Strong alias linking for vararg methods (Rhys Weatherley).

  Csant:

  * Comma-separated lists of target dependencies (Russell Stuart).
  * Directory deletion and copying (Russell Stuart).

  Platform Support:

  * Win32-specific filename expansion (Rhys Weatherley).
  * Disable zlib under mingw32 because of dependency issues (Rhys W).
  * Fixes for Win32 file operations (Thong Nguyen).
  * Integrate libgc version 6.3alpha6 (Thong Nguyen).
  * Overflow bugs in time routines (Thong Nguyen).
  * ILGetSinceRebootTime for Windows (Thong Nguyen).
2004-05-29 12:20:17 +00:00