Commit graph

3273 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
3575d1bccf - New port: emulators/mupen64plus-rice
A graphic plugin for Mupen64Plus emulator
2008-05-20 18:56:21 +00:00
Jose Alonso Cardenas Marquez
dc2933db2b - New port: emulators/mupen64plus-input
An input plugin for Mupen64Plus emulator
2008-05-20 18:53:08 +00:00
Jose Alonso Cardenas Marquez
1ebe0c8e83 - New port: emulators/mupen64plus-gln64
A graphics plugin for Mupen64Plus emulator
2008-05-20 18:49:25 +00:00
Jose Alonso Cardenas Marquez
ffef66e776 - New port: emulators/mupen64plus-glide
Graphic plugin for Mupen64Plus emulator
2008-05-20 18:45:53 +00:00
Jose Alonso Cardenas Marquez
aca4ae777d - New port: emulators/mupen64plus-dummyaudio
Audio plugin for Mupen64Plus emulator
2008-05-20 18:41:08 +00:00
Jose Alonso Cardenas Marquez
2f3c1b4aaa - New port: emulators/mupen64plus-base
Mupen64Plus is a plugin-based N64 emulator for Linux, FreeBSD which is capable
of accurately playing many games. Included are four MIPS R4300 CPU emulators,
with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary
plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and
input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and
Glide64.

WWW:    http://code.google.com/p/mupen64plus/
2008-05-20 18:36:41 +00:00
Juergen Lock
987566f671 - Fix wrong userland fsbase load after gdt move that caused qemu to
segfault sometimes on first invocation
- Get rid of redundant & in two places
- Bump PORTREVISION

There still is the unresolved issue of (likely) the gdt move causing the
host to hang for one guy, if this happens to you you can try the following
kernel patch that sets up seperate gdts at boot so kqemu doesn't have to
do the move:
	http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt

Thanx to:	Yamagi for testing
2008-05-18 20:23:40 +00:00
Alejandro Pulver
25a425c856 - Update to version 0.125.
- Make fetchable.
2008-05-18 16:03:46 +00:00
Juergen Lock
686e3757f3 - Add note about network boot issues to pkg-message.s
- Remove obsolete dhcp patch
- Bump PORTREVISION
2008-05-17 18:53:44 +00:00
Martin Wilke
db5190e781 - The emulators/dlx port is one of the last remaining ports that uses
sgtty exclusively. We'd better port it to termios, to make it work
  without the COMPAT_43TTY kernel switch.

PR:		122884
Submitted by:	Ed Schouten <ed@80386.nl>
2008-05-16 14:10:38 +00:00
Martin Blapp
922640630f Add PKGNAMESUFFIX -nox11 to fix INDEX
Submitted by:	wxs
2008-05-16 13:49:54 +00:00
Martin Blapp
a3f4cf89c9 New port: open-vm-tools-nox11 2008-05-16 08:11:54 +00:00
Martin Blapp
396bd9dc71 Add open-vm-tools-nox11 2008-05-16 08:10:51 +00:00
Martin Blapp
85b544ed0c Change build to lib dependencies.
Submitted by:	Guy Yur <guyyur@gmail.com>
2008-05-16 07:55:44 +00:00
Martin Blapp
5e6d3f4f88 Fix __asm macros for asm_x86_64 2008-05-15 17:28:20 +00:00
Martin Blapp
ff326f6b73 - Add dependency on devel/icu
- Split startup rc files, start vmware-kmod.sh earlier
- Bump portrevision

Submitted by:   jkim
2008-05-15 17:24:29 +00:00
Martin Blapp
7ad7effa03 Accidently took the size of former distfile. Fix this. 2008-05-14 21:28:58 +00:00
Edward Tomasz Napierala
7f671d2b95 - Update to 3.05.
PR:		ports/119449
Submitted by:	bz@ (maintainer)
2008-05-14 17:25:19 +00:00
Martin Blapp
5fa6f121b5 Upgrade to build 90473 2008-05-14 14:55:33 +00:00
Juergen Lock
ea0a91f50e - Add notes about how to autoload kqemu at boot and about the fact that
kqemu only accellerates qemu-system-x86_64 on amd64 that were missing
  in qemu's pkg-message [1]
- Update the note about kqemu on amd64 SMP, and add a reminder to keep
  kqemu in sync with the kernel while I'm at it
- Bump PORTREVISION

Noticed by:	bakul [1]
2008-05-13 18:29:38 +00:00
Juergen Lock
6f92515e0f - Fix multiple qemu processes on amd64 SMP by actually using seperate
per-cpu gdts (the previous fix was only stable for one qemu process
  at a time)
  Relevant thread:
	http://lists.freebsd.org/pipermail/freebsd-emulation/2008-May/004902.html
- Bump PORTREVISION

PR:		ports/113430
2008-05-12 19:09:52 +00:00
Felippe de Meirelles Motta
380d964d31 Reset maintainer:
<xcas@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
	<xcas@cox.net> recipient rejected (in reply to RCPT TO command)

Approved by:	gabor (mentor)
2008-05-12 18:42:04 +00:00
Juergen Lock
35eb123661 - Get rid of the infamous "fpudna in kernel mode" messages on amd64 by
calling fpudna()/npxdna() directly instead of programmatically invoking
  int 7 (should also speed up the i386 case a tiny little bit that didn't
  print a message) [1]
