Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.81.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.81.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.81.1 28 Oct 2016 08:30:31 |
amdmi3 |
- Add LICENSE
- Fix makefile verbosity
Approved by: portmgr blanket |
0.81.1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.81.1 28 Feb 2014 03:51:17 |
miwi |
- Stage support |
0.81.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.81.1 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.81.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.81.1 02 Mar 2009 18:18:50 |
marcus |
Fix the build with the new strnlen() function on -CURRENT. |
0.81.0 25 Jul 2008 09:38:45 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
0.81.0 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
0.75.0_1 30 May 2007 20:20:09 |
marcus |
Make sure we only read in sector-sized chunks from the disk to avoid EINVAL
errors. This will fix problems detecting FAT file systems on certain media
that does not use a 512-byte sector size.
Reported by: James Snyder <jbsnyder@gmail.com>
Tested by: James Snyder <jbsnyder@gmail.com> |
0.75.0 16 Apr 2007 04:06:56 |
marcus |
Update to 0.75.0
* Fix some issues with iso9660, linux_raid, hfs, and via_raid detection from
vendor
* "Fix" detection of FAT32 volumes that have bad fsinfo signatures. This makes
FAT32 detection more lax, but since FreeBSD allows mounting of FAT32
volumes with bad fsinfo blocks, this won't be too big of a deal. In fact
this should fix problems some users are seeing with HAL not being able
to mount certain FAT32 volumes. |
0.71.0_1 13 Jan 2007 21:37:38 |
marcus |
Fix UDF volume detection support by making sure we never try to read less
than "sectorsize" from the disc.
Reported by: pav |
0.71.0 14 Nov 2006 07:34:21 |
marcus |
This port is not supported on 4.X so mark IGNORE.
Reported by: pointyhat via kris |
0.71.0 04 Nov 2006 07:04:42 |
marcus |
Add libvolume_id, a port of the Linux libvolume_id from the udev project.
Libvolume_id is an API for obtaining many file system related attributes
(such as type, label, uuid, etc.) given an open file handle to a block
special device. HAL is the primary FreeBSD consumer of this port
currently.
Bits needed for this port to work on FreeBSD were provided by jylefort. |