Commit graph

62737 commits

Author SHA1 Message Date
kristerw
1da0e6b560 Correct spelling of $NetBSD$. 2004-06-13 17:35:24 +00:00
kristerw
5467a9c568 Version DIST_SUBDIR to prevent lossage from the recent distfile
checksum change.
2004-06-13 17:33:41 +00:00
kristerw
72314a473b Make this package build when using gcc 3.3. 2004-06-13 17:25:48 +00:00
kristerw
a10a22a178 Modify some cases od C99 usage, so that this compiles with gcc 2.95 too. 2004-06-13 15:31:19 +00:00
tron
96f9403717 Note update of "milter-greylist" package to version 1.4. 2004-06-13 14:11:42 +00:00
tron
106d35afa7 Update "milter-greylist" package to version 1.4. Changes since version 1.2:
- Solaris rc script from Christian Pelissier
- Correctly check pthread function return values
- Avoid using a thread for the initial config file load (useless)
- Bug fix: Domain regex were not freed on config file reloads-
- Bug fix: Timeout parmaeter was not honoured everywhere
- Shut up  a warning at build time
- Bug fix: on some platforms, reloading the config caused SIGSEGV
- Big bug fix: rcpt keywords did not work anymore without regex-
- Case-insensitive regular expression matching
- Fix install bug on some platforms (permissions)
- Use CC as defined by configure, fix the build on Solaris
- Build fix in Yacc file
- DNS support in greylist.conf through the domain keyword
- Make the greylist timeout a config file option
- Bug fix: lazyaw did not work properly in some situations
- Final dump on milter-greylist exit
- Case insensitive check for autowhitelist everywhere (was inconsistent)
- Better scallability by adjusting the dump delay
- Work with NetBSD 2.0 native libpthread
- Support STARTTLS (Contribution from Matthieu Herrb)
- Add a list of broken MTA in the default whitelist
- Fix a bug that caused wrong delay time.
- Documentation about MX sync and firewalls
- Case insensitive autowhitelist e-mail addresses checks
- Introduce a lazyaw option to match only IP addreses in autowhitelist
- Remove fake error message on dump reload  (make the LOG_DEBUG)
- List build dependenvies in README

Approved by Alistair Crooks.
2004-06-13 14:11:16 +00:00
agc
2bea6dfec5 Make this compile on NetBSD-current
Silence some obvious warnings
Fix a typo
2004-06-13 14:03:28 +00:00
grant
40316a8af5 note update of nbsed to 20040613 (bug fixes, 3 clause UCB license). 2004-06-13 13:14:44 +00:00
grant
7e4ff41536 bump to 20040613 2004-06-13 13:14:03 +00:00
grant
9fa7114bcf sync with src:
safer realloc, from openbsd
2004-06-13 13:12:09 +00:00
grant
3c859771e0 sync with src:
prevent integer underflow.  freebsd rev 1.32.  via openbsd
2004-06-13 13:11:41 +00:00
grant
37c6587ce0 sync with src:
apply patch in PR to fix argument parsing bug.
apply patch in PR to avoid writing to unallocated memory.
2004-06-13 13:09:34 +00:00
grant
f81cc371cf sync with src:
Bump Dd for previous.
2004-06-13 13:07:29 +00:00
grant
70c2720413 sync with src:
Point people to re_format(7) instead of regex(3) for RE description
2004-06-13 13:07:00 +00:00
grant
b5a9b112f6 sync with src:
Move UCB-licensed code from 4-clause to 3-clause licence.
2004-06-13 13:04:02 +00:00
grant
a06d326ef5 this uses a c and c++ compiler. 2004-06-13 12:37:47 +00:00
schmonz
31bad3ac19 Some of the Python bytecode contains absolute paths. After
installation, the affected files are recompiled the first time
tmda-ofmipd runs with sufficient permissions. Force the recompile
during post-install to ensure the package tools record the right
checksums.
2004-06-13 10:59:31 +00:00
taca
f36811ed93 Note update of mail/mew pacakge to 2.3nb2. 2004-06-13 09:03:08 +00:00
taca
7cba64b160 Add missing ${PREFIX}/bin/incm to PLIST and bump PKGREVISION.
It will close PR pkg/25913 by Kouichirou Hiratsuka.
2004-06-13 09:02:13 +00:00
grant
9bc788ad87 strip -fno-gnu-keywords argument to SunPro, and munge -pthread into
-lpthread. ok'd by jlam.

