Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.2_3 31 Dec 2016 17:25:05 |
rene |
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 ) |
2.4.2_3 07 Sep 2016 12:43:22 |
tijl |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
2.4.2_2 05 Sep 2016 19:23:42 |
tijl |
- 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 ) |
2.4.2_2 13 Nov 2014 17:51:11 |
antoine |
Cleanup plist |
2.4.2_2 22 Sep 2014 10:40:01 |
xmj |
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 ) |
2.4.2_1 20 Sep 2014 14:13:41 |
bdrewery |
Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.
In the meantime, the new Linux ports are being tested and should arrive
soon.
With hat: portmgr |
2.4.2_1 20 Jul 2014 12:06:47 |
rene |
Mark vulnerable linux-f10 ports as forbidden (category s*)
Approved by: portmgr (bapt) |
2.4.2_1 06 Oct 2013 14:53:00 |
rene |
Add staging support for linux-f10-* ports maintained by emulation@
(category security). |
2.4.2_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.4.2_1 23 Oct 2012 19:04:19 |
bsam |
. remove directories installed by other porst from pkg-plist; [1]
. use two line style header; [1]
. change "${.CURDIR}/.." to "${PORTSDIR}/security" for DESCR.
PR: ports/172966 [1]
Submitted by: Barbara <barbara.xxx1975@libero.it> [1]
Feature safe: yes |
2.4.2_1 14 Jan 2012 22:35:19 |
netchild |
Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.
Reported by: Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1] |
2.4.2 23 Sep 2011 18:14:05 |
bsam |
Add linux-f10-gnutls 2.4.2, GNU Transport Layer Security library.
Changes over original shar file at the PR:
. change the maintainer to emulation@ (since it's an infrastructure linux port);
. use the latest version of the package (2.4.2-5.fc10);
. fix pkg-plist.
PR: ports/159007
Submitted by: Stas Timokhin <devel@stasyan.com> |