| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
10_1 31 Dec 2016 17:25:05 👁 Revision:430144 👁 Original commit message 👁 files touched by this commit
|
rene 👁 search for other commits by this committer
|
Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs (Only the first 15 lines of the commit message are shown above 👁 View all of this commit message ) |
10_1 13 Dec 2016 19:13:20 👁 Revision:428525 👁 Original commit message 👁 files touched by this commit
|
tijl 👁 search for other commits by this committer
|
Remove dependency on flash plugin. |
10 05 Sep 2016 19:23:42 👁 Revision:421387 👁 Original commit message 👁 files touched by this commit
|
tijl 👁 search for other commits by this committer
|
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.(Only the first 15 lines of the commit message are shown above 👁 View all of this commit message ) |
0.2 01 Apr 2016 14:00:57 👁 Revision:412346 👁 Original commit message 👁 files touched by this commit
|
mat 👁 search for other commits by this committer
|
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2 05 Apr 2015 07:23:50 👁 Revision:383259 👁 Original commit message 👁 files touched by this commit 👁 Sanity Test Failure
|
xmj 👁 search for other commits by this committer
|
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) |
0.2 05 Apr 2015 07:04:25 👁 Revision:383258 👁 Original commit message 👁 files touched by this commit
|
xmj 👁 search for other commits by this committer
|
emulators/linux-{c6,f10}: uses metaport
- use new USES= metaport, killing six lines.
DiffRev: https://reviews.freebsd.org/D2222
Approved by: swills (mentor) |
0.2 17 Dec 2014 16:56:58 👁 Revision:374864 👁 Original commit message 👁 files touched by this commit
|
xmj 👁 search for other commits by this committer
|
emulators/linux-f10: fix RUN_DEPENDS
- fix RUN_DEPENDS structure:
${PKGBASE}>0:${PORTSDIR}/category/portname ...
- bump PORTVERSION
PR: 195124
DiffRev: placeholder
Submitted by: adrian
Approved by: swills (mentor) |
0.1 23 Sep 2014 10:50:14 👁 Revision:369028 👁 Original commit message 👁 files touched by this commit
|
xmj 👁 search for other commits by this committer
|
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) |
0.1 22 Sep 2014 10:40:01 👁 Revision:368845 👁 Original commit message 👁 files touched by this commit
|
xmj 👁 search for other commits by this committer
|
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
(Only the first 15 lines of the commit message are shown above 👁 View all of this commit message ) |