aboutsummaryrefslogtreecommitdiff
path: root/emulators/uae
Commit message (Collapse)AuthorAgeFilesLines
* emulators/uae: the port had been improved (+)Alexey Dokuchaev2021-06-151-4/+2
| | | | | | | | | | | | | | - Unbreak the build on modern FreeBSD versions by avoiding injecting duplicate symbols in the object files - Drop MAKE_JOBS_UNSAFE: it was added back in 2013 in the commit 2a5c8652e56c1 to fix the build error: crt1.c:(.text+0xa8): undefined reference to `main' gmake[2]: *** [build68k] Error 1 which no longer manifests itself PR: 256577
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-171-0/+3
| | | | Notes: svn path=/head/; revision=565813
* e*: Add missing USES={gnome,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517045
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* - Allow to build on PowerPC by using generic (not GCC-specific) MD supportAlexey Dokuchaev2015-09-092-22/+10
| | | | | | | | | | | | | | | | with empty machdep_init() vs. broken "Calibrating delay loop" code; some simple run-time tests, like booting off the kickstart ROM image, did not reveal any problems or performance artifacts - Drop unsupported --enable-sound option (--with-oss-sound is the default, and OSS support is detected correctly) - Remove `files/patch-configure.in' which was added in r76429 by mbr@ back in 2003 to allow UAE to build with GCC 3.x -- does not seem needed these days; consequently replace (deprecated) USE_AUTOTOOLS with GNU_CONFIGURE - Do not patch things in `pre-configure', use `post-patch' target for that - Sort USES values and wrap few overly long lines while I'm here Notes: svn path=/head/; revision=396519
* - Switch to options helpersDmitry Marakasov2015-08-261-15/+11
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395389
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Clean up plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371563
* Stagify port, change USES_BZIP2 to new USES syntax.Michael Gmelin2014-06-011-25/+24
| | | | | | | | | | | | | The original master site www.amigaemulator.org is not available anymore, the only available source was an amiga forum called http://www.amigaemuboard.net, so it lives on freefall now. Reviewed by: flo (mentor) Approved by: flo (mentor) Notes: svn path=/head/; revision=356149
* - add MAKE_JOBS_UNSAFEDirk Meyer2013-10-251-0/+1
| | | | | | | | | to fix build error: crt1.c:(.text+0xa8): undefined reference to `main' gmake[2]: *** [build68k] Error 1 Notes: svn path=/head/; revision=331557
* 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
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-1/+1
| | | | Notes: svn path=/head/; revision=327018
* - Unbreak the build, augment port description textAlexey Dokuchaev2013-08-022-31/+34
| | | | | | | | | | - Trim Makefile header, define LICENSE (GPLv2) - Remove not needed pthread-related hacks - Drop GNU_CONFIGURE implied by USE_AUTOTOOLS - Adopt OptionsNG and USES, cleanup Makefile a bit Notes: svn path=/head/; revision=324145
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Mark as broken on powerpc: does not compile.Mark Linimon2011-11-111-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285493
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update to 0.8.29.Koop Mast2010-05-293-10/+8
| | | | | | | | | | | Update MASTER_SITES and WWW in pkg-descr PR: ports/144662 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=255262
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200771
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Set USE_GCC 3.4 author will fix with the next update.Martin Wilke2007-06-051-1/+2
| | | | | | | | PR: 113095 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=192830
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+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/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Add one more MASTER_SITERenato Botelho2005-10-201-1/+2
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=145917
* . register CONFLICTSEmanuel Haupt2005-10-191-0/+2
| | | | Notes: svn path=/head/; revision=145877
* - Update to 0.8.25 [1]Renato Botelho2005-10-065-50/+32
| | | | | | | | | | | - Respect NOPORTDOCS [1] - Mark it as BROKEN on < 5.x PR: ports/86935 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=144381
* Unbreak with recent GCC.Alexey Dokuchaev2004-09-302-7/+21
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit), maintainer Notes: svn path=/head/; revision=118512
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* - SIZE'ifyKirill Ponomarev2004-03-181-0/+1
| | | | | | | | PR: ports/64409 Submitted by: maintainer Notes: svn path=/head/; revision=104422
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Patch to use DOCSDIR and DATADIRYen-Ming Lee2003-06-302-34/+35
| | | | | | | | | PR: 53898 Noticed by: Jimmy Olgeni <olgeni@FreeBSD.org> Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=83877
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Allow UAE to build with gcc3.x.Martin Blapp2003-02-244-22/+31
| | | | | | | | | | Respect CFLAGS, use AUTOCONF. PR: 46644 Submitted by: Keith Jones <freebsd.dev@blueyonder.co.uk> Notes: svn path=/head/; revision=76429
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Build under -current againPatrick Li2002-11-241-0/+1
| | | | | | | | PR: ports/42779 Submitted by: maintainer Notes: svn path=/head/; revision=71033
* PERL -> REINPLACEOliver Braun2002-10-271-1/+2
| | | | | | | | PR: 44522 Submitted by: maintainer Notes: svn path=/head/; revision=68919