Commit graph

5217 commits

Author SHA1 Message Date
Ganael LAPLANCHE
b0e7522bcf Remove @dirrm/@dirrmty from my ports 2014-10-13 07:12:43 +00:00
Rene Ladan
cad5f95847 Clean up pkg-plist of my ports. 2014-10-09 11:35:12 +00:00
Gerald Pfeifer
31fcd0a060 The Compholio patchset has been rerolled upstream. No actual changes
except for a renaming of the top-level directory from wine-compholio-1.7.28
to wine-staging-1.7.28.
2014-10-09 04:18:54 +00:00
Baptiste Daroussin
5222d6e212 Cleanup plist 2014-10-08 10:18:51 +00:00
John Marino
10d3e38de0 emulators/hyperv-is: Use kmod, support non-default prefix
USES= kmod correctly installs the kernel modules at /boot/modules
instead of /boot/kernel.  Also use the post-install target to support
prefixes other than /usr/local.

Suggested by:	bapt and bdrewery
2014-10-07 20:27:29 +00:00
David Naylor
4d9a0ce74b Update emulators/i386-wine to 1.6.2_5. 2014-10-07 17:49:47 +00:00
Gerald Pfeifer
afe665302b Update to Wine 1.7.28. This includes the following changes:
- Support for conditional compilation in JavaScript.
 - Bidirectional text support in DirectWrite.
 - Stubs for DirectPlay Voice support.
 - Various bug fixes.
2014-10-07 13:59:12 +00:00
Baptiste Daroussin
b380b863d3 Big cleanup
directly specify the pkg-message used instead of trying to manually generate it
avoid using @cwd
Do not touch base and push everything in PREFIX
This port needs way more love
2014-10-07 10:52:10 +00:00
Johannes Jost Meixner
758e1872cb graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLU
Add port of CentOS 6.5's libGLU library. This allows several games to be used
with the new CentOS ports.

While here:
 - Add c6 libglu to Mk/bsd.linux-apps.mk
 - Add to emulators/linux-c6 as dependency, bump PORTREVISION

Differential Revision:	https://reviews.freebsd.org/D841
Approved by: swills (mentor)
Approved by: portmgr (bapt)
2014-10-07 09:07:33 +00:00
John Marino
5506c4988f emulators/hyperv-is: Fix primary category 2014-10-07 04:59:16 +00:00
John Marino
cdf1c877cf Add new port emulators/hyperv-is (FreeBSD 8.4, 9.1, 9.2, 9.3, 10.0)
PR:		182209
Submitted by:	kylie (bsdic @ microsoft)

The hyperv-is provision a collection of kernel mode drivers as well as
user-space daemons to facilitate integration with Hyper-v to provide a
feature rich and high performance FreeBSD guest experience.

The FreeBSD Integration Service on Hyper-v includes a collection of kernel
mode drivers as well as user-space daemons to interact with the drivers
that are required to run Hyper-V-specific devices known as FreeBSD
Integration Services (BIS). It is to facilitate integration with Hyper-v
to provide a feature rich and high performance FreeBSD guest experience.
See the man page for a list of binaries and their functions.

FreeBSD support for hyperv-is was first added by Microsoft BSD Integration
Services Team <bsdic@microsoft.com>.
2014-10-06 22:58:50 +00:00
Lars Engels
6d89ef33f4 Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.
Differential Revision:	D902
Approved by:		portmgr (bapt)
2014-10-06 09:48:38 +00:00
John Marino
15dffe014c emulators/mame: Remove redundant @dirrm, simplify an install command 2014-10-05 10:30:40 +00:00
John Marino
0de0d570c4 emulators/mess: clean up, remove zip dependency, support DragonFly
This port has a post-extract target that wants to use native unzip
on an extracted file.  This is an issue for DragonFly, but tar can
handle the zip file just file on both platforms, so switch to that.

DragonFly still has the incomplete FILE that it inherited from FreeBSD,
which is really a pain when FILE is a parameter in c++ routines.  This
adds an extra patch for DragonFly to use an alternative default logging
callbacks to all mame to finally build on this platform.

