structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
we don't brand linux libraries, but it's more an executable then a library;
- bump PORTREVISION.
Suggested by: netchild
Discussed at: freebsd-emulation
- OpenGL restructurations.
- The usual assortment of MSI improvements.
- Several Richedit fixes.
- WCMD Winelib app renamed to CMD for compatibility.
- Many improvements to the Wintrust DLL.
- Some code cleanups.
- Lots of bug fixes.
- Fix a minor typo in COMMENT
- Kill useless ROMPATH variable (it was always = DATADIR)
- Pacify portlint(1)
- Improve on pkg-descr, fix WWW line [1], and kill spaces EOL
Submitted by: jylefort
Z80 TI calculators (73, 82, 83, 83+, 83+ SE, 84+, 84+ SE, 85, and 86) except
for TI-81, and all known ROM/OS versions.
WWW: http://lpg.ticalc.org/prj_tilem/
accumulated for the emulators/zsnes port:
* Heed CFLAGS and CPPFLAGS set in /etc/make.conf.
Without this, C/C++ code is not optimised for ${CPUTYPE}
but always for i386 instead.
CFLAGS were ignored entirely before this update, even
though the port contains both C and C++ code.
CPPFLAGS were passed to configure but overridden again
for the actual compile.
* Only search headers and libaries in ${X11BASE} if building
with X11 support. This is rather cosmetic, really.
* Fix configure script summary to report correct zsnes version.
* Fix compiler warnings about __FreeBSD__ being redefined.
PR: ports/102691
Submitted by: Stefan Sperling (maintainer)
front end for the M.A.M.E. arcade game emulator, and has been designed with
arcade cabinet controls & projects in mind.
WWW: http://www.anti-particle.com/wahcade.shtml
PR: ports/102525
Submitted by: Nathaniel Roark <robb_force@holybuffalo.net>
file provided by Novell):
glibc-2.3.4-23.4
This update fixes a problem when debugging threaded programs using gdb.
The symptom would be that 'info threads' returns empty in every case.
Everyone who debugs should update.
coreutils-5.3.0-10.2
Fix a bug in the cp and mv utilities that cause them to terminate with
a segmentation fault when copying extended attributes fails.
libtiff-3.7.1-7.8,
This update of libtiff is the result of a source-code audit done by
Tavis Ormandy. It fixes various bugs that can lead to denial-of-service
conditions as well as to remote code execution while parsing a tiff image.
(CVE-2006-3459, CVE-2006-3460, CVE-2006-3461, CVE-2006-3462, CVE-2006-3463,
CVE-2006-3464, CVE-2006-3465)
giflib-4.1.3-5.2
This update fixes the following security issues:
- specially crafted GIF files could crash applications
(CVE-2005-2974).
- specially crafted GIF files could overwrite memory which
potentially allowed to execute arbitrary code (CVE-2005-3350).
freetype2-2.1.9-4.4
This security update fixes crashes in the PCF handling of freetype2
which might be used to crash freetype2 using applications or even
to execude code in them.
This issue is tracked by the Mitre CVE ID CVE-2006-3467.
gtk2-2.6.4-6.3
This update fixes the following security problem: a heap overflow in the XPM
reader allowed attackers to execute arbitrary code via specially crafted XPM
images (CVE-2005-3186, CVE-2005-2976).
kdelibs3-3.4.0-20.10
This update contain a fix for kdelibs3.
The package contained libraries or applications having an internal empty
rpath / runpath. This problem leads to programs searching shared libaries
in the current directory.
arts-1.4.0-10.2
The KDE soundserver aRts lacked checks around some setuid() calls. This
could potentially be used by a local attacker to gain root
privileges. (CVE-2006-2916)
Add linux_base-8 to CONFLICTS.
Set PORTREVISION to 4.
Remove deprecation.
bzip2 could crash or run into an enless loop when decompressing
certain specially crafted archives. This problem has been fixed.
(CAN-2005-1260)
An advisory is at
<url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1260>.
Update the coreutils RPM (description from the INDEX file provided by Novell):
Fix a bug in the cp and mv utilities that cause them to terminate
with a segmentation fault when copying extended attributes fails.
Update the zlib RPM:
The previous zlib update for CAN-2005-2096 fixed a flaw in zlib that
could allow a carefully crafted compressed stream to crash an
application. While the original patch corrected the reported
overflow, Markus Oberhumer discovered additional ways a stream could
trigger an overflow. This update fixes those problems as well.
This issue is tracked by the Mitre CVE ID CAN-2005-1849.
Since only zlib 1.2.x is affected, older SUSE products are not
affected by this problem.
--<url:http://www.novell.com/linux/security/advisories/2005_43_zlib.html>
Add linux_base-8 and linux_base-suse-9.3 to CONFLICTS.
Remove quotes from RESTRICTED line (portlint).
Remove deprecation.
Remove duplicate $FreeBSD$ tag.
Increment PORTREVISION to 2.
Using any locale with UTF-8 encoding leads to an endless loop
if after a quote a tabluator completion is tried.
Update the bzip2 RPM (description from the INDEX file provided by Novell):
bzip2 could crash or run into an enless loop when decompressing
certain specially crafted archives. This problem has been fixed.
(CAN-2005-1260)
An advisory is at
<url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1260>.
Update the coreutils RPM (description from the INDEX file provided by Novell):
Fix a bug in the cp and mv utilities that cause them to terminate
with a segmentation fault when copying extended attributes fails.
Update the libacl RPM (description from the INDEX file provided by Novell):
When specifying multiple files, the X pseudo permission was handled
wrong. (X evaluates to x if any acl entry contains x, and - otherwise.)
Update the ncurses RPM (description from the INDEX file provided by Novell):
Make resizing of the terminal work even with threaded curses programs
Update the zlib RPM:
The previous zlib update for CAN-2005-2096 fixed a flaw in zlib that
could allow a carefully crafted compressed stream to crash an
application. While the original patch corrected the reported
overflow, Markus Oberhumer discovered additional ways a stream could
trigger an overflow. This update fixes those problems as well.
This issue is tracked by the Mitre CVE ID CAN-2005-1849.
Since only zlib 1.2.x is affected, older SUSE products are not
affected by this problem.
--<url:http://www.novell.com/linux/security/advisories/2005_43_zlib.html>
Add linux_base-8, linux_base-suse-9.2 and linux_base-suse-9.3 to CONFLICTS.
Remove quotes from RESTRICTED line (portlint).
Remove deprecation.
Increment PORTREVISION to 2.
PR: 102707
* gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye
* add amd64 support, update autotest,
* in 64bit system, long=64 bit int=32bit, long long =64 bit, long int=64bit;
* in 32bit system, long = 32 bit, int=32bit, long long =64 bit, long int=32bit
* so I do: long ---> int
* Changed files:
*.[ch] which has long --->int , long int ---> int
Makefile
utils/tools/auto_test/daily_test.sh
* added files:
Makefile_gcc-3.3_with_DBCT_X86_32
2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64
PR: 102558 [1]
Submitted by: RuanWei <iamayan at gmail.com> (maintainer) [1]
Approved by: netchild (mentor, implicit)
- XEmbed system tray support.
- Many improvements to NTLM support.
- Many messages made localizable instead of hardcoded to English.
- Improved support for various OpenGL platforms.
- More improvements to the IDL compiler.
- Lots of bug fixes.
Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and
is being ported to Microsoft Windows and Mac OS X. It is also ported to the
Sega Dreamcast as a separate project. It is written in C using the SDL and
OpenGL libraries with support for cdrom and iso files.
WWW: http://yabause.sourceforge.net/
Approved by: garga (mentor)
- NetWinder emulation mode works well enough to let NetBSD/netwinder
run from a disk image.
- Algorithmics P5064 emulation works well enough to let NetBSD/algor
run from a disk image.
- PCI configuration register writes are now handled, which allows
NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run
from PCI IDE harddisk images.
- Some performance increases for translation table updates.
available for FC4, changes:
libdb_cxx-4.1.so and libdb_cxx-4.2.so are added;
o bump PORTREVISION;
o some polishing: sort DISTFILES by name and same changes to distinfo.
Approved by: netchild (mentor, implicit)
- Support for a proper Trash folder.
- Many improvements to the IDL compiler.
- Better FreeBSD support.
- A number of MSI bug fixes.
- Many RichEdit improvements.
- Lots of bug fixes.
Switch the order of MASTER_SITES. [1]
Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1]
Pyxmame is a free application that provides a simple frontend for the xmame,
developed with PyGTK
WWW: http://pegueroles.com/Pyxmame/
Approved by: garga (mentor)
- Still more work on Direct3D.
- A lot of MSI bug fixes and improvements.
- More compatible memory management.
- Several fixes for Win64 support.
- Some performance improvements.
supports many HP calculators models introduced between 1972 and
1982. Simulation fidelity is achieved through the use of the actual
microcode of the calculators, thus in most cases the simulation
behavior exactly matches that of the real calculator.
WWW: http://nonpareil.brouhaha.com/
PR: ports/100834
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Major upstream changes from the previous ported version
include:
- speedups for MIPS emulation,
- an improved dyntrans backend,
- tweaks to ARM, PPC, AVR, SPARC and MIPS emulation,
- support for remote debugging using GDB,
- a new statistics gathering option "-s",
- most configuration options are no longer supported,
- bug fixes.
Port changes:
- the port no longer depends on GCC >= 3.2 on FreeBSD 4.X.
- OPTION "X" has been renamed as "X11" for consistency.
Upstream changes from the previous ported version include:
- bug fixes and documentation cleanups
The port now offers a 'GUI' knob that controls whether the X GUI
interface is built.
Take maintainership.
(DEC) Pro 350 computer, a PDP-11-based machine that was sold in the
early to mid-'80's. Xhomer is based on the PDP-11 CPU core from
the SIMH simulator, and is written entirely in C.
PR: ports/97803
Submitted by: trasz <trasz (at) pin.if.uz.zgora.pl>
- Still more work on Direct3D shaders.
- Now using the Gecko engine directly for MSHTML.
- Better support for apps switching to full screen mode.
- Support for multiple joysticks.
- Lots of bug fixes.
o move dealing with linux locale files (creating empty ones) for
other linux ports to linux_base-fc4;
o remove all empty directories creation from pkg-plist to pkg-install
(which is executed when installing from ports tree and thus not only
installing from a package will create empty directories);
o substitute all @dirrmtry by @dirrm -- from package building point
of view this package (linux_base) should be removed after all other
linux ports. (approved in principle by mentor)
Approved by: netchild (mentor, implicit)
soon:
o some empty linux mtree directories (which will be used by some other
ports) are added;
o PORTREVISION is bumpted.
Approved by: netchild (mentor, implicit)
LINUX_BASE/usr/doc dealing from devel/linux-sdl12
to emulators/linux_base-fc4 -- this directory belongs to the
linux mtree;
o bump PORTREVISION for both ports;
o update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2
(previous one is not fetchable now).
Reported by: linimon [1]
Approved by: netchild (mentor, implicit)
of x11-toolkits/linux-gtk ;-)
o update x11-toolkits/linux-gtk to a newer version (FC3 -> FC4)
o bump PORTREVISION for both ports
Pointed out by: pointyhat
Approved by: netchild (mentor, implicit)
does not change the functionality of these ports but moves the logic
to the master ports.
PR: 99210
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure, so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied
- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
1, alpha support was dropped in CURRENT as well, and RELENG_[56]
are badly maintained for alpha
2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION
PR: 99210
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by: marcus
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure, so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied
- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
1, alpha support was dropped in CURRENT as well, and RELENG_[56]
are badly maintained for alpha
2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION
PR: 99210
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by: marcus
These ports are complete Linux distributions rather than linux_base ports and
don't really suit our Ports Collection infrastructure, so
they should be renamed to emulators/linux_dist-gentoo-stage[123], but the
opportunity to install them as linux_base should be kept.
After the repocopy the patches mentioned below should be applied
- Add WITH_LINUXBASE for using as a linux_base, otherwise it installs
under ${PREFIX}/${PORTNAME}
- Add an explanation in pre-fetch to explain WITH_LINUXBASE
- Move pkg- scripts into files/ to reinplace-edit them appropriately
- Change to static plists
- do-extract is unnecessary now since we have static plists
- Drop alpha support for linux_base-gentoo-stage1 since
1, alpha support was dropped in CURRENT as well, and RELENG_[56]
are badly maintained for alpha
2, I don't have hardware to test these changes for alpha
- Bump PORTREVISION
PR: 99210
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Repocopy by: marcus
makes impossible to shoot oneself to the foot if PREFIX is set to
/usr/local.
Reported by: consumidor <consumidor@mundinho.com.br> at emulation@ ML
Approved by: netchild (mentor)
Log:
- UNbreak [1]
- Test for ARCH no MACHINE_ARCH [2]
- don't use fmt(1) to display PKGMESSAGE when there's no need to [2]
PR: ports/99157 [1]
Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
- Test for ARCH no MACHINE_ARCH [2]
- don't use fmt(1) to display PKGMESSAGE when there's no need to [2]
PR: ports/99157 [1]
Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> [1], itetcu (me) [2]
- Fix conflict with java/eclipse, as reported by Robert A. Getschmann, by
installing sim-eclipse instead of eclipse. [1]
- pkg-message --> files/pkg-message and associated changes. [2]
- pet portlint [2]
PR: 99095
Submitted by: maintainer [1], itetcu (me) [2]
multi-system emulator with many advanced features. The Atari Lynx, GameBoy,
GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx
are emulated. Mednafen has the ability to remap hotkey functions and virtual
system inputs to a keyboard, a joystick, or both simultaneously. Save states
are supported, as is real-time game rewinding. Screen snapshots may be taken at
the press of a button, and are saved in the popular PNG file format.
Mednafen is distributed under the terms of the GNU GPL.
Due to the threaded model of emulation used in Mednafen, and limitations of SDL
a joystick is preferred over a keyboard to play games, as the joystick will have
slightly less latency, although the latency differences may not be perceptible
to most people.
WWW: http://mednafen.com/
PR: ports/94006
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
- More MS/RPC improvements.
- Core Audio driver for Mac OS X.
- More complete DNSAPI dll.
- Improvements to Web browser support.
Work around a newly introduced Linuxism in terms of man pages location.
emulator for the GNU/Linux, FreeBSD system (and may be some other Unices). Both
are free softwares released under the GNU GPL license.
XGngeo is written in Python and uses the PyGTK library to provide a complete,
pratical, and user-friendly GTK+ interface over Gngeo!
With XGngeo multiple configuration panels, designed in an intuitive way,
emulator behaviour can be regulated both precisely and easily; while Rom
selection is made simple thanks to a full featured list with preview image and
various game information, etc.
WWW: http://www.choplair.org/xgngeo.en.html
PR: ports/95761
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
the build
- don't provide a var/log directory -> use the native one [1]
Submitted by: Boris Samorodov <bsam@ipt.ru>
Suggested by: netchild [1]
Repocopy by: marcus
- repocopy vmware-guestd.sh to vmware-guestd.sh.in (by portmgr)
- remove vmware-guestd.sh
- remove vmware-guestd.sh entry from pkg-plist
- update Makefile
It is intensional that I do NOT bump PORTREVISION by this commit, since
any executable is not changed, and startup script itself is also NOT
changed, only the filename is changed. I do not want to bother users
to update their port by this non-functional change.
If you have any reasonable reason to bump PORTREVISION, let me know, and
I'll update the version asap.
- Better MS/RPC compatibility.
- Many fixes to Direct3D shaders.
- Several improvements to the header control.
- New GPhoto backend for TWAIN.
- Dynamic drive configuration using HAL.
- A gazillion Direct3D fixes.
- New TCP transport for RPC.
- Lots of bug fixes.
Add FreeType and FontForge as new dependencies, which should help
with font display problems quite a bit.
PR: 97792
Submitted by: sat
Adjustments by: gerald
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
into linprocfs as fstype doesn't seem to work on pointyhat.
Not bumping PORTREVISION as it only affects pointyhat.
Submitted by: kris
Approved by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu> (maintainer)