Commit graph

5424 commits

Author SHA1 Message Date
Baptiste Daroussin
e1fd444247 Add a metaport for xen
Discussed with:	roger@
2015-04-06 14:37:45 +00:00
Baptiste Daroussin
7889619041 Rename xen into xen-kernel
Requested by:	roger@
2015-04-06 14:31:17 +00:00
Baptiste Daroussin
945cae8720 Rename emulators/xl into sysutils/xen-tools
Requested by:	roger@
2015-04-06 14:29:51 +00:00
Baptiste Daroussin
66664696a4 Fix MASTER_SITES 2015-04-05 23:23:32 +00:00
Gerald Pfeifer
0cf03e5301 Update to Wine 1.7.40. This includes the following changes:
- Support for kernel job objects.
 - Various fixes to the ListView control.
 - Better support for OOB data in Windows Sockets.
 - Support for DIB images in the OLE data cache.
 - Improved support for MSI patches.
 - Some fixes for ACL file permissions.
 - Various bug fixes.

files/patch-configure has been accepted upstrea; remove it.

Fix whitespace in one case.
2015-04-05 20:21:38 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.

Differential Revision:	https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
2015-04-05 07:23:49 +00:00
Johannes Jost Meixner
026a6226b8 emulators/linux-{c6,f10}: uses metaport
- use new USES= metaport, killing six lines.

DiffRev:	https://reviews.freebsd.org/D2222
Approved by:	swills (mentor)
2015-04-05 07:04:24 +00:00
Mathieu Arnold
c65fa98b40 Fix last commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-04-03 11:32:55 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Baptiste Daroussin
362993dd2d Correctly install xen.4th in /boot 2015-04-02 07:33:38 +00:00
Baptiste Daroussin
1550b08724 Fix toggle*
Reported by:	dteske
2015-04-01 22:44:43 +00:00
Baptiste Daroussin
9f37176144 Introduce FreeBSD xen dom0 components.
Add xen kernel and xen toolstack ports to the ports tree
This packages are for now only supported on FreeBSD 11 after 1100055
The xen package only include the kernel and an addition to the loader menu to
allow to disable booting on the xen kernel

The Xen toolstack (xl) includes seabios (hence the addition of LGPLv3 license)

Explicitly use nm from ports binutils to workaround a bug in FreeBSD's nm on
some version of FreeBSD.

Workaround configure checks that are actually not needed during the build of the
tool stack.

Thanks AllanJude@ for the xen.4th
Thanks roger@ for all the work making FreeBSD dom0 support working.

Please notice that you will need an Intel box with EPT and a working IOMMU
2015-04-01 22:19:41 +00:00
David Naylor
d819394053 emulators/wine-devel: unbreak build.
Changes:
 * Add CPPBIN="${CPP}" to CONFIGURE_ENV as Wine uses $CPPBIN, instead of
   $CPP, in ./configure
 * Use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE.  The later is what
   the base compiler is whereas the former to what is chosen to satisfy
   USES=compiler:c11

PR:		199098
Reported by:	pkg-fallout, gerald@
2015-04-01 18:37:29 +00:00
Danilo Egea Gondolfo
83ca563f73 - Update to 0.50 2015-03-31 14:27:07 +00:00
David Naylor
54be27b68b emulators/wine-devel: add wine64 support.
Changes:
 * Enable building on amd64 (including execution support)
 * Add support for clang on amd64
 * No support for wow64 at this time
 * Update pkg-plist for 32-/64-bit split
 * Update pkg-plist for missing files reported by poudriere

PR:		197798
Approved by:	gerald@
2015-03-30 19:47:28 +00:00
Thomas Zander
b7a5a5c623 Fix build errors with PortAudio and/or ALSA
PR:		196735
Submitted by:	antumdeluge@gmail.com (pr), root@cooltrainer.org (patch)
Reviewed by:	riggs
Approved by:	root@cooltrainer.org (maintainer)
2015-03-29 19:18:33 +00:00
Kurt Jaeger
b16c6167b1 emulators/dynagen: shebangfix for python in the scripts instead of patches
PR:		194215
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Reviewed by:	marino
2015-03-28 14:38:49 +00:00
Antoine Brodin
6306a24216 Remove expired ports:
emulators/linux_dist-gentoo-stage3
emulators/linux_base-gentoo-stage3
If someone wants to resurect them, it will have to go through security team review first
2015-03-28 10:14:46 +00:00
Bryan Drewery
38cdd746fd Revert my change from r381978.
The reason for it did not pan out.
2015-03-26 21:40:34 +00:00
David Naylor
360dc94e21 emulators/i386-wine-devel: update to 1.7.39.
Changes:
 patch-nvidia.sh:
   - handle nvidia-driver with package name suffix [1]
   - handle i386-wine with arbitary package name suffix
   - remove support for old pkg_ tools

