Commit graph

14 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jlam
8b2040b409 Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.
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-12-18 19:24:26 +00:00
wiz
dea211418c Convert to bl3. 2004-04-25 01:05:18 +00:00
jlam
fe9ac2c1dc This uses rpcgen, so set NO_EXPORT_CPP. 2004-03-18 03:42:13 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmmv
10bb26af2a Update to 1.12. Changes in this version:
o Added support for DB 4.1.x
	o Included Makefile settings for AIX (David Barroso Berrueta)

Fixes PR pkg/20449 by Dave Burgess.
2003-03-09 12:25:53 +00:00
wiz
d3d7fada48 Trivially convert to buildlink2. 2002-09-25 19:45:00 +00:00
wiz
0a8351ff09 Update to 1.11. Inspired by PR 18389 by URA Hiroshi.
Changes:
        o Added support for DB version 3.1.x.
2002-09-25 19:40:37 +00:00
fredb
599d937ebd Get distfile from ${MASTER_SITE_LOCAL}, as the unnumbered archive in
${MASTER_SITES} now points to drac-1.11, which uses db-3.0.1.
2002-03-06 14:01:23 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
groo
c9e071e3eb DRAC is a daemon that dynamically updates a relay authorization map for
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.
2000-04-11 23:39:29 +00:00