Commit graph

5307 commits

Author SHA1 Message Date
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
Antoine Brodin
5089b86f22 - Allow staging as a regular user
- USES=kmod and simplify
2014-09-10 14:59:31 +00:00
Kris Moore
c69500bc67 Update the pipelight-mkufs script to mount zvols late 2014-09-10 13:34:03 +00:00
John Marino
efd0d5fc6e Remove virtualbox-*-legacy due to lack of staging
The virtualbox-ose-kmod-legacy port is staged, but it has no purpose
without the unstaged virtualbox-ose-legacy port, so both ports have
been removed at the same time.
2014-09-09 19:18:28 +00:00
John Marino
cc9dd71e48 Stage emulators/linx_base-gentoo-stage3
This is a slave port to the staged master port emulators/
linux_dist-gentoo-stage3, so staging has already been implemented.
2014-09-09 18:37:09 +00:00
John Marino
4060c14909 emulators/mupen64plus-video-z64: preserve a bit longer
Most of the mupen64plus ports support stage out of the box, just
remove "NO_STAGE=yes".  However, this port is broken for another
reason.  To avoid it being pruned for being unstaged, remove NO_STAGE
but leave it broken to give somebody a little more time to fix the
glew dependency issue.
2014-09-07 18:27:58 +00:00
Kris Moore
38435c8f0d - Add pipelight-mkufs script for users on ZFS
- Add pkg-message for initial pipelight setup / usage
- Bump PORTREV
2014-09-05 19:38:06 +00:00
Kris Moore
e2ab3d1110 - Ignore bash from PATH
PR: 193287
Submitted by: Jan Beich <jbeich@vfemail.net>
2014-09-05 18:56:06 +00:00
Ganael LAPLANCHE
6d02d4ca51 Update to 4.0.2
PR:		193001
Submitted by:	amdmi3
2014-09-04 08:27:10 +00:00
Vanilla I. Shu
27a66f0176 Upgrade to 1.2.5.
PR:		ports/193155
Submitted by:	Ports Fury.
2014-09-03 03:36:41 +00:00
Baptiste Daroussin
6595501b3c Remove useless @cwd 2014-09-02 15:05:06 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Adam Weinberger
eb76da82f8 Fix build on 8 and 9. 2014-09-01 16:34:26 +00:00
Baptiste Daroussin
931a6f1635 Remove non staged ports without pending PR from d* 2014-09-01 15:44:17 +00:00
Baptiste Daroussin
d96aa38d95 Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
2014-09-01 13:03:25 +00:00
David Naylor
6f539ab817 Update emulators/i386-wine-devel (and -compholio) to 1.7.25.
Also, fix build of i386-wine-* on 32-bit environments (move $MKDIR to prior
the $INSTALL).
2014-08-30 08:03:30 +00:00
Juergen Lock
83097b9388 - bsd-user: Increase MAX_ARG_PAGES to 64.
- Bump PORTREVISION.

Submitted by:	sbruno
Obtained from:	200e09e4bf
2014-08-29 19:20:58 +00:00
Vanilla I. Shu
2ae4c71604 Upgrade to 1.3.
PR:		ports/193032
Submitted by:	Ports Fury.
2014-08-28 05:49:10 +00:00
Dmitry Marakasov
25a2430700 - Fix shebangs
- Strip libraries
2014-08-27 20:25:51 +00:00
Tijl Coosemans
e60dde33b6 Add missing libs 2014-08-27 20:10:54 +00:00
Tijl Coosemans
d8ed500a4c Convert to USES=libtool:keepla 2014-08-27 19:55:11 +00:00
Tijl Coosemans
423c191eb9 Convert to USES=libtool. Because the bundled libtool is too old to work
with devel/libltdl libtoolize and other autotools are needed.
2014-08-27 19:12:21 +00:00
Adam Weinberger
1e83d51e58 Fix a build failure. Still fails later in the build. 2014-08-26 22:34:57 +00:00
Tijl Coosemans
7ac002aef0 - Convert to USES=libtool
- Add missing dependency on libfreetype and USE_XORG xxf86vm
- Remove remnants of broken SDL support
- Replace patch with post-patch command
2014-08-26 19:55:44 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Antoine Brodin
6aaebb81f1 Use @sample keyword 2014-08-26 05:34:43 +00:00
David Naylor
68ea15cd5b IGNORE emulators/i386-wine(-devel)? on ARCH=i386, fix lib bundling.
Due to the hackery things these ports do to properly work under amd64, it
results in issues for pkg.  This port - although it needs to build under
i386 - is not intended to be consumed under i386.  The normal wine(-devel)?
ports should be consumed on an i386 system and these ports should be
consumed on an amd64 system. [1]