While here:
  - remove use of ${PORTNAME} where "mess" is the only correct value
  - use ".zip" instead of extract variable
  - Unmask installation commands
  - Group mkdir commands into one
  - Use NOT_FOR_ARCHS instead of conditional BROKEN
  - Convert to USES=python
  - Remove unnecessary conversion of -lpthread => -pthread
  - Remove redundant @dirrm from pkg-plist
2014-10-05 10:20:24 +00:00
John Marino
638412fe35 emulators/mame: clean up, remove zip dependency, support DragonFly
This port has a post-extract target that wants to use native unzip
on an extracted file.  This is an issue for DragonFly, but tar can
handle the zip file just file on both platforms, so switch to that.

DragonFly still has the incomplete FILE that it inherited from FreeBSD,
which is really a pain when FILE is a parameter in c++ routines.  This
adds an extra patch for DragonFly to use an alternative default logging
callbacks to all mame to finally build on this platform.

While here:
  - remove use of ${PORTNAME} where "mame" is the only correct value
  - use ".zip" instead of extract variable
  - Unmask installation commands
  - Group mkdir commands into one
  - Use NOT_FOR_ARCHS instead of conditional BROKEN
  - Convert to USES=python
  - Remove unnecessary conversion of -lpthread => -pthread
2014-10-05 09:37:16 +00:00
Juergen Lock
90a40bb73b - bsd-user: fix sendmsg(2) emulation w/o ancillary data.
- Bump PORTREVISION.

Submitted by:	sbruno
Obtained from:	ad92220df3
2014-10-04 21:39:04 +00:00
John Marino
fe29f7443f emulators/catapult is not jobs safe
It can attempt to use config.h before it's fully generated.  I've seen
this a few times already.
2014-10-04 16:24:30 +00:00
Tijl Coosemans
6d3721a17a Convert to USES=autoreconf 2014-10-03 21:44:11 +00:00
Gleb Smirnoff
51bf11b3f1 Update for ifnet(9) changes in head.
Approved by:	bapt (blanket)
2014-10-02 18:23:42 +00:00
Gleb Smirnoff
9a01829b2a Update for recent ifnet(9) changes in head.
Approved by:	bapt (blanket)
2014-10-02 18:17:48 +00:00
Jason E. Hale
116480b552 - Fix build with NLS option disabled
- Drop @dirrm

PR:		193356
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Patched by:	myself
Approved by:	acm (maintainer timeout, 3 weeks)
2014-10-02 00:27:02 +00:00
Baptiste Daroussin
fdf742a0ca Readd the right portrevision
Submitted by:	osa
Pointyhat to:	bapt
2014-10-01 22:44:50 +00:00
Baptiste Daroussin
6c94bd20c0 Partially revert previous commits 2014-10-01 22:25:01 +00:00
Baptiste Daroussin
c9caf106d5 Prevent some ports to provide bundled libraries
Bump port revision

PR:		193592
2014-10-01 22:21:20 +00:00
David Naylor
3c813b11cd Update emulators/i386-wine-devel to 1.7.27. 2014-10-01 19:18:17 +00:00
Jung-uk Kim
4c840a94c9 Fix build on head.
PR:		194035
2014-09-30 20:27:05 +00:00
David Naylor
672e3d13f3 Update emulators/i386-wine-devel to 1.6.26. 2014-09-29 16:55:33 +00:00
Johannes Jost Meixner
21761d945c emulators/linux_base-c6: Use a CVE-free version of bash
Bash 4.1.2 as shipped with this Linux base port is vulnerable to
CVE-2014-6271 and CVE-2014-7169.  As EL6 policy is to backport security
patches, use a RPM that is not vulnerable to either remote code execution
vulnerability.

While here:
 - Add the proper UDPATES Master site
 - remove sample files installation from Makefile, in favor of @sample

