notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/linux_base-c6/Makefile
SVNWeb

Number of commits found: 65

Wed, 13 Nov 2019
[ 10:33 tijl search for other commits by this committer ] Original commit   Revision:517369
Update nss to 3.44.0.
Wed, 10 Jul 2019
[ 14:40 tijl search for other commits by this committer ] Original commit   Revision:506352 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
Sat, 8 Jun 2019
[ 15:59 tijl search for other commits by this committer ] Original commit   Revision:503741 (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Address some portlint warnings in the Linux infrastructure ports.

Eliminate LINUXNAME from port Makefiles.  This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
Fri, 19 Apr 2019
[ 12:34 tijl search for other commits by this committer ] Original commit   Revision:499348
Update glibc to 2.12-1.212.el6_10.3.
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Sun, 26 Aug 2018
[ 19:53 pi search for other commits by this committer ] Original commit   Revision:478165 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
emulators/linux-c6: Update to CentOS 6.10

PR:		229979
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	xmj
Tue, 19 Jun 2018
[ 20:31 amdmi3 search for other commits by this committer ] Original commit   Revision:472820
- Fix OSVERSION conditions

Approved by:	portmgr blanket
Tue, 17 Apr 2018
[ 10:14 tijl search for other commits by this committer ] Original commit   Revision:467593
Update gcc to 4.4.7-18.el6_9.2.
Mon, 29 Jan 2018
[ 20:12 tijl search for other commits by this committer ] Original commit   Revision:460331
Update util-linux-ng to 2.17.2-12.28.el6_9.2.
Mon, 11 Dec 2017
[ 14:28 tijl search for other commits by this committer ] Original commit   Revision:456035
Update util-linux-ng to 2.17.2-12.28.el6_9.1.
Wed, 1 Nov 2017
[ 13:21 tijl search for other commits by this committer ] Original commit   Revision:453285 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Merge Linux ncurses-base into linux_base.  It's needed by ncurses-libs.
Thu, 5 Oct 2017
[ 16:06 tijl search for other commits by this committer ] Original commit   Revision:451320
Update libacl to 2.2.49-7.el6_9.1.
Fri, 7 Jul 2017
[ 15:19 tijl search for other commits by this committer ] Original commit   Revision:445259
Update glibc to 2.12-1.209.el6_9.2.

PR:		220489
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
[ 15:09 tijl search for other commits by this committer ] Original commit   Revision:445258
- Update security/linux-c6-nss to 3.28.4-3.el6_9. [1]
- Move nss-softokn-freebl to linux_base-c6 because it is needed by
  libcrypt.so (part of glibc).

PR:		220146 [1]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
Fri, 26 May 2017
[ 10:26 tijl search for other commits by this committer ] Original commit   Revision:441768 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Update to CentOS 6.9.

PR:		218732
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Thu, 9 Mar 2017
[ 19:10 tijl search for other commits by this committer ] Original commit   Revision:435785
Update util-linux-ng to 2.17.2-12.24.el6_8.3.

PR:		217394
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Wed, 1 Feb 2017
[ 17:39 tijl search for other commits by this committer ] Original commit   Revision:433058
Update GIO module cache on installation.
Tue, 31 Jan 2017
[ 16:54 tijl search for other commits by this committer ] Original commit   Revision:432937 (Only the first 10 of 887 ports in this commit are shown above. View all ports for this commit)
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
  a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 18 Jan 2017
[ 11:30 tijl search for other commits by this committer ] Original commit   Revision:431790
Update to bash 4.1.2-41.el6_8 and db4 4.7.25-20.el6_8.1.
Fix check-plist errors.

PR:		216219
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sat, 14 Jan 2017
[ 13:13 tijl search for other commits by this committer ] Original commit   Revision:431465
Don't use @dir for directories that may have filesystems mounted.  It may
not be possible to change their mode and timestamp like @dir tries to do.

PR:		215769
MFH:		2017Q1
Thu, 12 Jan 2017
[ 10:44 tijl search for other commits by this committer ] Original commit   Revision:431245 (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Make 64 bit Linux packages the default on amd64.
Wed, 23 Nov 2016
[ 11:11 tijl search for other commits by this committer ] Original commit   Revision:426893
Update to util-linux-ng 2.17.2-12.24.el6_8.1.

PR:		214772
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Fri, 4 Nov 2016
[ 15:43 jkim search for other commits by this committer ] Original commit   Revision:425333
Fix modes for /compat/linux/sys.

This commit is analogous to r425303 and r425309 for /compat/linux/proc.

MFH:		2016Q4
[ 08:02 bapt search for other commits by this committer ] Original commit   Revision:425303
Fix modes for /compat/linux/proc

When linprocfs is mounted the mode set to /compat/linux/proc is set to 555
while the package said 755 meaning pkg will try to change it 755 and fail
preventing upgrade or installation of the package because linprocfs does not
support changing attributes.

Enforce it to 555 to prevent that situation
Wed, 2 Nov 2016
[ 22:45 mat search for other commits by this committer ] Original commit   Revision:425174 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sat, 22 Oct 2016
[ 11:46 tijl search for other commits by this committer ] Original commit   Revision:424466
Update grep to 2.20-5.el6_8 and use SRC_SUFX.

PR:		213264
Submitted by:	pkubaj@anongoth.pl
Wed, 19 Oct 2016
[ 10:58 tijl search for other commits by this committer ] Original commit   Revision:424236
Since base r283461 /compat/linux/dev/shm must point to a tmpfs.  Make
/compat/linux/dev/shm a plain directory instead of a link to /tmp so we
don't force users to mount tmpfs on /tmp.  This also makes /dev/shm a
separate namespace from /tmp.

PR:		207769
Mon, 5 Sep 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:421387 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 1 Aug 2016
[ 22:23 tijl search for other commits by this committer ] Original commit   Revision:419460
Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH to define DISTINFO_FILE and PLIST.
Mon, 20 Jun 2016
[ 17:13 tijl search for other commits by this committer ] Original commit   Revision:417169 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
Update Linux ports to Centos 6.8.

PR:		210373
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D6891
Sun, 5 Jun 2016
[ 20:53 tijl search for other commits by this committer ] Original commit   Revision:416435
Bump PORTREVISION for previous commit.
[ 19:35 tijl search for other commits by this committer ] Original commit   Revision:416420
Update krb5-libs to 1.10.3-42z1.el6_7.
Sun, 15 May 2016
[ 14:51 bapt search for other commits by this committer ] Original commit   Revision:415233
Do not try to load the linux* modules from the pre install scripts

It will always fail when jailed, it is also inaccurate given we now have
linux and linux64 modules. There is alrady a test before that via checking
compat.linux.* which is good enough to determien if linux emulation is supported
Wed, 13 Apr 2016
[ 01:49 swills search for other commits by this committer ] Original commit   Revision:413168 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
CentOS ports: for c6_64, install 32bit libraries alongside

PR:		206943
Submitted by:	xmj
Wed, 17 Feb 2016
[ 18:25 des search for other commits by this committer ] Original commit   Revision:409060
Update glibc and glibc-common to latest version

PR:		207272
Submitted by:	Johannes Jost Meixner <johannes@meixner.dk>
MFH:		2016Q1
Security:	CVE-2015-7547
Sat, 30 Jan 2016
[ 18:30 miwi search for other commits by this committer ] Original commit   Revision:407537 (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Welcome Centos 6.7

- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
Thu, 5 Nov 2015
[ 12:36 mat search for other commits by this committer ] Original commit   Revision:400848 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
Wed, 7 Oct 2015
[ 20:59 robak search for other commits by this committer ] Original commit   Revision:398788
emulators/linux_base-c6: fix unfetchable distfiles

- After Centos 6.6 was deprecated, the MASTER_SITE_SUBDIR was pointing to no
longer
  existing location. This change gets that fixed, allowing the port to build
again.

Submitted by:	Pawel Biernacki <pawel.biernacki@gmail.com>
MFH:		2015Q4
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Sun, 9 Aug 2015
[ 19:14 netchild search for other commits by this committer ] Original commit   Revision:393817 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 26 Jul 2015
[ 13:35 antoine search for other commits by this committer ] Original commit   Revision:392922 (Only the first 10 of 330 ports in this commit are shown above. View all ports for this commit)
Unbreak INDEX, reverting r392921

With hat:	portmgr
[ 13:06 netchild search for other commits by this committer ] Original commit   Revision:392921 (Only the first 10 of 330 ports in this commit are shown above. View all ports for this commit)
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 15 Jul 2015
[ 18:35 tijl search for other commits by this committer ] Original commit   Revision:392189
- Update to db4-4.7.25-19.el6_6
- Update to freetype-2.3.11-15.el6_6.1
- Update to glibc-2.12-1.149.el6_6.9
- Update to krb5-libs-1.10.3-37.el6_6
- Add symlink from /usr/lib/librt.so.1 to /lib/librt.so.1.  This shadows
  FreeBSD /usr/lib/librt.so.1 and fixes some applications (e.g. Maple)

MFH:		2015Q3
Security:	CVE-2012-5669
Security:	CVE-2013-7423
Security:	CVE-2014-6040
Security:	CVE-2014-7817
Security:	CVE-2014-9657
Security:	CVE-2014-9658
Security:	CVE-2014-9660
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 18 Apr 2015
[ 17:29 xmj search for other commits by this committer ] Original commit   Revision:384242
emulators/linux_base-c6: Add libblkid RPM

- Add libblkid to DISTFILES.
  the corresponding src distfile is
  util-linux-ng-2.17.2-12.18.el6.src.rpm

PR:		199083
Differential Revision:	https://reviews.freebsd.org/D2315
Submitted by:	trasz
Reviewed by:	eadler, trasz
Sun, 8 Feb 2015
[ 10:34 tijl search for other commits by this committer ] Original commit   Revision:378639
- White space fixes
- Like r315899 did for linux_base-f10, add some symlinks to linux_base-c6
  for executables that exist in /usr/bin on Linux but /bin on FreeBSD.
  This guarantees that Linux shell scripts run the Linux executables and
  not the FreeBSD ones.

PR:		197406
Wed, 28 Jan 2015
[ 08:41 xmj search for other commits by this committer ] Original commit   Revision:378049
emulators/linux_base-c6: update glibc

- Update to a GHOST-free glibc version.

Differential Revision:	https://reviews.freebsd.org/D1695
Security:	0765de84-a6c1-11e4-a0c1-c485083ca99c
Approved by:	so@ (des)
MFH:		2015Q1
Tue, 9 Dec 2014
[ 17:47 xmj search for other commits by this committer ] Original commit   Revision:374415
Force PREFIX to LINUXBASE

Using pkg with linux packages will generate conflicts with non-linux ports if
PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to
LINUXBASE, which can be overridden separately.

Differential Revision:	https://reviews.freebsd.org/D1265
Approved by:    koobs, swills (mentors)
Tue, 2 Dec 2014
[ 18:37 xmj search for other commits by this committer ] Original commit   Revision:373778
linux_base-f10/c6: add missing gmp

- expr(1) and factor(1) currently shipped with linux emulation fail, due to
  missing gmp libraries. Add these to allow the correct behavior
- Bump PORTREVISIONs

PR: 		195084
Differential Revision:	https://reviews.freebsd.org/D1252
Submitted by:	Jan Beich <jbeich@vfemail.net>
Approved by:	swills (mentor)
Tue, 11 Nov 2014
[ 15:20 xmj search for other commits by this committer ] Original commit   Revision:372451
emulators/linux_base-c6: distfiles cleanup

- replace two i686 distfiles in SRC_DISTFILES with their src.rpm counterpart

Reported by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	swills (mentor)
[ 13:06 xmj search for other commits by this committer ] Original commit   Revision:372445 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
Upgrade CentOS to 6.6

- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
Mon, 27 Oct 2014
[ 13:11 xmj search for other commits by this committer ] Original commit   Revision:371573
emulators/linux_base-c6: fix build/packaging as unprivileged user.

- Allow build/packaging as unprivileged user.

PR:	193848
Differential Revision:	https://reviews.freebsd.org/D989
Submitted by:	mandree
Approved by:	swills (mentor)
Fri, 26 Sep 2014
[ 17:06 xmj search for other commits by this committer ] Original commit   Revision:369331
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
Mon, 22 Sep 2014
[ 10:40 xmj search for other commits by this committer ] Original commit   Revision:368845 (Only the first 10 of 428 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 8 Jun 2014
[ 19:51 olgeni search for other commits by this committer ] Original commit   Revision:357070 (Only the first 10 of 101 ports in this commit are shown above. View all ports for this commit)
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Sun, 2 Feb 2014
[ 06:58 netchild search for other commits by this committer ] Original commit   Revision:342245
Add libuuid:
 - f10 had it
 - this fixes at least the flashplugin with this linux_base

Fix comment.

PR:		186118
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Fri, 24 Jan 2014
[ 22:01 netchild search for other commits by this committer ] Original commit   Revision:340934
Update to 6.4.

Submitted by:	Johannes Meixner <xmj@chaot.net>
Thu, 10 Oct 2013
[ 16:12 rene search for other commits by this committer ] Original commit   Revision:330014
- Add staging support
- Properly handle yp.conf and krb5.conf
- Remove some assignments with default values

Note that staging warns about etc/*shadow not being readable, because their
permissions are 0.
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Thu, 30 May 2013
[ 09:11 rene search for other commits by this committer ] Original commit   Revision:319410 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
  bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
Mon, 22 Apr 2013
[ 16:24 bapt search for other commits by this committer ] Original commit   Revision:316247
On all supported version of FreeBSD tar do support rpm as an archive format.
So directly use tar to extract linux* distfiles instead of rpm2cpio.
Mon, 11 Mar 2013
[ 20:49 rene search for other commits by this committer ] Original commit   Revision:313939
Add back the MASTERSITE containing the sources, to be compliant with
the GPL (it _is_ working after all).

Reported by:	netchild@
[ 09:13 rene search for other commits by this committer ] Original commit   Revision:313862
- Fix fetch [1]
- Convert Makefile header
- Slightly pet portlint
Submitted by:	tijl@ via freebsd-emulation@ [1]
Tested with:	'make checksum' (before and after)
Sun, 22 Apr 2012
[ 19:23 netchild search for other commits by this committer ] Original commit 
Update TODO list.
[ 19:20 netchild search for other commits by this committer ] Original commit 
Add missing source RPMs.
[ 09:24 netchild search for other commits by this committer ] Original commit 
After repocopy (by marcus@) from linux_base-f10:

Add linux_base-c6 port. This is a linux_base port based upon CentOS 6.
CentOS 6 is supported upstream (so far) until November 30, 2020.

Compared to the port as submitted in the PR, I added most SRC_DISTFILES
and set the maintainer to emulation@ (discussed with the submitter).

Not connected to the ports collection (emulation/Makefile) yet, first I want
to find the missing src RPMs (compat-*, stdc++, ...). The port is committed
anyway, so that people can help with the TODO list (in the Makefile).

WARNING: it is highly experimental to use this port instead of the default
linux_base port. You need to set compat.linux.osrelease to 2.6.18, so watch
out for unimplemented syscalls (most recent 8-stable / 9-stable or -current
is recommended for this).

Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
PR:             165900

Number of commits found: 65