- Rename kqemu_tss_workaround to kqemu_tss_fixup [2]
- Bump PORTREVISION

Looked over by:	bde [1]
Prodded by:	jhb [2]
2008-05-11 10:59:20 +00:00
Juergen Lock
bac358a249 Fix "drive_init()" Disk Format Security Bypass
Obtained from:	qemu cvs
Security:	http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html
2008-05-08 20:45:10 +00:00
Alejandro Pulver
5559e0ddb9 - Update to version 0.2.b2. 2008-05-06 19:00:53 +00:00
Alejandro Pulver
ca5a31b4e6 - Update to version 0.27. 2008-05-06 17:41:29 +00:00
Alejandro Pulver
45b5a7b8a4 - Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64). 2008-05-05 21:53:51 +00:00
Gerald Pfeifer
011667ddf9 Remove build dependency on fontforge since Wine now delivers the fonts
as part of the main package.

PR:		123353
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2008-05-05 12:12:06 +00:00
Dirk Meyer
dfdc0ad607 - use gtk20 and make it default
- drop option VICE_WITH_GNOME
- new option VICE_WITHOUT_GNOME
  for lite package, will build with Xaw (not3d)
- new option VICE_WITH_XAW3D
  for classic package, will build with Xaw3d
2008-05-04 16:03:54 +00:00
Dirk Meyer
6c3defd24f - use gtk20 and make it default
- drop option VICE_WITH_GNOME
- new option VICE_WITHOUT_GNOME
  for lite package, will build with Xaw (not3d)
- new option VICE_WITH_XAW3D
  for classic package, will build with Xaw3d
2008-05-04 16:02:35 +00:00
Gerald Pfeifer
e683dc2b82 Update to Wine 0.9.61. This release marks the beginning of the code freeze
for the 1.0 release.  Among others, it includes the following changes:
 - Automatic updating of the WINEPREFIX directory.
 - Winhelp now uses Richedit as display engine.
 - Many RichEdit fixes.
 - More improvements to IME support.
 - More quartz fixes.
 - Implementation for many more Gdiplus functions.
 - Lots of bug fixes.
2008-05-02 22:31:52 +00:00
Juergen Lock
4fbc32fd37 - Add a workaround for the amd64 SMP shared gdt issue that caused the
host panics - longer explanation in this post:
	http://docs.freebsd.org/cgi/mid.cgi?20080501101951.GA30274 [1]
- Get rid of superfluous "kqemu " in IGNORE message when kernel source
  is missing
- Pass down DEBUG_FLAGS to the build
- Bump PORTREVISION

PR:		ports/113430 [1]
2008-05-01 13:29:16 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Andrew Pantyukhin
bf204c8540 - Force ln 2008-04-27 22:08:25 +00:00
Pav Lucistnik
8be34bf476 - Works with gcc 4.x
Reported by:	Zyl/FreeNode
2008-04-27 18:56:34 +00:00
Martin Wilke
c49087da4b - Update to 1.0.1
PR:		122759
Submitted by:	Ports Fury
2008-04-25 15:48:03 +00:00
Alejandro Pulver
f074d22615 - Update to version 0.124.
- Fix building in FreeBSD/amd64 5.x by using GCC 4.2 (base compiler fails).
2008-04-23 00:46:26 +00:00
Alejandro Pulver
c01de01b0f - Update to version 0.124. 2008-04-23 00:45:32 +00:00
Alejandro Pulver
babf3d4230 - Update to version 0.124 and and make fetchable. 2008-04-21 19:11:18 +00:00
Boris Samorodov
ddfd9a7a56 1. Create a hard link since a soft link happened to be insufficient [1]
(got deleted at the next ldconfig call).
2. Now it may be placed at the Makefile.
3. Bump PORTREVISION.

Reported by:	netchild  [1]
Suggested by:	netchild  [1]
2008-04-20 17:27:10 +00:00
Boris Samorodov
e53decf138 1. Add a symlink from /compat/linux/lib/librt.so.1 to
/compat/linux/usr/lib/librt.so.1. This bug exists only
   at linux_base-fc4 _and_ osrelease=2.4.2.
2. Bump PORTREVISION.

Note: The symlink is created at pkg-install script since the first
run of '/compat/linux/sbin/ldconfig -r /compat/linux' seems to remove
the link.

Tijl Coosemans <tijl at ulyssis.org>:
-----
This is not really a bug of linux compat, but is because of the
following:

1. opening /path/to/somefile under linux compat first tries
   /compat/linux/path/to/somefile then /path/to/somefile.
2. linux binaries have two search paths for librt.so.1:
   /lib and /usr/lib.
3. fc4 has a librt.so.1 in /lib but it is rejected under 2.4.2
   emulation.
4. fc4 does not have a librt.so.1 under /usr/lib so when the runtime
   linker tries this search path it ends up opening FreeBSD
   /usr/lib/librt.so.1 (because of point 1) and fails.

By adding a softlink in /compat/linux/usr/lib to the librt.so.1 in
/compat/linux/lib, the linker doesn't open the FreeBSD librt.so.1
anymore. Instead, under 2.4.2, it rejects this lib and then tries an
internal search path /lib/obsolete/linuxthreads where it finds the
correct version. Under 2.6.16 the softlink doesn't change anything,
so imho this is something the fc4 port/package should deal with.
-----

