aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.9.2acm2013-10-023-42/+43
|
* - Fix build on 10.x [1]ak2013-10-012-6/+6
| | | | | | - Support STAGEDIR Reported by: pkg-fallout [1]
* - Set USE_GCC= any for now when building all targets as clang seemsnox2013-10-011-1/+5
| | | | | | | | | | | to build a broken mips-softmmu target. Some info is here - feel free to debug :) http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt - Bump PORTREVISION. Submitted by: sbruno
* Update wine-gecko to version 2.24, based on Firefox 24. [1]gerald2013-09-305-7/+11
| | | | | | | | | Update wine-devel to Wine 1.7.3. This includes the following changes: - New version of the Gecko engine based on Firefox 24. - Preparation work for the Direct3D command stream. - Various bug fixes. Approved by: dbn (maintainer, pre-approved)
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-303-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* - Add "Created by" line to headerdanilo2013-09-291-5/+5
| | | | | | | - Change maintainer email to @FreeBSD.org - Add stage support Approved by: culot (mentor)
* Add staging supportrene2013-09-272-6/+4
|
* Add staging supportrene2013-09-272-9/+19
|
* - Add stage supportrene2013-09-272-6/+4
| | | | - Place the post-install: target outside of the corresponding .if block
* (Attempt to) fix build on i386 with gcc46 and -Werror.nox2013-09-272-0/+30
| | | | Submitted by: beefy1 via pkg-fallout
* Also use new LIB_DEPENDS syntax in non-default cases...rene2013-09-241-1/+1
|
* Let my ports pass 'make check-sanity' by using modern LIB_DEPENDSrene2013-09-243-9/+9
|
* Give back to the pool upon maintainer's request.lme2013-09-221-1/+1
|
* - Fix calls of vm_map_find() after r255426 broke it and addeddecke2013-09-226-0/+192
| | | | | | | | | a mmap flag. PR: ports/181971, ports/182121 Submitted by: Lawrence Stewart <lstewart@FreeBSD.org>, Dan McGregor <dan.mcgregor@usask.ca>
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-214-8/+8
|
* Update emulators/i386-wine-devel to 1.7.2 (for amd64).dbn2013-09-212-5/+5
| | | | | These was some difficulty building 1.7.1 under i386 so that was not updated.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21190-296/+250
| | | | emulators)
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-205-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
* - Update to 2.16ak2013-09-202-9/+6
| | | | - Convert Makefile headers to new style
* - Update to 0.40bdrewery2013-09-202-3/+3
| | | | Reported by: portscout
* Add a explicit dependency on pkgconfbapt2013-09-181-1/+1
|
* Fix distinfo for emulators/i386-wine.dbn2013-09-171-2/+2
| | | | | | | The distfile info for FreeBSD 8.3+ had been replaced with a duplicate entry for th distfiles infor for FreeBSD 9.1+, this has been corrected. Reported by: pkg-fallout
* Convert to new perl frameworkbapt2013-09-172-4/+4
| | | | Convert USE_GMAKE to USES
* Update to Wine 1.7.2. This includes the following changes:gerald2013-09-163-3/+15
| | | | | | | | - Right-to-left text layout improvements. - NTLM and Negotiate authentication for RPC over HTTP. - More glyphs in the built-in Wingdings font. - Activation context improvements. - Various bug fixes.
* - Update to 1.9.94.r87113martymac2013-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]
* Add explicit dependency on pkgconf (10 ports)marino2013-09-131-2/+1
| | | | Approved by: portmgr (bapt, implicit)
* - Revert VNC IPv6 patch because it causes an incompatibility.decke2013-09-132-15/+1
| | | | | | | | | Per default the VNC ports are stored in "TCP/Ports" but with that change "VNCAddress4", "VNCPort4", "VNCAddress6" and "VNCPort6" are used which breaks phpvirtualbox and also confused VBoxManage/VBoxHeadless. Reported by: VVD
* Add explicit dependency on pkgconf (11 ports)marino2013-09-121-1/+1
|
* Add explicit dependency on pkgconf (27 ports)marino2013-09-122-2/+2
|
* - convert to the new perl5 frameworkaz2013-09-121-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Add an explicit dependency on pkgconfantoine2013-09-121-6/+2
| | | | Approved by: portmgr (bapt)
* Fix build on head after iconv change.madpilot2013-09-111-0/+5
| | | | | Reported by: Walter Hurry <walterhurry@gmail.com> Approved by: portmgr (bapt, implicit)
* Add an explicit dependency on pkgconfantoine2013-09-102-5/+3
| | | | Approved by: portmgr (bapt)
* - Update to 4.2.18decke2013-09-086-12/+11
| | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
* Fix build on head after iconv change.madpilot2013-09-061-0/+3
| | | | Approved by: portmgr (bapt, implicit)
* Add explicit iconv dependency. The port requires variable ICONV_LIBdecke2013-09-061-1/+1
| | | | | | | | defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org>
* Add explicit iconv dependency. The port requires variable ICONV_LIBmadpilot2013-09-061-1/+1
| | | | | | | | | defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org> Approved by: portmgr (bapt, implicit)
* - Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1]nox2013-09-062-0/+49
| | | | | | | | | | | | | http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html See also gonzo's blog post: http://kernelnomicon.org/?p=401 - Bump PORTREVISION. Submitted by: gonzo (via irc) [1] Obtained from: qemu upstream [1]
* Add an explicit dependency on pkgconfbapt2013-09-051-2/+1
|
* Fix build with clangbapt2013-09-052-7/+13
| | | | Submitted by: dim
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-1/+4
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-032-0/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* - Unbreak parallel (-jX) builds by calling sub-makes correctly (via -C)danfe2013-09-031-4/+8
| | | | | | - Drop leading indefinite article from the COMMENT line - Use new, more robust syntax for LIB_DEPENDS (available since r322328) - Sort the knobs, remove no longer required (and deprecated) USE_GMAKE
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-032-2/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Two imake related changes:tijl2013-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* 1. Introduce using iconv with arguments:bsam2013-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)
* Eliminate USE_GNOME=pkgconfigbapt2013-09-021-4/+2
| | | | | | | While here: Convert to USES=perl5 Convert to USES=desktop-file-utils Convert to USES=gmake
* Update to Wine 1.7.1. This includes the following changes:gerald2013-08-313-3/+15
| | | | | | | | | - Support for keyed event objects. - Support for the "init once" synchronization mechanism. - Activation context support for DLLs, typelibs, and COM classes. - Support for loading 32-bit typelibs on 64-bit. - Some fixes for serial port devices. - Various bug fixes.
* Add an explicit dependency on pkgconfbapt2013-08-311-6/+2
| | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldbdrewery2013-08-291-2/+2
| | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
* Make sure the build respect CC, and while here enforce gcc as a compiler as ↵bapt2013-08-281-3/+3
| | | | clang is blowing up when trying to build this port.
* Remove expired ports:rene2013-08-289-204/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
* - Install an icon and use it in a desktop fileamdmi32013-08-271-3/+4
| | | | | | PR: 181499 Submitted by: myself Approved by: Tom Carrick <knyght@gmail.com> (maintainer)
* emulators/spim: fix packagewg2013-08-231-0/+1
| | | | | | - Fix package, man files are not compressed Reported by: pointyhat
* - Update to 1.6.0 - announce message is here:nox2013-08-2133-23333/+8
| | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg02245.html - Remove bsd-user support as sson's patches no longer apply, you can still use his (older) git tree or my port of it on redports as described here: https://wiki.freebsd.org/QemuUserModeHowTo
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-185-5/+5
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-1522-22/+0
| | | | Approved by: portmgr (bdrewery)
* Add back i386-wine/Makefile (wouldn't commit otherwise).dbn2013-08-121-0/+16
| | | | | | | | Subversion and pre-commit hooks are not cooperating in the changes required for i386-wine(-devel). For the historians: This file is a copy of i386-wine-devel/Makefile as at version 321106.
* Add emulators/i386-wine.dbn2013-08-1210-0/+2466
| | | | | | With the introducation of binary packages for i386-wine-devel the port itself is largely complete (although there are still problems with 3D acceleration, both with and without nVidia).
* Fix emulators/i386-wine-devel when installing on -current.dbn2013-08-123-7/+8
| | | | | | | | | Correct version detection to complain when installing outside the supported range (8.3+ and 9.1+). Also, exclude ldconfig data from pkg-plist. Reported by: Sergey V. Dyatko
* Backport changes from emulators/wine-devel and add CONFLICTS_INSTALL.dbn2013-08-122-9/+19
| | | | | | | | | | The backported changes allow the i386-wine(-devel) ports to install wine in such a manor that it can run on FreeBSD/amd64. The CONFLICTS_INSTALL conflict with the i386-wine packages and the correct stable/devel packages (including the upcoming stable wine). Approved by: gerald@ (implicit)
* Update emulators/i386-wine-devel options with GECKO and MONO.dbn2013-08-112-3/+17
| | | | | | | | | | The binary package for amd64 systems does not bundle GECKO or MONO however it is useful (for some) to have those files installed, so allow the package to have a run-time dependency on the ports that provide Gecko and Mono support. PORTREVISION is not bumped since nothing changes in the default (BATCH) case.
* Enable packaging of emulators/i386-wine-devel on amd64 (part 2/2).dbn2013-08-101-86/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES ------- Provide two ports, in one. When compiling on i386 the port behaves as a slave port of wine-devel, creating a package suitable for installation on amd64. No change here When compiling on amd64 the port manually installs the provided amd64 packages (see wiki.FreeBSD.org/i386-Wine for those packages) and thus allowing the packages to be "build" using the FreeBSD infrastructure, and critically, to appear in the standard package set without requiring users to manually add these packages to their systems. DESIGN ------ The bootstrapping (for choosing between i386 and amd64 Makefiles) was done manually as Makefile.i386 is a slave port while Makefile.inc (for amd64) is a master port. This situation does not work in the current infrastructure thus requiring a manual bootstrap. PRECEDENT --------- Although Ports does not support cross compiling of packages there is precedent in supplying binary packages for those situations where, otherwise, cross compiling is required. In support of taking this approach I site: - misc/compat?x ports - */linux-* ports
* Enable packaging of emulators/i386-wine-devel on amd64 (part 1/2).dbn2013-08-106-0/+2321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES ------- Provide two ports, in one. When compiling on i386 the port behaves as a slave port of wine-devel, creating a package suitable for installation on amd64. No change here When compiling on amd64 the port manually installs the provided amd64 packages (see wiki.FreeBSD.org/i386-Wine for those packages) and thus allowing the packages to be "build" using the FreeBSD infrastructure, and critically, to appear in the standard package set without requiring users to manually add these packages to their systems. DESIGN ------ The bootstrapping (for choosing between i386 and amd64 Makefiles) was done manually as Makefile.i386 is a slave port while Makefile.inc (for amd64) is a master port. This situation does not work in the current infrastructure thus requiring a manual bootstrap. PRECEDENT --------- Although Ports does not support cross compiling of packages there is precedent in supplying binary packages for those situations where, otherwise, cross compiling is required. In support of taking this approach I site: - misc/compat?x ports - */linux-* ports
* - update libdg to 2.1.0dinoex2013-08-091-0/+1
|
* Update to Wine 1.7.0, the new development branch of Wine after thegerald2013-08-053-4/+10
| | | | | | | | | | | | | Wine 1.6 release. This includes the following relevant changes: - Support for vertical text in the Postscript driver. - Unicode data updated to Unicode 6.2.0. - Hyperlink controls supported in installers. - Improved support for XML attributes. - Various bug fixes. Also, we now use lcms2 instead of lcms.
* - Convert to new perl frameworkmat2013-08-031-1/+1
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-032-4/+2
| | | | - Trim Makefile header
* - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]nox2013-08-032-2/+4
| | | | | | | - Remove a double word in pkg-message. PR: ports/180997 [1] Submitted by: nwhitehorn
* - Unbreak the build, augment port description textdanfe2013-08-022-31/+34
| | | | | | | - Trim Makefile header, define LICENSE (GPLv2) - Remove not needed pthread-related hacks - Drop GNU_CONFIGURE implied by USE_AUTOTOOLS - Adopt OptionsNG and USES, cleanup Makefile a bit
* - Unbreak the build, convert USE_GMAKE, add missing OPTIONS_DEFINEdanfe2013-08-022-16/+10
| | | | - Respect CC, generally cleanup Makefile and port description
* Fix build with clang by forcing gnu89 standardbapt2013-07-311-0/+2
| | | | Fix build in head without gcc installed
* - Add PROFILING_DESC (should be part of r323888)danfe2013-07-303-3/+54
| | | | | - Unbreak the build on amd64 (and make it generally type safe) - Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it
* - Expand creator's name in the Makefile headerdanfe2013-07-296-54/+757
| | | | | | | | | | | | | - Fix the build on recent versions of FreeBSD (against Clang) - Add a patch from Gentoo to unbreak GTK+ program build - Fix potential buffer overflow (also obtained from Gentoo) - Convert to OptionsNG, utilize new option helpers - Drop WANT_GNOME and USE_GNOME, they are useless - Define LICENSE (GPLv2), remove COPYING from the docs - Make pkg-message word substitution actually work - Generally sanitize and cleanup the Makefile Reported by: pointyhat-west
* - Remove no-op MAKE_JOBS_SAFErene2013-07-291-2/+1
| | | | - Pet portlint
* Remove MAKE_JOBS_SAFE from all my ports.dbn2013-07-291-1/+0
| | | | Better to remove now, in one go, then forget about it.
* Update to 1.5.2 - announce message is here:nox2013-07-282-4/+3
| | | | https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
* - Fix CONFLICTS.hrs2013-07-272-9/+8
| | | | | - Style cleanups. - Take maintainership.
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+3
|
* Simplify path for extra-patches.nox2013-07-276-19/+19
| | | | | PR: ports/180817 Submitted by: pfg
* Move allegro-devel to allegro; 4.4 is hardly a devel version any more.crees2013-07-273-3/+3
| | | | | | | | | | | Minor fix required in emulators/o2em. Remove allegrogl, which is broken and included in allegro-4.4 anyway. Update allegro-devel to 5.0.7 [1] PR: ports/172981 [1] Submitted by: nemysis <nemysis@gmx.ch> [1]
* - Add missing USES=pkgconfig.nox2013-07-192-13/+13
| | | | | | - Rename GTK knob to GTK2. Submitted by: olgeni (via private email)
* - Unbreak build with clangmiwi2013-07-155-11/+98
| | | | | PR: 180511 Submitted by: ports fury
* - Update to 1.7.0miwi2013-07-153-12/+18
| | | | | PR: 180502 Submitted by: Ports Fury
* Fix bogus backquote that was giving portsmon fits.linimon2013-07-141-1/+1
|
* Mark as broken, dos not build:bapt2013-07-131-0/+2
| | | | | | | | | | | | file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)': file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:225: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)' file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:277: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)': file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:439: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)':
* Update to Wine 1.6 RC5. More bug fixes and translation work.gerald2013-07-132-3/+3
|
* - Bump PORTREVISION for ftp/curl shlib changesunpoet2013-07-121-1/+1
| | | | Notified by: Barbara <barbara.freebsd@gmail.com>
* - Update to 7.31.0sunpoet2013-07-124-3/+5
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Update emulators/mame to version 0.149miwi2013-07-1117-46/+420
| | | | | - Update emulators/mess to version 0.149 - Update emulators/qmc2 to version 0.39
* - Fix querying total and available RAM on i386decke2013-07-112-2/+3
| | | | Submitted by: Cy Schubert <cy@FreeBSD.org>
* uCON64 is the video game backup tool and emulator Swiss Army knife program.skreuzer2013-07-1012-0/+147
| | | | | | | | | | | | It supports almost every system (Consoles, Handheld, and Arcade) with very verbose ROM information, ROM and SRAM convertion to various backup tool formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT files, and more. WWW: http://ucon64.sourceforge.net/ PR: ports/177042 Submitted by: Nicole Reid <nicole@cooltrainer.org>
* Mark jobs unsafe and convert to USES=gmakebapt2013-07-101-1/+2
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-6/+5
| | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake
* - Add OPTIONS to enable internal debuggerlippe2013-07-091-0/+11
| | | | | | PR: ports/179924 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: Tom Carrick <knyght@gmail.com> (maintainer)
* Remove WITH_KDE3 knob which provided support for the expired KDE3.rene2013-07-081-4/+0
| | | | | | PR: ports/180279 Submitted by: myself Approved by: cyberbotx@cyberbotx.com (maintainer)
* - Update to 4.2.16decke2013-07-076-12/+11
| | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
* - Update to 1.5.1, announce message is here:nox2013-07-0710-615/+2625
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html - Simplify bsd-user ld script handling. [1] - Make STATIC_LINK work again. - Add GTK knob. - Neither graphical UI can be built static, set IGNORE in that case. - Properly fix AES_* link errors by #defining those functions as QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at least) by -lcurl. - Add back CURL knob in the process. - Fix "Warning: vlan %d is not connected to host network" when using pcap. - Switch to USES= gmake. - Note: I did not backport sson's latest bsd-user patches which he has now in a github tree based on qemu git head, tho I have a seperate port of that tree on redports: svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/ See also: https://wiki.freebsd.org/QemuUserModeHowTo Submitted by: emaste [1]
* Remove support for the expired QT3 port.novel2013-07-061-11/+0
| | | | | PR: 180277 Submitted by: rene
* Convert to USES=gmakerene2013-07-051-2/+1
| | | | Remove an empty OPTIONS_DEFAULT in lang/nbc
* Add -Wno-unused-parameter to silence excessive clang warnings.tijl2013-07-051-2/+3
|
* - Changing RAM for a VM was broken in the GUI because there was nodecke2013-07-033-0/+95
| | | | | | | implementation for FreeBSD that could calculate available RAM. PR: ports/180086 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
* Remove expired ports:rene2013-07-015-180/+0
| | | | | | | | | | | 2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream 2013-07-01 net/openldap23-server: Unmaintained by upstream 2013-07-01 net/openldap23-client: Unmaintained by upstream 2013-07-01 www/py-django13: Unsupported version 2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2 2013-07-01 comms/libticables: Superseded by comms/libticables2 2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2 2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
* Tilem:antoine2013-06-301-1/+3
| | | | | | - installs icons - installs .desktop file with MimeType - register mime types
* Update to Wine 1.6 RC4. This includes some further bug fixes.gerald2013-06-292-3/+3
|
* New USES imake to handle the dependency on imake.bapt2013-06-282-10/+4
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Bump portrevision - the binary has now changed.adrian2013-06-281-0/+1
|
* Enable LBA in GXEMUL.adrian2013-06-281-0/+32
| | | | | | | | | | | | FreeBSD-10's ATA code requires LBA to be used. There's no code in the ATA stack to send CHS commands to the hardware these days. * Enable it by default; * Turn print() into debug() Tested: * MALTA kernel on gxemul.
* Building gxemul conflicts with svgalib, so mark it as a conflict.adrian2013-06-281-0/+4
| | | | | | | svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with the vga.h in gxemul. Until that gets resolved, mark it as a conflict.
* Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,...nox2013-06-282-6/+12
|
* - Switch to new header style. [1]nox2013-06-264-279/+22
| | | | | | | | | | | | - Add LICENSE. [1] - Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1] - Respect ${CC} instead of using 'gcc'. [1] - Switch to optionsng. [1] - Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.) - Sync kqemu-kmod with these -devel updates. PR: ports/179952 [1] Submitted by: r4721@tormail.org
* Update multimedia/ffmpeg1 to 1.2.1mm2013-06-251-0/+1
| | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
* - Update to 4.2.14decke2013-06-2412-21/+109
| | | | | | | | | | | | | - Fix VLAN trunking support in vboxnetflt [1] - Fix panic in kmod when VIMAGE is disabled in the kernel and port [2] - Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3] - Pet portlint (WWW, Created by lines) This update was mainly done by Mikhail Tsatsenko. Submitted by: Landon J Fuller <landonf at plausible.coop> [1], Gleb Kurtsou <gleb@freebsd.org> [2], Stefan Bethke <stb@FreeBSD.org> [3]
* Update to Wine 1.6 RC3. This includes some further bug fixes.gerald2013-06-232-3/+3
|
* Remove expired port:rene2013-06-225-43/+0
| | | | 2013-06-19 emulators/fceu-server: Replaced by the games/fceux port
* Update to Wine 1.6 RC2. This includes a number of bug fixes.gerald2013-06-173-3/+5
|
* Really fix dynamic pkg-plist for emulators/i386-wine-devel.dbn2013-06-171-3/+3
| | | | | | | | To prevent this problem from happening again the @dirrm section was consolidated and moved to after the files are added. Approved by: eadler,bdrewery (mentors, implicit) Reported by: qat@redports.org, bdrewery
* Fix plist and directory creation for emulators/i386-wine-devel.dbn2013-06-152-3/+3
| | | | | | | | | | The dynamic plist removed some directories before the files in those directories were created, fix this. Use a UMASH of 0755 for directory creation (vs 0333). Approved by: eadler,bdrewery (mentors, implicit) Pointed out by: Jan Beich <jbeich@tormail.org>
* Update to Wine 1.6 RC1. This includes the following relevant changes:gerald2013-06-153-3/+10
| | | | | | | | | - New implementation of the typelib creation support. - GLSL-based support for fixed function vertex shaders. - Support for desktop launchers in virtual desktop mode. - Fixes for Japanese vertical text. - New Croatian translation. - Various bug fixes.
* Update to 3.08.rakuco2013-06-156-81/+67
| | | | | | PR: ports/178386 Submitted by: Jukka Ukkonen <jau@oxit.fi> Approved by: maintainer timeout (38 days)
* - Fix buildmiwi2013-06-141-0/+2
|
* Fix spelling LICENCE -> LICENSE.bsam2013-06-131-1/+1
| | | | Reported by: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
* . remove shlib ABI version from LIB_DEPENDS;bsam2013-06-131-8/+6
| | | | | | . add LICENCE=GPLv2; . bump PORTREVISION; . fix typo (MOPTIIMIZED_CFLAGS -> MOPTIMIZED_CFLAGS).
* - Fix i18n manpagesmiwi2013-06-111-0/+2
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to r250249.kuriyama2013-06-115-17/+28
| | | | - Backport fix for if_vtnet with qemu-1.5.0 (kern/178955).
* Turn this 30-year old code to use GCC.joerg2013-06-101-4/+3
| | | | Strip old Makefile headers.
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-102-0/+2
| | | | | | * Chase the update in dependent ports. PR: 179072
* Improve 3D acceleration for emulators/i386-wine-devel.dbn2013-06-104-43/+74
| | | | | | | | | | | | | | - Install the dri library drivers that are required by mesaGL - Teach binbounce about LIBGL_LIBRARY_PATH - Prevent recursive definitions by binbounce - Follow the example of mesagl/nvidia-driver wrt library handing - Lay initial ground work to handle "old" and "new" xorg WARNING: there appears to be a problem with FREEBSD32 which prevents 3D-acceleration support from working, further investigation is required HELP WANTED TO SOLVE THIS PROBLEM Approved by: eadler,bdrewery (mentors, implicit)
* Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meanttijl2013-06-0910-10/+10
| | | | | | to be used in port makefiles. Approved by: bapt
* Add second part to handle libwine.so; the joy of upstream using .so.1.0.gerald2013-06-091-0/+1
|
* Update to Wine 1.5.31. This includes the following relevant changes:gerald2013-06-083-6/+8
| | | | | | | - New version of the Gecko engine based on Firefox 21. - Various bug fixes (54 reports closed). Also, the upstream bug around installing libwine.so has been fixed, so we can revert our hack around that.
* Update to the new upstream version 2.21.gerald2013-06-082-3/+3
| | | | Approved by: dbn (maintainer)
* Removed due to dependency on expired linux-js.bapt2013-06-056-80/+0
| | | | | | Consider using emulators/joytran from the same author. Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* Unhook emulators/linux-xjoypad from emulators/Makefile, as it depends oncperciva2013-06-051-1/+0
| | | | | | | | devel/linux-js which was removed a couple hours ago. I'm guessing this will be resolved by removing emulators/linux-xjoypad but I'll leave that for someone else to decide -- all I'm trying to do right now is fix INDEX. Pointyhat to: bapt
* Cleanup:eadler2013-06-052-14/+7
| | | | | | | - Convert to OptionsNG - Fix formatting of pkg-descr - Trim header - Drop 'alpha' information
* 2013-03-05 devel/linux-js: Broken for more than 6 monthbapt2013-06-054-57/+0
| | | | emulators/osmose: depends on expired devel/linux-js
* Update pkg-message a bit for the old qemu version too.nox2013-06-051-6/+5
| | | | Reminded by: bapt
* - Fix build with clangmiwi2013-06-042-9/+27
| | | | | | | - Add LICENSE PR: 179210 Submitted by: Ports Fury
* Drop maintainership.rene2013-06-041-1/+1
|
* Update libspectrum, fuse, and fuse-utils to 1.1.1rene2013-06-036-9/+9
|
* virtualbox-ose-* is incompatible with newer versions of python.eadler2013-06-032-2/+2
| | | | Approved by: decke
* - Seems --disable-opengl is now called --disable-glx. (doh!)nox2013-05-311-1/+1
| | | | | | - No PORTREVISION bump as its a build fix (with non-default options.) Reported by: gjb (via irc)
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-3019-10731/+2
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* - Update to 1.5.0, announce message is here:nox2013-05-3022-252/+339
| | | | | | | | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html Full changelog: http://wiki.qemu.org/ChangeLog/1.5 The new libusb host code needs recent 10-current; for older releases you can still try the net/usbredir support knob, see pkg-message for details. - Update pkg-message a bit. Thanx to: emaste for some suggestions
* - Update to 2.6.2miwi2013-05-292-10/+13
| | | | | PR: 179055 Submitted by: Ports Fury
* Fix typo: LICENCE -> LICENSEehaupt2013-05-271-1/+1
|
* The FreeBSD x11 team proudly presentszeising2013-05-252-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* - Add desktop entry file [1]pawel2013-05-251-8/+10
| | | | | | | | | | - Remove leading article from COMMENT - Convert to OptionsNG - Trim Makefile header PR: ports/178727 [1] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1] Approved by: maintainer
* - Install DEBUG symbols for kernel modulesdecke2013-05-242-3/+17
| | | | | | - Fix pkg-plist for vboxvideo.ko when build without X11 Reported by: Jimmy Olgeni <olgeni@freebsd.org>
* Deprecate: there is no master site, no public distfiles, certain functionsdanfe2013-05-232-0/+4
| | | | | | | | | | | | | | | | | | | | do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are copied to destination. Perhaps it is caused by careless assumption of the types' sizes (excerpt from hfs0_37/endian.h): typedef unsigned long ULONG; // 32 bit unsigned typedef long LONG; // 32 bit signed typedef unsigned int UINT; // 16 bit unsigned typedef int INT; // 16 bit signed typedef unsigned char BYTE; // 8 bit unsigned typedef char SBYTE; // 8 bit signed typedef int BOOL; // boolean value `sysutils/ufsutils' provides better alternative: easier to use, has alive upstream, and works correctly on amd64 (presumably on i386 as well). While here, also explicitly mention that there is no HFS+ volumes support available.
* Move `emulators/hfsutils' to a more appropriate category (sysutils).danfe2013-05-236-147/+0
|
* - Trim Makefile header per recent agreementsdanfe2013-05-223-30/+60
| | | | | | | | | | | | - Define LICENSE (GPLv2), reword COMMENT line - Install several PORTDOCS (like Gentoo) - Make Tcl/Tk support optional and default to off - Fix the build with Tcl 8.6 (obtained from Gentoo) - Install hfsck(1) utility (sadly, no manpage) - Cleanup and reformat port description while here This port (along with similar `emulators/hfs') should probably be moved to sysutils; `sysutils/hfsexplorer' already lives there.
* Add an OPTION to install symlinks for subcommands (disabled by default).danfe2013-05-211-3/+14
|
* - Trim Makefile header per new world orderdanfe2013-05-213-36/+29
| | | | | | | | | | | | | | | - Use DISTVERSION because it contains underscore instead of dot - Define LICENSE (GPLv2) - Install README file (as PORTDOCS) - Remove custom configure script: pass variables to make(1) instead - Respect CFLAGS (original "-O" probably was sensible default 18.5 years ago when the port was first added, but makes no sense now) - Remove no-op `pre-install' target (do not create directories that are part of the mtree) - Cleanup and reformat port description while here This port (along with similar `emulators/hfsutils') should probably be moved to sysutils; `sysutils/hfsexplorer' already lives there.
* Update libspectrum, fuse, and fuse-utils to 1.1.0rene2013-05-2011-47/+65
| | | | | | | | | | | | Highlights: * fuse-utils: - new tool fmfconv to convert movies recorded with fuse * fuse: - new ROMs Speccyboot 1.4 and DISCiPLE - drop ROMs without clear redistribution rights (128p, 256s, Gluck, IF1, Opus, TrDOS) - support PZX and POK files - GTK+ 3 compatibility
* . update to version 1.77;bsam2013-05-203-23/+26
| | | | | | | | | | . trim Makefile headers; . lang maintainership to the submitter. While I'm here: remove the indefinite article from COMMENT. PR: ports/173464 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* . update to version 1.18;bsam2013-05-203-17/+17
| | | | | | | | | | . trim Makefile headers; . land maintainership to the submitter. While here: remove the indefinite article from COMMENT. PR: ports/173463 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* . update to version 2.9;bsam2013-05-204-23/+35
| | | | | | | | | | . trim Makefile headers; . land maintainership to the submitter. While here: remove the indefinite article from COMMENT. PR: ports/173462 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* - Mark deprecated: This is replaced by games/fceuxbdrewery2013-05-191-5/+4
| | | | | | PR: ports/177329 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
* - Update to 3.30bdrewery2013-05-172-6/+6
| | | | | PR: ports/178641 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Fix plistmiwi2013-05-162-2/+1
| | | | | | - Trim header Reported by: poudriere exp-run
* - Fix options entriesmiwi2013-05-161-22/+43
| | | | | PR: 178586 Submitted by: Ports Fury
* - Add proper 3D acceleration support for FreeBSD guestsdecke2013-05-165-2/+208
| | | | Submitted by: John Clark <clarkjc@runbox.com>
* Again install libwine.so.1 which unbreaks several binaries installed bygerald2013-05-152-0/+3
| | | | | | | | | | | | this port. (Right now we are doing this with a bit of a sledgehammer, installing the missing library manually; I'll work with upstream to get back to a proper approach.) Bump PORTREVISION. PR: 178638
* - Add VM_OBJECT patch from virtualbox-ose-kmod to use WLOCK/WUNLOCKdecke2013-05-132-0/+147
| | | | | | on 10-CURRENT. Submitted by: Gabor Pali <pgj@freebsd.org>
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵makc2013-05-121-1/+3
| | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
* Update to 1.4.1.rakuco2013-05-123-14/+6
| | | | | | | | | | | | | | | | This patch updates emulators/vmips to 1.4.1. * Update distinfo with new filenames and checksums. * Update pkg-plist to include setup.S, which is now installed. * It should not be necessary to pull in latex or texi2dvi to build because the fully-built documentation is distributed with vmips. * Use DISTNAME where applicable to shorten MASTER_SITES. Also, to satisfy portlint: * Remove old style comment header from port Makefile. * Update PORTVERSION and remove PORTREVISION, which would be zero. PR: ports/178500 Submitted by: Brian R. Gaeke <brg@dgate.org> (maintainer)
* Update to Wine 1.5.30. This includes the following changes:gerald2013-05-113-7/+5
| | | | | | | - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. Note, libwine.so is now gone.
* Fix newly added DEBUG optionbapt2013-05-111-1/+1
|
* Fix build with new glib.rene2013-05-101-0/+1
| | | | Submitted by: portbuild bot via miwi
* - Update to 1.2miwi2013-05-103-95/+77
| | | | | PR: 177933 Submitted by: Ports Fury
* - Update to 2.6miwi2013-05-103-64/+41
| | | | | PR: 177931 Submitted by: ports fury
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-102-2/+2
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* Really fix conversion - missed a 2nd typobdrewery2013-05-081-1/+1
|
* Fix emulators/i386-wine-devel's automatic nVidia patching.dbn2013-05-071-8/+11
| | | | | | | | Due to naming and other issues the patch failed properly detect if itself or nVidia-driver was installed, and aborted the patching. This fixes the patching for those who have nVidia-driver installed. Approved by: eadler,bdrewery (mentors, implicit)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-062-3/+2
| | | | Convert USE_READLINE by USES=readline
* Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-062-5/+9
|
* Fix the build against Clang.danfe2013-05-061-0/+3
|
* - Update to 1.4.1, announce posting is here:nox2013-05-064-4/+266
| | | | | | | | | https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html - Update to sson's latest bsd-user patches. - Add bugfix for mips64 target uncovered by --enable-debug. [1] Obtained from: qemu-devel mailinglist [1]
* Set explicit comment for slave port emulators/i386-wine-devel.dbn2013-05-062-1/+2
| | | | | | | | | i386-wine-devel is the normal wine-devel port built and packaged such that it can be installed (via `pkg add` or `pkg_add`) in an amd64 environment. It can only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as the Ports Collection does not support cross compiling. Approved by: eadler (mentor)
* - Install missing files.rakuco2013-05-053-0/+63
| | | | | | | | | - Add DEBUG option. - Fix missing @dirrmtry entry in pkg-plist for share/pixmaps. - Patch loading so ${PREFIX}/share can be used for higan's BIOS files and shaders. PR: ports/178309 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Adoptrene2013-05-041-3/+1
| | | | - Remove BROKEN line, the conflict between glib and libspectrum is fixed
* - Adoptrene2013-05-041-2/+3
| | | | | - Depend on pkgconfig, this fixes emulators/fuse - Bump PORTREVISION
* Chase security/libgcrypt updateehaupt2013-05-042-4/+4
|
* - Update to 4.2.12decke2013-05-038-15/+156
| | | | | | | - Add missing patch to additions to fix building after r248084 which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch was already included in the kmod port but additions also need it.
* bmake doesn't know about .SHELL unsetenv=true, workaround itbapt2013-05-031-0/+6
|
* Update to version 0.9.5pawel2013-05-024-36/+13
| | | | | PR: ports/178294 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* Fix conversion to new options framework for bmakebdrewery2013-05-021-1/+1
|
* Fix syntaxe error introduced by conversion to new options frameworkbapt2013-05-021-1/+1
|
* - adoption of USES for gettextjgh2013-05-021-3/+3
| | | | Approved by: portmgr (bapt@)
* A multiplayer Atari 2600 emulator written in pure Java.bdrewery2013-05-025-0/+53
| | | | | | | | | No external libs. WWW: http://javatari.org PR: ports/178248 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - It looks like SX ROM revision J is working fine now, use it instead of Edanfe2013-05-016-44/+10
| | | | | - Convert another trivial patch to REINPLACE_CMD statement - Delete stale patch file, touch port description while I am here
* - Fix cases where 2 USES= were usedbdrewery2013-05-011-1/+1
| | | | With hat: portmgr
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-299-27/+14
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Convert emulators to new options frameworkbapt2013-04-2910-135/+109
|
* Update to Wine 1.5.29. This includes the following changes:gerald2013-04-282-3/+3
| | | | | - JavaScript performance improvements. - Various bug fixes.
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-277-12/+8
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-274-44/+33
| | | | | | While here: - Trim some headers - Convert to new options framework
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-262-6/+8
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* - Update to 2.6.1miwi2013-04-262-16/+20
| | | | | PR: 178035 Submitted by: Ports Fury
* - Fix buildmiwi2013-04-263-78/+76
| | | | | PR: 177559 Submitted by: Ports Fury
* - Update to sson's latest bsd-user patches.nox2013-04-264-37/+1069
| | | | | | | | - Turns out qemu 1.4.x now builds with clang (almost) as is, so remove CLANG_HACK. [1] - Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>. Submitted by: Brad Smith <brad@comstyle.com> [1]
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2513-13/+13
| | | | Approved by: portmgr (bapt)
* bsdtar knows how to extract rpm on all supported versions of FreeBSDbapt2013-04-241-11/+4
|
* Mark the following ports deprecated. They have been unsupported upstreamtijl2013-04-241-0/+3
| | | | | | | | for years. - comms/libticables (superseded by comms/libticables2) - devel/libticalcs (superseded by comms/libticalcs2) - devel/libtifiles (superseded by devel/libtifiles2) - emulators/tiemu2 (superseded by emulators/tiemu3)
* Remove BROKEN flag on PowerPC as the port may now build on this architecturemartymac2013-04-241-4/+0
| | | | | | (feedback welcome !). Discussed with: crees, danfe, eadler (on ports-committers@ and svn-ports-all@)
* Convert e* to USES=pkgconfigbapt2013-04-238-9/+9
|
* Update tilp2 and its libraries:tijl2013-04-232-14/+7
| | | | | | | | - tilp2 1.17 - libticables2 1.3.4, libticalcs2 1.1.8, libticonv 1.1.4, libtifiles2 1.1.6 - Add NLS option, remove libtool dependency, clean up Makefile and pkg-descr - Bump PORTREVISION and trim Makefile header for emulators/tilem and emulators/tiemu3.
* Explain why linux_base-f10 creates extra directories.tijl2013-04-231-0/+2
| | | | Reviewed by: netchild
* On all supported version of FreeBSD tar do support rpm as an archive format.bapt2013-04-232-14/+6
| | | | So directly use tar to extract linux* distfiles instead of rpm2cpio.
* Fix PORTSCOUT limit on emulators/wine-gecko.dbn2013-04-221-1/+1
| | | | | | | | | | | | Use 'ignore:1' instead of 'ignore' to get port scout to actually ignore the port. All new versions of gecko belong to the wine-gecko-devel port until such time a new stable version of wine is released, however there is no way to know the version of gecko that will be paired with that wine. Approved by: eadler,bdrewery (mentors, implicit) Feature safe: yes
* - Update to 20130415 and welcome GLSL !martymac2013-04-195-165/+184
| | | | | | | | | - Remove BROKEN flag for now-obsolete 7.x branch We should finally be able to get OpenGL rendering work with this update, once Mesa supports all needed extensions (which does not seem to be the case yet) Feature safe: yes
* - Update to svn rev. 84102martymac2013-04-1912-43/+26
| | | | | | - Use new Makefile header format Feature safe: yes
* - Update to version 0.6.4danfe2013-04-194-41/+33
| | | | | | | | | | | - Tighten Makefile header and COMMENT - Register run-time dependency on required fonts - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Convert trivial patch to sed(1) in-place editing PR: ports/176935 (version bump) Submitted by: pfg Feature safe: yes
* Create empty locale directories to fix linux-f10-gtk2 package.tijl2013-04-182-2/+14
| | | | | | This partially reverts r315685. Feature safe: yes
* Add some symlinks to linux_base-f10 for executables that exist in /usr/bintijl2013-04-172-1/+9
| | | | | | | | | on Linux but /bin on FreeBSD. This guarantees that Linux shell scripts run the Linux executables and not the FreeBSD ones. No objection from: -emulation PR: ports/176819 Feature safe: yes
* Update to Wine 1.5.28. This includes the following changes:gerald2013-04-173-3/+6
| | | | | | | | | | | - GnuTLS used for all secure connections, OpenSSL is no longer needed. - Mac driver enabled by default. - Built-in FixedSys fonts. - New icon for the joystick control panel. - Postscript driver improvements. - Various bug fixes. Feature safe: yes
* emulators/wine-devel:gerald2013-04-092-2/+5
| | | | | | | | - Allow overriding MAINTAINER and LATEST_LINK in child ports. emulators/i386-wine-devel: - Set MAINTAINER and LATEST_LINK. Approved by: portmgr (bdrewery), maintainer, maintainer's mentor (eadler)
* Fix pkg-plist warnings found by pkgng: do not try to delete emptyrene2013-04-032-14/+1
| | | | | | | | | directories which are only created when installed as a package. Do not create these directories either in that case. While here, convert Makefile header. Approved by: portmgr (bapt)
* - Fix plistmiwi2013-04-022-0/+4
| | | | Approved by: portmgr
* Remove CURL knob as --disable-curl is now broken upstream.nox2013-04-011-10/+4
| | | | | | PR: ports/177488 Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> Approved by: portmgr (erwin)
* Correct Subversion properties to fix patch.jkim2013-03-301-1/+1
|
* Update to Wine 1.5.27. This includes the following changes:gerald2013-03-302-3/+3
| | | | | | - Various C runtime improvements. - Large icons for built-in applications. - Various bug fixes.
* - Update net/usbredir to 0.6 .nox2013-03-3043-530/+19245
| | | | | | | | | | - Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches. Thanx to: sson, cognet, and others for much improved bsd-user support - it now runs at least quite a few mips64 and single-threaded arm binaries, see: https://wiki.freebsd.org/QemuUserModeHowTo
* Style: tab -> space.eadler2013-03-298-8/+8
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-6/+0
| | | | Reviewed by: miwi
* - Update to 1.0b4martymac2013-03-285-259/+311
| | | | - Use new header format in Makefile
* Revert regression (indefinite article) in COMMENT.mandree2013-03-281-1/+1
| | | | | | | Note that this must be documented in the Porter's handbook, and should be checked by portlint. Submitted by: danfe
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-283-18/+9
| | | | "pathfix" instead.
* Don't try to remove etc/xdg/autostart, gnomehier owns it.kwm2013-03-271-2/+0
| | | | Submitted by: miwimail
* - Maintainer update to new version 2.2.1.1mandree2013-03-276-58/+312
| | | | | | | | | | | - In addition to patch from PR, pick a newer compiler to avoid compilation trouble. Maintainer considers disabling SIMD instead, and might follow up with a new patch. PR: ports/174153 Submitted by: Green Dog <fiziologus@gmail.com> (update to 2.2.0) Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (update to 2.2.1.1) Approved by: Chris Petrik (maintainer)
* Convert to options ngskreuzer2013-03-261-13/+14
| | | | | PR: ports/177209 Submitted by: William Grzybowski <william88@gmail.com>
* Add emulators/i386-wine-devel, slave to emulators/wine-devel.dbn2013-03-265-0/+327
| | | | | | | | | | | | | This port adds shims to enable wine to run cleanly on an amd64 system. This is done by doing a "static link" of the package: including all libraries required by the port. It is possible to use this package under i386, although it is intended for an amd64 system. Feedback welcome for improvement of the port. Approved by: bdrewery (mentor)
* - remove empty OPTIONS_DEFAULTrene2013-03-254-4/+4
| | | | - portlint fixes
* - Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.decke2013-03-252-13/+13
| | | | | | Reported by: Ivan Klymenko <fidaj@ukr.net> Thanks to: Konstantin Belousov <kib@FreeBSD.org> See: http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082432.html
* - Update Makefile header (only a $FreeBSD$ tag) [1]rene2013-03-241-5/+0
| | | | | | - Remove double blank line Approved by: gabor via private mail [1]
* (Attempt to) fix build on head.nox2013-03-232-0/+2
| | | | | | | | Note: setting CC=clang fails with "interp.c:20:24: error: global register variables are not supported" PR: ports/177279 Submitted by: Beeblebrox <zaphod@berentweb.com>
* - convert USE_CMAKE to USESmakc2013-03-236-7/+6
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Set KMODDIR to /boot/modules, since it is always defined togjb2013-03-211-1/+1
| | | | | | | | /boot/kernel otherwise. PR: ports/175684, ports/176288 (related to) Prodded by: Nikolai Lifanov <lifanov@mail.lifanov.com> Approved by: vbox (maintainer timeout, nearly 2 months)
* - Update to 20121213gabor2013-03-215-5827/+16406
|
* Fix patch indexes.gjb2013-03-212-4/+4
|
* Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCKsbruno2013-03-213-27/+66
| | | | | | name change so we still build on stable branches. Suggested by: bdrewery
* Set KMODDIR to /boot/modules, since it is always defined togjb2013-03-211-1/+1
| | | | | | | /boot/kernel otherwise. PR: ports/175684, ports/176288 Approved by: vbox (maintainer timeout, nearly 2 months)
* Fix port after breakage on src commit svn r248084 onsbruno2013-03-213-1/+108
| | | | | | | | | | March 9th, 2013. Patch kmod to include rwlock.h Patch kmod to change VM_OBJECT_LOCK to VM_OBJECT_RLOCK Patch kmod to change VM_OBJECT_UNLOCK to VM_OBJECT_RUNLOCK
* - Update to 20130225martymac2013-03-205-17/+114
| | | | - Add support for framedumps encoding in AVI format
* Reset maintainership at maitainer request [1] and while I'm here:makc2013-03-202-30/+27
| | | | | | | | | - convert to new options, USES, etc. - pet portlint - trim Makefile header - mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update) Submitted by: Yuri Pankov (via mail) [1]