- WRKSRC is predefined, no need to redefine it.
- Use pre-build instead of post-configure.
- Rely on the default do-install target, and use post-install for
our additional changes.
- $PREFIX/etc/wine.conf and .wine/config are no longer used; remove
all references from pkg-message.
PR: 88758
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
1. #266 - Excessive db connects and quits
2. #271 - BUG with connect to postgresql database
3. #272 - Non-UTF characters in a message's body
4. #277 - Fix "INTERNALDATE" calculation in imaputil.c
5. other patches from repository.
- Add SHA256
PR: ports/88277
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
installed from ports. The base heimdal distribution installs libraries
that have no depenency information. While this is quite correct, it
means that each library that links with libpq.so must also know if
libpq.so is linked with libkrb.so et al. Problem is, there's no good
way to get this information (pg_config has a --libs option starting at
version 8.1) and all ports using postgresql must be changed to make it
possible to link with a libpq.so that was configured to use the
Kerberos implementation installed in /usr by default. Hence, we
require one of the ports (heimdal or krb5) if postgresql is to be
linked with Kerberos. At least for now, until we can fix this in some
better way.
Also, if MIT Kerberos (security/krb5) is installed, users should
ideally remove the base heimdal installation so linkers will not pick
it up in preference to the krb5 libs (base heimdal has higher version
numbers than krb5 port).
PR: 80869, 88098, 85178
- Switch to a new maintainer
PR: ports/88983
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: Jesse van den Kieboom <jesse@icecrew.nl> (maintainer)
* Added checks for the occurence of both old and new boilerplate.
* Improves verbose output for boilerplate problems.
* Handle formfeeds better:
- 58 lines plus <FF><EOL> is valid.
- Count <FF> on the same line as the page number.
* Added a variation on Author's Address Section Name
* The code to find and adapt to the particular indentation of a draft
didn't work as intended. Rewritten with somewhat better results.
* Added a "Draft ..." as an acceptable variation on page header.
- use MASTER_SITE_FEDORA (pet portlint a little bit)
- while I'm here: SHA256 (no MD5 change, Kris: no need to check :) )
This should also fix the package build of the linux XFree86 bits.
Pointyhat to: netchild [1]
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>