PR:		121494
Submitted by:	Jason Bacon <jwbacon at tds.net>
Convinced by:	Tijl Coosemans <tijl at ulyssis.org>
Patched by:	bsam (me)
2008-04-19 20:51:13 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Juergen Lock
d4679191a5 - Try and fix for real the issue of exiting qemu processes sometimes
stuck in devdrn
- Remove the -DSMP magic, it didn't help the amd64 SMP panics and was
  useless anyway (the panics still exist, the only good workaround I've
  found so far is forcing qemu onto cpu 1 and that is only possible on
  HEAD using the new cpuset feature)
- Only bother with the -DKSE magic for OSVERSIONs where it matters
- Bump PORTREVISION
2008-04-19 15:04:56 +00:00
Gerald Pfeifer
9b68443647 Update to Wine 0.9.60. Among others, this includes the following changes:
- Better support for Windows IMEs.
 - Option for Windows-style window decorations.
 - Improved system tray behavior.
 - Window management fixes.
 - Improved quartz audio support.
 - Better support for launching apps from Unix file managers.
 - Lots of bug fixes.
Fix a sorting issue in the package list.
2008-04-19 02:32:07 +00:00
Boris Samorodov
f8bebd531b 1. Add glib-1.2 package to linux_base-f8. Some linux ports (at least
emulators/linux-ePSXe) still use it.
2. Bump PORTREVISION.

Reported by:	Naram Qashat <cyberbotx at cyberbotx.com> at emulation@
2008-04-17 15:54:58 +00:00
Pav Lucistnik
ea72d955d4 - Fix fetch, bsd-unix.org is gone 2008-04-16 21:48:18 +00:00
Boris Samorodov
3fc7072510 Remove all traces of LINUXBASE/etc/fonts from the port. This is needed to use native
FreeBSD fonts and font configuration files (a link to a native directory will be
created when an apropriate linux-fontconfig port is installed).
2008-04-15 13:45:09 +00:00
Alejandro Pulver
7067ec70fa - Update distinfo (added md5sum file to bdist_debian.py). 2008-04-13 22:34:58 +00:00
Dirk Meyer
b369b6e1c1 - clean X11BASE
- set USE_XORG
Approved by:	maintainer (implicit)
2008-04-12 10:01:57 +00:00
Joseph Koshy
b78f774e33 Reset maintainership. 2008-04-10 09:21:53 +00:00
Boris Samorodov
fbe6ec3647 . add CONFLICTS;
. add a script LINUXBASE/usr/bin/lp to allow some programs (e.g. Acrobat
  Reader) to print with default settings, MF-f8;
. deal (add and remove when necessary) with some share empty directories;
. bump PORTREVISION.
2008-04-10 07:34:34 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Alejandro Pulver
a0f768d4a4 - Update to version 0.2.b1. 2008-04-09 02:02:24 +00:00
Alejandro Pulver
14f5210880 - Update to version 0.26. 2008-04-09 02:01:29 +00:00
Florent Thoumie
7f442ef9ec Add graphics/svgalib to LIB_DEPENDS.
Reported by:	erwinbot
2008-04-08 14:51:12 +00:00
Michael Landin
41634af4b8 - chase the cdio shared lib bump 2008-04-08 09:38:57 +00:00
Rong-En Fan
2f05872e03 jzIntv is an emulator for the Mattel Intellivision(TM)
videogame.

WWW: http://spatula-city.org/~im14u2c/intv/

PR:		ports/122481
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2008-04-06 15:14:27 +00:00
Gerald Pfeifer
92dd06e6e4 Update to Wine 0.9.59. Among others, this includes the following changes:
- Improved support for the .NET framework.
 - Better services handling through a separate services.exe process.
 - Support for ATI fragment shader.
 - Better support for http proxies.
 - Window management fixes.
 - Pre-compiled fonts are now available in the source tree.
 - Lots of bug fixes.
2008-04-05 13:55:14 +00:00
Martin Blapp
abb581a911 Add missing files to pkg-plist.
Submitted by:	pav
2008-04-05 07:33:03 +00:00
Juergen Lock
c291820c82 - Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]
- Patch a pointer to pkg-message into the manpage

Submitted by:	bms [1]
2008-04-03 20:18:40 +00:00
Martin Blapp
c3305e4d9c Fix build for AMD64 / FreeBSD 7 2008-04-02 16:17:30 +00:00
Martin Blapp
74a96290dd Normalize package name.
Fix FreeBSD 5 builds.
2008-04-01 23:55:32 +00:00
Pav Lucistnik
04aeb7c9c9 - Mark BROKEN: hits internal compiler bug on FreeBSD 5.X/amd64
Reported by:	pointyhat
2008-04-01 22:49:27 +00:00
Boris Samorodov
25e545e858 Unbreak compiling at FreeBSD-7.x. The port seems to work only with
an UP kernel.

PR:		117350
Submitted by:	Yi Wang <wangyi6854 at gmail.com>
Patch by:	fchang at cs.ubc.ca
Tested by:	Yi Wang <wangyi6854 at gmail.com>
2008-04-01 14:04:00 +00:00
Pav Lucistnik
d655e33534 - Unb0rk the tree
With hat:	portmgr
2008-03-31 22:21:36 +00:00
Martin Blapp
d2cfcd323d Add missing header. 2008-03-31 13:40:04 +00:00
Martin Blapp
fef3c6be23 Add support for HEAD. 2008-03-31 12:52:21 +00:00
Martin Blapp
32e5f1e128 Fix a check which was always true for FreeBSD Releases < 6 2008-03-31 06:35:29 +00:00
Alexander Leidinger
012ce80112 Don't set PLIST, the default is ok.
This fixes a problem with a forced install.

