* Alphabetize the comments on the Makefile variables that affect the
configure process.
* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
through to configure.
* Add a new NMH_POP var to allow builder to disable the --enable-pop
configure setting.
* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
gethostname(3) in its stead both times.
PR: 36307
Submitted by: MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
WARNING: The format for the mailboxes has changed, so you will get duplicate
messages if you have old mailboxes lying around. I have delayed this upgrade
as I was planning to write a conversion script, but feel that it has been too
long already.
Bugfix by: nectar
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Loose maintainership (I have no interest in nbsmtp currently).
PR: 32899
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Kimura Fuyuki <fuyuki@mj.0038.net>
minor changes applied.
- Remove security warning. There has been a long time since last
known vulnerability, and the author claims having taken preventive
measures. (OKed by SO).
- Patches removed that are now in the distribution
- More MILTER dokumentation
- sm-client.sh.sample have now 'restart' command.
- Add standalone startupscript for all sendmail deamons
- Update pkg-message
This version fixes a long-standing MIME (7 to 8-bit) conversion bug
and several smaller problems, e.g., a possible communication problem
between the MTA and libmilter, a bug in handling (invalid) addresses
containing 8-bit characters, a possible problem with small timeouts
being lost on slow machines if itimers are used, and the handling of
the 421 reply code and timeouts in the SMTP delivery code. There are
two changes in the msp feature that may change the behavior: MX lookups
are turned on for the SMTP mailers and hence `[localhost]' is used as
default instead of `localhost', and confTIME_ZONE is set to USE_TZ in
submit.mc. A complete list of changes can be found in the release notes.
by using an rc.d script to launch Exim, as was done before I took over
this port.
This seems to be the most popular approach, and is arguably the
simplest. Folks like me who attach some aesthetic value to using rc(8)
and mailer.conf(8) to launch Exim at startup time should know enough to
blow away the rc.d script and do things any way they please.
For now, use two versions of the POST-INSTALL-NOTES, the only
difference being that the one given to -CURRENT users suggests setting
sendmail_enable to 'NONE', while the one for -STABLE users suggests
'NO'.
When the databases/postgresql7 port was updated from postgresql-7.1.x to
postgresql-7.2, libpq-fe.h moved from PREFIX/include/pgsql to
PREFIX/include for reasons I can't figure out.
This applies a band-aid until I can get clarification from the postgresql
port maintainer <girgen@partitur.se>, but I think the port might be
"broken" in its placement of some header files.
Reported by: kris
if you have some sendmail compiled with LDAP support the
configure fails because -ldap -llber are not used in the
sm_snprintf test.
Submitted by: Stephane.Lentz@ansf.alcatel.fr