Reorder the library detection to pick up soft dependencies first, then the
linked to libraries.  Prior to this change any libraries required by a soft
dependency wasn't bundled, for example libgnutls.so.28 did not have its
dependencies bundled. [2][3]

Requested by:	bdrewery [1]
Reported by:	Joseph Mingrone <jrm@ftfl.ca> [2]
		Beeblebrox <zaphod@berentweb.com> [3]
2014-08-25 20:02:20 +00:00
Gerald Pfeifer
ef5e9178b1 Update to Wine 1.7.25. This includes the following changes:
- Implementation of the packet capture library.
 - A few more DirectWrite functions.
 - Improvements in HTML table support.
 - More VBScript math functions.
 - Various bug fixes.
2014-08-25 08:11:48 +00:00
Vanilla I. Shu
017816e1d9 Stagify. 2014-08-25 06:41:25 +00:00
Antoine Brodin
175d995b80 Mark BROKEN: Fails to build
===>  Building for mupen64plus-video-z64-2.0_1
    CC  _obj/osal_dynamiclib_unix.o
    CXX _obj/rgl.o
In file included from ../../src/rgl.cpp:80:
../../src/rgl.h:29:18: error: glew.h: No such file or directory
...

Reported by:	pkg-fallout
With hat:	portmgr
2014-08-24 09:21:43 +00:00
Antoine Brodin
ccd59f1516 Mark linux_dist-gentoo-stage3 BROKEN, Fails to package
===>  Building package for linux_dist-gentoo-stage3-20140812
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/ld-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libBrokenLocale-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libanl-2.17.so): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libc-2.17.so): No such file or directory
..

Reported by:	pkg-fallout
2014-08-24 09:18:37 +00:00
John Marino
8a2e42acaf emulators/gxemul: Upgrade version 0.6.0 => 0.6.0.1
PR:		192789
Submitted by:	Ports Fury
2014-08-24 09:17:19 +00:00
Thomas Zander
1bf6562e6c - Fix make index
Reported by:	antoine
Approved by:	mentors (implicit)
2014-08-23 17:05:45 +00:00
Thomas Zander
77d0a14284 - Update to version 0.51.9
- Update WWW in pkg-descr
- Pet portlint

PR:		192790
Submitted by:	tkato432@yahoo.com
Approved by:	mentors (implicit)
2014-08-23 16:58:25 +00:00
Juergen Lock
cc89976501 Fix indentation. 2014-08-22 23:28:39 +00:00
Juergen Lock
4502405c48 - bsd-user: fix sysctl hw.physmem if host bitsize != target's.
- Bump PORTREVISION.

Reported by:	sbruno
2014-08-22 23:11:59 +00:00
Alex Kozlov
7f1401dad1 - Update to 1.33
PR:	192684
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-08-22 13:54:37 +00:00
Dmitry Marakasov
4da73f2ed0 - Add missing patch 2014-08-22 10:01:59 +00:00
Dmitry Marakasov
536d89a7a6 - Switch to bundled SFML in preparation to ports' SFML update (bundled one was used anyway, probably conflictiong with systemwide one)
- Add USES=compiler:c++11-lib to fix build on 9.x
- Patch build system to not pick up includes from systemwide SFML (also submitted upstream)
- Minor whitespace fix

Approved by:	portmgr blanket (for bits not related to sfml update)
2014-08-22 10:01:19 +00:00
Dmitry Marakasov
45840046f2 - Switch to sfml1 in preparation to sfml update
- SFML is only needed for LINK option
- Fix build when LIRC is enabled

Approved by:	portmgr blanket
2014-08-19 12:42:11 +00:00
Kris Moore
3874dddae5 - Make pipelight depend on the new i386-wine-compholio on amd64
- Bump PORTREV
2014-08-18 19:15:51 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
David Naylor
1d085932a2 Introduce emulators/i386-wine-compholio.
This is the companion port to wine-compholio: proving a means to compile,
and binaries, for FreeBSD/amd64.
2014-08-18 19:11:08 +00:00
Juergen Lock
b41ddd0635 - Update to 2.0.2, announce message is here:
http://thread.gmane.org/gmane.comp.emulators.qemu/291585

- Strip executables by default.
- Switch to USES=python:2,build.
2014-08-18 18:53:16 +00:00
David Naylor
963045e110 Update emulators/i386-wine-devel to 1.7.24.
Also, fix the binbounce script to properly invoke LD_32_LIBRARY_PATH_RPATH.

Reported by:	Nils Beyer <nbe@renzel.net>
2014-08-18 18:18:42 +00:00
Gabor Kovesdan
8f29815560 - Update distinfo (forgotten in previous commit)
Reminded by:	adam
2014-08-17 17:01:45 +00:00
Marcus von Appen
75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00
Alexander Leidinger
8c9a0336e9 Fix SRPM checksums and size for gamin (was a HTML page
instead of a SRPM).

