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.
Currently, FreeBSD defines EXTRACT_CMD as $TAR, but DragonFly does not
have a default value for EXTRACT_CMD. Using $TAR instead of $EXTRACT_CMD
is a No-Op for FreeBSD, but restores the build on DragonFly which got
disrupted as a result of the previous commit.
- 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
- Add LICENSE_FILE and remove it from PORTDOCS
- Use NO_WRKSUBDIR to avoid redefining WRKSRC
- Create and install font indexes
- Simplify PORTDOCS installation
- Bump PORTREVISION
PR: 193542
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
Revert updating libXfonts 1.5.0 (only works with xorg-server >= 1.16.0)
Update libXfonts to 1.4.8 which was the intention at the beginning...
Pointyhay to: bapt
The MALAYALAM option was in place but not actually defined, so it
apparently got lost somewhere along the way. Restore it, then simplify
the port using OPTIONS_SUB=yes. The definitions of FONTSDIR and
CONFAVAILDIR weren't liked on DragonFly poudriere so those were reworked
to something more robust. While here pet portlint and do some cosmetic
alignments.
PR: 190822
Submitted by: Christopher Hall
Alef has been designed to meet very high standards whilst at a very small
size. It was created under the consideration of its primary use for digital
media, and overcomes great challenges in the rendition of small characters
and cross-platform adjustment.
The font supports Hebrew and various European Languages.
WWW: http://alef.hagilda.com/
PR: 191939
Submitted by: cjpugmed@gmail.com (maintainer)