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.
- 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]
- 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
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.
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.
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
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]
- Implementation of the packet capture library.
- A few more DirectWrite functions.
- Improvements in HTML table support.
- More VBScript math functions.
- Various bug fixes.
===> 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
===> 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