Commit graph

2730 commits

Author SHA1 Message Date
hubertf
e3c481dcbb touchup 2004-05-20 11:13:27 +00:00
hubertf
04377c8864 Move over swi-prolog-packages from pkgsrc-wip 2004-05-20 11:09:56 +00:00
hubertf
703cfec78c move over swi-prolog-lite from pkgsrc-wip 2004-05-20 11:09:16 +00:00
uebayasi
5f40002ddc Enable pkgviews installation. 2004-05-18 11:46:53 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
30842fe866 Add and enable eag. 2004-05-17 18:40:51 +00:00
minskim
6795a9d16d Import eag, provided by Jaap Boender in PR pkg/22795 and modified by me.
Extended Affix Grammars (EAG) are an attempt to implement a very
general form of Affix Grammars, with very few restrictions.  EAG can
be used as a specification formalism, specifying in general relations
rather than functions, or as a relational programming language similar
in many respects to PROLOG.
2004-05-17 18:39:05 +00:00
minskim
33baa81356 Build python module for zlib unconditionally. This makes
python2[12]{,-pth} build on platforms where zlib.h is not in
/usr/include.
2004-05-16 20:01:59 +00:00
minskim
ef70f360ef Remove dots in library names on all platforms to match with PLIST
entries.
2004-05-16 18:52:11 +00:00
danw
48a4a3bf30 darwin fixes 2004-05-16 17:52:11 +00:00
jschauma
3e6ec66a6a Apparently, IRIX can do --enable-shared. However, regardless of what
IRIX system we are on, gcc can NOT be compiled (bootstrapped) as a
64bit binary.  Fortunately, IRIX64 can handle 32bit binaries, so that we
can force use of 32bit when using MIPSPro.

This allows gcc3-c to build fine under IRIX and IRIX64.
2004-05-16 03:16:42 +00:00
snj
f2eda1bb71 No longer used. 2004-05-15 21:12:45 +00:00
xtraeme
a7f9774a2c Enable threads support in NetBSD, add missing directory to PLIST. 2004-05-14 08:22:45 +00:00
xtraeme
8ee40c24ea Update to 0.6.4.
Changes:

0.6.4 (13 March 2004)

        * Time functions.
        * Use "__declspec(thread)" to mark thread-specific variables.
        * Signal handling functions.
        * Move the pthread routines out of libc into a separate library.
        * Implement the rest of libpthread.
        * Group file functions (e.g. "getgrent").
        * Clean up the mmap-related stubs.
        * Implement strerror, strsignal, perror, and psignal.
        * Number conversion routines like atoi, strtod, etc.
        * Remove "__module" and "__csharp__" as they are deprecated.
        * Use the new-style syntax for accessing the C# library.
        * Add <assembly/foo.h> files for importing C# assemblies.
        * Add <csharp.h> to provide handy definitions for C# interoperation.
        * Remove support for memory models as they are no longer required.
        * Stub out some of the locale routines.
        * Add pnetc.spec.in (Russell Stuart).
        * Detect "ilranlib" correctly in "configure.in"
2004-05-14 08:04:04 +00:00
xtraeme
f5cffd0ac3 Update to 0.6.4, and disable Xft support for now as workaround for
PR pkg/24965.

Changes:

0.6.4 (13 March 2004)

        System.Windows.Forms & System.Drawing:

        * Missing "CtrlN" and "CtrlShiftN" shortcut values (Rhys Weatherley).
        * Implement the "Splitter" control (Rhys Weatherley).
        * Rewrite the binding classes (Rhys Weatherley).
        * Bugs in Win32 window handling (Gopal V, Neil Cawse).
        * Fixes to ComboBox drop-down width (Neil Cawse).
        * Don't perform layout on minimized windows (Neil Cawse).
        * Reduce ProgressBar flicker (Neil Cawse).
        * Fixes to TabControl, TextBox, TreeView, CustomControl (Neil Cawse).
        * Finish off the Panel control (Neil Cawse).
        * Add support for Control.OnClick and Control.OnDoubleClick (Neil Cawse).
        * Fix toolkit control offsets (Neil Cawse).
        * ImageList fixes (Neil Cawse).
        * Set scroll bar cursors to a more appropriate value (Rhys Weatherley).
        * Tweaks to get the SharpDevelop code editor working (Simon Guindon).
        * Stub out the color and folder browser dialogs (Rhys Weatherley).
        * Implement the font selection dialog (Rhys Weatherley).
        * DrawString fixes (Neil Cawse).
        * Bugs in popups, keyboard handling, and paint efficiency (Neil Cawse).
        * Lots of layout and interaction fixes (Neil Cawse).
        * Double buffering framework (Neil Cawse).
        * Mnenmonic support (Neil Cawse).
        * Fix DrawIcon, DrawIconUnstretched, DrawImage (Rhys Weatherley).
        * Speed up 1-to-1 image draws (Rhys Weatherley).
        * Invalidate/Update improvements (Neil Cawse).
        * Signature issues in TabPageCollection (Miroslaw Dobrzanski-Neumann).
        * TabPageCollection should not inherit from ControlCollection (Rhys W).
        * Add the missing Label.FlatStyle property (Rhys Weatherley).

        Xsharp:

        * Process pending invalidates before an XFlush (Rhys Weatherley).
        * Use XEventsQueued to check for events before issuing timeouts;
          fixes queue starvation when short timeouts are present (Rhys W).
        * Get the font family list for use in the font dialog (Rhys Weatherley).
        * Alter the Windows to Xsharp font size conversion code (Rhys Weatherley).
        * DOUBLE-BUFFER extension support logic (Rhys Weatherley).
        * Tweak XImage drawing when double buffering is used (Rhys Weatherley).

        Other:

        * New System.Xml parser (Richard Baumann, Adam Ballai).
        * Blocking bugs in StreamReader classes (Richard Baumann).
        * Overflow bug in StringBuilder when maximum capacity was set (Rhys W).
        * Import the Mono System.Text.RegularExpressions code (Rhys Weatherley).
        * Generate transparency masks in DotGNU.Images correctly (Rhys W).
        * Infinite loop in MulticastDelegate.GetInvocationList (Richard Baumann).
        * Enumerator bug in Queue (Rhys Weatherley).
        * Add the "OpenSystem.Platform" assembly (Rhys Weatherley).
        * Use separate locks for socket reads and writes (Rhys Weatherley).
        * New internalcall interface for wait handles (Rhys Weatherley).
        * New marker classes to support the C ABI changes (Rhys Weatherley).
        * Auto-discover full names of .so's for debian (Andrew Mitchell, Rhys W).
        * Clean up pnetlib.spec (Russell Stuart).
        * XML bugs in "WriteQuotedString" (Richard Baumann).
2004-05-14 08:03:59 +00:00
xtraeme
eb8e43e1b6 Update to 0.6.4.
Changes:

0.6.4 (13 March 2004)

        Runtime engine:

        * Write Reflection.Emit binaries in "wb" mode.
        * Set the execute bit on binaries written by Reflection.Emit.
        * Fixes to unsafe-mode verification rules regarding pointers.
        * Verification fixes for storing managed pointers via "stind.i".
        * Modify internalcalls for "WaitAll" and "WaitAny" to work
          around "MarshalByRefObject" adding a new field.
        * Internalcalls for file lengths and attributes (Russell Stuart).
        * Pass pointer parameters to delegates correctly (Gopal V).

        C# Compiler:

        * Fixes to reference type coercion.
        * "params" array matching only on the last parameter (Gopal V).
        * Filter out instance members when searching nested parent scopes.
        * Assignment of arrays to pointer variables in "fixed" statements.
        * Implement pointer comparison, addition, and subtraction.

        C Compiler:

        * Rewrite the type system to use native layout.
        * Thread-specific variables.
        * Fix casts from function pointer types to "void *".
        * Computed goto support.
        * Register parameters of the form "register type".
        * Fix semantic analysis for expression statements.
        * Add C#-style casts and coercions.
        * Make "long double" an alias for "double" because MS runtime engines
          don't handle the "native float" IL type correctly.
        * Improve the visibility of C definitions to C# applications.
        * Add some C# and Managed C++ syntax to aid with interoperation.
        * Allow C# strings to be defined with S"foo".
        * "using" and "using namespace" to import C# types into C programs.
        * Output the parameter types for PInvoke declarations.
        * Bug in the declaration of functions returning function pointers.
        * Set the default PInvoke calling convention to "cdecl".
        * Handle string initializations of the form {"foo"}.
        * Convert constants of the form 123L into native ints, not int64.

        Linker:

        * Improve detection of unresolved references in C applications.
        * Use C type names in error messages where appropriate.
        * Use "OpenSystem.C.GlobalScopeAttribute" to export C# definitions
          into the global C scope.
        * Use ordinary names like "libc" for C modules instead of "$Module$".
        * Remove C "memory models", which aren't needed any more.

        Loader and Metadata:

        * Allow custom modifiers within a "byref" type.
        * Look for "pinvoke.map" files when resolving PInvoke libraries.

        Csant:

        * Missing options for mcs compiles (Ilyak Kasnacheev).

        Documentation:

        * Rewrite the C user's guide and move it into "pnettools.texi".
        * Update the C ABI specification to reflect changes to the C compiler.

        Platform Support:

        * Enable FreeBSD pthreads support (Adam Ballai).
        * Use the tm_gmtoff field for timezones (Ole Guldberg Jensen).
        * Explicitly invoke the shell when configuring libgc and libffi.
        * Work around bugs with read-write locks on systems with NPTL.
        * Use $(EXEEXT) on install lines that need it, for mingw32.
        * Fixup SOCKETLIBS and suppress libm under mingw32 environments.

        Other:

        * Check in a copy of gcc's cpp so that we can avoid system cpp bugs.
        * Add the "#using#" directive to cpp.
        * Update the "pnet.spec.in" file (Russell Stuart).
2004-05-14 08:03:54 +00:00
minskim
d3905e1614 - Update {tcl,tk}-tclX to 8.3.5.
- Bl3ify.
- Enable pkgviews installation.

OK'ed by jwise@, the maintainer.