PR:		198497 [1]
2015-03-26 06:59:30 +00:00
John Marino
312461b6fa 3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators

approved by:	PTHREAD blanket
2015-03-24 22:17:41 +00:00
Bryan Drewery
3361e9bb34 Use BSDMAKE rather than MAKE here to ensure using /usr/bin/make.
With hat:	portmgr
2015-03-23 04:04:58 +00:00
David Naylor
1929959dda emulators/wine-mono: instruct portscout to ignore new versions. 2015-03-22 18:04:05 +00:00
Gerald Pfeifer
efe87a5452 Update to Wine 1.7.39. This includes the following changes:
- Kerning support in DirectWrite.
 - Support for DirectX Media Objects filters.
 - Better support for animated GIFs in GdiPlus.
 - Improved support for Known Folders in Shell32.
 - Various bug fixes.
2015-03-22 14:47:22 +00:00
Baptiste Daroussin
0afab272dc Convert to @fcfontdir 2015-03-21 23:45:33 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
86da95d9ee - Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE [1]
- Use single space after WWW:
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 19:55:25 +00:00
Antoine Brodin
9e2f821057 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2015-03-20 19:09:22 +00:00
John Marino
e5587f8a2b emulators/dtcyber: Make jobs safe
Another example of "all" target containing a "clean" target that
seems to have removed object files after they were built.  While here,
get rid of weird "pre-patch" target since we are patching Makefile.x11
anyway.  We can handle some of that substituion with flags.
2015-03-19 18:57:40 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Juergen Lock
5624ea0188 - Fix procctl check.
- Bump PORTREVISION.

PR:		198667
Submitted by:	garga
2015-03-17 21:59:32 +00:00
Bryan Drewery
e938a345b5 Remove spurious WRKDIR references.
This is not referred to later so I assume it was debugging
at some point.
2015-03-17 19:22:08 +00:00
Jung-uk Kim
c2b05cbd68 Update to 4.3.26. 2015-03-16 23:04:40 +00:00
Jung-uk Kim
e0f830cec1 Fix the fix. My patch was actually wrong and upstream properly fixed it.
Pointy hat to:	jkim
2015-03-16 17:56:59 +00:00
Jung-uk Kim
995f8b003c Fix several bugs found by Clang. Note few patches were obtained from
upstream.  Other patches were submitted to upstream.
2015-03-13 21:21:10 +00:00
Jung-uk Kim
18ceccec9f VBoxSDL does not support drag and drop feature. Make it depend upon QT4. 2015-03-13 00:39:55 +00:00
David Naylor
623fe5e498 emulators/i386-wine-devel: chase bump in dependencies.
PR:	198497
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2015-03-12 17:13:39 +00:00
Jung-uk Kim
103d703c0f - Enable drag and drop from host to guest.
- Make UDPTUNNEL option actually work.
2015-03-12 06:52:25 +00:00
Juergen Lock
80d1b18357 Update to 2.2.1, announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/325002
2015-03-11 19:56:54 +00:00
Juergen Lock
7f4d6db4e6 Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-03-10 19:30:15 +00:00
David Naylor
48d4a8db8f emulators/i386-wine-devel: update to 1.7.38. 2015-03-10 19:17:37 +00:00
Jung-uk Kim
442e152697 Fix zero-sized ioctl request, e.g., VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS,
and remove unused code.
2015-03-09 23:31:42 +00:00
Gerald Pfeifer
e0a561436f Update to Wine 1.7.38. This includes the following changes:
- New version of the Gecko engine based on Firefox 36.
 - Updated version of the Mono engine.
 - Support for themed scrollbars.
 - More compatible RPC interface for service control.
 - Support for X Drag & Drop version 5.
 - Threading fixes in IME support.
 - Various bug fixes.
2015-03-08 10:28:09 +00:00
Gerald Pfeifer
c972bdaa5c Update wine-mono-devel, the Mono .NET implementation component for
wine-devel, from version 4.5.4 to 4.5.6.

Approved by:	dbn (maintainer, pre-approved)
2015-03-08 10:27:28 +00:00
Gerald Pfeifer
f735b9576a Update wine-gecko-devel, the Gecko Layout Engine component for wine-devel,
from version 2.34 to 2.36.

Approved by:	dbn (maintainer, pre-approved)
2015-03-08 10:26:00 +00:00
Dmitry Marakasov
0762c29550 - Add LICENSE
- Strip binary
2015-03-07 03:19:44 +00:00
Antoine Brodin
428b6bbc0c Reset maintainer, connections to SMTP server time out 2015-03-05 13:49:48 +00:00
Dmitry Marakasov
64ee31609b - Add LICENSE
- Add empty directories to plist
2015-03-05 01:45:47 +00:00
Jung-uk Kim
19a52b429c Update to 4.3.24. 2015-03-03 05:43:11 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00