Reported by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2008-03-31 03:54:46 +00:00
Timur I. Bakeyev
64c10d590e Fix compilation when WITHOUT_X11 is defined. Don't rely on the configure
defaults, use explicit values.

Approved by:	maintainer
2008-03-31 01:30:40 +00:00
Jose Alonso Cardenas Marquez
d17dc5f71b - Fix pkg-plist
Reported by:	pav
2008-03-30 21:08:48 +00:00
Makoto Matsushita
b91135cb30 Ouch, referencing ${ARCH} is too early.
Submitted by:	Larry Rosenman, ler at lerctr dot organization-tld.
2008-03-30 02:15:49 +00:00
Boris Samorodov
479e1637ff . add a script LINUXBASE/usr/bin/lp which let some linux applications [1]
(most notable acroread) to print with default settings;
. add linux_base-f7 to CONFLICTS;
. bump PORTREVISION.

Suggested by:	olli, scf [1]
Reviewed by:	netchild  [1]
2008-03-29 15:02:25 +00:00
Makoto Matsushita
d294c30cf1 Update to 5.5.5 build 56455. Also fix for FreeBSD 8-current guest.
PR:		118566
Submitted by:	Tomoyuki Okazaki (okazaki at kick dot group dot japan)
2008-03-29 14:20:06 +00:00
Makoto Matsushita
4ddf7490cd Update to 6.0.3 build 80004. 2008-03-29 14:02:50 +00:00
Makoto Matsushita
9296d1cac2 Fix for FreeBSD/amd64; there is no Tcl version of VMware toolbox.
I haven't received any responces yet from PR originator for one month,
but I assume that it would be a sign of ok.

I know PORTREVISION bump should be happen, but ignored since upcoming
version 6.0.3 commit will follow very soon.

PR:		120827
2008-03-29 13:54:06 +00:00
Dirk Meyer
ec512c5aec - clean X11BASE 2008-03-29 11:06:22 +00:00
Martin Blapp
4b967f9e69 Add open-vm-tools, a open source version of the vmware-guestd and
vmware-tools ports.
2008-03-28 13:30:31 +00:00
Martin Blapp
3c423fe9eb Add open-vm-tools 2008-03-28 13:09:43 +00:00
Jose Alonso Cardenas Marquez
a30703ec57 - Update to 0.9.4 2008-03-28 01:51:50 +00:00
Jose Alonso Cardenas Marquez
0e9f8dfa68 - Update to 0.8.7 2008-03-28 01:46:21 +00:00
Jose Alonso Cardenas Marquez
026fb5cbb3 - Update to 0.3.1 2008-03-28 01:32:00 +00:00
Martin Wilke
32d6ba3c61 - Add missing dependency
- Bump PORTREVISION

Submitted by:	pavbot
2008-03-27 13:15:53 +00:00
Boris Samorodov
6e187396d3 Welcome to the new emulation/linux_base-f8 port.
Using: identical to emulation/linux_base-fc6.
2008-03-26 13:47:50 +00:00
Martin Wilke
91a33e79ae - Fix build
Submitted by:	timur@
Approved by:	portmgr (xorg cleanup)
2008-03-25 16:32:53 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Alexey Dokuchaev
e5c6a0733e - Fix permissions of installed binary (previously, "make package" would
fail if performed by non-root)
- Install couple of auxiliary programs
- Better respect CFLAGS
- Introduce a knob to build with external linking capability
- Bump PORTREVISION
2008-03-24 10:05:57 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Gerald Pfeifer
24a1fbe379 Update to Wine 0.9.58. Among others, this includes the following changes:
- The default version is now Windows XP.
 - Many Richedit improvements.
 - Beginning of jscript dll support.
 - Shell folders now respect XDG directory configuration.
 - Many translation updates.
 - Lots of bug fixes.
2008-03-23 03:40:01 +00:00
Martin Wilke
077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00
Martin Wilke
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Juergen Lock
a0b37a1336 - Fix -curses typo concerning ctrl-d and ctrl-t handling
- Bump PORTREVISION

Obtained from:	qemu cvs
2008-03-21 22:20:07 +00:00
Juergen Lock
e2f267539d - Add runtime warning when aio is not loaded
- Bump PORTREVISION

Requested by:	several people on freebsd-emulation@
2008-03-21 17:31:52 +00:00
Martin Wilke
386b0be873 - Update to 1.0.0
PR:		121922
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-03-21 11:33:24 +00:00
Alexey Dokuchaev
db6f263a3a - Drop USE_X_PREFIX [*]
- Use SF macro
- Minor Makefile nits

Reminded by:	beech, miwi [*]
2008-03-20 15:49:10 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Dirk Meyer
56d2c98f85 - set USE_XORG
- drop X_CLIENTS_PORT
2008-03-17 18:47:18 +00:00
Pav Lucistnik
4397fdf74e - Fix CONFLICTS syntax so they are effective
PR:		ports/121179
Reported by:	Momchil <slogster@gmail.com>
2008-03-14 16:13:06 +00:00
Martin Wilke
a0ccdf2927 - Update to 0.1.2
PR:		121082
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2008-03-14 08:45:27 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Juergen Lock
36d9a676be - Add tcg bugfix that went missing in the security rush [1]
- Change the e1000 mmio addr space according to spec [2]
- Update pkg-message
- Bump PORTREVISION

