1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

2758 Commits

Author SHA1 Message Date
Juergen Lock
4601f3cb59 Fix plist
Submitted by:	pointyhat via kris
Approved by:	miwi (mentor, implicit)
2007-04-09 22:11:23 +00:00
Juergen Lock
f3cb5f8aa1 Add patch to avoid eepro100 crashes
Approved by:	miwi (mentor, implicit)
Obtained from:	Stefan Weil on qemu-devel mailinglist
2007-04-09 20:24:44 +00:00
Martin Wilke
2606c0102d - Fix firmware directory
PR:		111061
Submitted by:	trasz   (maintainer)
2007-04-09 17:48:43 +00:00
Alejandro Pulver
19f2efc8a4 - Update to version 0.114.
Reported by:	distfiles survey
2007-04-09 02:21:52 +00:00
Alejandro Pulver
316d9f5259 - Update to version 0.113.
Reported by:	distfiles survey
2007-04-09 02:18:39 +00:00
Alejandro Pulver
37e1a2e6e5 - Update to version 0.114.
- Make fetchable.

Reported by:	pointyhat
2007-04-09 00:53:29 +00:00
Alejandro Pulver
731a2b53ea - Update to version 0.19.
Reported by:	portscout
2007-04-09 00:16:20 +00:00
Rong-En Fan
46befb1a25 - Enable JIT on amd64
- 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)
2007-04-08 04:23:02 +00:00
Alejandro Pulver
5650140fa4 - Add ONLY_FOR_ARCHS_REASON.
- Add USE_DOS2UNIX to avoid CR characters in patches.
- Remove FreeBSD 4.x support.
- Remove SDL fix for old non-standard location.
- Fix building with GCC 4.x [1].
- Respect CFLAGS and LDFLAGS.

Reported by:	pointyhat [1]
2007-04-08 03:11:22 +00:00
Juergen Lock
1b0229c179 Update to 2007-04-05 snapshot:
- 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)
2007-04-07 19:14:42 +00:00
Shaun Amott
346b0ab475 - Update MASTER_SITES.
Submitted by:	maintainer via IRC
2007-04-07 19:01:59 +00:00
Pav Lucistnik
cfa7269b11 - Convert existing ports to a new bsd.tcl.mk order
PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:56:15 +00:00
Erwin Lansing
c2e5952d07 Update to 2.8.2
PR:		111064
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2007-04-01 10:04:16 +00:00
Gerald Pfeifer
84de614d02 Update to Wine 0.9.34. Among others, this brings the following changes:
- Support for Xcursor.
 - A range of fixes for various installers.
 - New builtin xcopy tool.
 - The usual assortment of Direct3D fixes.
 - Lots of bug fixes.
2007-03-30 20:02:04 +00:00
Boris Samorodov
5c009dd5ad - Update elfutils-libelf to 0.126 [1]
- Use SRPMS on MASTER_SITES just when PACKAGE_BUILDING is set  [1]
- Bump PORTREVISION  [1]
- Update src distfile as well
- Change pkg-plist file

PR:		110977  [1]
Submitted by:	garga  [1]
2007-03-28 21:12:31 +00:00
Martin Wilke
a489328f44 Project was renamed
PR:		110753
Submitted by:	trasz (maintainer)
Repocopy by:    marcus
2007-03-28 06:17:18 +00:00
Boris Samorodov
a41aa85028 Add the linux_base-fc6 port. 2007-03-28 00:32:33 +00:00
Alejandro Pulver
a7b5468457 - Mirror distfile to MASTER_SITE_LOCAL because it reports to be unavailable
for now.

Reported by:	pointyhat
2007-03-27 22:17:20 +00:00
Boris Samorodov
ff30f4ff7a ATTENTION! The port is experimental for now. Use it at your own risk. This
port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16.

To use/test the port (along with linux FC4 infrastructure ports) you
should do:

0. Backup all your vital information!
1. Remove the current linux base port.
2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6".
3. Make sure no linux application is running.
4. Set apropriate sysctl (compat.linux.osrelease=2.6.16).
5. Install emulation/linux_base-fc6.
5a. Those who use linux ports with automatic plist building should
    apply the following patch:
    ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff

That should be enough at most circumstances. If you have difficulties,
please be sure to expand item 1 to:

1a. Remove all ports which depends on linux base port.
1b. Remove linux base port.
1c. Clean /compat/linux/ directory.