Add additional master sites for the gamin SRPM.

Only affects automated package building systems (fetch-only,
build and packages are not affected), so no revision-bump.
Assumption: new distfiles are copied to mirrors even if the
package didn't change.

Noticed by:	Matthias Apitz <guru@unixarea.de>, nox
2014-08-15 20:53:00 +00:00
John Marino
c67f10d9ea Stage all emulators/mupen64plus ports
PR:		190081
Submitted by:	Matthieu Volat
Tweaks by:	marino
2014-08-14 22:05:53 +00:00
Gabor Kovesdan
faf0e0c64b - Update to 20140812
- Stage
2014-08-13 09:32:16 +00:00
Tijl Coosemans
49108186e8 comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
2014-08-11 13:59:47 +00:00
John Marino
906f3ef24c emulators/mupen64plus: Reset maintainer
All the slave ports have already been reset, but a PR that still hasn't
been processed spared this one.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:55:44 +00:00
Joerg Wunsch
7f5ee7a41e Replace homegrown glue by @fontsdir. 2014-08-10 21:51:07 +00:00
John Marino
676ee8c042 emulators/hatari: upgrade version 1.7.0 => 1.8.0
PR:		192476
Submitted by:	Ports Fury
2014-08-10 09:34:54 +00:00
Gerald Pfeifer
b82fbea7a7 Update to Wine 1.7.24. This includes the following changes:
- Beginning of some DirectWrite classes implementation.
 - Initial wrapper dll for the packet capture library.
 - Some crypto improvements.
 - Various bug fixes.
2014-08-10 02:22:38 +00:00
David Naylor
78eec6ac57 Various improvements for emulators/i386-wine-devel.
* Add support for a forthcoming i386-wine-compholio port [1]
 * Fix binbounce for RPATH issues [1]

A port revision bump is not possible due to the complexities for the wine
ports.  The impact is minimised by timing these updates closely with the
underlying updates of wine-devel.