Submitted by:	nox [1]
Obtained from:	qemu cvs [2]
2008-03-12 20:01:31 +00:00
Juergen Lock
cf1bcdae1c - Update to 2008-03-02 snapshot [1]
- Fix unchecked block read/write vulnerability [2]

Submitted by:	nox [1]
Obtained from:	qemu cvs [2]
Security:	http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
2008-03-11 23:34:14 +00:00
Juergen Lock
710a65a0c4 Fix unchecked block read/write vulnerability
Obtained from:	qemu cvs
Security:	http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
2008-03-11 23:22:24 +00:00
Gerald Pfeifer
4336b704c1 Update to Wine 0.9.57. Among others, this includes the following changes:
- Support for multiple OpenGL pixel formats.
 - Improved support for color profiles.
 - Many window management fixes.
 - Better fullscreen support.
 - Lots of bug fixes.
2008-03-08 16:59:44 +00:00
Florent Thoumie
836aebde5b Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)
2008-03-07 21:47:50 +00:00
Juergen Lock
b2117034c8 Add knob to explicitly add/remove gnutls dependency
Noticed by:	jkim
2008-03-04 22:22:56 +00:00
Edward Tomasz Napierala
bd9a887697 - Add local mirror (${MASTER_SITE_LOCAL}); original distsite seems
to have disappeared.
2008-03-02 11:45:43 +00:00
David E. O'Brien
0f40f29514 Update MASTERSITE and there is no reason to require Gmake. 2008-03-02 03:32:07 +00:00
Tilman Keskinoz
6c7eeeeeb4 Chase libgcrypt library version 2008-02-28 21:47:06 +00:00
Rong-En Fan
c9758ccae8 - Add libdsk support (can be turned off)
PR:		ports/121053
Submitted by:	Sven Klose <pixel at hugbox.org>
2008-02-25 03:01:31 +00:00
Gerald Pfeifer
3bc1eae9fc Update to Wine 0.9.56. Among others, this includes the following changes:
- Proper handling of OpenGL/Direct3D windows with menu bars.
 - Stubs for all the d3dx9_xx dlls.
 - Several graphics optimizations.
 - Many installer fixes.
 - Improved MIME message support.
 - Lots of bug fixes.
2008-02-22 20:02:39 +00:00
Joseph Koshy
513df8ce6f Upgrade to v0.4.6.2. Changes from the previous ported version include:
- The MIPS32/64 "ror" instruction is now supported.
- Support for NetBSD 4.0, OpenBSD/landisk 4.2.
- Documentation updates.
- Bug fixes.
2008-02-22 14:56:38 +00:00
Martin Wilke
4d3b791e51 - Fix build with AMD64
PR:		120867
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
		pavbot
2008-02-20 13:54:52 +00:00
Makoto Matsushita
f0ffbba53d Fix build error on multi-byte locale environment.
No bumps since no content changes.

PR:		117708
Submitted by:	trangayesi at gmaildotcom
2008-02-19 16:37:17 +00:00
Alejandro Pulver
6a3fa1680c - Update to version 0.25. 2008-02-18 20:30:13 +00:00
Martin Wilke
76283fd6bb LIBDSK is a library for accessing disks and disk image files.
It is intended for use in:

* Allows CPMTOOLS use of emulator .DSK images.
* Emulator tools - converting between real floppy disks and disk images,
  as CPCTRANS / PCWTRANS do under DOS.
* Floppy controller emulation backend
* Data transfer from/to real CP/M systems via serial line.

LIBDSK has drivers for:

  Raw files (including /dev/fdn), .DSK files (CPCEMU, JOYCE and other
  Sinclair/Amstrad emulators), MYZ80 hard drive image, NanoWasp floppy image,
  .CFI (Compressed Floppy Image, as created by FDCOPY.COM under DOS),
  Linux floppy drive (supports CPC System and Data formats, which the standard
  "Raw file" driver does not), Windows 3.x/95/98/ME/NT/2000 floppy drive,
  DOS floppy drive (via the PC BIOS), CopyQM files (read-only),
  TeleDisk files (read-only), APRIDISK image files,
  rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

PR:		ports/120179
Submitted by:	Sven Klose <pixel@hugbox.org>
2008-02-16 10:07:12 +00:00
Martin Wilke
b621bcd7e2 Catapult is a GUI for openMSX.
WWW: http://openmsx.sourceforge.net/

PR:		ports/120008
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2008-02-15 08:49:44 +00:00
Thomas Abthorpe
b2071d241a - Add missing dependency
- Bump PORTREVISION

PR:		ports/120419
Submitted by:	Jason Bacon <bacon smithers.neuro.mcw.edu> (maintainer)
2008-02-14 15:29:54 +00:00
Gerald Pfeifer
438116077a Update to Wine 0.9.55. Among others, this includes the following changes:
- Direct3D improvements, including driver version emulation.
 - Beginnings of support for OLE objects in Richedit.
 - Several fixes to the animation control.
 - A bunch of fixes for regression test failures.
 - Lots of bug fixes.
