The build breakage is due to removal of japanese/ptex-base and
that the dvipdfm needs some changes to fix conflicts with the new
japanese/ptex. I will fix this problem after discussion with the
japanese/dvipdfm maintainer.
Spotted by: cperciva
of japanese/ptex has been removed and japanese/ptex-tetex has been
renamed with japanese/ptex. These are almost the same with each other
(actually ptex-tetex had some upper compatibility with ptex), so there
should be no functionality regression.
Also, dependencies of the relevant ports have been updated and
PORTREVISON bumped.
* There have been problems with the `-without-texmf-dir' option to
`configure' when the value of `-with-kpathsea-sep' was set or
determined for an installation system with a default different
from that of the runtime system. `with-kpathsea-sep' has been
removed; the setting is now usually determined at runtime.
Due to this and other problems, preview-latex in the released
XEmacs package failed under Windows or with anything except recent
21.5 XEmacsen.
* AUCTeX and preview-latex have been changed in order to accommodate
file names containing spaces. preview-latex now tolerates bad
PostScript code polluting the stack (like some Omega fonts).
* `preview.sty' had in some cases failed to emit PostScript header
specials.
* Support for folding of comments was added.
* The `polish' language option of the babel LaTeX package as well as
the polski LaTeX package are now supported. Most notably this
means that AUCTeX will help to insert quotation marks as defined
by polish.sty (`"`..."'') and polski.sty (`,,...''').
* The TeX tool bar is now available and enabled by default in plain
TeX mode.
* Bug fix in the display of math subscripts and superscripts.
* Bug fix `TeX-doc' for Emacs 21.
* There has been quite a number of other bug fixes to various
features and documentation across the board.
edge cases to fail, and the previous version of gettext was unthreaded,
so we're not losing anything.
Note that if you've already rebuilt gettext to 0.16.1, you only need
to upgrade gettext, and not everything that depends on it.
Thanks to those that reported the issue, and both gnome@ and kde@ for
confirming that this change does not cause any issues there.
PR: ports/111349
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
- While I'm here, remove 4.x support
Approved by: Simon Olofsson <simon at olofsson.de> (maintainer)
- Change IP binding algorithm: it is used both for the console and AUX port,
and not only in a mode hypervisor
PR: ports/111330
Submitted by: Pavel I Volkov <pol at opk.ru> (maintainer)
- Remove code from patch-security which was causing a "Bad challenge" error
when connecting to password protected servers.
- Turn GAME option to "off" by default (a functional game.so is installed by
games/quake2-data) as in other Quake II engine ports.
PR: ports/111048
Submitted by: alepulver (myself)
Approved by: danfe (maintainer, timeout)
Reported by: Kyle Hunter <keletmaster@gmail.com>
- Use SF macro in MASTER_SITES.
- Clean up.
- Remove some useless comments from targets.
- Remove CVS directories before installing them instead of after.
- Tidy pkg-message.
- Remove IGNORE message for unsupported FreeBSD < 5.x.
- Fix building with GCC 4.x [1].
Reported by: pointyhat [1]
- Correct MASTER_SITES
- Automatically create the necessary symlink for drupal module, so
pkg-message is not needed anymore
PR: ports/111234
Submitted by: Nick Hilliard <nick at foobar.org> (maintainer)
- PowerPC bugfixes:
- must clear carry bit when doing addic with a zero immediate value
- fix missing RETURN in micro-operation that would lead to random failures
and crashes
- add USE_PRECISE_EMULATION compilation-time option to choose between
getting exact floating point results and fast but less accurate computation.
- PowerPC improvments:
- add missing 64 bits rotate instructions
- safely define TARGET_PPCSPE when 64 bits registers are used
a separate target will be needed to use it in 32 bits mode on 32 bits hosts.
- MIPS: Fix enough FPU/R2 support to get 24Kf going.
- Add missing PowerPC 64 instructions
PowerPC 64 fixes.
- Upgrade Sparc FPU version (based on patch by Aurelien Jarno)
- One more bit of mips CPU configuration, and support for early 4KEc
which implemented only MIPS32R1. Thanks to Stefan Weil to insist he's
right on that. :-)
- Sparc32/64 CPU selection
- Fix segfault with -nographic, by Enache Adrian.
- New model for PowerPC CPU hardware interrupt events:
move all PowerPC specific code into target-ppc/helper.c to avoid polluting
the common code in cpu-exec.c. This makes implementation of new features
(ie embedded PowerPC timers, critical interrupts, ...) easier.
This also avoid hardcoding the IRQ callback in the OpenPIC controller,
making it more easily reusable and allowing cascading.
- Fix / update PowerPC BookE definitions.
- PPC: Fix rfi instruction: do not depend on current execution mode
but on the execution mode that will be effective after the return.
Add rfci, rfdi and rfmci for BookE PowerPC.
Extend mfdcr / mtdcr and implement mfdrcx / mtdcrx.
- Sanitize mips exception handling.
- Better fix for OpenPIC: should not depend on PowerPC.
- As embedded PowerPC TLB model is very different from PowerPC 6xx ones,
define ppc_tlb_t as an union of the two.
- Merge PowerPC 405 MMU model.
- Embedded PowerPC timers support.
- Support for PowerPC BookE exception model.
No need to requeue timer exceptions.
Fix nip saving for 64 bits PowerPC.
- Malta CBUS UART support.
- Fix usb hid and mass-storage protocol revision, by Juergen Keil.
- Update for binfmt_misc handler, by Stefan Weil.
- Large kernel initrd fix (initial patch by Daniel Jacobowitz).
- x86: Generate double and triple faults, by Bernhard Kauer.
- MIPS64 configurations.
- Actually enable 64bit configuration.
- Reorganise Sun4m to allow other machine types
- Add SparcStation-10 machine
- Improved initrd support for mips.
- Single mode for PIC i8259, by Bernhard Kauer.
- Qcow2 corruption fix, by Juergen Keil.
- VMware SVGA II emulation, by Andrzej Zaborowski.
- ne2k buffer full bug fix, by Marcel Block.
- Eepro100 emulation, by Stefan Weil.
- Qcow2: Release refcount table clusters after growing the refcount table,
by Juergen Keil.
- MIPS32R2 needs RDPGPR/WRPGPR instructions even when no shadow registers
are implemented.
- i386 return APIC ID with cpuid, by Bernhard Kauer.
- Infrastructure to support more than 2 MMU modes.
Add example for Alpha and PowerPC hypervisor mode.
- And some more bugfixes
Approved by: miwi (mentor, implicit)