Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-18 | Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen. | jlam | 1 | -2/+1 | |
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272. | |||||
2004-04-25 | Unused. | wiz | 1 | -19/+0 | |
2004-04-25 | Static library only -> build dependency. | wiz | 1 | -1/+2 | |
2004-04-25 | Convert to bl3. | wiz | 2 | -2/+20 | |
2004-03-18 | This uses rpcgen, so set NO_EXPORT_CPP. | jlam | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-09 | Update to 1.12. Changes in this version: | jmmv | 4 | -33/+35 | |
o Added support for DB 4.1.x o Included Makefile settings for AIX (David Barroso Berrueta) Fixes PR pkg/20449 by Dave Burgess. | |||||
2002-10-09 | Unused. | wiz | 1 | -37/+0 | |
2002-09-25 | Trivially convert to buildlink2. | wiz | 1 | -1/+2 | |
2002-09-25 | Update to 1.11. Inspired by PR 18389 by URA Hiroshi. | wiz | 3 | -19/+24 | |
Changes: o Added support for DB version 3.1.x. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -1/+20 | |
buildlink2.mk files back into the main trunk. | |||||
2002-05-20 | Add buildlink.mk. | wiz | 1 | -0/+37 | |
2002-03-06 | Get distfile from ${MASTER_SITE_LOCAL}, as the unnumbered archive in | fredb | 1 | -2/+2 | |
${MASTER_SITES} now points to drac-1.11, which uses db-3.0.1. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+3 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-09 | Use SHA1, and add size. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+6 | |
2000-04-11 | DRAC is a daemon that dynamically updates a relay authorization map for | groo | 8 | -0/+111 | |
sendmail. It provides a way to allow legitimate users to relay mail through an SMTP server, while still preventing others from using it as a spam relay. User's IP addresses are added to the map immediately after they have authenticated to the POP or IMAP server. By default, map entries expire after 30 minutes, but can be renewed by additional authentication. Periodically checking mail on a POP server is sufficient to do this. The POP and SMTP servers can be on different hosts. |