Make the post-install target less noisy.
2008-02-10 09:57:49 +00:00
Alejandro Pulver
5825c8ff12 - Update to version 0.3.0.
Approved by:	acm (maintainer, private e-mail)
2008-02-10 03:12:56 +00:00
Thomas Abthorpe
1272b0d24d - Update to 0.9.0
- Remove all UI options except GTK2
- Pass maintainership to submitter

PR:		ports/119517
Submitted by:	Yuri Pankov <yuri.pankov gmail.com>
2008-02-09 02:13:31 +00:00
Thomas Abthorpe
62d2bc8b24 - Update to 0.4.0
- Pass maintainership to submitter

PR:		ports/119514
Submitted by:	Yuri Pankov <yuri.pankov gmail.com>
2008-02-09 02:10:46 +00:00
Mark Linimon
6b95c87466 Reset previous maintainer due to no response to email about maintainer-
timeouts.

Hat:		portmgr
2008-02-08 20:12:17 +00:00
Alejandro Pulver
b8c5190d5f - Update to version 0.122.
- Remove BROKEN for sparc64 to see if new version builds (if it doesn't then
  NOT_FOR_ARCHS will be used instead).
2008-02-05 17:10:37 +00:00
Alejandro Pulver
ccef9a6720 - Update to version 0.122u8.
- Remove BROKEN for sparc64 to see if new version builds (if it doesn't then
  NOT_FOR_ARCHS will be used instead).
2008-02-05 17:09:42 +00:00
Johan van Selst
473e4fa440 - Pass $TCL_LIBDIR so that it finds TCL even with nonstandard LOCALBASE
Submitted by:	Martin Tournoij
2008-02-04 21:47:36 +00:00
Wesley Shields
ce0191e49e Update my address.
Approved by:	garga (mentor)
2008-02-04 15:35:12 +00:00
Alejandro Pulver
fd69b67ced - Remove BROKEN.
- Make fetchable.
- Update to version 0.122u7.
2008-02-04 02:38:29 +00:00
Erwin Lansing
18dd4eb64d Mark BROKEN: does not fetch 2008-02-02 15:55:00 +00:00
Mark Linimon
e60a854aee Mark as broken on sparc64: internal gcc error. 2008-02-01 11:24:52 +00:00
Mark Linimon
a5f8fe9c33 Mark as broken on sparc64: fail to compile. 2008-02-01 11:23:28 +00:00
Mark Linimon
9abe91d1a0 Mark as broken on sparc64: fails to compile. 2008-02-01 11:20:47 +00:00
Pav Lucistnik
d73993d4a7 - Really remove pkg-message
Reported by:	pointyhat
Pointy hat to:	alepulver
2008-01-30 18:48:07 +00:00
Alejandro Pulver
0caa5f2ac3 - Update to version 0.26.
- Remove pkg-message (manual setting of permissions no longer required).
2008-01-29 21:09:26 +00:00
Martin Wilke
08cb3e38b7 - Update to 3.02
PR:		119752
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2008-01-29 10:18:43 +00:00
Gerald Pfeifer
efec8549a6 Update to Wine 0.9.53. Among others, this includes the following changes:
- Photoshop CS/CS2 should now work, please help us testing it.
   See http://wiki.winehq.org/AdobePhotoshop for details.
 - A number of RPC fixes.
 - Various improvements to the debugger support.
 - Lots of bug fixes.
2008-01-25 22:20:04 +00:00
Erwin Lansing
2f4b44d871 Mark BROKEN on 8.0 2008-01-25 20:02:08 +00:00
Juergen Lock
4a1b551d40 Disable HACKS_CIRRUS while it's not working
PR:		ports/119864
Submitted by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
2008-01-21 22:44:33 +00:00
Juergen Lock
5eb7c371b5 Actually remove removed patches (oops!)
Pointyhat to:	nox
2008-01-21 01:00:52 +00:00
Gerald Pfeifer
fedb44440a Fix cleaning up the installation tree in post-install (man pages). 2008-01-20 21:45:25 +00:00
Juergen Lock
12150beb71 Update to 0.9.1
Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
2008-01-20 17:16:05 +00:00
Gerald Pfeifer
eb57fa6a10 Update to Wine 0.9.53. Among others, this includes the following changes:
- RunOnce and Run entries now executed on startup.
 - Beginnings of support for emulated disk devices.
 - Many Richedit improvements.
 - Nicer looking color dialog.
 - Lots of bug fixes.
Plus, importantly, the ability to disable the use of certain libraries
when build Wine via --without-cups and the like which we'll shortly use
to add appropriate options.
2008-01-11 23:13:23 +00:00
Gerald Pfeifer
76446cceca Take care of removing /usr/local/man/de.UTF-8/man1 in case it's emtpy
(and has only been created by this port).

Reported by:	pointyhat
2008-01-06 01:38:59 +00:00
Alejandro Pulver
364b486478 - Update to version 0.1.b11. 2008-01-04 09:25:32 +00:00
Martin Wilke
92118f7e6c The prodosemu port includes the sgtty header file, but doesn't do
anything with it. This is bad habit, especially because the sgtty.h is a
deprecated header file, which describes an interface that's only present
when COMPAT_43TTY is present in the kernel.

There's no real harm in this case, but say, we want to remove this
header file, it will cause compilation to fail.

