aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcsxr
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-6/+0
| | | | Notes: svn path=/head/; revision=370757
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Chase library dependencies after libcdio <-> libcdio-paranoia splitTilman Keskinoz2014-08-091-1/+1
| | | | | | | PR: 192271 Notes: svn path=/head/; revision=364423
* Switch to USES=libtoolGanael LAPLANCHE2014-05-162-17/+3
| | | | Notes: svn path=/head/; revision=354215
* Switch to USES=tar for my portsGanael LAPLANCHE2014-04-031-2/+1
| | | | Notes: svn path=/head/; revision=349973
* Convert my ports from using USE_DOS2UNIX to USES=dos2unixGanael LAPLANCHE2013-12-031-4/+3
| | | | Notes: svn path=/head/; revision=335549
* - Enable stagingGanael LAPLANCHE2013-11-152-21/+14
| | | | | | | | | | - Switch to new LIB_DEPENDS format - Strip shared libraries - Switch to new options format - Always stage documentation Notes: svn path=/head/; revision=333857
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* 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
* - Update to 1.9.94.r87113Ganael LAPLANCHE2013-09-137-16/+83
| | | | | | | | | | | - Remove useless dependency to libumem [1] - Adapt USES following recent changes PR: ports/181402 [1] Submitted by: David Demelier <demelier.david@gmail.com> [1] Notes: svn path=/head/; revision=327135
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-2/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-261-3/+3
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* - Update to svn rev. 84102Ganael LAPLANCHE2013-04-1912-43/+26
| | | | | | | | | - Use new Makefile header format Feature safe: yes Notes: svn path=/head/; revision=316088
* Update to 1.9.92.r81088Ganael LAPLANCHE2012-11-086-19/+26
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307160
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-0/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Update to 1.9.92.r78288Ganael LAPLANCHE2012-06-273-30/+3
| | | | Notes: svn path=/head/; revision=300088
* - Switch to OptionsNgGanael LAPLANCHE2012-06-151-5/+5
| | | | | | | - Un-version LIB_DEPENDS Notes: svn path=/head/; revision=299327
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.9.92.r76026Ganael LAPLANCHE2012-03-0913-226/+4
| | | | | | | | | | | - Remove dfbinimage2 plugin : - it is not maintained upstream - dfcdrom is maintained and can be used instead Feature safe: yes Notes: svn path=/head/; revision=293009
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-2/+2
| | | | Notes: svn path=/head/; revision=289416
* - Fix dfbinimage2 CD handling (program identification)Ganael LAPLANCHE2011-11-033-3/+26
| | | | | | | - Swap LICENSE and *DEPENDS to make portlint happy Notes: svn path=/head/; revision=284978
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Improve dfbinimage2 plugin CD handling (seeking, fix TOC parsing)Ganael LAPLANCHE2011-07-153-13/+7
| | | | Notes: svn path=/head/; revision=277748
* Update to 1.9.92.r68256Ganael LAPLANCHE2011-07-0110-67/+67
| | | | Notes: svn path=/head/; revision=276776
* - Fix build with clangGanael LAPLANCHE2011-06-241-1/+2
| | | | | | | - Remove useless CPPFLAGS in CONFIGURE_ENV Notes: svn path=/head/; revision=276186
* - Update to 1.9.92.r62569 (SVN rev. 62569)Ganael LAPLANCHE2011-01-3117-151/+260
| | | | | | | | | | | | - Add a LOCAL mirror - Use REINPLACE_CMD instead of SED - Cleanup Makefile (wrap long lines, remove useless comments) Approved by: ehaupt (mentor) Feature safe: yes Notes: svn path=/head/; revision=268467
* Add a DOS2UNIX_REGEX to prevent corruption of embedded data filesGanael LAPLANCHE2011-01-202-3/+3
| | | | | | | | Feature safe: yes Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=268037
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Add missing LICENSEGanael LAPLANCHE2010-11-161-1/+3
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=264642
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Update MAINTAINER address for my portsGanael LAPLANCHE2010-09-271-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=261943
* 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 MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-2/+2
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* Add pcsxr 1.9.91, playstation (PSX) emulator.Li-Wen Hsu2010-08-2224-0/+590
PR: ports/147849 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com> Notes: svn path=/head/; revision=259739