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)
- Change BROKEN to IGNORE since it's not broken but it's the sendmail that
does not support milter
PR: ports/111336
Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
volume label as default mountpoint. Using the UTF-8 volume label as
mountpoint can be problematic with legacy locales.
Reported by: Andrew Muhametshin <andrew@dobrohot.org>, lofi
- Trac comes with a contrib directory with miscellaneous scripts, including
hooks to be installed into a Subversion repository. I'm requesting this
change so the scripts will be installed along with the port.
PR: ports/111243
Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net>