PR:		119101
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-01-03 21:03:39 +00:00
Erwin Lansing
72951facdb Remove BROKEN: fetches again. 2008-01-03 18:35:37 +00:00
Edward Tomasz Napierala
98bb14da4a - Update to 1.2.6 2008-01-03 17:22:35 +00:00
Martin Matuska
55bdca20b5 - Update to 2.3.6
- Add new features to OPTIONS
2007-12-30 12:49:56 +00:00
Gerald Pfeifer
46ad8eff28 Add cups-base as a library dependency.
PR:		117627
Reported by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2007-12-29 19:27:27 +00:00
Gerald Pfeifer
1d54be903f No longer need to worry about man/man3w.
PR:		118753
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2007-12-29 12:34:12 +00:00
Gerald Pfeifer
8255a604f1 Update to Wine 0.9.52. Among others, this includes the following changes:
- Many copy protection fixes.
 - GLSL is now the default for Direct3D.
 - Lots of memory errors fixed thanks to Valgrind.
 - Support for TOPMOST windows.
 - Beginnings of an inetcomm dll implementation.
 - Completed I/O completion.
 - Improved user credentials management, including Mac Keychain support.
 - More Valgrinding.
 - A bunch of WinHelp improvements.
 - Better Japanese font support.
 - A ton of rpcrt4 fixes.
 - Several Alsa capture fixes.
 - Improved support for screen resolution changes.
 - Improved graphics tablet support.
 - Support for RPC context handles.
 - Fixes for some longstanding screen depth issues.
 - Implementation of "My Network Places" shell folder.
 - Lots of bug fixes.

Move our desktop file into DESKTOPDIR [1] and make the postinstall target
a bit less chatty.

PR:		118753
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
		(update from 0.9.50 to 0.9.51)
Suggested by:	Tijl Coosemans <tijl@ulyssis.org> [1]
2007-12-29 12:11:54 +00:00
Johan van Selst
aae125715d - Update to 0.6.3
- Add dependency on GLEW
2007-12-27 09:45:11 +00:00
Jose Alonso Cardenas Marquez
f659d75fbb - Update to 0.2.1
- Add ZSNES option
2007-12-25 02:08:06 +00:00
Jose Alonso Cardenas Marquez
8f69c29188 - Update to 0.8.6 2007-12-23 02:48:34 +00:00
Jose Alonso Cardenas Marquez
2fe9f48a6f - Update to 0.9.2 2007-12-23 02:31:22 +00:00
Rong-En Fan
3fbda5fd04 - Fix plist
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2007-12-22 02:44:07 +00:00
Rong-En Fan
59b8ce2440 DBoxFE is a Qt4 frontend for DOSBox. With DBoxFE you can create and
manage your configuration files very easily, which are needed by
DOSBox. In addition it's also possible to create gameprofiles to
generate different configuration files

WWW:    http://chmaster.freeforge.net/dboxfe-project.htm/

PR:		ports/118495
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2007-12-20 12:40:07 +00:00
David E. O'Brien
06f40c36b7 Catch up the conflicts with addition of Fedora Core 6.
Also set LATEST_LINK so 'pkg_add -r linux_base' works.
2007-12-19 20:19:54 +00:00
Martin Wilke
f39fd835bc - Remove unnecessary dependes
Submitted by:	Brad Allen (maintainer via mail)
2007-12-16 09:23:19 +00:00
Alejandro Pulver
a8aa67e112 - Use GCC 4.2 in FreeBSD 5.x since base system one fails (internal compiler
error), and using 3.4 from ports requires hacks to confuse bsd.gcc.mk.

Reported by:	pointyhat (via pav)
2007-12-16 01:34:39 +00:00
Martin Wilke
51d27729be - Update to 0.8.29.w4
- Pass maintainership to submitter

PR:		118711
Submitted by:	Brad Allen <braddo@tranceaddict.net>
2007-12-15 14:39:08 +00:00
Martin Wilke
0c767f5b59 - Update to 2.3.5
PR:		118607
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 23:14:49 +00:00
Martin Wilke
5b35b2b366 - Update to 0.4.1
PR:		118583
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 17:04:56 +00:00
Juergen Lock
62d040db7a Fix translation block local denial of service vulnerability
Obtained from:	qemu cvs
Security:	http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
2007-12-13 01:10:53 +00:00
Martin Wilke
45e196313f - Update to 1.0.5
PR:		118055
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2007-12-12 23:37:39 +00:00
Alejandro Pulver
4af2e96082 - Update to version 0.23. 2007-12-12 05:30:30 +00:00
Alejandro Pulver
26f7caabcc - Update to version 0.121.
- Add note in pkg-messages about installed files and GUIs.
2007-12-12 05:29:29 +00:00
Dirk Meyer
c774395cfd - set USE_XORG 2007-12-11 20:28:23 +00:00
Pav Lucistnik
b655e549c4 - Update to 0.2.8-RC2
PR:		ports/117457 ports/117927
Submitted by:	Pavel I Volkov <pol@opk.ru> (maintainer)
2007-12-11 19:50:28 +00:00
Pav Lucistnik
88d9e5132c - Mark BROKEN on FreeBSD 7.0
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-12-10 22:59:30 +00:00
Alejandro Pulver
1b319cd731 - Update to version 0.120.
- Mirror distfile to my FTP since it's not downloadable by fetch [1].
- Remove BROKEN.

PR:		ports/117898
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by:	alepulver (myself) [1]
Approved by:	portmgr (linimon)
2007-11-30 16:47:19 +00:00
Alejandro Pulver
ebca18fbea - Update to version 0.120u2.
- Mirror to my FTP since it can't be downloaded by fetch [1].
- Remove BROKEN.

