aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-5/+5
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* 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
* - Fix panic at unload of vboxnetadpBernhard Froehlich2012-07-252-7/+7
| | | | | | | | | | | - Bump PORTREVISION PR: ports/169565 Submitted by: Thomas Eberhardt <sneakywumpus@googlemail.com> Obtained from: virtualbox r41199 Notes: svn path=/head/; revision=301528
* - Follow vm_contig_grow_cache() renaming to vm_pageout_grow_cache() in r238561Bernhard Froehlich2012-07-251-3/+3
| | | | | | | | | PR: ports/170056 Submitted by: Garrett Cooper <yanegomi@gmail.com> Thanks to: alc, avg Notes: svn path=/head/; revision=301527
* Fix typos in COMMENTCarlo Strub2012-07-253-3/+3
| | | | Notes: svn path=/head/; revision=301510
* - pkg-{descr,message} cosmetic changes.Jun Kuriyama2012-07-203-6/+9
| | | | | | | | | | - Don't do multiple (needless) copy of sys/* sources [1] PR: ports/168512 [1] Submitted by: Yasuhito FUTATSUKI <futatuki@bsdclub.org> [1] Notes: svn path=/head/; revision=301226
* - Update to 1.1.1, announce message is here:Juergen Lock2012-07-196-14/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html - Rename CLANG workaround knob to CLANG_HACK to avoid it being inadvertently triggered by WITH_CLANG in make.conf etc. - Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the 1.1.1 distfile is in fact compressed with gzip not bzip2 despite the extension. - Add preliminary arm-bsd-user support, this still will only run very simple executables like a static echo (the same as the rest of the bsd-user targets) due to lots of syscall handling still missing. Help welcome there! :) This work was started by bapt and cognet, I fixed syscall arg passing (only the first four are passed in registers, the rest on the stack) as well as errno and carry handling at syscall return among other things and cleaned up cognet's version a bit. (The OpenBSD case is untested and probably wrong.) [1] Some notes in this post: http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html Submitted by: cognet [1] (initial version of the patch) Notes: svn path=/head/; revision=301189
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-195-4/+5
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Update to version 0.31Armin Pirkovitsch2012-07-192-12/+21
| | | | | | | | | PR: ports/169412 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301167
* - Update to version 1.6.1Armin Pirkovitsch2012-07-194-13/+18
| | | | | | | | | | | - Update WWW: line PR: ports/169411 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301166
* Update to Wine 1.5.9. This includes the following changes:Gerald Pfeifer2012-07-172-11/+11
| | | | | | | | | | | | - Support for GPOS font tables in Uniscribe. - Support for XRandr 1.2 and 1.3. - Parser improvements for the HLSL compiler. - Various bug fixes. Remove ABI version numbers for all library dependencies. Notes: svn path=/head/; revision=301049
* - Update to 20120710Gabor Kovesdan2012-07-162-5/+5
| | | | Notes: svn path=/head/; revision=300933
* Adapt to the new options framework.Gerald Pfeifer2012-07-141-18/+15
| | | | | | | Reviewed by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=300888
* Addport: emulators/vtoolbox Provides effective control of virtual machines ↵Michael Scheidell2012-07-139-0/+148
| | | | | | | | | | | | | | | of VirtualBox icon-external-link.png (virtualization solution) on a FreeBSD headless server, published as free and open source software. WWW: http://vboxtool.sourceforge.net PR: ports/169211 Submitted by: pjm Notes: svn path=/head/; revision=300839
* - Update to 1.6Alex Kozlov2012-07-122-3/+3
| | | | | | | | PR: ports/169746 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=300802
* Update to Wine 1.5.8. This includes the following changes:Gerald Pfeifer2012-07-082-3/+3
| | | | | | | | | | | | - More stream functionality in the C++ runtime. - A number of Windows Codecs improvements. - More WBEM classes and properties. - Some HTML Help fixes. - Support for printing fake italic fonts. - Various bug fixes. Notes: svn path=/head/; revision=300618
* Add USE_CSTD=gnu89 to fix linking when building with clangPawel Pekala2012-07-051-0/+1
| | | | Notes: svn path=/head/; revision=300524
* Unconditionally prevent the detection of libinotify which currentlyGerald Pfeifer2012-07-031-0/+12
| | | | | | | | | | fails the build on FreeBSD. PR: 168617 Reported by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=300457
* - Remove unneeded wrapper from ${PREFIX}/binAlex Kozlov2012-07-032-7/+6
| | | | | | | | | PR: ports/169489 Submitted by: Adrian Holota <holotaa@iem.pw.edu.pl> Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) Notes: svn path=/head/; revision=300446
* Imagine this nightmare scenario: your boss tells you about a legacy system youSteven Kreuzer2012-07-035-0/+40
| | | | | | | | | | | have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded 6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502 emulator that works so well the squirrels will never know the difference. WWW: http://search.cpan.org/dist/Acme-6502/ Notes: svn path=/head/; revision=300440
* Add SF to master sites.Akinori MUSHA2012-07-023-0/+3
| | | | | | | | PR: ports/167514 Approved by: maintainer timeout Notes: svn path=/head/; revision=300357
* - revert previous commit, index breakageJason Helfman2012-07-011-5/+5
| | | | | | | PR: ports/169224 Notes: svn path=/head/; revision=300353
* - revert previous commit, index breakageJason Helfman2012-07-011-5/+5
| | | | | | | | PR: ports/169223 VS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=300352
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-5/+5
| | | | | | | | | | | - pet portlint on placement of LICENSE PR: ports/169224 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300350
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-5/+5
| | | | | | | | | | | - pet portlint on placement of LICENSE PR: ports/169223 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300349
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-2/+2
| | | | | | | | | PR: ports/169213 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300342
* Fix build with clangPawel Pekala2012-07-011-0/+11
| | | | Notes: svn path=/head/; revision=300335
* - Fix build with clangPawel Pekala2012-07-012-2/+6
| | | | | | | - Switch to PLIST_FILES for plist Notes: svn path=/head/; revision=300327
* - Update to 4.1.18 [1]Bernhard Froehlich2012-06-307-60/+68
| | | | | | | | | | | - Convert to OptionsNG [2] - Install DEBUG symbols for kernel modules [1] Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] bapt@ [2] Notes: svn path=/head/; revision=300242
* - Try againSteve Wills2012-06-294-7/+56
| | | | Notes: svn path=/head/; revision=300188
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-3/+3
| | | | Notes: svn path=/head/; revision=300176
* - Update to 20120626Gabor Kovesdan2012-06-284-11705/+1983
| | | | Notes: svn path=/head/; revision=300151
* - Replace ALL_TARGETS knob by two new knobs, BSD_USER and X86_TARGETSJuergen Lock2012-06-272-30/+60
| | | | | | | | | | to allow only building x86 targets again. - Add knob to enable the clang workaround, this is a knob to make sure users read about the disadvantages. (result is slow and less stable) - No PORTREVISION bump as the default installed bits don't change. Notes: svn path=/head/; revision=300105
* Update to 1.9.92.r78288Ganael LAPLANCHE2012-06-273-30/+3
| | | | Notes: svn path=/head/; revision=300088
* Make sure DOCS, NLS, and EXAMPLES are mentioned in OPTIONS_DEFINE if used.Rene Ladan2012-06-262-2/+2
| | | | Notes: svn path=/head/; revision=300038
* - Restore src packages distinfo, inadvertently swept by my previous commitPietro Cerutti2012-06-261-0/+68
| | | | | | | Reported by: bsam@ Notes: svn path=/head/; revision=300004
* - Add gamin to linux_base (required by libgiofam, already part of the port)Pietro Cerutti2012-06-263-67/+37
| | | | | | | | | | - Bump PORTREVISION Reviewed by: emulation (netchild@) Approved by: emulation (netchild@) Notes: svn path=/head/; revision=299992
* Add kld to CATEGORIES.Hiroki Sato2012-06-251-1/+1
| | | | | | | | Submitted by: Masaki TAGAWA PR: ports/169368 Notes: svn path=/head/; revision=299939
* - Update to 0.8.2Sofian Brabez2012-06-257-116/+58
| | | | | | | | | | | - Convert to OptionsNG - Remove non needed patches PR: ports/167339 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Notes: svn path=/head/; revision=299938
* - Convert to optionsNGAlex Kozlov2012-06-251-7/+9
| | | | | | | | | | - Pet portlint - Remove pkg-plist from security/dropbear Approved by: eadler (mentor) Notes: svn path=/head/; revision=299928
* Update to Wine 1.5.7. This includes the following changes:Gerald Pfeifer2012-06-232-3/+3
| | | | | | | | | | | | | - New version of the Gecko engine based on Firefox 13. - Dynamic device support with UDisks2. - More stream classes implemented in the C++ runtime. - Support for metadata in TIFF files. - Fleshed out WBEM implementation. - Improved support for printer paper sizes. - Various bug fixes. Notes: svn path=/head/; revision=299817
* Fix RUN_DEPENDS.Wesley Shields2012-06-225-100/+62
| | | | | | | | | | | Add LICENSE. Switch to PLIST_FILES. PR: ports/168937 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) Notes: svn path=/head/; revision=299754
* - Fix build after texi2html grew a new arg so -number became ambigious. [1]Juergen Lock2012-06-192-9/+18
| | | | | | | | | | - Remove double quotes from *_DESC now that make showconfig no longer needs them. Submitted by: pointyhat via linimon and pav [1] Notes: svn path=/head/; revision=299641
* Update to Wine 1.5.6. This includes the following changes:Gerald Pfeifer2012-06-173-4/+5
| | | | | | | | | | | | | - Control panel applet for joysticks. - Device bitmap rendering now done through the DIB engine. - Support for video rendering through DirectX (VMR-9). - First steps towards a D3D shader compiler. - Various bug fixes. Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=299525
* revert the logic of docs optionBaptiste Daroussin2012-06-171-1/+1
| | | | | | | Reported by: pointyhat (linimon) Notes: svn path=/head/; revision=299524
* - Update to version 0.146Sylvio Cesar Teixeira2012-06-173-26/+27
| | | | | | | | PR: ports/168998 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299507
* - Update to version 0.36Sylvio Cesar Teixeira2012-06-173-5/+94
| | | | | | | | PR: ports/169000 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299501
* - Update to version 0.146Sylvio Cesar Teixeira2012-06-173-21/+54
| | | | | | | | PR: ports/168999 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299492
* Remove double quotes from OPTIONng *_DESC now that make showconfigJuergen Lock2012-06-161-12/+12
| | | | | | | no longer needs them. Notes: svn path=/head/; revision=299410
* Update to the stable Wine 1.4.1 release. This includesGerald Pfeifer2012-06-162-4/+3
| | | | | | | | - Translation updates. - Various bug fixes. Notes: svn path=/head/; revision=299381