the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Diagnostic-Code: X-Postfix; host mta-v1.mail.vip.cnb.yahoo.com[202.43.216.28]
said: 554 delivery error: dd Sorry your message to
liu_yinghong@yahoo.com.cn cannot be delivered. This account has been
disabled or discontinued [#102]. - mta107.mail.cnb.yahoo.com (in reply to
end of DATA command)
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.
These changes should be transparent to installs (tested and verified
locally).
While here, update two cases of stale distfile info. (MD5s
verified versus mozilla.org.)
PR: ports/67701
Approved by: maintainer timeout (2 weeks)
+ Avoid misuse of safe_strdup shipped with mutt.
+ It returns 0 (NULL pointer) instead of pointer to 0 (empty string)
if the source string is empty(""). Consequently iconv_open will cause
mutt to core-dumps itself. It expects const char* instead of NULL
pointer.
+ On each successful call to wraped iconv_open provided by the patchset,
small piece of memory is allocated by safe_strdup. The original patchset
did not free it.
Above submitted by: Kuang-che Wu <kcwu at kcwu dot homeip dot net>
+ Experimental abuse of PORTREVISION. More testing is in progress. It will
be really activated via master port if there's nothing else broken.
Note: Contrary to its purpose, chinese/cdrtools also never (during the
time it was connected to the build) installed the ISO-9660 tools.
Diagnosis by: marius
Let's remove them by: netchild
- Suffix installed binary and man page with "-zh" in order to avoid
conflicts with other ports installing mkisofs (note that it doesn't
make sense to use MANLANG here as the man page is in English).
- Don't build and install isodump, isoinfo and isovfy. They are not
built with locale support, i.e. they don't differ in this regard
from those installed by the cdrtools ports (expect the latter are
later versions).
- Use PLIST_FILES.
Submitted by: marius
Console CJK Environment let you display and input Chinese/Japanese/Korean
under Linux/FreeBSD console, it works both in VGA mode and frame buffer
mode. Input methods include PinYin WuBi ShuangPin Ziranma CangJie Zhuyin
Dayi YingHan, totally around 40.
PR: ports/61943
Submitted by: Statue <statue@freebsd.sinica.edu.tw>