In case you want to get rid of the port, deinstall it, then return
back compat.linux.osrelease to 2.4.2 (as usual make sure that no
linux application is running) and remove from /etc/make.conf the line
containing the OVERRIDE_LINUX_BASE_PORT variable.

All questions, reports, suggestions etc. please route to
freebsd-emulation@.

Fedora Core 6 ports (FC6 infrastructure ports) are coming soon... ;-)

This port would not appear without netchild's help.
Thank you, Alexander!
2007-03-27 20:04:44 +00:00
Alejandro Pulver
9e3efbd846 - Fix building with GCC 4.x.
Reported by:	pointyhat
2007-03-27 17:52:49 +00:00
Jose Alonso Cardenas Marquez
1cea14ecf9 - Remove the detection of some python dependencies from setup.py. It could break
installation of loemu on all FreeBSD versions.

Reported by:	kris
2007-03-27 00:19:34 +00:00
Martin Wilke
428e2bf7dd - Fix build with gcc 4.1
PR:             110885
Submitted by:   trasz (maintainer)
2007-03-26 22:28:20 +00:00
Martin Wilke
25376efc32 - Update to 0.6.2
PR:             110815
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-26 11:26:15 +00:00
Martin Wilke
82ddba6e7c - Add dynamips-devel
Cisco 3600/7200 simulator.

PR:             110614
Submitted by:   Pavel Volkov<pol@opk.ru>
Repocopy by:    marcus
2007-03-26 09:37:11 +00:00
Alejandro Pulver
221ac46950 - Take maintainership as suggested by the previous maintainer.
Pointed out by:	linimon
2007-03-26 01:47:12 +00:00
Mark Linimon
62e197f384 Reset robb_force@holybuffalo.net by request; he does not have access to a
FreeBSD machine right now.

Hat:		portmgr
2007-03-25 22:25:01 +00:00
Juergen Lock
626195abb2 Update to 2007-03-22 snapshot:
- ARM reabbot support (orginal patch by Aurelien Jarno).
- SMP half-idle fix.
- Watchpoint support (previous commit got eaten by Savannah server crash).
- ARM register index+writeback fix (Lauro Ramos Venancio).
- PPC: Make it safe to use 64 bits GPR and/or 64 bits host registers.
  For "symetry", add 64 bits versions of all modified functions.
  As a side effect, add a lot of code provision for PowerPC 64 support.
  Move overflow and carry checks in common routines for simple cases.
  Add isel and popcntb instructions from PowerPC 2.03 specification.
  Remove remaining micro-operations helpers prototypes from op.c.
  Fix XER_BC field to be 7 bits long.
  Add power management support for PowerPC 603 & 604.
  Fix compilation warnings.
  Add PowerPC 64 target for tests.
  As no PowerPC 64 CPU is implemented, this target can just be used to
  check that there is no difference between PowerPC 32 & PowerPC 64 used
  in 32 bits mode.
- Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon.
- Don't fail for "revert to poweron defaults" IDE command, by Carlo
  Marcelo Arenas Belon.
- Better ioport debugging output.
- OHCI USB PXA support (Andrzej Zaborowski).
- MIPS -cpu selection support, by Herve Poussineau.
- PPC: As icbi is not a priviledge instruction and is treated as a load
  by the MMU it needs to be implemented for every MMU translation mode.
- MIPS: Fix BD flag handling, cause register contents, implement some
  more bits for R2 interrupt handling.
- A VGA card for the Malta board.
- SCSI fixes, by Wang Cheng Yeh.
- Add -name option, by Anthony Liguori.
- Improve -pidfile option, by Anthony Liguori.
- Close file descriptors when execing network tap setup script, by
  Daniel P. Berrange.
- Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno.
- Fix call to generated code on SPARC, by Juergen Keil.
- mips: Barf on branches/jumps in branch delay slots. Spotted by
  Stefan Weil.
- VMMouse Emulation, by Anthony Liguori.
- SlavIO interrupt controller fix, by Aurelien Jarno.
- SlavIO Counter-Timers fix, by Aurelien Jarno.
- PowerPC 2.03 SPE extension - first pass.
- Fix Sparc branches, original patch by Aurelien Jarno

