Port details |
- linux-pete-mesagpu PSEmu Pro GPU plugin using an OpenGL renderer (Linux version)
- 1.77 emulators
=2 1.77Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated Linux GTK1
This port expired on: 2013-12-01
- Maintainer: cyberbotx@cyberbotx.com
- Port Added: 2003-01-13 08:44:16
- Last Update: 2013-12-01 00:37:20
- SVN Revision: 335357
- People watching this port, also watch:: wine, scummvm, zsnes
- Also Listed In: linux
- License: not specified in port
- WWW:
- http://www.pbernert.com/
- Description:
- Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a
hardware-accelerated OpenGL renderer.
This is the Linux version, tested with emulators/linux-ePSXe.
WWW: http://www.pbernert.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- linux-pete-mesagpu>0:emulators/linux-pete-mesagpu
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-pete-mesagpu
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- fedora-release : emulators/linux_base-f10
- libGL.so.1.2 : graphics/linux-f10-dri
- libexpat.so.1 : textproc/linux-f10-expat
- libfontconfig.so.1.3.0 : x11-fonts/linux-f10-fontconfig
- libgtk-1.2.so.0.9.1 : x11-toolkits/linux-f10-gtk
- libXrandr.so.2.1.0 : x11/linux-f10-xorg-libs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for linux-pete-mesagpu-1.77:
NVIDIA_GL=off: Use nVidia OpenGL driver
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.77 01 Dec 2013 00:37:20 |
rene |
Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not
build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by
anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use
net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not
build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use
irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter |
1.77 11 Nov 2013 12:55:24 |
rene |
Deprecate ports which depend on Linux GTK1 libraries and schedule them for
removal
on December 1st, 2013.
Discussed on: emulation@ (2013-10-06)
Approved by: maintainer timeout (emulators/linux-pe*), private mail
Approved by: maintainer (games/HeroesOfMightAndMagic), via IRC |
1.77 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.77 20 May 2013 08:35:20 |
bsam |
. update to version 1.77;
. trim Makefile headers;
. lang maintainership to the submitter.
While I'm here: remove the indefinite article from COMMENT.
PR: ports/173464
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
1.76_1 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
1.76_1 07 Jun 2009 15:23:55 |
bsam |
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile (Only the first 15 lines of the commit message are shown above ) |
1.76_1 19 Mar 2009 17:28:51 |
bsam |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav) |
1.76_1 10 Jul 2008 19:55:13 |
linimon |
Maintainer is no longer active in FreeBSD. |
1.76_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
1.76_1 27 Jan 2006 07:54:31 |
jylefort |
Add amd64 to ONLY_FOR_ARCHS
PR: ports/92400
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> |
1.76_1 22 Jan 2006 09:47:28 |
edwin |
SHA256ify
Approved by: krion@ |
1.76_1 22 Jan 2006 01:50:38 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.76_1 23 Jul 2005 10:25:02 |
netchild |
linux_mesa3 (deprecatred) -> linux_dri (possibly hardware accelerated)
I assume the maintainer overlooked this port in the patchset, since
he already committed a similar change to another port and didn't
objected to any patch in the patchset. So I take a shortcut and just
commit the patch instead of further delaying the move from linux_mesa3
to linux_dri.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Approved by: maintainer timeout (a week and a half) |
1.76 16 Jul 2005 15:07:32 |
jylefort |
- Update to 1.76
- Polish the Makefile |
1.75_3 17 Jun 2005 22:59:29 |
netchild |
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 (Only the first 15 lines of the commit message are shown above ) |
1.75_2 12 Apr 2005 22:10:43 |
jylefort |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor) |
1.75_2 01 Mar 2005 21:51:49 |
trevor |
Respect the user's USE_LINUX setting. |
1.75_2 20 Feb 2005 10:31:08 |
netchild |
- Use a binary RPM of Mesa v3 instead of building it from source:
* get's rid of the linux_devtools dependency
* fixes the conflicts seen at deinstall time on pointyhat
- correct the paths for the GL/GLU libs in the dependencies (the RPM
installs the mesa libs to .../lib/ instead to .../X11R6/lib/)
Nagging by: pointyhat |
1.75_1 29 Jan 2005 20:46:24 |
pav |
- Fix uninstall, cleanup
PR: ports/76599
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
1.75_1 31 Dec 2004 18:24:10 |
netchild |
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above ) |
1.75 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.75 26 Dec 2003 23:17:58 |
pav |
- Update to 1.75
PR: ports/59673
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
1.68 21 Feb 2003 11:59:01 |
knu |
De-pkg-comment. |
1.68 13 Jan 2003 08:44:00 |
edwin |
New port: emulators/linux-pete-mesagpu
This is Pete's MesaGL GPU, a PSEmu Pro GPU plugin.
Tested on the above system with emulators/linux-ePSXe (ports/46240).
PR: ports/46482
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |