notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: astro/google-earth/Makefile

Number of commits found: 82

Saturday, 1 Jan 2022
12:47 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-01-01 astro/google-earth: Needs newer version to connect to server
2022-01-01 net/tramp: Not updated in 5 years and now part of Emacs
2022-01-01 archivers/p7zip-codec-rar: Unmaintained for years and has known
vulnerabilities
commit hash: 30912390ecb1d529735c0364eff48ecfdf102511 commit hash: 30912390ecb1d529735c0364eff48ecfdf102511 commit hash: 30912390ecb1d529735c0364eff48ecfdf102511 commit hash: 30912390ecb1d529735c0364eff48ecfdf102511 3091239
Tuesday, 19 Oct 2021
12:46 Fernando Apesteguía (fernape) search for other commits by this committer
astro/google-earth: mark as DEPRECATED

Google Earth needs version 7.1.8 or later required to run[1] since October 2020.

In order to update the port we need _at least_ linux ports for:

 * libproxy
 * gstreamer
 * gstreamer-plugin-base
 * libmodman
 * orc

But in the end it fails at runtime because our linuxolator glibc is too old
(GLIBC_2.17 vs GLIBC_2.18).

[1]
https://support.google.com/earth/thread/43329999/ending-support-for-earlier-versions-of-google-earth?hl=en

PR: 251635
commit hash: 0fdd00b27df5ca783f0e6d87618af662c9082e9e commit hash: 0fdd00b27df5ca783f0e6d87618af662c9082e9e commit hash: 0fdd00b27df5ca783f0e6d87618af662c9082e9e commit hash: 0fdd00b27df5ca783f0e6d87618af662c9082e9e 0fdd00b
Thursday, 6 May 2021
11:47 Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part two.

Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 3505159
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 31 Jan 2017
20:51 tijl search for other commits by this committer
Add 64 bit support.

PR:		216573
Original commitRevision:432956 
Friday, 4 Nov 2016
20:19 tijl search for other commits by this committer
Update to 7.1.7.2606 and allow hardware 3D rendering with Mesa drivers.

Note the previous version was actually 6.0.3.2197, not 7.1.5.1557.
Original commitRevision:425359 
Thursday, 3 Nov 2016
21:47 tijl search for other commits by this committer
Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
Original commitRevision:425274 
Wednesday, 7 Sep 2016
12:43 tijl search for other commits by this committer
- 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
Original commitRevision:421496 
Monday, 5 Sep 2016
19:23 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.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Monday, 29 Aug 2016
14:33 woodsb02 search for other commits by this committer
astro/google-earth: Update to 7.1.5.1557
- Switch to USES=makeself to minimize Makefile
- Improve COMMENT and pkg-descr, to clarify exactly what this port provides
- Do not set WRKSRC, as the default works just fine
- Fix whitespace at the end of LINUX_DRI_DESC (pet portlint)
- Install files with COPYTREE_SHARE instead of CP, to ensure permissions are set
correctly
- Remove redundant -f after ${RM}

Changes this release:
 
http://www.gearthblog.com/blog/archives/2015/05/new-version-google-earth-7-1-5.html

