asau
b1c1362074
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 12:19:01 +00:00
adam
2f7e2baff3
Revbump after updating db5
2012-01-18 14:33:17 +00:00
obache
bebd0e3720
* minimalize patch-aa, pass variables as MAKE_FLAGS.
...
* require bdb.
* add user-destdir installation support.
2010-03-07 13:30:48 +00:00
joerg
1a34d098b9
Reset MAINTAINER as requested.
2010-02-25 15:08:02 +00:00
joerg
161c920c15
Prepare for switching to NO_MTREE=yes.
2007-03-24 19:21:18 +00:00
wiz
601583c320
Whitespace cleanup, courtesy of pkglint.
...
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
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