aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.2 (2004/12/28 snapshot).Norikatsu Shigemura2005-01-088-40/+136
| | | | | | | | PR: ports/75644 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=125822
* Update maintainer addressKris Kennaway2005-01-031-1/+1
| | | | | | | | Submitted by: maintainer Approved by: portmgr (self) Notes: svn path=/head/; revision=125702
* Fix MASTER_SITES.Kirill Ponomarev2005-01-031-1/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125692
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-3115-66/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Update to version 1.3.5Kirill Ponomarev2004-12-312-3/+3
| | | | | | | | PR: ports/75692 Submitted by: Ports Fury Notes: svn path=/head/; revision=125602
* Rename pre-install target to do-extract, so packing list will beTrevor Johnson2004-12-302-4/+4
| | | | | | | | | available after "make all". Submitted by: obrien Notes: svn path=/head/; revision=125553
* On amd64, the installation script contained in the glibc RPM fails.Trevor Johnson2004-12-301-0/+1
| | | | | | | | | | Work around this by using the --noscripts option. PR: 75645 Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier Notes: svn path=/head/; revision=125550
* Update emulators/zsnes to 1.40, remove emulators/linux-zsnes.Michael Nottebrock2004-12-308-102/+12
| | | | | | | | PR: 75500 Submitted by: maintainer Notes: svn path=/head/; revision=125539
* Update to version 7.0Kirill Ponomarev2004-12-304-25/+23
| | | | | | | | PR: ports/75621 Submitted by: Ports Fury Notes: svn path=/head/; revision=125510
* Update to version 1.3.4Kirill Ponomarev2004-12-302-3/+3
| | | | | | | | PR: ports/75620 Submitted by: Ports Fury Notes: svn path=/head/; revision=125508
* Don't use .error -- it breaks 'make index' on sparc64.David E. O'Brien2004-12-291-2/+0
| | | | Notes: svn path=/head/; revision=125457
* Update WWW tagMario Sergio Fujikawa Ferreira2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=125407
* Update to 2.1Mario Sergio Fujikawa Ferreira2004-12-292-3/+3
| | | | Notes: svn path=/head/; revision=125406
* - update to latest release, 2004.3Trevor Johnson2004-12-288-86/+70
| | | | | | | | | - update CONFLICTS - do not install unneeded /dev/ - make output less verbose Notes: svn path=/head/; revision=125344
* Update documentation wrt. current versions of Wine now working more or lessGerald Pfeifer2004-12-284-16/+4
| | | | | | | nicely on FreeBSD 5.3 and above. Notes: svn path=/head/; revision=125333
* Use NO_MTREE to have a cleaner LINUXBASE.David E. O'Brien2004-12-282-4/+6
| | | | | | | | Submitted by: trevor Pointed out by: kris Notes: svn path=/head/; revision=125329
* Eeeek rev 1.95 accidently backed out rev 1.94; put back.David E. O'Brien2004-12-281-1/+1
| | | | Notes: svn path=/head/; revision=125325
* Quiet installation errors due to lack of /dev/null w/in LINUXBASE.David E. O'Brien2004-12-281-0/+6
| | | | Notes: svn path=/head/; revision=125323
* Totally unravel the "do-patch: NADA" stuff started in rev 1.93.David E. O'Brien2004-12-281-16/+12
| | | | Notes: svn path=/head/; revision=125322
* Properly set owner of yp.conf.David E. O'Brien2004-12-282-2/+2
| | | | Notes: svn path=/head/; revision=125321
* Fix issue in last commit.David E. O'Brien2004-12-271-6/+5
| | | | Notes: svn path=/head/; revision=125293
* Remove useless "do-patch: NADA" -- the lack of patch-* files is sufficient.David E. O'Brien2004-12-272-6/+0
| | | | Notes: svn path=/head/; revision=125291
* These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.David E. O'Brien2004-12-276-116/+121
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=125290
* 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBSDavid E. O'Brien2004-12-274-40/+38
| | | | | | | | | | | | | | | | 2. Unbreak port due to distfiles not fetchable on both i386 and alpha 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar unsupported flag (-S) 4. doesn't unnecessaryly rebuild things for 'make reinstall' 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc Thus 7. un-deprecates as portmgr's requirements met to keep port alive Reviewed by: trevor Notes: svn path=/head/; revision=125289
* Use NO_FETCH instead of a gratuitous do-fetch target.Kris Kennaway2004-12-271-3/+1
| | | | Notes: svn path=/head/; revision=125288
* [MAINTAINER UPDATE] emulators/mupen64-sound fix plistEdwin Groothuis2004-12-271-1/+2
| | | | | | | | | | | Fix a problem with the mupen64-sound plist (it leaves a directory left over after it has been deleted) PR: 75520 Submitted by: Travis Poppe <tlp@LiquidX.org> Notes: svn path=/head/; revision=125251
* Also remove man/man3w via pkg-plist.Gerald Pfeifer2004-12-252-0/+2
| | | | | | | Discussed with: kris Notes: svn path=/head/; revision=125132
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-252-2/+0
| | | | Notes: svn path=/head/; revision=125124
* Now compiles on FreeBSD 6.xKris Kennaway2004-12-241-4/+0
| | | | Notes: svn path=/head/; revision=125103
* Unbreak on i386.Alexey Dokuchaev2004-12-232-5/+25
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=124981
* Update to version 1.3.3Kirill Ponomarev2004-12-233-15/+3
| | | | | | | | PR: ports/75394 Submitted by: Ports Fury Notes: svn path=/head/; revision=124936
* Utilize INFO.Alexey Dokuchaev2004-12-232-3/+1
| | | | Notes: svn path=/head/; revision=124886
* Should now build with both older and recent GCCs.Alexey Dokuchaev2004-12-2321-7/+1037
| | | | Notes: svn path=/head/; revision=124884
* - Improve C++ standards conformance in installed header [1]Alexey Dokuchaev2004-12-232-2/+40
| | | | | | | | | | - Mute REINPLACE_CMD in `post-patch' stage - Bump PORTREVISION [1] is needed to unbreak dependent `emulators/vx68k' port. Notes: svn path=/head/; revision=124881
* Correct the DEPRECATED string.Trevor Johnson2004-12-221-1/+1
| | | | | | | | PR: 75388 Approved by: kris Notes: svn path=/head/; revision=124841
* Mark DEPRECATED due to bash local DoS (RHSA-2000-117) and due toTrevor Johnson2004-12-211-0/+3
| | | | | | | the sheer age of this software. Notes: svn path=/head/; revision=124739
* Mark forbidden due to X Pixmap parsing bugs inTrevor Johnson2004-12-211-0/+2
| | | | | | | | | | | the XFree86-libs RPM installed by this port. advisories: CAN-2004-0687, CAN-2004-0688, CAN-2004-0692, RHSA-2004-478, CAN-2004-0914, RHSA-2004-612 Notes: svn path=/head/; revision=124732
* Fix whitespace after my last commit (portlint).Trevor Johnson2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=124729
* Update CONFLICTS.Trevor Johnson2004-12-214-4/+8
| | | | | | | | PR: 75283 Submitted by: linimon Notes: svn path=/head/; revision=124723
* Add new Linux base ports with packages from Red Hat Linux 9 [1] andTrevor Johnson2004-12-2117-525/+440
| | | | | | | | | | SUSE Linux 9.1 [2]. PR: 75241 [1] and 75296 [2] Submitted by: Xin Li [1], me [2] Notes: svn path=/head/; revision=124712
* Mark broken on anything before FreeBSD 5.3, as Wine would build but notGerald Pfeifer2004-12-204-0/+12
| | | | | | | | | | properly run there (mostly due to threading issues). Remove the share/applications and share/wine directories via pkg-plist.[1] Pointed out by: pointyhat/kris[1] Notes: svn path=/head/; revision=124644
* Fix make fetch for x86.David E. O'Brien2004-12-202-0/+2
| | | | Notes: svn path=/head/; revision=124612
* Add AMD64 support.David E. O'Brien2004-12-201-11/+20
| | | | Notes: svn path=/head/; revision=124605
* + Our AMD64 Linux compat is 32-bit i386 emulation, so adjust accordingly.David E. O'Brien2004-12-196-42/+22
| | | | | | | + We don't have Sparc64 Linux emulation, so don't try here. Notes: svn path=/head/; revision=124507
* Remove some lines that are no longer needed.Trevor Johnson2004-12-195-35/+0
| | | | Notes: svn path=/head/; revision=124463
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-183-0/+6
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* Correct a mistake in my grouping of master site subdirectories.Trevor Johnson2004-12-185-5/+5
| | | | Notes: svn path=/head/; revision=124422
* Reset bouncing maintainer address:Kris Kennaway2004-12-182-2/+2
| | | | | | | | <verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1 <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=124420
* Simplify by grouping master site subdirectories.Trevor Johnson2004-12-185-150/+95
| | | | | | | | Clean up amd64 support by consolidating tests. Code after bsd.port.mk was not reached. Notes: svn path=/head/; revision=124395
* PortlintDavid E. O'Brien2004-12-182-36/+38
| | | | Notes: svn path=/head/; revision=124343