Reviewed by:	adamw (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7673
Original commitRevision:421061 
Wednesday, 24 Aug 2016
16:24 woodsb02 search for other commits by this committer
astro/google-earth: Fix post-patch related to NVIDIA options post r420803

PR:		201693
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7636
Original commitRevision:420805 
15:43 woodsb02 search for other commits by this committer
astro/google-earth: Allow installation with NVIDIA legacy drivers

PR:		201693
Submitted by:	cmangin@arobas.net
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7629
Original commitRevision:420803 
Thursday, 23 Jun 2016
07:09 bapt search for other commits by this committer
Prefer relative links to make packages more relocation friendly
Original commitRevision:417348 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 9 Jan 2016
15:07 sbruno search for other commits by this committer
Add linux-c6-nss as a dependency.

PR:	202640
Submitted by:	Johannes Meixner <johannes@meixner.dk>
Original commitRevision:405637 
Monday, 14 Dec 2015
02:52 eadler search for other commits by this committer
Reset maintainer
Original commitRevision:403704 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Monday, 22 Sep 2014
10:40 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

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.
Original commitRevision:368845 
Monday, 1 Sep 2014
13:03 bapt search for other commits by this committer
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366875 
Tuesday, 20 May 2014
19:14 nox search for other commits by this committer
Seems pre-su-install breaks building as user now - in this case we only
need it with pkg_* so add a WITH_PKGNG check.
Original commitRevision:354668 
Wednesday, 29 Jan 2014
22:39 nox search for other commits by this committer
- Switch to USE_LINUX_APPS= curl instead of shipped libcurl, this
  seems to fix the search box.
- Bump PORTREVISION.
Original commitRevision:341788 
Sunday, 26 Jan 2014
19:06 nox search for other commits by this committer
- Switch to USES= shared-mime-info desktop-file-utils.
- Stagify.
Original commitRevision:341259 
Wednesday, 11 Dec 2013
18:39 nox search for other commits by this committer
Sync RESTRICTED with what's in LEGAL.

Submitted by:	eadler
Original commitRevision:336192 
Friday, 20 Sep 2013
13:14 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Original commitRevision:327701 
Wednesday, 31 Jul 2013
06:54 az search for other commits by this committer
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
Original commitRevision:324007 
Thursday, 30 May 2013
09:11 rene search for other commits by this committer
- 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
Original commitRevision:319410 
Sunday, 21 Apr 2013
14:08 nox search for other commits by this committer
- Update to 6.0.3.2197, adding a fix [1] for 9.x crashes.

PR:		ports/160422
Submitted by:	COURRAUD Cybil <freebsd2013@cyb.fr> [1]
Tested by:	several people on -emulation, thanx! :)
Feature safe:	yes
Original commitRevision:316179 
Wednesday, 25 Jul 2012
06:32 cs search for other commits by this committer
Fix typos in COMMENT
Original commit
Friday, 13 Apr 2012
17:29 nox search for other commits by this committer
Fix plist.

Submitted by:   pkgng build on pointyhat via bapt
Original commit
Tuesday, 31 Jan 2012
22:14 nox search for other commits by this committer
- The old version is 5.2.1.1588 actually (have I really used the wrong
  version or have google changed it?)  [1]

  But this version also crashes on 9.x/amd64:

       
http://people.freebsd.org/~nox/tmp/google-earth-5.2.1.1588/9-nvidia-amd64/crashlog-4f286531.txt

