summaryrefslogtreecommitdiff
path: root/net/dgd
AgeCommit message (Collapse)AuthorFilesLines
2013-01-11Use plain tar for copying.joerg1-5/+5
2011-09-25Fix getline conflict.joerg2-1/+29
2011-03-17service suspended. fetch from backup.zafer1-2/+2
2009-12-17PKG_DESTDIR_SUPPORTabs1-12/+10
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-6/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-23/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-03Fixed wrong use of WRKSRC.rillig3-12/+12
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
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-16Note that gtar is required by the package.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-03-08Update dgd to 1.2.0.4. Patch provided by the maintainer, Scott Thompson,minskim4-29/+36
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-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-10-24Update to 1.2.0.3 (1.2p3). PR pkg/23231, Scott Thompson.xtraeme2-9/+11
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-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-09-11Readd CVS Id.tron1-0/+1
2002-09-11Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:tron3-9/+7
- 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.
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-0/+5
slight formatting changes.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-6/+6
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-04-25Import new "dgd" package:tron7-0/+250
Object-oriented programmable server This packages was provided by Scott Thompson in PR pkg/13765.