1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

2105 Commits

Author SHA1 Message Date
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
Pav Lucistnik
531eec7f30 - Use PLIST_FILES and PORTDOCS
PR:		ports/83855
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-21 15:32:37 +00:00
Pav Lucistnik
7daa3b2067 - Fix fetch, unbreak
PR:		ports/83848
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
2005-07-21 13:18:22 +00:00
Kris Kennaway
f03f93f5bd BROKEN on ia64 and sparc64: Runaway cc1plus process 2005-07-21 00:03:11 +00:00
Trevor Johnson
36950cca68 new Linux base port with packages from SUSE 9.3 2005-07-20 16:42:54 +00:00
Jeremy Messenger
675507535e Update to 20050717 snapshot, short ChangeLog:
Merge /dev/kqemu cloning support to kmod_bsd.c (Craig Boston),
	Giant-lock kqemu (Bakul Shah), Utilize BSDMakefile to compile
	kqemu.ko, and cosmetic change (Norikatsu Shigemura)

	See more info in ports/83691 for full ChangeLog.

PR:		ports/83691
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-07-19 06:06:56 +00:00
Kris Kennaway
35c5827a0b BROKEN: Unfetchable 2005-07-17 19:57:51 +00:00
Kris Kennaway
97db505b66 BROKEN: Incomplete pkg-plist 2005-07-17 19:46:48 +00:00
Jean-Yves Lefort
3907cad962 - Update to 1.76
- Polish the Makefile
2005-07-16 15:07:32 +00:00
Jean-Yves Lefort
5b25f23d0e - Update to 1.17
- Polish the Makefile
2005-07-16 15:06:49 +00:00
Jean-Yves Lefort
7c860eca81 - Remove epsxe-install; the epsxe shell script now maintains ~/.epsxe
- Explicitly depend on linux_base-8
- Reword and improve pkg-message
- Polish the Makefile
2005-07-16 15:05:22 +00:00
Jean-Yves Lefort
b0ccc694f9 Add linux-pete-xgl2gpu.
Pete's XGL2 GPU is a PSEmu Pro GPU plugin using a hardware-accelerated
modern OpenGL renderer.

This is the Linux version, tested with emulators/linux-ePSXe.

WWW: http://www.pbernert.com/
2005-07-16 15:01:01 +00:00
Dejan Lesjak
ca21d1c9b6 Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.
PR:		ports/83517
Submitted by:	maintainer
2005-07-15 18:50:55 +00:00
Dejan Lesjak
300d368205 Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha.
PR:		ports/83516
Submitted by:	maintainer
2005-07-15 18:50:09 +00:00
Michael Nottebrock
629892cbb9 Add gens, a Sega Genesis/CD/32X emulator
PR:		ports/82576
Submitted by:	Travis Poppe <tlp@LiquidX.org>
2005-07-05 22:15:53 +00:00
Pav Lucistnik
662f5af60c Odyssey2 / Videopac+ emulator.
PR:		ports/82819
Submitted by:	Gunter Wambaugh <gunter@thewambaughs.net>
2005-07-01 15:00:55 +00:00
Florent Thoumie
c7b5c7d5f3 - Replace patch-configure with a unified version of the patch.
PR:		ports/82373
Submitted by:	maintainer
2005-06-28 08:58:42 +00:00
Roman Bogorodskiy
9d8bcac5a0 Sync with master port.
PR:		82647
Submitted by:	Miguel Mendez (maintainer)
2005-06-26 02:46:01 +00:00
Roman Bogorodskiy
412d9fadab Update to 0.97.
PR:		82646
Submitted by:	Miguel Mendez (maintainer)
2005-06-26 02:43:39 +00:00
Dirk Meyer
b3c2104167 - update to 2.2 2005-06-23 17:49:55 +00:00
Volker Stolz
fe68cc6219 Update to 4.5 2005-06-22 09:11:32 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Michael Johnson
fc6a4eb756 Add gcube 0.4, gamecube emulator.
PR:		ports/82349
Submitted by:	Travis Poppe <tlp@liquidx.org>
2005-06-17 06:24:32 +00:00
Michael Johnson
e7a52c624e Add generator-cbiere 0.35, SEGA Genesis emulator.
PR:		ports/82007
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-17 03:02:45 +00:00
Patrick Li
112b0c3c7b Add sound support
Bump PORTREVISION
Submitter takes maintainership
Add pkg-message and rework pkg-descr

PR:		ports/82141
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-12 07:17:43 +00:00
Trevor Johnson
1bac01d62e Update to 2005.0, requested by Christopher J. Camisa
(only tested on i386).
2005-06-11 19:27:50 +00:00
Trevor Johnson
38b9c3299d Remove expired linux_base-6 port. 2005-06-10 08:27:55 +00:00
Pete Fritchman
dfbf58447c Fix an initial crash that prevents zsnes from starting on some
machines.  Bump PORTREVISION.