- Bump PORTEPOCH once more. :(

Submitted by:   pointyhat via pav
Original commit
Sunday, 29 Jan 2012
16:27 nox search for other commits by this committer
- Go back to previous version, 6.0.3.2197, as the new one, 6.2.0.5905,
  not only still crashes on 9.x/amd64 [1] but now also on 8.x with
  Radeon Graphics: (using Xorg drivers as there is no fglrx for FreeBSD)

       
http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/8-radeon-amd64/crashlog-4f24bff5.txt

  Port shar for 6.2.0.5905 for testing:

       
http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/google-earth-6.2.0.5905.shar

  Crashlog for 6.2.0.5905 on 9.x/amd64 with Nvidia Graphics:

       
http://people.freebsd.org/~nox/tmp/google-earth-6.2.0.5905/9-nvidia-amd64/crashlog-4f24c0d5.txt

  Crashlog for 6.1.0.5001 on 9.x/amd64 with Nvidia Graphics for comparison:

       
http://people.freebsd.org/~nox/tmp/google-earth-6.1.0.5001/9-nvidia-amd64/crashlog-4f16ff57.txt

- Bump PORTEPOCH.

PR:             ports/160422 [1]
Submitted by:   "Hartmann, O." <ohartman@zedat.fu-berlin.de> [1]
Original commit
Wednesday, 18 Jan 2012
17:56 nox search for other commits by this committer
Update to 6.1.0.5001 (which unfortunately still crashes on >= 9.0/amd64 ):

PR:             ports/160422 (the 9.x crash and backtrace)
Noticed by:     Yuri <yuri@rawbw.com> (via private email)
Original commit
Friday, 2 Dec 2011
23:34 nox search for other commits by this committer
Mark BROKEN on >= 9.x/amd64:

        http://www.freebsd.org/cgi/query-pr.cgi?pr=160422

Feature safe:   yes
Original commit
Wednesday, 25 May 2011
21:23 nox search for other commits by this committer
Chase updated distfile, at 6.0.3.2197 now.

Submitted by:   pointyhat via pav
Original commit
Sunday, 3 Apr 2011
20:33 nox search for other commits by this committer
Update to 6.0.2.2074 .

Submitted by:   pointyhat via pav
Original commit
Saturday, 18 Dec 2010
07:53 nox search for other commits by this committer
Add back PORTEPOCH.  (that for some reason I misread as PORTREVISION
and gc'd it with the last update...)

Reported by:    Jan Henrik Sylvester via private email
Original commit
Friday, 17 Dec 2010
21:10 nox search for other commits by this committer
Update to 6.0.1.2032 (which is the current version again, looks like the
crashes are fixed...)

Submitted by:   pointyhat via erwin
Original commit
Monday, 16 Aug 2010
21:39 nox search for other commits by this committer
Go back to 5.1.3535.3218 for the time being, the new version, 5.2.1.1547,
crashes for me right at startup even on Linux:

       
http://people.freebsd.org/~nox/google-earth-5.2.1.1547/linux-crashlog-4c6996e2.txt

..with a very similar backtrace to the one I got on FreeBSD:

       
http://people.freebsd.org/~nox/google-earth-5.2.1.1547/freebsd-crashlog-4c69956f.txt

If you want to test the new version yourself I've put a shar of the
5.2.1.1547 port here:

       
http://people.freebsd.org/~nox/google-earth-5.2.1.1547/google-earth-5.2.1.1547.shar
Original commit
Saturday, 19 Jun 2010
18:47 nox search for other commits by this committer
Chase updated distfile, at 5.2.1.1329 now.

Noticed by:     danfe
Feature safe:   yes
Original commit
Monday, 17 May 2010
17:37 nox search for other commits by this committer
- Chase updated distfile, at 5.1.3535.3218 now. [1]
- Add browser wrapper hack that restores LD_LIBRARY_PATH so a native
  BROWSER=firefox3 doesn't pick up Linux libs and fails to start.

Submitted by:   pointyhat via erwin [1]
Original commit
Wednesday, 12 May 2010
19:04 nox search for other commits by this committer
Fix build for nonstandard PREFIX / LOCALBASE.

PR:             ports/146506
Submitted by:   kmoore
Original commit
Thursday, 26 Nov 2009
21:06 nox search for other commits by this committer
Chase updated distfile, at 5.1.3533.1731 now.

Submitted by:   pointyhat via miwi
Original commit
Tuesday, 20 Oct 2009
18:27 nox search for other commits by this committer
Put back previous Linux version check, this time with proper braces. (duh!)
Original commit
05:28 linimon search for other commits by this committer
Comment out last commit to fix INDEX-8.

Hat:            portmgr
Pointy hat to:  nox
Original commit
Monday, 19 Oct 2009
19:35 nox search for other commits by this committer
Add a conditional IGNORE so people using a too old Linux base get a
(hopefully) more meaningful error message than a link errror at start.

Discussed on:   freebsd-emulation@, see this thread:
       
http://lists.freebsd.org/pipermail/freebsd-emulation/2009-October/006970.html
Original commit
Thursday, 24 Sep 2009
21:01 nox search for other commits by this committer
Chase updated distfile, at 5.1.3509.4636 now.

Submitted by:   pointyhat via miwi
Feature safe:   yes
Original commit
Thursday, 10 Sep 2009
21:18 nox search for other commits by this committer
Chase updated distfile, at 5.1.3506.3999 now.

Submitted by:   pointyhat via miwi
Original commit
Thursday, 6 Aug 2009
16:41 nox search for other commits by this committer
- Limit the stack size for Google Earth.  Linux glibc threading behaves
slightly differently with a smaller stack size and Google Earth (like
the Flash plugins) relies on this behaviour. [1]
- Bump PORTREVISION.

Reported by:    scf [1]
Original commit
Friday, 8 May 2009
19:24 nox search for other commits by this committer
Chase updated distfile, at 5.0.11733.9347 now.

PR:             ports/134356
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Original commit
Monday, 4 May 2009
20:56 nox search for other commits by this committer
Chase updated distfile, at 5.0.11729.1014 now.

It appears everything I said in this note still applies:
        http://docs.freebsd.org/cgi/mid.cgi?20090412201428.GA67309
Original commit
Sunday, 12 Apr 2009
15:35 nox search for other commits by this committer
- Convert linux dri dependency to USE_LINUX_APPS
- Bump PORTREVISION
Original commit
Thursday, 19 Mar 2009
17:28 bsam search for other commits by this committer
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Original commit
Wednesday, 4 Feb 2009
23:00 nox search for other commits by this committer
Update to 5.0.11337.1968, adding Mars and oceans
Original commit
Saturday, 24 Jan 2009
21:00 nox search for other commits by this committer
Fix non-root build by moving the chown to a pre-su-install target

Submitted by:   lx
Original commit
Wednesday, 21 Jan 2009
16:17 bsam search for other commits by this committer
In preparation for adding new linux (Fedora 8) infrastructure ports all linux
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2
is incorporated.

Changes:

* emulation/linux_base-fc4:
  . devel/linux-glib2 is incorporated;
  . CONFLICTS is fixed;
  . PORTREVISION is bumped;

* removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped:
  . accessibility/linux-atk;
  . astro/google-earth;
  . audio/linux-openal;
  . graphics/linux-XnViewMP;
  . www/linux-mplayer-plugin;
  . x11-toolkits/linux-gtk2;
  . x11-toolkits/linux-pango;

* devel/linux-glib2:
  . CONFLICTS is fixed;
  . DEPRECATED;
  . EXPIRATION_DATE is set;

Note: this should fix a bug for non-default linux base ports when glib2
      files were installed both by a linux base and by linux-glib2 ports.
Original commit
Sunday, 11 Jan 2009
18:45 nox search for other commits by this committer
Get rid of the custom do-fetch target (which didn't cover all cases)
by using version-specific DIST_SUBDIR instead of appending the version to
DISTFILES.  (No PORTREVISION bump since the installed bits don't change.)

Requested by:   "Julian Stacey" <jhs@berklix.org>
Original commit
Wednesday, 24 Sep 2008
20:44 nox search for other commits by this committer
Add missing dependency

PR:             ports/127531
Submitted by:   Shane Bell <decept0@gmail.com>
Original commit
Thursday, 18 Sep 2008
21:13 nox search for other commits by this committer
Fix a typo which causes files not to be owned by root:wheel

PR:             ports/127470
Submitted by:   Shane Bell <decept0@gmail.com>
Approved by:    portmgr (linimon)
Original commit
Saturday, 12 Jul 2008
19:12 nox search for other commits by this committer
Chase updated distfile, at 4.3.7284.3916 now

Submitted by:   pointyhat via miwi
Original commit
Friday, 6 Jun 2008
13:02 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 3 May 2008
13:00 nox search for other commits by this committer
Chase updated distfile, at 4.3.7204.836 now (working again on 6, at least
here :)
Original commit
Saturday, 19 Apr 2008
19:09 nox search for other commits by this committer
- Chase updated distfile, at 4.3.7191.6508 now (unfortunately no longer
  seems to run on anything < 7)

PR:             ports/122865
Submitted by:   pointyhat via pav (indedendent of the PR)
Thanks to:      various people for testing (my only 7 box has intel gfx
                and googleearth on FreeBSD crashes the xserver there,
                also the old version...)
Original commit
Saturday, 22 Dec 2007
02:23 nox search for other commits by this committer
Make fetchable again by updating to 4.2.205.5730

Submitted by:   pointyhat via pav
Thanks to:      miwi for tb run
Original commit
Monday, 17 Sep 2007
21:23 nox search for other commits by this committer
- Chase updated distfile, at 4.2.198.2451 now
- Go back to previous TARGET_DISTFILE, I was just confused :)
- Take over maintainership from flz

Approved by:    flz (old maintainer, via irc)
Original commit
Sunday, 9 Sep 2007
20:11 nox search for other commits by this committer
- Update to 4.2.180.1134 (adding the sky and a flight simulator
  easter egg as main new features)

PR:             ports/116206
Submitted by:   nox
Approved by:    flz (maintainer)
Original commit
Sunday, 22 Jul 2007
19:53 laszlof search for other commits by this committer
- Add even more ports to the new "geography" category

Approved by:    Pav (wearing portmgr hat)
Original commit
Saturday, 2 Jun 2007
14:32 flz search for other commits by this committer
Update to 4.1.7076.4458.

PS: Unfortunately, I'm not on vacation.

PR:             ports/113043
Submitted by:   A.J. Kehoe IV
Original commit
Friday, 25 May 2007
01:21 kris search for other commits by this committer
BROKEN: Checksum mismatch
Original commit
Friday, 13 Apr 2007
11:39 flz search for other commits by this committer
- Update google-earth to 4.0.2735.
- Break do-build in smaller and more sensible targets.
- Unmark FORBIDDEN.

PR:             ports/108864
Submitted by:   Eric P. Scott <eps+pbug0702@ana.com>
Original commit
Friday, 2 Feb 2007
17:06 pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
Original commit
Tuesday, 14 Nov 2006
12:27 flz search for other commits by this committer
- Update to 4.0.2414.
- Fix packing list.
- Fetch distfile only if it doesn't already exist.

PR:             ports/104825
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org>
Original commit
Saturday, 14 Oct 2006
12:47 simon search for other commits by this committer
Mark port FORBIDDEN due to remote code execution.

Security:      
http://vuxml.FreeBSD.org/5c9a2769-5ade-11db-a5ae-00508d6a62df.html
With hat:       secteam
Approved by:    portmgr (secteam blanket)
Original commit
Thursday, 12 Oct 2006
03:32 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
Original commit
Monday, 18 Sep 2006
14:53 flz search for other commits by this committer
Update to 4.0.2091. This version finally works again on FreeBSD \o/
Original commit
Friday, 28 Jul 2006
23:06 flz search for other commits by this committer
Replace ENV with SETENV as it's not defined in bsd.port.mk.
This should fix the "/home/foo/.shrc: Permission denied" error.

Reported by:    John E Hein <jhein@timing.com>
Original commit
Thursday, 20 Jul 2006
09:47 flz search for other commits by this committer
- Update to 4.0.1693.
Original commit
Monday, 10 Jul 2006
15:02 flz search for other commits by this committer
Add a hack to support lack of versioning in Google tarball names.
Fix plist.
Original commit
11:02 flz search for other commits by this committer
Update to 4.0.1660.

PR:             ports/99984
Reported by:    Jean-Baptiste Quenot <jbq@caraldi.com>
Original commit
Monday, 3 Jul 2006
14:00 flz search for other commits by this committer
- Fix build when running as non-root [1].
- Fix mime-types install [2].

Submitted by:   Daniel O'Connor <doconnor@gsoft.com.au> [1], jylefort [2]
Original commit
Tuesday, 13 Jun 2006
15:11 flz search for other commits by this committer
Add Google Earth 4, a 3D interface to the planet.
Original commit

Number of commits found: 82