| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- 2) Fix desktop entry.
Submitted by: Tjong-A-Hung <G.V.Tjong-A-Hung (at) student.TUDelft.NL> (2)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Chase libraries version bump to depending on this port.
[NOTE]
I disabled FLTK support, so you can't use OpenEXR's applications.
Because I'm validating FLTK support.
Spotted by: Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk>
Obtained from: Florian Kainz <kainz <@> ilm.com>
Committed at: AsiaBSDCon 2007 in Tokyo, Japan
Memorial Committing with:
bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal,
simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata,
murray, cjh, brooks, daichi, delphij, ups, rrs
|
|
|
|
|
|
|
| |
I tried to use newer chmlib from misc/chmlib, it compiles but does not
work. Perhaps, there are still problems in chmview itself.
Reported by: pointyhat via kris
|
|
|
|
| |
Reported by: Rick C. Petty <rick-freebsd@kiwi-computer.com>
|
|
|
|
|
|
| |
module.
PR: 110175
|
|
|
|
|
| |
Executive Ordered by: George -Push- Kato <takeharu1219@ybb.ne.jp> (author)
Committed at: AsiaBSDCon 2007 in Tokyo Japan
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/110164
Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/110142
Submitted by: "John K."<cfactor_at_gmail_._com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Requested by: kris
Submitted by: Daniel O'Connor (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
bsd.python.mk sets PYTHON=/somepath/someprogram, while this ports
MaKefile expects yes or no there.
This patch changes the ports configure to not test for an "user"-set
PYTHON variable.
Submitted by: YAPHR
|
| |
|
|
|
|
|
| |
Fixes: ports/109728
Reported by: bf <bf2006a@yahoo.com>
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
|
| |
PR: ports/109399
Submitted by: Yamashiro Jun<yamajun@ofug.net>
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: ports/109399
Submitted by: Yamashiro Jun<yamajun@ofug.net>
|
| |
|
|
|
|
| |
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- reset rombios32 area
- Support for more SPARC relocations, by Martin Bochnig.
- Serial console improvements, by Stefan Weil.
- Qemu support for S32 and U32 alsa output, by Vassili Karpov.
- PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau.
- Add PS/2 keyboard to MIPS R4K, by Herve Poussineau.
- Monitor multiplexing, by Jason Wessel.
- -no-frame option for sdl, by Christian Laursen.
- Don't require a disk image for network boot, by Ferenc Wagner.
- Add -bootp option for slirp, by Anthony Liguori.
- Add OACK support to slirp TFTP server, by Anthony Liguori.
- Change -tftp option to take a root directory, by Anthony Liguori.
- 2nd serial port for Malta, by Jason Wessel.
- Increase the number of multiplexed monitor devices.
- Allow arbitrary MIPS BIOS sizes between 0 and 4 MB, by Stefan Weil.
- Allow gdbstub to connect over any serial device.
- Basic USB device resume (root hub only), by Lonnie Mendez.
- 24C01 / 24C02 EEPROM emulation for Malta, by Stefan Weil.
- DS1225Y nvram device, by Herve Poussineau.
- Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori.
- MIPS FPU dynamic activation, part 1, by Herve Poussineau.
- MIPS Userland TLS register emulation, by Daniel Jacobowitz.
- New -cpu options: choose CPU model for emulated target.
Only relevant on PowerPC targets, for now.
- Simple u-boot image loading support.
- Great PowerPC emulation code resynchronisation and improvments:
- Add status file to make regression tracking easier
- Move all micro-operations helpers definitions into a separate header:
should never be seen outside of op.c
- Update copyrights
- Add new / missing PowerPC CPU definitions
- Add definitions for PowerPC BookE
- Add support for PowerPC 6xx/7xx software driven TLBs
Allow use of PowerPC 603 as an example
- Add preliminary code for POWER, POWER2, PowerPC 403, 405, 440, 601, 602
and BookE support
- Avoid compiling priviledged only resources support for user-mode emulation
- Remove unused helpers / micro-ops / dead code
- Add instructions usage statistics dump: useful to figure which instructions
need strong optimizations.
- Micro-operation fixes:
* add missing RETURN in some micro-ops
* fix prototypes
* use softfloat routines for all floating-point operations
* fix tlbie instruction
* move some huge micro-operations into helpers
- emulation fixes:
* fix inverted opcodes for fcmpo / fcmpu
* condition register update is always to be done after the whole
instruction has completed
* add missing NIP updates when calling helpers that may generate an
exception
- optimizations and improvments:
* optimize very often used instructions (li, mr, rlwixx...)
* remove specific micro-ops for rarely used instructions
* add routines for addresses computations to avoid bugs due to multiple
different implementations
* fix TB linking: do not reset T0 at the end of every TB.
- Implement --cpu for ARM.
- And some bugfixes.
Repocopy by: marcus
Approved by: miwi (mentor, implicit)
|
|
|
|
| |
Approved by: miwi (mentor, implicit)
|
|
|
|
| |
Submitted by: Andrey Chernov
|
|
|
|
|
|
| |
emulators/qemu -> emulators/qemu-devel
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
| |
PR: 110139
Submitted by: Maxim Samsonov
- a little cleanup of option
|
| |
|
| |
|
|
|
|
|
| |
http://www.openoffice.org/servlets/ReadMsg?list=cws-announce&msgNo=4124
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=10566
|
|
|
|
|
|
| |
- Pass maintainer shipt to submitter
Submitted by: farrokhi@
|
| |
|
|
|
|
|
|
| |
PR: 109872
Submitted by: miwi
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/98537
Submitted by: Sergey Starosek <star@sunbay.com>
|
| |
|