aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign to the heap, on maintainer's requestFrederic Culot2016-03-301-1/+1
| | | | Notes: svn path=/head/; revision=412175
* - Update to upstream version 2.6.7Thomas Zander2015-01-314-17/+34
| | | | | | | | | | - New maintainer: Anton Törnqvist (antont@inbox.lv) PR: 197069 Submitted by: antont@inbox.lv (maintainer) Notes: svn path=/head/; revision=378194
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+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
* Cleanup plistAntoine Brodin2014-11-131-2/+2
| | | | Notes: svn path=/head/; revision=372523
* Clean up plistBaptiste Daroussin2014-10-271-4/+0
| | | | Notes: svn path=/head/; revision=371563
* - Update to 2.6.5Martin Wilke2014-06-185-161/+135
| | | | | | | PR: 190897 Notes: svn path=/head/; revision=358221
* - Add USES=libtoolDmitry Marakasov2014-06-031-2/+5
| | | | | | | - Strip binaries Notes: svn path=/head/; revision=356267
* - Add stage supportDanilo Egea Gondolfo2013-12-142-258/+84
| | | | | | | | - Convert a lot of "if's" to options helpers - Convert LIB_DEPENDS to new syntax Notes: svn path=/head/; revision=336418
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 2.6.2Martin Wilke2013-05-292-10/+13
| | | | | | | | PR: 179055 Submitted by: Ports Fury Notes: svn path=/head/; revision=319346
* - Fix options entriesMartin Wilke2013-05-161-22/+43
| | | | | | | | PR: 178586 Submitted by: Ports Fury Notes: svn path=/head/; revision=318290
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Update to 2.6.1Martin Wilke2013-04-262-16/+20
| | | | | | | | PR: 178035 Submitted by: Ports Fury Notes: svn path=/head/; revision=316582
* Convert SINGLE to RADIO optionBaptiste Daroussin2012-12-111-3/+3
| | | | | | | Remove unused DEBUGGER_X86 option Notes: svn path=/head/; revision=308686
* - Replace usage of !${PORT_OPTIONS:MFOO} with empty(PORT_OPTIONS:MFOO)Guido Falsi2012-11-011-1/+1
| | | | | | | | | I did not notice this before the previous commit. Feature safe: yes Notes: svn path=/head/; revision=306797
* - Update to 2.6Guido Falsi2012-11-013-34/+50
| | | | | | | | | | | | | - Remove ABI version numbers from LIB_DEPENDS - Fix echoes in pre-everything target - Trim Makefile headers PR: ports/171992 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306793
* Convert to new options framework.Guido Falsi2012-06-081-116/+122
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=298752
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+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 to 2.5.1Martin Wilke2012-01-284-60/+50
| | | | | | | | PR: 164156 Submitted by: Ports Fury Notes: svn path=/head/; revision=289969
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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
* Add dependency on alsa-lib. Port picks it up with configure if installedTilman Keskinoz2011-08-071-2/+5
| | | | | | | | | | Fix mispelled option MISALIGNED PR: 159340 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=279126
* - Update to 1.4.6Martin Wilke2011-06-252-15/+28
| | | | | | | | PR: 155826 Submitted by: Ports Fury Notes: svn path=/head/; revision=276302
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 2.4.5Martin Wilke2010-07-152-127/+13
| | | | | | | | PR: 148551 Submitted by: Port Fury Notes: svn path=/head/; revision=257776
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 2.4Martin Wilke2009-05-233-31/+259
| | | | | | | | PR: 134625 Submitted by: Ports Fury Notes: svn path=/head/; revision=234442
* - Add option to enable ACPI emulationPietro Cerutti2008-09-241-1/+6
| | | | | | | | PR: 127606 Submitted by: Andriy Gapon <avg@icyb.net.ua> Notes: svn path=/head/; revision=220673
* - Fix build with SDLPav Lucistnik2008-09-051-1/+1
| | | | | | | | PR: ports/127082 Reported by: Edward Sanford Sutton, III Notes: svn path=/head/; revision=219903
* - Update to version 2.3.7Li-Wen Hsu2008-06-153-15/+26
| | | | | | | | PR: ports/124586 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=214870
* - 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
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 2.3.6Martin Matuska2007-12-302-9/+26
| | | | | | | - Add new features to OPTIONS Notes: svn path=/head/; revision=204708
* - Update to 2.3.5Martin Wilke2007-12-143-11/+10
| | | | | | | | PR: 118607 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=203677
* - 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
* - If you use ne2k driver for FreeBSD, bochs will not receive incoming packetsPav Lucistnik2006-11-192-0/+18
| | | | | | | | | | | until the buffer specified by bochs is full (2048). Enable immediate mode to solve this. PR: ports/105580 Submitted by: Thinker <thinker@branda.to> Notes: svn path=/head/; revision=177583
* - Use SF macro in MASTER_SITES.Alejandro Pulver2006-10-316-175/+198
| | | | | | | - Add more OPTIONS and knobs. Notes: svn path=/head/; revision=175909
* - Update to 2.3Rong-En Fan2006-09-265-50/+16
| | | | | | | | PR: ports/103635 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=173888
* Enable --port-e9-hack optionVolker Stolz2006-05-171-0/+9
| | | | | | | | PR: ports/95057 Submitted by: Matthieu Michaud Notes: svn path=/head/; revision=162650
* Use SUB_FILES instead of pre-patch commands.Sam Lawrance2006-05-143-9/+9
| | | | | | | | PR: port/97217 Submitted by: Ports Fury Notes: svn path=/head/; revision=162306
* - Fix build on 4.xMarcus Alves Grando2006-03-182-7/+9
| | | | | | | | | | - Minor reoganize in Makefile PR: 94596 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> Notes: svn path=/head/; revision=157535
* - Update to 2.2.6Pav Lucistnik2006-03-165-34/+52
| | | | | | | | | | | - Change flag to enable/disable SMP instead of obsolete method of specifying the number of CPU's PR: ports/94533 Submitted by: Sean Farley <sean-freebsd@farley.org> Notes: svn path=/head/; revision=157453
* Replace the dangerous .error with IGNORE.Mark Linimon2006-01-271-2/+2
| | | | Notes: svn path=/head/; revision=154573
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149315
* Update to 2.2.1Sam Lawrance2005-11-153-6/+5
| | | | | | | | PR: ports/89067 Submitted by: Jan Rochel <jannisan@t-online.de> Notes: svn path=/head/; revision=148372
* - update to 2.2Dirk Meyer2005-06-235-35/+20
| | | | Notes: svn path=/head/; revision=137941
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build with gcc-3.4Kirill Ponomarev2004-08-281-0/+11
| | | | | | | | PR: ports/71055 Submitted by: Ports Fury Notes: svn path=/head/; revision=117480