Approved by:	miwi (mentor, implicit)
2007-03-25 16:33:01 +00:00
Jose Alonso Cardenas Marquez
72c9c13e27 - Update to 0.1.1
- Add SDLMAME, XMAME and SNES9X options
2007-03-24 14:59:46 +00:00
Jose Alonso Cardenas Marquez
5ee4cbd5f7 - My fault on previous commit, this is the correct way for do the things 2007-03-24 12:26:14 +00:00
Jose Alonso Cardenas Marquez
173bf3ba0e - Now,the OPENGL option installs snes9x instead of osnes9x
- Bump PORTREVISION
2007-03-24 12:22:22 +00:00
Alejandro Pulver
d459f32431 - Fix building with GCC 4.x.
Reported by:	pointyhat
2007-03-22 04:02:00 +00:00
Alejandro Pulver
a2fcc70693 - Mirror some files to MASTER_SITE_LOCAL (until it's updated together with the
other MAME ports) to make fetchable.
- Remove BROKEN.
2007-03-22 00:23:59 +00:00
Alejandro Pulver
5b0a38f59a - Remove DIST_SUBDIR (there is only one distfile).
- Remove unused entries from distinfo (the ones moved to games/mame-extras).
2007-03-21 20:09:19 +00:00
Alejandro Pulver
c19247cacd - Fix pkg-plist (avoid creating useless empty directory).
- Remove BROKEN.

Reported by:	pointyhat
2007-03-21 18:54:07 +00:00
Alejandro Pulver
38dae2d71a - Fix pkg-plist.
- Remove BROKEN.

Reported by:	pointyhat
2007-03-21 18:12:38 +00:00
Martin Wilke
edbef21bfe - Update to 0.78
PR:             110506
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
2007-03-21 09:59:04 +00:00
Pav Lucistnik
d53ec8e858 - Change DIST_SUBDIR to read 'xmame' instead of ${PORTNAME}, so it works from
slaveport xmess too

Mised by:	acm
2007-03-20 10:02:37 +00:00
Pav Lucistnik
930770f5e1 - Remove innapropriate backslash which caused DISTNAME to be ignored
Pointy hat to:	alepulver
2007-03-20 10:01:56 +00:00
Jose Alonso Cardenas Marquez
c901747dc7 - Fix typo
Reported by:	kris
2007-03-19 15:49:05 +00:00
Kris Kennaway
ae7160e0d6 BROKEN: Incomplete pkg-plist 2007-03-17 22:24:55 +00:00
Kris Kennaway
5ca319bc10 BROKEN: Unfetchable 2007-03-17 22:18:48 +00:00
Kris Kennaway
aad70c7727 BROKEN: Incomplete pkg-plist 2007-03-17 22:13:26 +00:00
Boris Samorodov
1ef62492cc Polish pkg-descr and pkg-message:
. add comments and warnings about problems with chroot into the linux base;  [1]
. delete a note about linux port for alpha;  [1]
. add an advice to use linux_dist ports for cross-development;  [1]
. fix the link linux-XFree86-libs -> linux-xorg-libs.

Submitted by:	netchild (at freebsd-emulation@)  [1]
2007-03-17 19:42:09 +00:00
Dirk Meyer
6b0a6899a8 - add locale/hu 2007-03-17 06:00:34 +00:00
Gerald Pfeifer
8cedc3f77d Update to Wine 0.9.33. Among others, this brings the following changes:
- Many Direct3D fixes and performance improvements.
 - More comctl32 tests and some bug fixes.
 - Compatibility improvements in cmd.exe.
 - Still more fixes to builtin OLE.
 - Lots of bug fixes.
2007-03-16 23:27:45 +00:00
Martin Wilke
e4d49fde8f - Use TCL/TK 8.4
- Remove WWW

PR:             110322
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
2007-03-16 11:23:53 +00:00
Jose Alonso Cardenas Marquez
f5c1b2f02b - Respect LOCALBASE and X11BASE
Reported by:	flz
2007-03-15 15:53:34 +00:00
Martin Wilke
32c4bc86e7 - Marked broken for ia64
Submitted by:   pointyhat
Approved by:    maintainer
2007-03-14 14:06:17 +00:00
Martin Wilke
df4a402610 2007-03-01 www/ruby-webunit: has deprecated dependencies
2007-03-07 emulators/grustibus: Project was abandoned 6 years ago and expects an old version of xmame (0.37b4), please use other frontends instead (like gxmame)
2007-03-10 graphics/drm-kmod: Broken on all supported versions of FreeBSD
2007-03-13 18:36:04 +00:00
Dirk Meyer
1105528d76 - update to 1.21 2007-03-13 13:39:49 +00:00