aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* emulators: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alejandro Pulver <alejandro@varnet.biz> * Alexander Best <arundel@gmx.net> * Alexander Nedotsukov <bland@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Antipovsky <kemm@in-line.ru> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Brian Gaeke <brg@dgate.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * David O'Brien (obrien@cs.ucdavis.edu) * Edward Tomasz Napierala <trasz@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Gunter Wambaugh <techgunter@yahoo.com> * Jacques Vidrine <nectar@FreeBSD.org> * Janni * Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> * Jeremy Karlson * Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> * Joel Sutton <jsutton@webnet.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jonathan M. Bresler (jmb) * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Kaltashkin Eugene <zhecka@gmail.com> * Kevin Bowling <kbowling@FreeBSD.org> * Li-Lun Wang <llwang@infor.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Hinner * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Neumann <mneumann@ntecs.de> * Miguel Mendez <flynn@energyhq.homeip.net> * Naram Qashat <cyberbotx@cyberbotx.com> * Nicole Reid <root@cooltrainer.org> * Nishika <nishika@cheerful.com> * Pavel I Volkov <pavelivolkov@googlemail.com> * Piotr Kubaj * Ruan Wei (iamayan@gmail.com) * Sebastian Schuetz <sschuetz@fhm.edu> * Seiichirou Hiraoka * Shaun Amott <shaun@FreeBSD.org> * Sheldon Hearn <axl@iafrica.com> * Simon Dick <simond@irrelevant.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Stijn Hoop <stijn@win.tue.nl> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Bernard <nanard@free.fr> * Timothy Beyer <beyert@cs.ucr.edu> * Tobias Reifenberger <tr@freebsd.mayn.de> * Tom Carrick <knyghtmare@knyghtmare.com> * Travis Poppe <tlp@liquidx.org> * Uffe Jakobsen <uffe@uffe.org> * Vladimir Kondratiev <wulf@mail.mipt.ru> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * alex * dchapes@ddm.on.ca * dk * elbarto * janek@gaja.ipan.lublin.pl * jhb * jmz * joerg * jraynard * krion * kstailey * mbr@FreeBSD.org * okeeblow <root@cooltrainer.org> * pixel * pjm * tenser@spitfire.ecsel.psu.edu * trasz * trasz <trasz@pin.if.uz.zgora.pl> * # Created by Timothy Beyer <beyert@cs.ucr.edu> With hat: portmgr
* emulators/fmsx: update to 6.0Fernando Apesteguía2021-10-242-4/+6
| | | | | | | | ChangeLog: https://fms.komkon.org/fMSX/fMSX.html PR: 259232 Reported by: Stéphane D'Alu <sdalu@sdalu.com> Reviewed by: Stéphane D'Alu <sdalu@sdalu.com>
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* emulators/fmsx: Update to 5.4Tobias Kortkamp2018-07-185-43/+51
| | | | | | | | | | | | - Reset maintainer; the port has been broken for over 5 months and there have been > 3 timeouts before (going as far back as 2004) so the current maintainer seems to not be interested anymore. PR: 229848 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=474854
* Deprecate ports broken for more than 5 monthsAntoine Brodin2018-07-171-0/+2
| | | | Notes: svn path=/head/; revision=474787
* Mark BROKEN: unfetchableAntoine Brodin2018-03-291-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=465896
* Fix do-install after r393228.Raphael Kubo da Costa2015-12-041-1/+1
| | | | | | | ${WRKSRC}/fmsx does not exist, ${WRKDIR} is the right variable. Notes: svn path=/head/; revision=403002
* - Remove BROKEN, fetch was fixedDmitry Marakasov2015-11-291-2/+0
| | | | Notes: svn path=/head/; revision=402599
* Mark BROKEN: unfetchableAntoine Brodin2015-10-291-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=400456
* - Update to 4.2Dmitry Marakasov2015-07-306-44/+28
| | | | | | | | | | | | | | - Don't hardcode version in distfile names - Update USE_XORG - Improve and simplify wrapper script handling - Improve and simplify options handling PR: 201547 Submitted by: amdmi3 Approved by: maintainer timeout (dk@farm.org, 2 weeks) Notes: svn path=/head/; revision=393228
* - Fix fetchDmitry Marakasov2015-07-131-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=391916
* - Update to 4.0, unbreakAlex Kozlov2014-11-244-67/+39
| | | | | | | | PR: 194877 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=373350
* Clean up plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371563
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-10-251-0/+2
| | | | Notes: svn path=/head/; revision=371489
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Mark a few unfetchable ports BROKENAntoine Brodin2014-04-271-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352425
* Convert e* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347406
* emulators/fmsx:Rene Ladan2014-01-318-99/+77
| | | | | | | | | | - Update to 3.7 and unbreak - Remove www.mavetju.org as mirror - Stagify - Synchronize LEGAL with port text Notes: svn path=/head/; revision=342008
* - Modernize dos2unix and gmakeRene Ladan2013-12-274-8/+45
| | | | | | | | | | | | - Undeprecate, futher fixes are in progress - Remove leading definite article from comment PR: ports/182097 Submitted by: Eugene Grosbein <egrosbein@rdtc.ru> Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=337823
* Fix expiration dates, they should be *December* 18th, not November 18th.Rene Ladan2013-11-221-1/+1
| | | | Notes: svn path=/head/; revision=334571
* Deprecated ports broken for more than 6 monthBaptiste Daroussin2013-11-221-0/+3
| | | | Notes: svn path=/head/; revision=334555
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Fix syntaxe error introduced by conversion to new options frameworkBaptiste Daroussin2013-05-021-1/+1
| | | | Notes: svn path=/head/; revision=317098
* Convert emulators to new options frameworkBaptiste Daroussin2013-04-281-14/+12
| | | | Notes: svn path=/head/; revision=316753
* - Broken does not buildMartin Wilke2013-02-231-0/+2
| | | | | | | | | | | | | cd /work/a/ports/emulators/fmsx/work/fMSX/Unix && gmake gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/EMULib.o ../../EMULib/EMULib.c gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/Console.o ../../EMULib/Console.c ../../EMULib/Console.c: In function 'CONMenu': ../../EMULib/Console.c:828: warning: cast from pointer to integer of different size ../../EMULib/Console.c:863: warning: cast from pointer to integer of different size ../../EMULib/Console.c: In function 'CONFile': Notes: svn path=/head/; revision=312817
* - UnbrokeMartin Wilke2011-01-263-14/+0
| | | | | | | | | | | | | - Pet Portlint - R.I.P MD5 PR: 153375 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=268245
* - Mark BROKEN: does not fetchPav Lucistnik2010-06-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=255919
* Fix plist, this port needs always to install PORTDATA files.Ion-Mihai Tetcu2009-04-071-1/+1
| | | | Notes: svn path=/head/; revision=231794
* - fix typo in MASTER_SITESIon-Mihai Tetcu2009-04-071-3/+1
| | | | | | | | | | - remove commented code and blank line - note that :rom MASTER_SITES seems to be AWOL Prompted by: QAT QAT run Notes: svn path=/head/; revision=231791
* Fix pkg-plist after itetcu@ PORTDATA police actions.Edwin Groothuis2008-05-302-2/+2
| | | | Notes: svn path=/head/; revision=213913
* Replace /usr/X11R6 with /usr/local in the Makefile rulesEdwin Groothuis2008-05-302-2/+13
| | | | | | | Noticed by: pavrun on amd64/7.0 Notes: svn path=/head/; revision=213907
* Update to 3.5.1Edwin Groothuis2008-05-267-89/+79
| | | | Notes: svn path=/head/; revision=213680
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* Fix gcc 4.2 build.Max Khon2007-11-152-4/+18
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202731
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-0/+4
| | | | Notes: svn path=/head/; revision=200598
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* SHA256ifyEdwin Groothuis2006-01-221-0/+11
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Remove patch file again to make it buildable.Edwin Groothuis2005-09-041-11/+0
| | | | | | | Noticed by: pointyhat run. Notes: svn path=/head/; revision=141871
* Make building possible again by only extracting the .Z file.Edwin Groothuis2005-08-301-0/+1
| | | | Notes: svn path=/head/; revision=141501
* Make portline happy tooEdwin Groothuis2005-08-281-1/+2
| | | | Notes: svn path=/head/; revision=141083
* [maintainer update] emulators/fmsxEdwin Groothuis2005-08-286-29/+48
| | | | | | | | | | Update to version 3.0 PR: ports/85172 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=141082
* Add BPP8-optionVolker Stolz2004-08-092-19/+23
| | | | | | | | | PR: ports/68925 Submitted by: Eugene Grosbein Approved by: maintainer timeout Notes: svn path=/head/; revision=115750
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Adopt A Mastersite - make emulators/fmsx fetchable again.Edwin Groothuis2004-03-191-3/+2
| | | | | | | Noticed by: kris@ Notes: svn path=/head/; revision=104567