aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice
Commit message (Collapse)AuthorAgeFilesLines
* - use STAGEDIRDirk Meyer2013-12-052-47/+78
| | | | | | | | - use OPTIONS_DEFINE - new option PLUSE Notes: svn path=/head/; revision=335674
* - fix option WITHOUT_NLSDirk Meyer2013-10-041-2/+2
| | | | | | | fix bug introduced by USES= iconv Notes: svn path=/head/; revision=329281
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-5/+3
| | | | Notes: svn path=/head/; revision=327804
* 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
* 1. Introduce using iconv with arguments:Boris Samorodov2013-09-021-3/+2
| | | | | | | | | | | | | | | | | | | | . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325937
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-261-14/+10
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* Convert e* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316337
* - Fix plistMartin Wilke2013-04-022-0/+4
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=315668
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* Get rid of XAWVER option in bsd.port.mk it does not need to be specified ↵Baptiste Daroussin2013-03-091-1/+1
| | | | | | | there also remove a useless global XAWVER PLIST_SUB Notes: svn path=/head/; revision=313760
* - update to 2.4Dirk Meyer2012-12-093-20/+60
| | | | Notes: svn path=/head/; revision=308572
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - 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
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - 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
* - fix MASTER_SITESDirk Meyer2011-08-061-2/+1
| | | | Notes: svn path=/head/; revision=279046
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-0/+1
| | | | Notes: svn path=/head/; revision=276239
* - drop OPTION WITH_LIBUSBDirk Meyer2011-04-071-4/+0
| | | | | | | PR: 156144 Notes: svn path=/head/; revision=272321
* - forced commit to remove CRLFDirk Meyer2011-04-061-8/+8
| | | | Notes: svn path=/head/; revision=272308
* - update to 2.3Dirk Meyer2011-04-026-57/+40
| | | | Notes: svn path=/head/; revision=272129
* - fix build for pointyhat onlyDirk Meyer2011-01-101-0/+1
| | | | Notes: svn path=/head/; revision=267608
* - fix package with NLSDirk Meyer2011-01-071-1/+10
| | | | | | | | PR: 153730 Reported by: Barbara Notes: svn path=/head/; revision=267481
* - fix coredumps by building without gettextlibDirk Meyer2011-01-061-1/+1
| | | | | | | PR: 151207 Notes: svn path=/head/; revision=267452
* - add missing dependeciesDirk Meyer2011-01-043-3/+33
| | | | | | | | | | - support libgif - add option VICE_WITH_ASOUND - use sdlsound as default PR: 151207 Notes: svn path=/head/; revision=267363
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+1
| | | | Notes: svn path=/head/; revision=255719
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - fix option WITH_NLSDirk Meyer2009-12-261-0/+2
| | | | | | | reported by: QAT Notes: svn path=/head/; revision=246695
* - update to 2.2Dirk Meyer2009-12-257-69/+51
| | | | Notes: svn path=/head/; revision=246617
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - add LICENSE:Dirk Meyer2009-02-151-0/+2
| | | | Notes: svn path=/head/; revision=228419
* - update to 2.1Dirk Meyer2008-12-203-79/+23
| | | | Notes: svn path=/head/; revision=224506
* - update to 2.0Dirk Meyer2008-07-293-8/+30
| | | | | | | PR: 122093 Notes: svn path=/head/; revision=217802
* 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
* - use gtk20 and make it defaultDirk Meyer2008-05-041-1/+3
| | | | | | | | | | | - drop option VICE_WITH_GNOME - new option VICE_WITHOUT_GNOME for lite package, will build with Xaw (not3d) - new option VICE_WITH_XAW3D for classic package, will build with Xaw3d Notes: svn path=/head/; revision=212598
* - use gtk20 and make it defaultDirk Meyer2008-05-041-7/+13
| | | | | | | | | | | - drop option VICE_WITH_GNOME - new option VICE_WITHOUT_GNOME for lite package, will build with Xaw (not3d) - new option VICE_WITH_XAW3D for classic package, will build with Xaw3d Notes: svn path=/head/; revision=212597
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+0
| | | | | | | | | | | | | | | | | | - 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
* - clean X11BASEDirk Meyer2008-03-291-2/+2
| | | | Notes: svn path=/head/; revision=210064
* - set USE_XORGDirk Meyer2008-03-171-3/+5
| | | | | | | - drop X_CLIENTS_PORT Notes: svn path=/head/; revision=209239
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+0
| | | | Notes: svn path=/head/; revision=200771
* - update to 1.22Dirk Meyer2007-08-149-103/+35
| | | | Notes: svn path=/head/; revision=197688
* - fix display problems with xorg7Dirk Meyer2007-06-122-1/+23
| | | | | | | | PR: 113617 Obtained from: debian Notes: svn path=/head/; revision=193329
* - 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
* - add locale/huDirk Meyer2007-03-171-0/+1
| | | | Notes: svn path=/head/; revision=187564
* - update to 1.21Dirk Meyer2007-03-135-13/+14
| | | | Notes: svn path=/head/; revision=187314
* - Add support for joysticksDirk Meyer2007-03-044-1/+34
| | | | | | | | PR: 109438, 108504 Submitted by: Dwayne MacKinnon Notes: svn path=/head/; revision=186476
* - Remove support for xfree86-3Pav Lucistnik2007-02-021-4/+1
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965