PR:		ports/117903
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by:	alepulver (myself) [1]
Approved by:	portmgr (linimon)
2007-11-30 16:39:27 +00:00
Erwin Lansing
648870b365 Change master sites well in advance before the current one goes down.
PR:		118268
Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net> (maintainer)
Approved by:	portmgr (self)
2007-11-26 21:18:54 +00:00
Mark Linimon
32e5ea1674 Mark broken: unfetchable.
Approved by:	portmgr (self)
2007-11-18 17:42:05 +00:00
Mark Linimon
d0400d4df6 Mark broken: fails to fetch.
Approved by:	portmgr (self)
2007-11-18 17:22:34 +00:00
Max Khon
a557de663f Fix gcc 4.2 build.
Approved by:	portmgr (erwin)
2007-11-15 22:22:16 +00:00
Mark Linimon
28bb83e934 Mark as broken: fails to fetch.
Approved by:	portmgr (self)
2007-11-13 15:00:28 +00:00
Jose Alonso Cardenas Marquez
7154339408 - Add USE_DOS2UNIX
- Fix build with GCC4.x
- Clean up patch files

Approved by:	portmgr (pav)
2007-11-10 18:49:12 +00:00
Marcelo Araujo
df1b9d2bde - Mark unbroken.
- Fix build on non-i386.
- Fix build with gcc-4.2.

PR:		ports/117054
Submitted by:	Li-Lun Wang <llwang@infor.org> (maintainer)
Approved by:	portmgr (erwin), itetcu (mentor, implicit)
2007-11-02 17:55:22 +00:00
Gerald Pfeifer
585aa7a8c9 Update to Wine 0.9.48. Among others, this includes the following changes:
- Still more fixes for regression test failures.
 - Much more complete cryptnet implementation.
 - WIDL is now able to generate the oleaut32 proxy code.
 - Lots of bug fixes.
2007-10-26 23:19:38 +00:00
Pav Lucistnik
5723bd6093 - Add all needed X clients
Reported by:	pointyhat
Pointy hat to:	obrien
2007-10-26 20:17:31 +00:00
Jeremy Messenger
9ed530fb8b Fix the build with new gtk20.
Reported by:	pointyhat-exp
Approved by:	Related with our (FreeBSD GNOME Team) big change
2007-10-25 16:46:53 +00:00
Mark Linimon
b721151701 Attempt to unbreak index by removing code block that used to be associated
with pre-fetch target.  While here, remove some more remnants of support
for antique FreeBSD versions.

Hat:		portmgr
2007-10-25 00:13:00 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Alejandro Pulver
2a30d7078e - Do not run the setup from PKGINSTALL, add instead a note in pkg-message,
which is now processed with SUB_FILES.
- Add a note after deinstalling about possible remaining files (configs, etc).
- Fix pkg-plist.
2007-10-21 17:31:32 +00:00
Makoto Matsushita
ad2402beb7 Update to 6.0.2 build 59824. 2007-10-21 15:33:31 +00:00
Alejandro Pulver
3bbbbaadb4 - Change IA32_BINARY_PORT to ONLY_FOR_ARCHS since support for dependencies
is not done yet.

Reported by:	pav
2007-10-21 03:07:43 +00:00
Gerald Pfeifer
99aba43899 Update to Wine 0.9.47. Among others, this brings the following changes:
- New scheme for OpenGL support in child windows.
 - Lots of fixes for regression test failures.
 - Lots of bug fixes.
 - A Tahoma replacement font.

Adjust pkg-message as far as goes about FreeBSD releases.  Add a temporary
patch of mine (already accepted upstream) to build with a wider range of
versions of bison.
2007-10-20 19:43:57 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Martin Wilke
7922096790 - Unbreak
- Fix build with gcc 4.2

PR:		116893
Submitted by:	miwi
Approved by:	maintainer timeout
2007-10-17 09:45:35 +00:00
Jose Alonso Cardenas Marquez
7e9d26c875 - Fix build with GCC 4.x
- Bump PORTREVISION

PR:		116933
Reported by:	nrgmilk__ at_gmail.com
2007-10-15 22:05:11 +00:00
Jose Alonso Cardenas Marquez
01c373bea4 - Fix emulators/mupen64-tr64 dependency
- Bump PORTREVISION

Reported by:	erwin
2007-10-15 02:38:22 +00:00
Mark Linimon
0b906af593 Reset kemm@in-line.ru due to maintainer-timeouts and no response to email.
While here, pet portlint.

Hat:		portmgr
2007-10-12 01:16:15 +00:00
David E. O'Brien
1080cc24e6 Only depend on the needed fonts utils vs. every single X client app. 2007-10-12 00:27:13 +00:00
Jose Alonso Cardenas Marquez
72824fee06 - Update to 1.3. It was my mistake on my previous commit. 2007-10-09 08:02:01 +00:00
Jose Alonso Cardenas Marquez
bc3c3b2f3b - Add emulators/mupen64-tr64 port
- Bump PORTREVISION
2007-10-09 07:49:15 +00:00
Jose Alonso Cardenas Marquez
a221de9abb - New port: emulators/mupen64-tr64
A graphics plugin for Mupen64 emulator
2007-10-09 07:43:55 +00:00