Submitted by:	Travis L. Poppe <tlp@LiquidX.org>
2005-06-03 03:13:02 +00:00
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Florent Thoumie
6ca0822480 - Update to 1.3.6.
PR:		ports/81725
Submitted by:	Ports Fury
2005-05-31 20:27:21 +00:00
Norikatsu Shigemura
4a9e32b0cc Update to 2005-05-28 snapshot.
PR:		ports/81633
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-05-30 14:56:51 +00:00
Makoto Matsushita
caf246633d Forget to set NO_LATEST_LINKS.
Submitted by:	kris
2005-05-29 03:56:30 +00:00
Gerald Pfeifer
82a1aea5ea Update to the 20050524 snapshot of Wine. 2005-05-28 15:40:32 +00:00
Makoto Matsushita
e4297f0eee Add VMware Workstation 5 guest OS tools ports.
PR:		81312
Forgotten by:	matusita (give me a pointy hat...)
2005-05-23 03:56:24 +00:00
Pav Lucistnik
9e60ac000d - Update to 0.96
PR:		ports/81171, ports/81172
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2005-05-22 15:26:20 +00:00
Kris Kennaway
bdb9620e0c BROKEN on alpha: Does not compile 2005-05-21 18:17:12 +00:00
Kris Kennaway
0e5b0c30b4 BROKEN on 4.x: Does not compile 2005-05-21 17:49:09 +00:00
Jean-Yves Lefort
2333f925c6 Update to 0.7.0
PR:		ports/81064
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2005-05-21 13:48:32 +00:00
Jean-Yves Lefort
e382b6200f Update to 0.2.2
PR:		ports/81063
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2005-05-21 13:46:38 +00:00
Jean-Yves Lefort
1d755096cb Update to 0.3.3
PR:		ports/81062
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	maintainer
2005-05-21 13:45:54 +00:00
Jean-Yves Lefort
f58e494298 Add gxemul.
GXemul is a free instruction-level machine emulator, emulating not only the
CPU, but also other hardware components, making it possible to use the emulator
to run unmodified operating systems such as NetBSD, OpenBSD, or Linux.

A few different machine types are emulated. The following machine types are
emulated well enough to run at least one "guest OS":

  * DECstation 5000/200 ("3max"): serial controller (including keyboard and
    mouse), ethernet, SCSI, and graphical framebuffers.
  * Acer Pica-61 (an ARC machine): serial controller, "VGA" text console, and
    SCSI.
  * NEC MobilePro 770, 780, 800, and 880 (HPCmips machines): framebuffer,
    keyboard, and a PCMCIA IDE controller.
  * Cobalt: serial controller and PCI IDE.

WWW: http://gavare.se/gxemul/

PR:		ports/81048
Submitted by:	Janni <jannisan@t-online.de>
2005-05-20 10:35:33 +00:00
Makoto Matsushita
5dad21d2cd Update for VMware Workstation 5 after repocopy.
PR:		80436
Submitted by:	Scot W. Hetzel
2005-05-18 23:07:57 +00:00
Volker Stolz
5226e9d152 Fix broken patch on <501114
PR:		ports/80925
Submitted by:	Tsurutani Naoki
2005-05-12 07:09:22 +00:00
James E. Housley
41e30b5ad7 Release maintainership due to time 2005-05-09 17:54:52 +00:00
Pav Lucistnik
e839102444 - Fix plist for recent DATFILES change
Reported by:	krismail
2005-05-09 07:15:01 +00:00
Kris Kennaway
4c1aeb869b BROKEN: Unfetchable 2005-05-07 02:59:39 +00:00
Pav Lucistnik
8ca48ff897 - Update to 2005-05-02 snapshot
- Add kqemu support

PR:		ports/80595
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-05-05 12:41:10 +00:00
Pav Lucistnik
641e1ebb9c - Fix WITH_DATFILES knob with OPTIONS
PR:		ports/80555
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-04 14:13:03 +00:00
Norikatsu Shigemura
230fca0f1f o Oops, I forgot to commit 2 patches.
o In some environment, qemu missing 2 patches might be able
  to compiled.  So I bump PORTREVISION.

Pointed out by:	Jung-uk Kim <jkim@niksun.com>
		Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
		Mark Treacy <mark.treacy@gmail.com>
		pointyhat via kris
2005-05-03 04:02:46 +00:00
Norikatsu Shigemura
12b9c1f2e3 o Update to 0.7.0. [1]
o Remove hard samba dependency. [2]

PR:		ports/80486
Submitted by:	Jung-uk Kim <jkim@niksun.com> [1]
		Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [1]
Suggested by:	des [2]
2005-05-01 07:39:11 +00:00