summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-05-30 09:11:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-05-30 09:11:52 +0000
commit1759b37af1cbf6b6d6f1bbf95e33f125b8fd611f (patch)
tree1f833a09d59367ca4fd4624d9910f73bc5342531 /astro
parent- Remove support for Linux 2.4 (diff)
- 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
Notes
Notes: svn path=/head/; revision=319410
Diffstat (limited to 'astro')
-rw-r--r--astro/google-earth/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index 01c0091449fe..77d61f53d5d3 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -40,14 +40,6 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS+= dri
.endif
-.if ${OSVERSION}<700055
-IGNORE= FreeBSD>=7.X is needed with Linux emulation 2.6.x
-.elif ${OSVERSION}<800076 && \
- (! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \
- ! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10))
-IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10)
-.endif
-
# Fixed by the first post-patch target line? Also, linprocfs needs to be mounted.
#.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64"
#BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422