propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
- Added dvipdfm compatibility mode. This mode is triggered if
dvipdfmx is called as "dvipdfm", and likewise extractbb
as "ebb". (The latter mode was already present.)
- Improved PDF version handling. A "Version" entry in the
document catalog is now honored. Moreover, dvipdfmx accepts to
write PDF 1.7, and extractbb doesn't complain about PDF
versions any more. Encryption keys too long for PDF 1.3 now
lead to an error instead of a silent change of PDF version.
- Bug fix: \special{pdf:bann} ... \special{pdf:eann} (e.g.,
\hyperlink) cause a problem when it was surrounded by the pair
\special{pdf:bcontent} ... \special{\special{pdf:econtent}.
- Removed binary mode option "-b". In ebb, just ignore it.
- xbb: Changed output-to-stdout option to "-O".
- Fixed two problems with removal of PDF destinations: Non-link
annotations produced a warning, and broken links were not
detected if no valid destination existed. Removing unused
destinations is now default behaviour and can be prevented by
using the flag "-C 0x10". Since the feature is still new, this
flag is set in dvipdfmx.cfg.
Approved by: maintainer timeout (1 month)
Critical vulnerabilities have been identified in Adobe Reader
9.1.1 and Acrobat 9.1.1 and earlier versions. These
vulnerabilities would cause the application to crash and could
potentially allow an attacker to take control of the affected
system.
Security: http://www.adobe.com/support/security/bulletins/apsb09-07.html
Security: CVE-2009-0198
Security: CVE-2009-0509
Security: CVE-2009-0510
Security: CVE-2009-0511
Security: CVE-2009-0512
Security: CVE-2009-0888
Security: CVE-2009-0889
Security: CVE-2009-1855
Security: CVE-2009-1856
Security: CVE-2009-1857
Security: CVE-2009-1858
Security: CVE-2009-1859
Security: CVE-2009-1861
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)