aboutsummaryrefslogtreecommitdiff
path: root/emulators/uae
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-1/+2
| | | | | | | | PR: 42199 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65306
* Update to version 0.8.22Kevin Lo2002-08-302-3/+2
| | | | | | | | PR: 42170 Submitted by: MAINTAINER Notes: svn path=/head/; revision=65263
* Enable threading, enable the GUI.Anders Nordby2002-04-201-1/+9
| | | | | | | | PR: 36848 Submitted by: maintainer Notes: svn path=/head/; revision=57932
* Update to 0.8.21Patrick Li2002-03-092-2/+2
| | | | | | | | PR: 35685 Submitted by: maintainer Notes: svn path=/head/; revision=55750
* Update to 0.8.20Patrick Li2002-01-222-4/+3
| | | | | | | | PR: 34127 Submitted by: maintainer Notes: svn path=/head/; revision=53527
* Update to 0.8.18David W. Chapman Jr.2001-11-243-20/+37
| | | | | | | | PR: 32211 Submitted by: maintainer Notes: svn path=/head/; revision=50440
* Add the rest of the patchChris D. Faulhaber2000-09-191-0/+9
| | | | | | | | PR: 21398 Submitted by: Maintainer Notes: svn path=/head/; revision=32847
* Bump PORTREVISION after last commitChris D. Faulhaber2000-09-171-0/+1
| | | | Notes: svn path=/head/; revision=32759
* Add patch to allow configure to find the threads libraryChris D. Faulhaber2000-09-171-0/+11
| | | | | | | | PR: 21267 Submitted by: Maintainer Notes: svn path=/head/; revision=32758
* Update to version 0.8.15Kevin Lo2000-09-092-3/+3
| | | | | | | | PR: 21110 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32456
* New port: uaeSADA Kenji2000-09-065-0/+52
This is a port for UAE, the Universal Amiga Emulator. PR: ports/18809 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=32335