Approved by:	swills (mentor)
Security:	71ad81da-4414-11e4-a33e-3c970e169bc2
2014-09-26 17:06:49 +00:00
Alex Kozlov
467b3df7dd - Remove obsolete @dirrm(try)
- Convert PLIST_DIRSTRY to PLIST_DIRS
2014-09-25 11:35:43 +00:00
Bernhard Froehlich
6900a3d8c0 - Fix missing symbol RTTermRegisterCallback in virtualbox-ose-additions kernel module
Submitted by:   Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reported by:	Mike Harding <mvharding@gmail.com>
2014-09-24 17:28:30 +00:00
Johannes Jost Meixner
1f2f621851 Add NVIDIA_GL option to fix conflicts with Linux DRI
linux-c6/f10 metaports pull in their respective dri implementation, which
conflicts with nvidia-driver's libGL. Resolve this by adding an option for it,
and conditionally pull in either Linux DRI, or the NVIDIA driver.
Note: users of nvidia-driver will have to use ports for now.

PR:		193832
Differential Revision:	https://reviews.freebsd.org/D808
Submitted by:	Admir Mehic (admir@mehic.at)
Approved by:	koobs (mentor)
2014-09-23 10:50:14 +00:00
David Naylor
bcaa0f659c Unbreak emulators/i386-wine(-devel) builds.
With the removal of REINPLACE_PLIST in r367153 building wine on FreeBSD/i386
broke.  This was not detected in an exp-run as i386-wine is marked IGNORE
unless WINE_CROSS_BUILD is defined (to protect the build infrastructure and
avoid confusion).

PR:	193734
2014-09-22 18:25:55 +00:00
Baptiste Daroussin
2bda1106d9 Simplify plist 2014-09-22 14:12:34 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Gerald Pfeifer
d17ff1f166 Update to Wine 1.7.27. This includes the following changes:
- Some more work on Direct2D support.
 - Various improvements to RichEdit interfaces.
 - Initial support for ICMP version 6.
 - Various bug fixes.
2014-09-20 15:34:28 +00:00
Juergen Lock
64fc039b06 - Finally import syrinx' fix for 10.0+, it seems to work no worse
than kqemu worked before. [1]
- Fix build on 10/i386.

PR:		184984 [1]
Submitted by:	syrinx [1]
2014-09-20 09:51:04 +00:00
Juergen Lock
892b5feac5 - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build
with gcc48 on i386:

	work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd':
	work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved
	 uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3)

- Bump PORTREVISION.

Submitted by:	beefy1 via pkg-fallout
2014-09-20 08:44:29 +00:00
Bernhard Froehlich
bead6e2747 - Add CPE information to virtualbox ports 2014-09-18 09:06:59 +00:00
Bernhard Froehlich
1a9f6e6f13 - Update to 4.3.16
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
		Jung-uk Kim <jkim@FreeBSD.org>
Obtained from:	svn.redports.org/virtualbox
2014-09-17 09:26:25 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
Kris Moore
5073cc1178 - Fix a typo in pkg-message 2014-09-15 17:45:24 +00:00
Kris Moore
93433ffbcc - Update pipelight-mkufs script to create a larger UFS volume (400MB)
- Bump PORTREV
2014-09-15 17:01:43 +00:00
Kris Moore
beb004db39 - Add the new MPG123 & V4L options to wine-compholio 2014-09-15 15:19:08 +00:00
Bartek Rutkowski
345535d00c emulators/hercules: update 3.10 -> 3.11
- Fix pkg-descr content and url

Approved by:	mentors (implicit)
2014-09-15 11:05:44 +00:00
Gerald Pfeifer
84bac1fe0b Update to Wine 1.7.26. This includes the following changes:
- Still more DirectWrite functions.
 - Improvements to the common File Dialog.
 - A number of C runtime improvements.
 - Various bug fixes.

Add two new options MPG123 and V4L that pull in and leverage the respective
ports for MP3 and Video support. [1]

Sort OPTIONS alphabetically, except for the two that pull in Gecko and Mono
MSI packages for run-time support.

Submitted by:	kmoore [1]
2014-09-14 11:50:41 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Antoine Brodin
a70cef4414 - Allow staging as a regular user
- Fix build on head
2014-09-13 13:19:39 +00:00
Antoine Brodin
a087716719 Both master and slave fail to package 2014-09-11 21:08:45 +00:00
Dmitry Marakasov
c6d5b93e99 - Unbreak by providing path to glut.h include
PR:		193550
Submitted by:	mazhe@alkumuna.eu
2014-09-11 14:40:48 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00