2005-11-03 23:37:28 by Roland Illig | Files touched by this commit (3) |
Log message:
Fixed wrong use of WRKSRC.
|
2005-07-15 20:27:56 by Johnny C. Lam | Files touched by this commit (97) |
Log message:
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
2005-05-16 03:15:34 by Johnny C. Lam | Files touched by this commit (55) |
Log message:
Note that gtar is required by the package.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-03-08 02:56:53 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Update dgd to 1.2.0.4. Patch provided by the maintainer, Scott Thompson,
in PR pkg/24698.
Changes:
- Fixed a bug with deleting mapping elements in atomic code.
- Allow allocation of blocks up to 1G in size.
- Fixed a bug that could cause a crash during the atomic commit phase.
- While restoring a callout, not all appropriate fields were zeroed.
- Some fixes to get restarting to work.
- Make sure that a callout handle is not truncated to 16 bits before an
attempt is made to remove it.
- Made sure that destructing the driver object in atomic code does not lead
to trouble.
- Fixed a problem with driver->recompile() in multi-level atomic code.
- Input blocking for binary connections didn't work.
Additionally, this update changes LICENSE to the more accurate
"fee-based-commercial-use."
|
2004-01-20 13:22:22 by Alistair G. Crooks | Files touched by this commit (86) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2003-10-24 02:47:48 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 1.2.0.3 (1.2p3). PR pkg/23231, Scott Thompson.
Changelog:
- Fixed a bug that could occur when upgrading an interpreted object to
precompiled.
- Fixed a bug with catch and atomic in precompiled code.
- Fixed a recursion problem for an error in runtime_error().
- Better fix for the callout pause problem.
|
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2002-09-11 22:13:58 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Readd CVS Id.
|
2002-09-11 22:02:27 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:
- The editor could erroneously allocate dynamic instead of static memory.
- Fixed a spurious pause that would occur if the first callout started after a
cold boot had a delay of 0.
- Fixed a problem with repeatedly adding and removing callouts in atomically
executed code.
- Fixed several bugs in error handling.
- A better fix for errors in atomic code, in combination with multi-level
catches.
- Fixed a config file reading bug that could occur if the server was restarted.
- Fixed a bug in saving/restoring variables in an object that privately
inherited another.
- Prevent code from being erroneously optimized away in rare cases.
- Fixed a bug in handling some regular expressions.
- Fixed several bugs which could, in rare cases, cause nil to turn up in
mappings that had been accessed from atomically executed code.
- Fixed a bug in error recovery for compiling switch statements.
The update was contributed by Scott Thompson in private e-mail.
|