Requested by:	[1] Kris Moore <kris@pcbsd.org>
Reported by:	[2] Nils Beyer <nbe@renzel.net>
2014-08-09 10:17:23 +00:00
Tilman Keskinoz
80b3ab923d Chase library dependencies after libcdio <-> libcdio-paranoia split
PR:		192271
2014-08-09 10:06:54 +00:00
Joerg Wunsch
d014ce18a8 Add stage support.
Fix a bug when running in a 64-bit environment that made it crash
immediately.
2014-08-09 08:03:35 +00:00
Dmitry Marakasov
5d866bf010 - Fix plist
Approved by:	portmgr blanket
2014-08-06 16:08:08 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Dirk Meyer
8233c282c0 - fix iconv on FreeBSD-10
- fix build when CFLAGS is set in /etc/make.conf
- support build on amd64 when lib32 is present
2014-08-03 17:33:22 +00:00
Dirk Meyer
2831625c5d - fix order in USES 2014-08-03 16:19:17 +00:00
Dirk Meyer
d5d0f8e248 - restore verbose 2014-08-03 15:46:31 +00:00
Dirk Meyer
bd578e81bd - rename patch files 2014-08-03 15:43:37 +00:00
David Naylor
910377ca7d Update emulators/i386-wine to 1.6.2_4. 2014-08-03 11:38:41 +00:00
David Naylor
d272fad0ee Update emulators/i386-wine-devel to 1.7.23. 2014-08-02 12:47:56 +00:00
Guido Falsi
4d83618c11 Update mame/mess to 0.154
PR:		188861
Submitted by:	Ports Fury
2014-08-01 08:13:29 +00:00
Antoine Brodin
1aedb04602 Unbreak a bit
With hat:	portmgr
Pointy hat:	adamw
2014-07-31 07:43:12 +00:00
John Marino
9a3418c225 emulators/pearpc: Upgrade version 0.4 => 0.5 and stage
PR:		191819
Submitted by:	Ports Fury
2014-07-30 23:02:15 +00:00
Kris Moore
3e2969f6fd Switch to USE_GCC=yes 2014-07-30 16:11:35 +00:00
Kris Moore
5fc4f24626 Fix a typo in setting PLIST=
Submitted by: John Hein <john.hein@microsemi.com>
2014-07-30 14:18:32 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
c132301983 Remove empty post-patch. 2014-07-30 01:17:53 +00:00
Adam Weinberger
e1ff2c5fe6 Fix build without gcc. 2014-07-30 01:12:54 +00:00
Adam Weinberger
ee2ac9ae22 This port remains unstaged, but this should at least fix the build without gcc.
Approved by:	portmgr (not really, but it's still unstaged).
2014-07-30 01:03:40 +00:00
Adam Weinberger
bc030c9f40 This port is still unstaged, but this should at least fix the
build without gcc.

Approved by:	portmgr (not really, but it's still unstaged)
2014-07-30 00:59:45 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
John Marino
6ef2bc3db1 emulators/higan: Fix GLX support
PR:		190308
Reported by:	aksyom (gmail)
Fixed by:	maintainer (Naram Qashat)
2014-07-28 19:14:36 +00:00
Adam Weinberger
79d6017866 Rename emulators/ patch-xy patches to reflect the files they modify. 2014-07-28 18:39:29 +00:00
Adam Weinberger
750abee458 Use OPTIONS instead of WITH_* and checking whether dependencies are already installed. 2014-07-28 18:34:13 +00:00
John Marino
9ca8e16ceb stage emulators/tpm-emulator
While here, simplify powerpc breakage, remove reference to BERLIOS

PR:		191727
Submitted by:	Dan Lukes
2014-07-27 13:28:00 +00:00
Gerald Pfeifer
d7df57922a Update to Wine 1.7.23. This includes the following changes:
- Better support for files drag & drop.
 - Improvements to HTTP cookie management.
 - Fixes to crypto certificates management.
 - Various bug fixes.
2014-07-26 11:34:05 +00:00
Dmitry Marakasov
739b02059d - Fix plist
- Require desktop-file-utils as suggested by check-sanity

Approved by:	portmgr blanket
2014-07-25 19:03:47 +00:00
Kris Moore
47d26453e5 Fix a bug in previous commit, link to correct distfiles locations 2014-07-24 21:27:06 +00:00
Kris Moore
14f1f1dedf - Update to 0.2.7.3
- Improve build to include preload.tar.gz files
- Depend upon X11
2014-07-24 21:13:31 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Danilo Egea Gondolfo
3ed93d2cde - Update from 0.43 to 0.44 2014-07-24 15:06:07 +00:00
Kris Moore
7d550b8d2e Enable HAL support for wine-compholio build, it is often used to get unique
hardware information for DRM checks to work in emulators/pipelight
2014-07-24 13:58:01 +00:00
Dmitry Marakasov
a9e8daed8c - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-23 22:33:59 +00:00
Dmitry Marakasov
642fda6089 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-23 22:32:13 +00:00
Kris Moore
38c48b2343 Use more recent gcc 4.7 or later to compile pipelight 2014-07-23 22:09:11 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Kris Moore
9be0d645fd Switch depend for pipelight-i386 to emulators/wine-compholio 2014-07-23 13:23:43 +00:00
Kris Moore
a723c202b7 Add slave-port for emulators/wine-compholio, which will allow pkg users
to install proper wine version for use with pipelight
2014-07-23 13:19:40 +00:00
Kris Moore
267dca77c1 - Fix building pipelight on FreeBSD 9 and earlier
PR: 192048
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
2014-07-23 13:16:29 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Adam Weinberger
e081d9b9ed Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
2014-07-21 17:47:52 +00:00
Adam Weinberger
afe1d80862 Use DISTFILES instead of DISTNAME to fix build. 2014-07-20 19:44:42 +00:00
Kurt Jaeger
16a68097dd emulators/joytran: provide correct distinfo
PR:		191893
Submitted by:	beyert@cs.ucr.edu (maintainer)
2014-07-20 07:04:24 +00:00
Kris Moore
78cd9966cf Fix build 2014-07-19 13:16:02 +00:00
David Naylor
a99e0c3598 Update emulators/i386-wine-devel to 1.7.22. 2014-07-19 12:40:15 +00:00
Philippe Audeoud
11d9cb5b48 - Update to 0.8.7
PR:		ports/191760
Submitted by:	maintainer
Sponsored by:	Orange Business Services
2014-07-17 15:22:02 +00:00
Kurt Jaeger
08df28733e emulators/joytran: 0.9.5.1 -> 0.9.5.2
- stripped binary
- USES update

PR:		191893
Submitted by:	beyert@cs.ucr.edu (maintainer)
2014-07-17 05:40:11 +00:00
David Naylor
b7546c2037 Update emulators/i386-wine to 1.6.2_2. 2014-07-16 19:31:12 +00:00
Baptiste Daroussin
06af334ab9 Fix non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:05:11 +00:00
Adam Weinberger
bdeb856151 Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. 2014-07-15 23:30:05 +00:00
Kris Moore
953a3a7978 - Cleanup Makefile includes, remove depreciated MAN1= entry 2014-07-15 18:07:08 +00:00