into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
- Change PORTVERSION convention. The xpdf language
packages don't share version numbers with the main
xpdf package. I didn't bump PORTEPOCH science
20040727 is bigger than 3.00
- add chinese/arphicttf depends for PDF files without
embedded fonts
- tabify Makefile
- fix pkg-plist for multi language users
- take maintainership. Thanks the previous maintainers!
PR: 69862
Submitted by: Dryice Liu <dryice@hotpop.com> (new maintainer)
2. Does not respect ${CFLAGS}
3. Dependancy problem: This port has preference on db4 over db3.3, i.e. when
both are present, it uses db4. So change the dependancy from db3.3 to db4.
4. The default installation does not create user settings, which causes write
attempt to global settings and the consequent failure confuses users.
5. Locale zh_CN.EUC is not present on 5.x. Swith to zh_CN.eucCN.
PR: ports/69251
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
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