Changes since 8.2:
	* got "make buildhelp" working
	* tcl/generic/tclXgeneral.c (TclX_EchoObjCmd): use encoding aware
	functions in 8.1+. [Bug #514053]
	* win/Makefile.in:
	* win/configure.in:
	* win/configure: Changed to use TCL_LIBS and TK_LIBS as the source
	  for the list of Windows libraries to link against. Fixes #501990.
	* tcl/generic/tclXlib.c (MakeAbsFile): Replaced a call to the
	  internal 'TclpGetCwd' with an access to the public API
	  'Tcl_GetCwd'. [457266]. Reported by Vincent Darley.
	* doc/TclX.n:
	* tcl/generic/tclXoscmds.c: allowed sleep to accept double values,
	to match the Expect sleep command.  This prevents conflicts that
	depended on the order of package requires.  [Patch #444332]
	* unix/tools/tclmanpages: Added "re_syntax.n" to the list of
	  processed manpages [#405956].
	* All of the changes below are there to fix bug [418295].
	* tcl/generic/tclXoscmds.c (TclX_OsCmdsInit): "system" and
	  "sleep" now use the new command creation procedure.
	* tcl/generic/tclXprocess.c (TclX_ProcessInit): "fork" and
	  "wait" now use the new command creation procedure.
	* tcl/generic/tclXutil.c (TclX_CreateObjCommand): Added
	  the implementation of this new procedure.
	* tcl/generic/tclExtdInt.h: Added TclX_CreateObjCommand to
	  encapsulate the logic for the creation of commands FOO and
	  tclx_FOO.
	* tcl/generic/tclXlist.c (TclX_LassignObjCmd): Added
	  TCL_LEAVE_ERR_MSG to call of 'Tcl_SetVar2Ex'. This
	  fixes the bug [227478].
	* tcl/generic/tclXgeneral.c (TclX_LoopObjCmd): Changed
	  'Tcl_AppendStringsToObj' into 'Tcl_AddErrorInfo'.
	  Fixes bug [226388]. Associated patch is [403050]. No need to
	  extend the testsuite, it already contained a test exercising the
	  bug.
	* tcl/unix/Makefile.in:
	* tk/unix/Makefile.in:
	Fixed bogus "test -f" on the new HELP_DIR directory, which should
	be "test -d".
	* win/Makefile.in - fixed because of new definition of
	TCL_SRC_DIR and TK_SRC_DIR
	* Changed the HELP_DIR to be configurable so I could have parallel
		builds not all trying to create the same help files.
	* tcl/win/configure.in, common.bc, common.vc
	    Fixed version number to 8.3
	* {tcl,tk}/unix/Makefile.in, tweaks to get references to LIB_RUNTIME_DIR
	    properly expanded on irix builds.  Also added BUILDHELP macro
	    that is conditional on nroff being present so we don't try to
	    build help files on systems with out nroff.
	* tcl/win/tclXAppInit.c, tk/generic/tkXshell.c, tk/win/tkXAppInit.c
	    - turn off USE_TCL_STUBS
	* win/Makefile.in, win/configure.in: Cleanup use of stubs library.
	* tcl/win/tclXwinOS.c (TclXOSkill): Added support for "kill"
	command on Windows platforms.
2004-05-13 22:06:03 +00:00
kristerw
8d521a45c6 This package requires a native pthreads implementation. 2004-05-13 17:40:52 +00:00
he
a9336f5ec3 Reintroduce TclpCreateDirectory for the benefit of tcl-scotty.
Comment indicates it was here earlier, now apparently scheduled
to be replaced by TclpObjCreateDirectory, but this will have to
do as a workaround for now.
2004-05-13 12:57:42 +00:00
wiz
2f1ff11ca1 Unused (thanks, minskim). 2004-05-13 00:13:42 +00:00
minskim
38df5f6cb3 Install regex.h, which is used in tclRegexp.h.
While here, simplify header installation in Makefile by replacing many
INSTALL commands with a for-loop.

Bump PKGREVISION.
2004-05-12 23:50:15 +00:00
minskim
56ae0654ac - Rename tabset.n and watch.n to avoid conflicts with x11/blt.
- Bl3ify.
   Tcl/Tk distfiles are not needed any more.  Installed header files are
   used instead.
- Enable pkgviews installation.

Bump PKGREVISION due to PLIST changes.
2004-05-12 23:38:35 +00:00
minskim
985810ddb7 Make this package build with thread-enabled Tcl, and simplify patches
by using -ltcl and -ltk instead of version-dependent tcl library name
such as -ltcl83 and -ltk83.
2004-05-12 17:56:45 +00:00
recht
a2a789cb93 Add missing patches and disable PKGVIEW installation for now until the
issues with modules are sorted out.
2004-05-12 16:25:34 +00:00
recht
c3fe9a0f17 - Merge bugfixes from python 2.3 maintenance branch:
o weakref object's garbage collection problem.
  o save unnecessary startup-time memory allocation of 100KB+ from
    intobject.

via FreeBSD ports

- Enable pkgviews installation.

Bump PKGREVISION for the bugfixes.
2004-05-12 15:19:49 +00:00
wiz
ec3d725a1d No USE_BUILDLINK2 package sets USE_FORTRAN any longer -- convert support
to bl3 and remove f2c's buildlink2.mk file.
2004-05-12 13:23:08 +00:00
jmmv
9677d19654 Avoid detection of jdk, which causes a build failure (missing bl3 files) if
found.  While here, add some PRINT_PLIST_AWK tricks so that print-PLIST DTRT.
2004-05-12 09:59:19 +00:00
snj
2ea0f36da1 Convert to buildlink3. 2004-05-12 03:32:30 +00:00
snj
ec27d4d1bb Convert to buildlink3. 2004-05-12 03:21:08 +00:00
recht
a5f7732cda Update to mono-0.91 (beta1).
Too many changes to list them all. For a complete list see:
http://www.go-mono.com/archive/beta1/beta1.html
Some of the higlights:
- Global Assembly Cache (GAC)
- CLS support in the C# compiler
- new SQL expression parser
- new Interpreter
2004-05-11 17:33:42 +00:00
snj
9680f71323 Provide a buildlink3.mk. 2004-05-11 05:28:20 +00:00
snj
209f99b57d No longer used. 2004-05-11 05:19:10 +00:00
snj
e70ce482af Convert to buildlink3. 2004-05-11 03:33:57 +00:00
snj
010675143c No longer used. 2004-05-09 20:19:59 +00:00
grant
843889f988 use buildlink3. 2004-05-09 14:23:55 +00:00
wiz
aa3e858c8e Unused. 2004-05-09 11:23:51 +00:00
snj
2b4de54e87 Convert to buildlink3. 2004-05-09 02:26:14 +00:00
snj
39636f537e This also needs MESSAGE_SRC and PLIST_SRC. Pointed out by wiz@. 2004-05-08 21:16:53 +00:00
snj
11d56333b7 Set DISTINFO_FILE and PATCHDIR appropriately. Fixes PR pkg/25502. 2004-05-08 21:08:53 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
xtraeme
6002cc9c94 bl3ify 2004-05-05 18:12:11 +00:00
xtraeme
c1148510e1 Remove BUILDLINK_FILES_CMD which didn't work, put BUILDLINK_* definitions
into the proper block.
2004-05-05 18:06:03 +00:00
xtraeme
5c6f0aa596 bl3ify 2004-05-05 18:04:29 +00:00
xtraeme
43f76bf354 bl3ify 2004-05-05 17:20:29 +00:00
recht
943e779c8b Set LC_ALL=C while doing perl5-configure. This fixes the problem that
the PERL defintionen in the Makefile resulting from Makefile.PL gets
set to 0 if LANG || LC_<something> is set to something else (read non english).
ok'd by jlam@
2004-05-05 08:29:44 +00:00
jschauma
77c09ecc76 Rework how proper ABI flags are set on IRIX, using patch provided by
Georg Schwarz in PR pkg/25057:

- check for PKGSRC_COMPILER instead of USE_MIPSPRO:
  USE_MIPSPRO would imply the former, but not the other way around.
  That is, it's conceivable to have a system that has PKGSRC_COMPILER
  set (to mipspro), but not USE_MIPSPRO.

- Allow passing of -Duse64bitint if ABI == 64 even if the compiler is not
  mipspro.  (Note: we could test this on a non-IRIX 64bit platform by
  setting ABI to '64'.  I think that should work, too, but I can't test
  that right now.)
2004-05-05 03:14:33 +00:00
snj
b70890f6c3 No longer used. 2004-05-05 00:13:14 +00:00
reed
c15b571c41 This package uses INFO_FILES, so install it to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
2004-05-03 21:41:36 +00:00
snj
b253bd6794 Convert to buildlink3. 2004-05-03 20:49:33 +00:00
wiz
7926991921 Add conflict with guile-oops package, which installs
the same info files.
2004-05-03 15:58:20 +00:00
wiz
d1cc9c349b Remove PREFIX-setting hack, which makes this package bl3 compatible. 2004-05-03 15:57:06 +00:00
snj
a50c60886c Convert to buildlink3. 2004-05-02 23:02:06 +00:00
jmmv
4249d0f43a Include category name in path to perl58's Makefile. 2004-05-02 21:13:56 +00:00
xtraeme
8e369afbf8 Disable LUA_COMPATUPSYNTAX and LUA_COMPATVALUES, which are causing
trouble with some functions. This closes PR pkg/25248.
2004-05-02 17:40:27 +00:00
wiz
60f45dd652 Unused. 2004-05-02 07:35:37 +00:00
snj
cc3900796e Convert to buildlink3. 2004-05-02 04:59:23 +00:00
snj
e763a40bb9 Use buildlink3. 2004-05-02 03:19:50 +00:00
kristerw
0566d1c0e4 Add perl58-thread. 2004-05-01 12:33:42 +00:00
jmmv
d259c9b289 Update to 1.1.3:
Version 1.1.3
- Cleaned up build process so that "./configure ; make ; make install"
  works out of the box for both sablevm-classpath (as it does for sablevm).

Version 1.1.2
- Uses GNU Classpath 0.08+CVS.
- Various minor bugfixes and enhancements.
2004-04-30 21:15:44 +00:00
jmmv
4b37c0bd31 Update sablevm-classpath{,-gui} to 1.1.3. I wasn't able to find a concrete
list of changes since 1.1.1.  AFAICT, it seems that the code has been sync'ed
with GNU classpath 0.08 and the installation has been modified to work "out
of the box" with sablevm (i.e., no need to create more symbolic links to let
the vm find the classes).
2004-04-30 21:12:55 +00:00
tv
ef489b46a2 Make compile on machines that lack <iconv.h> -- without that, jikes forgets
to include <cerrno>, which is needed for the declaration of "errno".
2004-04-30 16:54:44 +00:00
tv
00b32b74a8 Don't use poll() on Interix. 2004-04-28 15:55:25 +00:00
snj
4175a1077a Convert to buildlink3. 2004-04-28 05:06:28 +00:00
snj
0158813661 Convert to buildlink3. 2004-04-28 00:28:18 +00:00
recht
0a5b3659a3 update to 1.20
*** Jikes 1.20 was released 18 April 2004

Many new diagnostics have been added. These include detection of
overflow in integer constant expressions, serialization-related
checks made by Java 1.5's javac, detection of locals shadowing
fields (often caused by an unfinished refactoring that promotes a
local to a field) and fields in subclasses that hide fields in
superclasses. New command-line options generalize the old -nowarn/+Z
to also allow all warnings to be considered errors (with +Z2). The
default on vs. off state of several warnings added in 1.19 have been
changed, by popular demand.

[...]

*** Jikes 1.19 was released 1 February 2004.

The default -source and -target options are now 1.4 (that is, the
assert statement now compiles by default); for the old behavior you
must specify -source 1.3 or -target 1.3 at the command line.

Command line options have been improved.
* Some pedantic warnings are controlled by name, so that you can
select which warnings you get (for example, not everyone wants to know
that 1L is preferred over 1l when writing a long literal).
* More switches have long names.
* Default state of switches now printed with --help.
* New switch -Xswitchcheck: Warn about fallthrough in switch
statements (compatible with javac).
* New switch +Pnaming-convention: Warn about naming choices that
violate Java's naming conventions. This switch is currently ON by
default, +Pno-naming-convention will disable it for sites that use
a different naming convention.
* New switch --noassert: Omits assertions from .class files (not
recommended for normal development, but provided to allow you to do
-source 1.4 -target 1.3).
* Now supports -target 1.4.2 (compatible with javac, no changes from
-target 1.4 in emitted code).

[...]

And many fixes/changes more. See the NEWS file for a complete list.
2004-04-27 23:23:03 +00:00
wiz
f7906f6e94 Unused. 2004-04-26 09:21:57 +00:00
fredb
40bda8982a Update Unix VM to 3.6-3, and default image to 3.6-5429. Many improvements
and enhancements since 3.0. Notably, display and sound plugins can now be
selected at run-time, and support is added for character set conversion.
This package also contains a driver for NetBSD native audio, by yours truly.

OSS audio requires a newer interface than NetBSD emulation supports, so that
doesn't build anymore on NetBSD, though it may with third party drivers. NAS
builds on NetBSD, but doesn't work. There are new display drivers which build
selectively on linux and MacOS, and a new audio driver for MacOS. I'm marking
this package ONLY_FOR_PLATFORM=NetBSD-*-*, though, mainly because the static
PLIST that the package presently has can't reflect any of that.

This closes PR pkg/17950.
2004-04-26 07:10:16 +00:00
jlam
2d9728cce1 Allow perl-thread to be an acceptable perl when checking dependencies. 2004-04-26 04:46:00 +00:00
jlam
4398b86992 This is a perl58 package built with threads support. 2004-04-26 04:44:46 +00:00
jlam
69507ec564 Fix conflicts. 2004-04-26 04:42:40 +00:00
jlam
f2a57bef15 Update lang/perl58 to 5.8.4. Changes from version 5.8.3 include Unicode
enhancements and optimizations and bug fixes in handling UTF8 strings.
2004-04-26 04:42:12 +00:00
tv
88a6915436 Make sure PKGDIRMODE is always set in bsd.prefs.mk so it can be checked
in lang/perl58/Makefile.  (It had been set previously only in bsd.pkg.mk.)
2004-04-25 22:42:51 +00:00
tv
368b0246a5 Use 0x57000000, not 0x97000000 for NT linker on Interix. 2004-04-25 20:41:27 +00:00
dillo
24076752f3 use my NetBSD.org email address, update homepage 2004-04-25 11:40:56 +00:00
wiz
65ea82370f Re-add, still used by java-vm.mk. Noted by xtraeme. 2004-04-25 11:40:38 +00:00
snj
124c082233 Convert to buildlink3. 2004-04-25 06:58:43 +00:00
wiz
1e7040b199 Unused. 2004-04-25 00:56:17 +00:00
xtraeme
f401030d89 Make sure PKGDIRMODE is defined before checking its value. 2004-04-24 22:54:45 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
wiz
35467751dd If we include this bl* file, we only want the 8.3 version -- fix pattern
to make it so.
2004-04-24 22:41:20 +00:00
jlam
cae6e66af3 Allow GCC_PREFIX to the in the rpath for binaries and libraries built as
part of the gcc3-* sub-packages.
2004-04-24 22:10:14 +00:00
tv
7c9976e9d7 Make perl58 work on Interix, with full shared-object module support.
Bump PKGREVISION (two .pm files were changed, but are not functionally
different on non-Interix OS's).
2004-04-24 21:04:43 +00:00
danw
5f9bd44f70 Two Darwin fixes:
- split out the profiled libraries in the PLIST, because they
	  don't get built on Darwin.
	- set INSTALL_UNSTRIPPED on Darwin for both ocaml itself and
	  anything that directly depends on it, because the ocaml compiler
	  generates binaries that don't strip properly.
2004-04-24 14:45:15 +00:00
tron
79f90101fa Include buildlink code for "tk" package because this package depends
on the "tk" package.
2004-04-24 08:06:10 +00:00
tv
a1465c99cc Add Interix to NOT_FOR_PLATFORM; porting will be done on only perl 5.8. 2004-04-23 17:25:28 +00:00
danw
dcba77c780 de-fuzz 2004-04-23 03:06:02 +00:00
danw
abae35bcf4 set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve
symbols in the python binary. Bump PKGREVISION and require the new
versions on Darwin. Fixes pkg/25272
2004-04-23 01:25:09 +00:00
recht
2a79299bd1 Make Python 2.3 the default Python version.
ok'd by drochner@
2004-04-22 16:03:51 +00:00
jschauma
8d232afe14 Drop maintainership. (I kind of semi-voluntarily inherited this package
from groo, but really can't maintain it responsibly.)
2004-04-22 12:44:30 +00:00
tron
c6c65c01f0 Fix patch problem caused by embedded CVS Id. 2004-04-22 09:27:49 +00:00
tron
65fe8e9b94 Fix various issues with this package:
- split patches files
- always enable threading which has various advantages
  - it fixes the build of the Tk library
  - it greatly simplifies the package list handling
  - it provides threading support under NetBSD 1.6/1.6.x
- correct default dependence in "buildlink2.mk" to "build"
Bump package revision because of all these changes.
2004-04-22 09:18:34 +00:00
snj
31136d1e50 Fix build by changing "libtool --tag disable-shared" to "libtool
--tag=disable-shared", from rudihl (a) gmx.de in PR pkg/25230.
2004-04-18 18:41:19 +00:00
tv
e3bb73b53f Revert to 1.18. I've been told that 1.20 will be out in two days and fixes
a couple critical bugs.
2004-04-16 17:49:59 +00:00
recht
31cd22a441 commit missing patch 2004-04-16 15:33:52 +00:00
tv
49ee9875d3 Update to 1.19. Change summary:
*** Jikes 1.19 was released 1 February 2004.

The default -source and -target options are now 1.4 (that is, the
assert statement now compiles by default); for the old behavior you
must specify -source 1.3 or -target 1.3 at the command line.

Command line options have been improved.
* Some pedantic warnings are controlled by name, so that you can
select which warnings you get (for example, not everyone wants to know
that 1L is preferred over 1l when writing a long literal).
* More switches have long names.
* Default state of switches now printed with --help.
* New switch -Xswitchcheck: Warn about fallthrough in switch
statements (compatible with javac).
* New switch +Pnaming-convention: Warn about naming choices that
violate Java's naming conventions. This switch is currently ON by
default, +Pno-naming-convention will disable it for sites that use
a different naming convention.
* New switch --noassert: Omits assertions from .class files (not
recommended for normal development, but provided to allow you to do
-source 1.4 -target 1.3).
* Now supports -target 1.4.2 (compatible with javac, no changes from
-target 1.4 in emitted code).

[Much more detailed changes follow; see NEWS file for additional changes.]
2004-04-16 14:58:35 +00:00
recht
0f312c17dc Rework bdb detection: Since we're using buildlink we could save rely
on the variables it sets (eg. BDB_TYPE). While at bl3ify.
Thanks to minskim@ for fixes and testing.
2004-04-13 22:48:41 +00:00
snj
5203235741 No longer used. 2004-04-12 22:23:47 +00:00
seb
1fdaf2d1c4 Avoid ECHO_N for the pkgsrc-2004Q1 branch benefit. 2004-04-12 18:02:52 +00:00
seb
fce4d20d97 Partialy revert previous and use {TCL,TK}CONFIG_SH's content to pass
more accurate data to configure.

Fix -again now that revision 1.4 of mk/pthread.buildlink3.mk had been
reverted- build with threaded Tcl/Tk packages.
2004-04-12 14:43:39 +00:00
jschauma
725bf2464a Address PR pkg/25147:
only set mipspro specific compiler flags when using mipspro.
Otherwise, defaults will do.
2004-04-12 03:07:50 +00:00
jschauma
0444cb314d As with lang/perl5:
Make this build under Irix with mipspro compilers:

MIPSPro compiler/preprocessor behaves differently if invoked on
stdin vs file.  In configure, we test for stdin, but lateron we use files.
So force it to work the way we know it does.
2004-04-12 02:59:06 +00:00
jschauma
2e469426f7 Make this build under Irix with mipspro compilers:
MIPSPro compiler/preprocessor behaves differently if invoked on
stdin vs file.  In configure, we test for stdin, but lateron we use files.
So force it to work the way we know it does.
2004-04-12 02:51:22 +00:00
seb
bb4de653a8 Hack to fix build with threaded Tcl package: at configure time snarf
the value of TCL_LIBS in tclConfig.sh and pass it down to configure/make
via V_LIBS as a configure argument.
2004-04-11 09:30:18 +00:00
snj
ce49dccad4 Add a buildlink3.mk. 2004-04-11 04:37:40 +00:00
seb
4db623d9f5 Apply sparc64 fix from gcc cvs via
src/gnu/dist/gcc/gcc/config/sparc/sparc.h revision 1.2.

Bump PKGREVISION of gcc3-c package.
2004-04-10 16:37:22 +00:00
seb
0b4b088a18 Actually make the move of patches directory and distinfo file effective. 2004-04-10 16:05:05 +00:00
seb
1cd5dcea8a Make all gcc3-* packages use a single distinfo file from gcc3/distinfo and
a single patch directory from gcc3/patches/.
Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-04-10 15:47:08 +00:00
danw
1ebcb21bea Fix up some Makefile logic that got broken by the libtool patches (and
prevented it from building on some platforms). Ensure that the built
library is named libtcl84 (as opposed to libtcl8.4) on all platforms.
2004-04-09 23:37:28 +00:00
snj
1a9e238425 Update to smlnj-110.45.
"The latest working version (110.45) fixes some installation problems
caused by incompatibilities with GCC 3.3. Earlier, 110.44 brought our
implementation of the Basis library closer to the specification, fixed
several important bugs, and provided support for Mac OS X 10.3
(Panther).  The previous working release (110.43) offered an operational
win32 port, added IntInf support to compiler and Basis library, and also
updated many interfaces of the Basis according to the latest draft of
the specification."

Provided by Jesper Louis Andersen in PR pkg/24586.

Also fixes PR pkg/23480.
2004-04-09 23:19:37 +00:00
recht
8d32594619 Also add python23's cursesmodule fix (patch-aa) here. It's named patch-ba
here since patch-aa already exists.
2004-04-09 23:10:36 +00:00
minskim
d5c293996f Do not override LIBOWN and LIBGRP. 2004-04-09 21:07:48 +00:00
recht
85fbc8a8a9 Fix patch-aa so that it works with patch -p0. 2004-04-09 10:48:09 +00:00
kristerw
3ce357b723 Fix LP64 issues with a patch from Richard Rauch in PR 24757.
Bump PKGREVISION.
2004-04-08 15:47:49 +00:00
reed
9e3b9ebea0 I noticed that this install doesn't not create the man directory.
So added: INSTALLATION_DIRS=     man/man1
The alternative would be to add a BSD_INSTALL_MAN_DIR
to the patch-aa.
2004-04-07 19:10:16 +00:00
tv
481d14a0d9 Java packages do not care about the native libraries in use. The
native libraries' buildlink3.mk files need not be pulled in (which
creates unnecessary recursive dependencies on those native libraries).
2004-04-06 18:15:54 +00:00
xtraeme
eb599d19a8 err add NetBSD RCSID 2004-04-06 17:08:01 +00:00
xtraeme
f2481d5b65 Add and enable kaffe-nox11 2004-04-06 17:02:52 +00:00
xtraeme
e164b4a332 Initial import of kaffe-nox11, version 1.1.4.
This is kaffe, but without X11 support (libawt).
2004-04-06 17:02:04 +00:00
xtraeme
6a332a23fc err forgot to add patch-ac. 2004-04-06 17:00:42 +00:00
xtraeme
27ff38ecd0 Update to 1.1.4 (latest development version) based on the patches sent
by M.Negovanovic PRs pkg/24507, pkg/24508, also add a new Makefile.common
which will be used for the upcoming kaffe-nox11 package and finally
bl3ify.

Changes:

* Support for security policy files
* AttachCurrentThread jni function for posix threads
* Bug fixes:
  * jar tool and jar file fixes
  * URL context handling
  * EUC-JP support rewritten to use libiconv
  * HTTP fixes
  * MulticastSocket
  * DNSJava binding
  * ARM jit
  * ServerSocket.bind
  * java.math.BigDecimal - fix rounding operations
  * JNI fixes
  * FTP handler from GNU Inetlib
  * SHA1PRNG randomness fixes (can use /dev/urandom if
    available)
  * java.security.SecureClassLoader fix
* GNU Classpath merges and updates:
  * Object serialization
  * almost all of java.io from Classpath
  * java.nio, java.net
  * java.util, java.util.regex
  * java.math, javax.naming
  * java.text, java.beans
  * java.net.protocol.file.Handler
  * java.util.Random
  * java.awt.GridBadLayout
  * java.awt.geom
  * javax.swing.event.EventListenerList
  * javax.swing.text.AttributeSet
* Updated sound code from Tritonus.org
* Updated javax.net.ssl/javax.security code
  from Jessie
* kjc bug fixes:
  * .this expressions
  * extra generated <clinit> methods
  * static initializers fixed.  Circular
    definitions of fields are now supported.
* Build fixes:
  * m68k atomic compare and exchange
  * m68k-netbsd
  * ALSA 1.0
  * mipsel-linux / jit3
  * Cygwin
  * FreeBSD networking
  * parisc and HP-UX

And more... http://www.kaffe.org/pipermail/kaffe-announce/2004/000023.html
2004-04-06 16:59:36 +00:00
reed
093ba96e55 Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
Okay'd by cjones.
2004-04-05 22:13:43 +00:00
xtraeme
001fda0eff Increase BUILDLINK_DEPENDS to 5.0.2, because this is a known version that
works under !NetBSD platforms; suggested by Quentin Garnier.
2004-04-05 15:19:49 +00:00
xtraeme
da955d0738 Install bin2c binary located in ${WRKSRC}/etc, it's needed to build
some lua libraries; pointed out by pancake. No bump PKGREVISION this time.
2004-04-05 14:54:34 +00:00
jmmv
fd852f361a Ensure _STRIPFLAG_INSTALL is defined before checking if it's empty.
Fixes a malformed conditional shown by bootstrap's bmake.
2004-04-05 10:43:47 +00:00
darcy
5ab58fa1bc Add missing entry to distinfo for patch-aa. 2004-04-05 10:00:42 +00:00
xtraeme
6982011999 Update lua to 5.0.2, from Bruce J.A. Nourish via tech-pkg@.
Lua 5.0.2 is a bugfix release, which contains the following fixes:

src/ldo.c
        Attempt to resume running coroutine crashed Lua
src/lgc.c
        C functions also may have stacks larger than current top
        Userdata to be collected still counted into new GC threshold
src/lgc.h
        Userdata to be collected still counted into new GC threshold
src/lparser.c
        Syntax `local function' did not increment stack size
src/lvm.c
        `pc' address was invalidated when a coroutine was suspended
        Count hook might be called without being set
src/lib/lbaselib.c
        Buffer overflow for unusual %p representation
        Wrong number of returns from chunks loaded from stdin
src/lib/liolib.c
        `file.close()' could not be called without arguments
        Buffer overflow for unusual %p representation
src/luac/luac.c
        Missing lock/unlock
2004-04-05 02:31:06 +00:00
recht
269538ef95 - Disable the use of sigaltstack on NetBSD.
- Make the gc type overridable.
2004-04-04 19:23:10 +00:00
recht
7127c9da80 - Disable the use of sigaltstack on NetBSD.
- Make the gc type overridable.
Bump PKGREVISION for the sigaltstack change
2004-04-04 19:23:09 +00:00
recht
877fdfb5e5 Update to 0.31
The major highligths of this release:

    * SPARC JIT engine
    * Windows.Forms is working again (alpha preview)
    * Native asynchronous support has been added to our I/O layer.
    * Relax NG compact syntax parser.
    * FileSystemWatcher.
    * ADO.NET disconnected operation.

For a complete list of changes see:
http://www.go-mono.org/archive/mono-0.31.html
2004-04-04 16:53:59 +00:00
recht
6aa1bcb3c9 The buildlink2.mk isn't used anywhere, so remove it. 2004-04-04 10:25:41 +00:00
darcy
6888bba10d Move patch to Python directory as that is where the file being patched is. 2004-04-02 10:56:22 +00:00
jmmv
f5284eb55f As this needs a procfs mounted with the linux option, suggest /emul/linux/proc
as the mount point, instead of /proc.  This way, one can mount a regular (i.e,
w/o linux compatiblity) procfs under /proc.
2004-04-02 10:12:33 +00:00
seb
538875526b Just pass all CPPFLAGS, CFLAGS and LDFLAGS to configure as
${CC} with options or '-libs' specification.

This fix the build of the package with threaded tcl/tk libraries
from the tcl/tk packages.

While here remove FIX_RPATH, bl3 framework takes care of that for us.
2004-03-30 14:01:30 +00:00
kei
9102f23b9b Updated Gauche package to latest release, 0.7.4.2.
Many changes were made from previous packaged version, 0.6.3;  Lots of
improvements and bug fixes, including security ones.  Please take a look
at its WWW page for more detailes.

http://www.shiro.dreamhost.com/scheme/gauche/

pkgsrc changes:

- support buildlink2.  buildlink3.mk is also added but not tested since
  I have not moved to buildlink3 environment yet.

- this package now uses libgcudevel/boehm-gc instead of self contained,
  slightly modified one.  It seems that this package runs under m68k.
2004-03-29 09:34:26 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
perry
a8f55d275f Update to 2.33 2004-03-29 02:46:18 +00:00
jmmv
3a8ab97f81 Add and enable sablevm, sablevm-classpath and sablevm-classpath-gui. 2004-03-28 20:43:03 +00:00
jmmv
56571642f5 Initial import of sablevm, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

SableVM implements many innovative techniques, including:
* 3 flavors of threaded interpretation (switched, threaded and inlined).
* Bidirectional object layout.
* Spinlock-free thin locks.
* Sparse interface vtables.
* Low-cost maps for precise garbage collection.

This package is slightly based on the one found in pkgsrc-wip, made by
pancake AT phreaker.net.
2004-03-28 20:42:07 +00:00
jmmv
82f02da866 Initial import of sablevm-classpath-gui, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the GTK binding required to run AWT and Swing
applications with sablevm-classpath and sablevm.
2004-03-28 20:40:15 +00:00
jmmv
6143a51a13 Initial import of sablevm-classpath, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the class library for SableVM, based on GNU classpath.
For GUI support, install sablevm-classpath-gui too.
2004-03-28 20:38:49 +00:00
jmmv
18a04545ad Add and enable classpath-gui. 2004-03-28 20:35:22 +00:00
jmmv
299941d693 Initial import of classpath-gui, version 0.07:
Classpath is a free (open source) implementation of the Java runtime
libraries.  This package provides the GTK+ peer required to use the
AWT and Swing libraries that come with classpath.
2004-03-28 20:34:53 +00:00
jmmv
a06fda69f9 Disable GTK support and split the Makefile to aid with the addition of the
new classpath-gui package.  Bump PKGREVISION to 1.
2004-03-28 20:32:35 +00:00
uebayasi
62ff8d76c3 varargs.h -> stdarg.h migration. 2004-03-28 15:51:25 +00:00
wiz
38416b6b63 Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE. 2004-03-26 21:19:53 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
e979cbd817 When building devel/gmake as a build dependency, build it without locale
support.  This makes it easier to "bootstrap" the installation of a
pkgsrc compiler without a lot of additional indirect build dependencies on
gettext, libiconv, libtool, etc.
2004-03-25 23:34:01 +00:00
jlam
98196bcc44 Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS
that accumulates within itself with a do-nothing version because it tried
to re-use LDFLAGS for another purpose.  This broke all library checks after
the "checking for ELF" step.  Fix this by (duh) not re-using LDFLAGS but
by using a different variable.  Bump the PKGREVISIONs of lang/tcl and
x11/tk.

This fixes building the threaded versions of tcl and tk.
2004-03-25 22:49:14 +00:00
jlam
1f05280ffa Move the inclusion of pthread.buildlink3.mk within the section that manages
the buildlink3 stack depth.
2004-03-25 22:45:27 +00:00
jwise
0b05178f11 Now that we build tcl/tk with thread safety enabled, pull pthread buildlink
glue into the tcl buildlink glue.

Also, update buildlink dependencies appropriately.

Pointed out by wiz@netbsd.org.
2004-03-24 15:24:36 +00:00
snj
00ea1d9d30 USE_BUILDLINK3, fix build on sparc64 with gcc2. 2004-03-23 07:42:55 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
389717dedb Note a conflict with perl-5.8.* as libperl isn't needed if perl-5.8.* is
available.
2004-03-22 16:45:18 +00:00
jwise
73345802b3 Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match. 2004-03-22 16:14:02 +00:00
jlam
8a90d10d76 The internal buildlink variable name is now "gcc3-c". 2004-03-22 08:26:43 +00:00
minskim
dcc10c5606 Disable db3 and db4 detection in python23 and python23-pth, so as to
prevent them from picking up a wrong db library on systems that have
native db3 or db4.
2004-03-22 06:33:58 +00:00
kristerw
74fc32dba8 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:34:35 +00:00
bouyer
db2da0edce Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconf
from PATH otherwise (well, the author should probably not have called this
script "autoconf" :)
2004-03-20 22:35:04 +00:00
minskim
418d52e06d Make tcl-tclX and tk-tclX use Tcl/Tk 8.4. Bump PKGREVISION.
While here, update HOMEPAGE.
2004-03-20 19:28:52 +00:00
taca
f8c9f3b789 Add patch for build problem on NetBSD/amd64.
This patch was provided from krister (Krister Walfridsson).

Bump package revision.
2004-03-20 04:39:33 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
46cf8098c1 Rename the internal package variable referred to by buildlink[23]. No
functional change.
2004-03-18 04:19:39 +00:00
jschauma
bbd3cd364a Update sun-j*14 to latest version 1.4.2_04 or sun-j*14-2.4.
This is done during the freeze since the default distfile vanishes from
Sun's website.

Changes and bugs fixed since 1.4.2_03 according to
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:

Encoding Unicode to JIS0208 Throw exception
HTMLEditorKit uses always default editor kit for rendering of frames
javac requires exponential time to attribute methods in a large hierarchy
NullPointerException in JFileChooser when accessing system level icons
1.4 REGRESSION: Metal & Windows FileChooserUI classes cannot be used without She
Cross-platform PrinterJob.printDialog gets hidden by main application window
GTK+ theme keynav for JTree expand/collapse doesn't confirm with GTK+2 standard
closing sequencer sometimes crashes the VM
GTK+ L&F not fully reflecting GNOME High contrast large print theme
GTK+ JFileChooser doesn't open multiple files
RMI call remains blocked even after network cable is unplugged in Solaris 8
REGRESSION: Unicode escape processing is redone
REGRESSION: regex character class negation error
REGRESSION: infinite loop in ISO2022_JP$Decoder. decodeArrayLoop()
Printing: Legal page sizes not correctly selected/printed on Linux
in with J2se1.3 in multithread situation, socket reads data unexpectly
JPI Control Panel "Help" refers to the incorrect Update button name
Include UseSpinning, UseTLAB, PreBlockSpin with -XX:+AggressiveHeap for Linux
DefaultWriteObject Flag is always true in RMI-IIOP data stream
IOP serialization is slow for large objects
CHROOT JDK 1.4.2-b28
Incorrect ordering of loads/stores of same memory loc with -XX:-OptoScheduling
JDK 1.4 and the JIS0208 character set encoding
Java plugin downloads sticky applet multiple time for sites using load balancing
javax.rmi.CORBA.Util.isLocal(stub) restricts custom ORB
spinners don't look like native ones on blueprint
GTK L&F: In JFileChooser folder ordering is unlike native mercury ordering
JFileChooser filepanel background color is unlike native mercury
GTK L&F: Behaviour of new folder button in JFileChooser is unlike native mercury
JFileDIalog does not show the current directory in GTK
Swing's GTK look and feel should be updated to track GTK 2.2
GTK L&F: Shift+Tab causes the JFileChosser to behave vague
Drag anchor of JToolBar is unlike the native mercury toolbar
JFileChooser Dialog does not respond to the ESC key unlike Native FileDialog
RepositoryId Lists not handled correctly
Swing's blueprint engine is not in sync with native version
Wrong discriminator received on a union with multiple case labels on a branch
CORBA COMM_FAILURE when destroy() takes too long and close() happens
J2SE needs to support Korean on Mercury
Ship currently published CA certificates in cacerts file
Regression: 1.4.2 JVM core dumps with error ID 4F530E43505002EF 01
Regression: jarsigner fails to verify the jar files
Cannot specify java.util.logging.manager property using JWS
IOException on drop part of drag'n'drop
JavaWebStart version number inaccurate on Korean Locale on Win2000
C2 crash in adjust_check
Java Web Start 1.4.2 uses obsolete cacerts file.
GTK L&F: Behaviour of rename button in JFileChooser is unlike native mercury
sun.nio.ch.Util.releaseTemporaryDirectBuffer NullPointerException
classDepth(null) crashes VM
consider removing validity check on trusted cert anchor selection
-XX:NewSize, MaxNewSize CL arguments sometimes ignored
JRE 1.4.2 support for Chinese/Korean fonts on Redhat AS 2.1
Signature timestamps in signed jar files break forward compatibility
REG: JVM crash on RH3.0 w/ 4F533F4C494E55583F 491418160E4350500306
Interop broken b/w 1.4.2_04 and 1.4.1,1.5 for TreeSet, BigInteger, BigDecimal
Krb5LoginModule authentication fails with exception, "connection reset"
2004-03-17 22:01:43 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
dmcmahill
77eebb6869 add x86_64 support. patch tested by Krister 2004-03-16 00:46:39 +00:00
taca
4533373715 Add patch to use <dlfcn.h> explicitly. 2004-03-15 15:55:08 +00:00
taca
7ad1ec1001 Update master sites of Ruby. 2004-03-15 09:25:34 +00:00
snj
1654098814 Spelling fix. 2004-03-14 20:24:48 +00:00
kristerw
dc5e246650 Add x86_64 to the list of LP64 architectures. 2004-03-13 16:55:26 +00:00
kristerw
458a95937f Add x86_64 to the list of LP64 architectures.
Bump PKGREVISION.
2004-03-13 16:54:06 +00:00
kristerw
d1d5a61d4b Add x86_64 to the list of LP64 architectures.
Bump PKGREVISION.
2004-03-13 16:41:04 +00:00
dmcmahill
c6590bdbbc include x86_64 in the 64-bit list. Hopefully fixes recently noted problems
on x86_64.
2004-03-13 13:47:40 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
taca
c6b1f4642d Update ruby-base package to 1.6.8nb3.
* Miscellaneous bug fixes.

  - ruby core dumps by segmentation violation because of wrong
    checking whether block was given.
  - PTY module function dose not reset SIGALRM handler when child
    process executing command on pty.
    - There is a error for calling raise method in lib/delegate.rb.

* Try to honor PKG_SILENT and PKG_VERBOSE.
* Experimental fix for getaddrinfo(3) problem on Darwin (not tested).
2004-03-12 04:59:20 +00:00
danw
4b8bae1c91 Fix up the supported versions on Darwin 2004-03-11 23:50:10 +00:00
tron
647f9a06d8 Use Tcl 8.4.x, bump package version. 2004-03-11 21:12:22 +00:00
minskim
7b7691d05e Add buildlink3.mk. 2004-03-11 20:19:38 +00:00
reed
921a967a5d Uses yacc during build. 2004-03-11 20:08:16 +00:00
cjep
15c569e4a3 sort 2004-03-11 16:03:30 +00:00
jlam
bc0e83e401 The pnet package uses zlib. 2004-03-11 08:06:56 +00:00
minskim
0af32f2c70 Switch to Tcl/Tk 8.4 and bl3ify. 2004-03-11 07:16:45 +00:00
minskim
7e0a784184 Update tcl-otcl to 1.8 and take maintainership.
Changes:
    * Define macros CONST84 and CONST84_RETURN in otcl.h
    * Change char* to CONST84 char* (or CONST84_RETRUN char * if it is a
      function return) in otcl.c
    * test hangs for lib/test.tcl (autoload), see comments in lib/test.tcl
2004-03-08 23:47:44 +00:00
minskim
9c121e17ff Update Tcl/Tk to 8.4.6.
* Tcl_Obj sharing fixed in [binary scan]
  * Updated errno usage for recent glibc
  * Fixed [file normalize ~unknownuser] error
  * Fixed two memory leaks in VFS code
  * Fixed possible infinite loop in TclFinalizeFilesystem
  * Updated HP-UX 11 build libraries setup
  * Unix std channels forced to exist at startup
  * Stopped broken [exec] quoting of '{'
  * Fixed memory leak with very long host names
  * Corrected level interpretation of Tcl_CreateTrace
  * Allow 64-bit configure on IRIX64-6.5*
  * Several OS X/Aqua native integration improvements (scrollbar,
    event generate, unicode clipboard, tk_messageBox, mousewheel event,
    alpha blending for partially transparent images)
  * Recognized native hand2/fleur cursors on Windows
  * Post menubuttons so they stay on screen better
  * Fixed crash during intra-image copy/resize
  * New msg catalogs for Esperanto and Polish
  * Corrections bold/italic font handling (width calculations) on Windows
  * Fixed shrinking grid geometry calculations
2004-03-08 22:14:18 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
194b9321a0 Update tcl to 8.4.5. Too many changes since 8.3.4. Please see
ChangeLog in the distfile.
2004-03-08 19:55:35 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
minskim
95bbe1f3d6 Reimport tcl-8.3.4 into lang/tcl83 before updating Tcl/Tk to 8.4.5,
because many packages still need 8.3.  OK'ed by the maintainer (jwise@).
2004-03-08 19:22:26 +00:00
jmmv
a991a58ea4 Update to 0.07:
New in release 0.07 (2003/30/11)
* Works with libtool 1.5 (and 1.4.3).
* java.awt gtk+ peers now depend on gtk+ 2.2.x and uses pango.
  Lots and lots improvements on the peers.
* java.awt.geom.CubicCurve2D, java.awt.geom.QuadCurve2D:
  Subdivision and flatness calculation implemented.
* java.awt.geom.FlatteningPathIterator: Working implementation.
* gnu.java.awt.BitwiseXORComposite helper class.
* New rmic compilers (jikes, kjc) support.
* java.text bug fixing and 1.4 updates (Currency).
* Hashtable and HashMap function more similar to other implementations.
* javax.naming and java.beans classloader fixes.
* URL parsing, URLConnection, protocol and (needed) permission fixes.
* More java.nio implementation
  (API complete, but implementation not finished yet).
* Lots of java.net code cleanup.
* Improved documentation.
* Numerous bug fixes in almost every package, and lots of updates for
  1.4 functionality.
* Fixed Classpath bugs:
  #2944 Incorrect synchronization in java.util.logging.ErrorManager
  #6075 java.awt.geom.GeneralPath.getCurrentPoint returns wrong results
  #6076 java.awt.geom.GeneralPath constructor sometimes hangs
  #6089 java.awt.geom.GeneralPath.getPathIterator does not work
  [...]
VM Interface changes:
* Thread has been split in a VM-independent Thread class and a VM-dependent
  VMThread class.

New in release 0.06 (2003/22/08)
* Update java.awt peers to GTK+2.
* java.awt.GridBagLayout implementation.
* javax.swing.border implementation.
* java.security and java.security.cert updated to 1.4 spec.
* New JNI native target code layer. See native/target/readme.txt.
* --enable-regen-headers configure flag for automatic jni .h file generation.
* Removed workaround for gcj 3.2 and lower, gcj 3.3+ or jikes 1.18+ is now
  needed for compiling.
* Lots of improvements and/or new classes for java.awt, java.awt.dnd,
  java.awt.font, java.awt.geom, java.awt.image, java.io, java.math, java.net,
  java.nio, java.rmi, java.text, java.util, javax.swing, javax.swing.plaf,
  javax.swing.text.
VM Interface changes:
* VMClassLoader.loadClass(), the bootstrap classloader called by
  Class.forName() and ClassLoader.loadClass(), may now return null when
  a class is not found instead of throwing a new ClassNotFoundException.
  This is a performance optimization in some cases. This also changes
  the Class.forName() reference code.
* Native methods in Class have been moved to VMClass.  A few additional
  methods are also available in VMClass to provide optional performance
  improvements.
* A VM can now supply its own String.intern() strategy through the
  VMString class. The supplied VMString reference class implements the
  original WeakHashMap strategy.
* Float and Double to/from bits conversion functions can now be supplied by
  the VM through VMFloat and VMDouble. Default JNI conversion methods are
  supplied.
2004-03-07 21:31:09 +00:00
seb
8b6e21a0c1 Remove info files entries from PLIST. 2004-03-07 17:47:22 +00:00
minskim
20da8ca23e Add and enable ccsh. 2004-03-07 17:18:58 +00:00
minskim
bbeff995b5 Import ccsh from pkgsrc-wip. Packaged by pancake at phreaker dot net,
and slightly modified by me.

CCSH is a scripting language that is intended to be powerful and easy
to use for people already familiar with the C language.
2004-03-07 17:16:54 +00:00
seb
22ba097997 Remove info files entries from PLIST.
XXX Does not install for me (libtool related problem).
2004-03-07 14:16:26 +00:00
seb
d9ff35c7f4 Remove info files entries from PLIST.
XXX This package does not build for me and could use an update.
2004-03-07 13:30:16 +00:00
seb
cb33727cab Remove info files entries from PLIST.
While here replace ad hoc substing with subst.mk framework.
Don't install manpages twice.
Fix missing PLIST entries.

Bump PKGREVISION.
2004-03-07 09:29:04 +00:00
taca
6c1257ec9c Remove USE_RUBY_AMSTD since no package use it now. 2004-03-07 03:33:45 +00:00
danw
f1497a8f3a Perl's ARCHNAME for Darwin changed with Darwin 7 / OS X 10.3.
Fixes pkg/24531.
2004-03-07 01:02:59 +00:00
seb
2eda647778 Remove info files entries from PLIST.
While here add missing info file from INFO_FILES and patch it
so it has an info dir entry.
2004-03-07 00:19:29 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
recht
e3593924ab update to 1.2
Includes support for Fedora, plus a number of smaller bug fixes.
2004-03-04 14:33:55 +00:00
minskim
c9eae9cc89 Make ocalm build with tk-8.4. 2004-03-04 06:27:45 +00:00
recht
c2ab8aac4f update to 0.30.2
The only thing that changed is the included mcs.

For which - sadly - is now real news file available.

By comparing it seems that the following packages have changed:

System.Runtime.Remoting, System.Web, System.Web.Services, System.XML

Changes (among others):

* iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New
  routines to check if a type is an enumerable/enumerator allow
  classes that implement the IEnumerable or IEnumerator interfaces.
* String.cs: Concat() fixed crash when one of the arguments is an object
  whose ToString() method returns null.
* TypeLoadException.cs: Added some serialization fiels, needed for
  compatibility with MS.NET.
* String.cs (Equals): Speed up this method by avoiding Array
  Bounds Checks and by comparing by 32 bit words rather than 16 bit chars.
  This gives between 0x (for 1 char) and >2x (for large strings)
  factor of improvement.
2004-03-03 01:37:09 +00:00
drochner
2aadeff11c use REPLACE_INTERPRETER instead of our private implementation 2004-03-02 15:26:02 +00:00
drochner
bf761bc865 update to gcc-3.3.3 2004-03-02 14:46:33 +00:00
seb
0d88e29c0a Remove info files entries from PLIST. 2004-03-02 14:01:38 +00:00
seb
4cbc84b62c Fix build: short and easy way out of a config.status overriding problem
by disabling the override.
2004-03-02 13:54:03 +00:00
seb
1a0322ee6f Remove info files entries from PLIST. 2004-03-02 11:59:24 +00:00
seb
5777891d19 Remove info files entries from PLIST. 2004-03-02 11:43:39 +00:00
seb
92c368a75b Remove info files entries from PLIST.
While here add two missing entries in INFO_FILES.
2004-03-02 11:28:22 +00:00
seb
7f0d850a58 Remove info files entries from PLIST. 2004-03-02 10:57:13 +00:00
uebayasi
8e043c6038 Test if a conditional variable is defined before expanding it. From
Ralf-P. Weinmann on tech-pkg@.
2004-03-02 06:13:28 +00:00
markd
d022ffe41e Add missing libfrtbegin.a 2004-03-01 11:39:58 +00:00
recht
ee8ddf1d62 Apply first part (creation of libpython.so) of the patch provided by
Michal Pasternak in PR 24599.
Leave the RUNSHARED part for now until it's proven that it's really needed
and a cleaner has been found.
2004-03-01 00:16:35 +00:00
recht
47d900630b boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), so
add NOT_FOR_PLATFORM accordingly
2004-02-28 23:41:32 +00:00
lukem
a1d9d9dad0 sync to ../sun-jre14/MESSAGE.NetBSD rev 1.5:
A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K).
(Whilst 132096 (129K) does work for simple tests, it's better to be
conservative and suggest something that should work most of the time...)
2004-02-28 00:49:03 +00:00
lukem
151663025c A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K).
(Whilst 132096 (129K) does work for simple tests, it's better to be
conservative and suggest something that should work most of the time...)
2004-02-28 00:44:34 +00:00
xtraeme
06ee2d0e55 bl3ify 2004-02-27 07:37:04 +00:00
minskim
e1bd7580ef Check if MONO_USE_NPTL is defined before using it. 2004-02-27 04:06:05 +00:00
minskim
1850673f63 This package is not in wip any more. 2004-02-26 23:14:02 +00:00
jlam
2b4202c8b4 Buildlink the gcc libraries and headers early so that fake-la can find
them.
2004-02-24 10:02:23 +00:00
cube
2fdaea31c4 bl3ification needed by new ion. Reported by Stoned Elipot and Krister
Walfridsson.  ``Oops''.
2004-02-24 00:05:26 +00:00
wiz
a09c1eb033 Fix (de)installation by removing a .orig file
from the install dir.
2004-02-23 22:10:48 +00:00
kristerw
b13edb39a2 Set USE_BUILDLINK2 to "yes", so that pkgsrc DTRT with the included
buildlink2.mk files.
2004-02-23 02:49:31 +00:00
xtraeme
05a22f230f bl3ify and remove ONLY_FOR_PLATFORM, because it works on *BSD, Linux and
SunOS. Dunno about IRIX, this closes PR pkg/24519.
2004-02-23 01:09:14 +00:00
seb
d9516ad6e8 Remove info files entries from PLIST. 2004-02-22 15:21:16 +00:00
seb
bf8dc01b13 Remove info files entries from PLIST. 2004-02-22 14:43:44 +00:00
seb
7a76ed6f5d Remove info files entries from PLIST. 2004-02-22 14:33:06 +00:00
seb
a75f2711ed Remove info files entries from PLIST. 2004-02-22 14:01:49 +00:00
seb
57513160f9 Remove info files entries from PLIST. 2004-02-22 13:49:44 +00:00
kristerw
e553612a49 Previous change broke build on NetBSD because it tried to "rm -f" a
directory instead of just the file that was intended.
2004-02-22 04:51:25 +00:00
minskim
9d99cc2532 bl3ify 2004-02-22 02:24:07 +00:00
seb
922a953de8 Remove info files entries from PLIST. 2004-02-21 18:27:06 +00:00
jlam
1bf1cd9015 Buildlink the gcc3-c libraries and headers early so that fake-la can find
them.
2004-02-21 10:37:27 +00:00
seb
e021a3c198 Play it safe -and be Solaris friendly: don't rely on 'ln -sf' to properly
remove an existing file, use 'rm -f' then 'ln -s'.
2004-02-21 08:38:45 +00:00
snj
09b0716c03 s/langauge/language/ 2004-02-21 07:10:40 +00:00
snj
378dd4c069 s/compilant/compliant/ 2004-02-21 07:09:54 +00:00
jlam
e6ef33712d Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
2004-02-20 23:45:43 +00:00
taca
010de15156 Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process uses
config.status's content.
2004-02-20 15:32:52 +00:00
jlam
0316e47605 Use stricter dependency patterns so that we only match ones with the same
distribution version number.
2004-02-20 06:52:43 +00:00
kristerw
da0229e8a4 gcc 2.95 does not support the x86_64 architecture. 2004-02-19 17:51:17 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
wiz
ce010af32c Sort. 2004-02-17 14:56:12 +00:00
grant
796344b117 bl3ify. rename post-patch target to do-configure, as the compiler is
not available before the buildlink phase, and calling the compiler in
the patch phase is Wrong.
2004-02-17 06:36:38 +00:00
jlam
df194736cb We need to override librep's own libtool with the one from pkgsrc. 2004-02-15 15:02:38 +00:00
itojun
328df197b0 upgrade to 1.33. too many updates to mention here.
see http://www.call-with-current-continuation.org/ChangeLog.txt for complete
changelog.
2004-02-15 08:02:23 +00:00
recht
d9845a2ae5 update to 0.30.1
This release only includes a few smaller bug fixes to the Http client as
well as minor fixes to the C# compiler.

Specifically this release fixes some problems with Chunked encoding and a
race condition on the Http client. The C# compiler would crash sometimes
when reporting a delegate signature error.

While add it g/c some whitespaces in the buildlink3.mk and remove the
LIBTOOL_OVERRIDES.
2004-02-14 20:39:38 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
tron
d371bfefaa Fix dependence problem for other packages, too. 2004-02-14 13:49:25 +00:00
tron
08d2c8fd67 Update dependence on "gcc3-c++" package and bump package revision. 2004-02-14 13:47:00 +00:00
kristerw
838c96eabb Make the package build on NetBSD-current. 2004-02-14 03:04:31 +00:00