addresses PR pkg/24966 from Charlie Allom.
2004-06-13 08:50:15 +00:00
grant
88b1567d1d this has little hope of building with anything but gcc. make it so. 2004-06-13 08:43:00 +00:00
grant
1d4b15aa11 this uses a c and c++ compiler. 2004-06-13 08:42:24 +00:00
markd
b7f72065bc USE_X11=YES to properly link in -lXau. 2004-06-12 23:21:56 +00:00
darcy
f2eae255dc Add quotes around word "install" in the setup command.
Note that this cannot be changed to ${INSTALL} because it is not the install
command but rather an argument to setup.py.  While adding the quotes makes
no difference to the use of the file, it does keep pkglint quiet.  This is
even more important because this file is included by many other packages
and causes warnings when trying to check new Python extensions.
2004-06-12 21:18:31 +00:00
minskim
fa7c92ccdd Include time.h for Linux. Patch provided by Roland Illig on tech-pkg@. 2004-06-12 15:01:37 +00:00
cube
9075df5d8a Add a patch to fix build on platforms where long is not like time_t.
Reported by Ole Hellqvist in PR 25895.
2004-06-12 14:23:10 +00:00
grant
fc716812cc regenerate patches with pkgdiff so they apply properly with
devel/patch.
2004-06-12 12:44:33 +00:00
grant
7817815cb6 this needs gcc to build. 2004-06-12 12:40:21 +00:00
kleink
bc13220512 Note update of jwhois to 3.2.2nb6. 2004-06-12 09:41:15 +00:00
kleink
723e4916d5 Update with today's IPv6 Sub-TLA assignment changes, bringing us to
jwhois-3.2.2nb6.
2004-06-12 09:39:46 +00:00
grant
b4dd7a915f this uses a c and c++ compiler. 2004-06-12 09:10:08 +00:00
grant
d98cfe8c2e there's little chance this will compile with anything but gcc. mark it
so.
2004-06-12 09:08:02 +00:00
grant
e664ed990d don't call install -d with >1 directory argument. 2004-06-12 09:06:51 +00:00
grant
06bc216a32 use bl3 so that gcc specific flags are stripped out. 2004-06-12 09:00:20 +00:00
grant
3960998c8a call xargs -n 1 when creating directories with install(1). 2004-06-12 08:58:50 +00:00
grant
3e55057c67 this uses a c and c++ compiler. 2004-06-12 08:56:35 +00:00
grant
81de5c4edc - this uses a c and c++ compiler.
- drop unneeded trailing /
2004-06-12 08:55:05 +00:00
agc
1489e85531 Re-generate patch digest for patch-ab. 2004-06-12 07:03:54 +00:00
minskim
a78dcdd77e Sync nbsed with -current and bump its version to 20040612. This fixes
a bug reported in PR bin/25899 that makes sed(1) fail if the last
character of the line buffer is a backslash.
2004-06-12 05:18:23 +00:00
grant
be2fbed0ed use bl3 so that gcc specific flags are stripped out. 2004-06-12 04:45:21 +00:00
grant
c236f23cba +maketool-0.8.4 2004-06-12 04:44:50 +00:00
grant
8de1ecc7a6 this package is NetBSD-specific. 2004-06-12 04:36:56 +00:00
grant
71ecfa5633 this package uses lots of gcc'isms. mark it only for gcc. 2004-06-12 04:34:49 +00:00
grant
7541c07e71 use bl3 so that gcc specific flags are stripped out. 2004-06-12 04:32:12 +00:00
grant
6aa6b4d127 mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macros
definitions which sunpro doesn't like.
2004-06-12 04:22:16 +00:00
grant
1f54a55982 USE_LANGUAGES=c c++ 2004-06-12 04:21:15 +00:00
grant
a8c438f3b5 swap order of depends so that perl>=5.8.3 is preferred over
p5-Test-Harness.

the old way:

  {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness

is normally ok because if either is installed the dependency is
satisfied. however, in a bulk build, every package which uses this
DEPENDS is automatically failed because p5-Test-Harness is preferred
but it conflicts with perl>=5.8.3 (they both install bin/prove and
prove.1).

this way, perl is preferred and the dependency should be satisfied
correctly in bulk builds.
2004-06-12 04:01:45 +00:00
grant
c4e3c8cd15 when using native threads, only set BUILDLINK_CFLAGS.pthread=-pthread on
systems known to support its (FreeBSD, NetBSD, Linux).

fixes breakage caused by passing -pthread to SunPro cc(1) and likely
also fixes platforms other than the above.
2004-06-12 03:19:52 +00:00
grant
0880f4dc02 set ${MAKE_ENV} in the environment before calling ${MAKE}. 2004-06-12 03:02:27 +00:00
grant
7e2c2c6d0e - don't hardcode CC=gcc
- don't hardcode RANLIB=ranlib
- don't pass gcc specific -W flags
- needs -ldl on Solaris
2004-06-12 03:01:59 +00:00