| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Aug 2010 01:43:04
2.4.2
|
marcus  |
Update to 2.4.2. |
25 Jul 2010 02:25:22
2.4.1
|
marcus  |
Update to 2.4.1. |
10 May 2010 22:19:08
2.3.12
|
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
28 Nov 2009 20:06:37
2.3.11
|
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
22 Aug 2009 01:35:32
2.3.9_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
02 Aug 2009 20:36:34
2.3.9_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
18 Apr 2009 10:55:39
2.3.9_1
|
miwi  |
- Fix security problems
Note:
An integer overflow error within the "cff_charset_compute_cids()"
function in cff/cffload.c can be exploited to potentially cause
a heap-based buffer overflow via a specially crafted font.
Multiple integer overflow errors within validation functions in
sfnt/ttcmap.c can be exploited to bypass length validations and
potentially cause buffer overflows via specially crafted fonts.
An integer overflow error within the "ft_smooth_render_generic()"
function in smooth/ftsmooth.c can be exploited to potentially cause
a heap-based buffer overflow via a specially crafted font.
Approved by: portmgr (pav)
Obtained from: freetype git repo
Security:
http://www.vuxml.org/freebsd/20b4f284-2bfc-11de-bdeb-0030843d3802.html |
10 Apr 2009 06:56:28
2.3.9  |
marcus  |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
24 Sep 2008 23:53:22
2.3.7  |
marcus  |
Remove the redundant CFLAGS definition for
TT_CONFIG_OPTION_BYTECODE_INTERPRETER.
PR: 127297
Submitted by: koitsu |
02 Jul 2008 20:58:12
2.3.7  |
mezz  |
Update to 2.3.7. |
24 Jun 2008 22:39:59
2.3.6  |
mezz  |
Forgot to 'cvs rm' this file to fix the apply patch.
Reported by: adamw |
24 Jun 2008 19:45:05
2.3.6  |
mezz  |
Update to 2.3.6.
PR: ports/124916
Submitted by: Nick Barkas <snb@threerings.net>
Security: http://secunia.com/advisories/30600 |
24 Jan 2008 06:11:56
2.3.5  |
mezz  |
Add LCD filtering option, WITH_LCD_FILTERING. Visit URL below to learn more
about it. It is disable by default because of possible patent issues.
http://article.gmane.org/gmane.comp.fonts.freetype.user/2238
PR: ports/119906
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> |
25 Oct 2007 00:37:25
2.3.5  |
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for(Only the first 15 lines of the commit message are shown above ) |
21 May 2007 23:24:16
2.2.1_2  |
marcus  |
Fix the integer signedness error in freetype2 that is described in
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2754 .
PR: 112769
Submitted by: Nick Barkas <snb@threerings.net>
Obtained from: Freetype CVS
Security: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2754
Approved by: portmgr (implicit) |
28 Jan 2007 09:07:47
2.2.1_1  |
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
14 Oct 2006 17:03:45
2.2.1_1  |
marcus  |
Correct a typo when WITH_CJK is defined.
Submitted by: nork
Approved by: portmgr (implicit) |
14 Oct 2006 09:35:50
2.2.1_1  |
marcus  |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
23 Aug 2006 05:11:45
2.1.10_5  |
marcus  |
Fix another 2.1.x mismerge that caused a crash parsing certain pcf fonts.
Reported by: mezz |
22 Aug 2006 22:45:02
2.1.10_4  |
marcus  |
Correct patches for freetype2-2.1.x. |
22 Aug 2006 22:34:10
2.1.10_4  |
marcus  |
Add patches to correct the security issues described in CVE-2006-3467.
Reported by: remko
Obtained from: Freetype CVS via NetBSD
Security: Fixes CVE-2006-3467 |
16 May 2006 06:07:44
2.1.10_3  |
mezz  |
portlint:
-Replace some spaces to tabs. |
13 May 2006 02:03:17
2.1.10_3  |
edwin  |
Remove USE_REINPLACE from all categories starting with P |
23 Feb 2006 10:40:45
2.1.10_3  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
14 Feb 2006 18:12:14
2.1.10_2  |
marcus  |
Update firefly patch sites.
PR: 92851
Submitted by: hamigua <hamigua@hotpop.com> |
19 Dec 2005 13:50:04
2.1.10_2  |
pav  |
- Update CJK patch
PR: ports/90636
Submitted by: lwj <lwj83@cs.ccu.edu.tw> |
13 Dec 2005 13:31:36
2.1.10_2  |
nobutaka  |
Fix bold text rendering bug.
Approved by: jylefort
Obtained from: freetype2 CVS |
23 Nov 2005 22:41:05
2.1.10_1  |
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
2.1.10_1  |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
03 Aug 2005 23:53:12
2.1.10_1  |
marcus  |
Add a patch from FreeType CVS that fixes X11 crashes with certain
(usually multi-byte character set) fonts.
Reported by: many
Obtained from: FreeType CVS
Approved by: portmgr (implicit) |
28 Jul 2005 23:39:11
2.1.10  |
pav  |
- Re-enable CJK patches
PR: ports/84220
Submitted by: chinsan <chinsan.tw@gmail.com> |
14 Jul 2005 17:52:56
2.1.10  |
marcus  |
Update to 2.1.10. Note: the CJK patches will need some work before they
can be used with this version. |
16 Mar 2005 08:23:29
2.1.9  |
marcus  |
Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts
prettier.
PR: 78886
Submitted by: hamigua <hamigua@cuc.cn> |
10 Mar 2005 00:52:03
2.1.9  |
marcus  |
Gak! I committed freetype instead of freetype2. Of course, there were
no changes in freetype so that was a no-op.
Update to 2.1.9. Note: this version is ABI compatible with 2.1.7, so no
ports need to be recompiled for this update.
PR: 78385
Submitted by: lesi
Commit blunder reported by: ahze |
13 Dec 2004 00:53:56
2.1.7_4  |
marcus  |
Bump PORTREVISION for the previous commit. |
13 Dec 2004 00:42:34
2.1.7_3  |
marcus  |
Use pkgconfig to clean up the pkgconfig directory after deinstallation.
Reported by: pointyhat via kris |
21 Nov 2004 22:03:48
2.1.7_3  |
marcus  |
Add the Firefly font patchset. This patchset is mainly used to make
CJK TrueType fonts look prettier. Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.
To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).
PR: 73083
Submitted by: clive
Obtained from: Hamigua <hamigua at cuc.cn> (I think) |
25 Jul 2004 20:01:38
2.1.7_3  |
mezz  |
Use the correct version of libtool 13 -> 15 to avoid install the *.la files. |
16 May 2004 22:07:21
2.1.7_3  |
marcus  |
Fix MASTER_SITE list.
PR: 66712
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
18 Apr 2004 05:53:13
2.1.7_3  |
marcus  |
Check for the eexec keyword in type1 fonts. This fixes a potential hang
when viewing certain PDF documents.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Obtained from: FreeType CVS
More info: http://bugzilla.gnome.org/show_bug.cgi?id=129400 |
19 Mar 2004 09:15:06
2.1.7_2  |
marcus  |
Revert the previous commit. It was a nice idea, and worked in many cases,
but there were still some bitmap fonts that failed to load correctly.
Instead, I will revert the portion of libXft that enforces strict bitmap
font sizes. |
18 Mar 2004 21:58:47
2.1.7_1  |
marcus  |
Fix the height and width calculations for BDF/PCF fonts. This fixes the
problems people were seeing with bitmap fonts after the big font upgrade
a few days ago.
Note: If you applied my libXft patch, you need to back that out once you
upgrade freetype2.
Obtained from: FreeType CVS |
16 Mar 2004 20:28:44
2.1.7  |
marcus  |
Update to 2.1.7. For a list of what's changed, please see:
http://sourceforge.net/project/shownotes.php?release_id=216538 |
14 Mar 2004 06:17:56
2.1.5_2  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:10:27
2.1.5_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
01 Oct 2003 02:26:23
2.1.5_1  |
bland  |
Due a number of negative feedback about lost font hinting
TTF bytecode interpreter is enabled back by default.
There is a new option WITHOUT_TTF_BYTECODE_ENABLED
wich makes others happy too. |
30 Sep 2003 07:05:45
2.1.5  |
marcus  |
* Update to 2.1.5
* Assign maintainership to gnome@
* Disable the bytecode interpreter
I must say, fonts look amazing... |
29 Jul 2003 10:12:37
2.1.4_1  |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
18 Apr 2003 19:06:49
2.1.4_1  |
marcus  |
Add a check to avoid a NULL pointer dereference.
Approved by: sobomax (maintainer) |
10 Apr 2003 21:10:27
2.1.4  |
marcus  |
Update to 2.1.4. This fixes the memory leak exploited by fc-cache
and fontconfig. With this update, fc-cache takes no more that 2.1 MB
when running against full XFree fonts as well as webfonts, URW fonts,
and a collection of Internet-downloaded TrueType fonts.
PR: 50791
Submitted by: anholt and myself
Approved by: sobomax (maintainer) |
07 Mar 2003 06:09:08
2.1.3_1  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
18 Jan 2003 22:27:21
2.1.3_1  |
marcus  |
Fix a segfault when XftConfig or ~/.xftconfig contains directories with
gzip'd fonts. The next release of freetype2 will allow building with
the system version of zlib, so this won't be an issue.
Reported by: alane
Obtained from: FreeType CVS and /usr/src/lib/libz/infcodes.c
Approved by: maintainer |
17 Jan 2003 19:44:11
2.1.3  |
sobomax  |
Update to 2.1.3. |
24 Oct 2002 20:18:39
2.1.2_1  |
marcus  |
Fix a problem with fonts showing up diagonally in mozilla-devel.
Submitted by: Matthew Reimer <mreimer@vpop.net>
Obtained from: freetype2 CVS |
28 Jun 2002 15:37:52
2.1.2  |
sobomax  |
Update to 2.1.2. |
21 Jun 2002 17:42:46
2.1.1  |
sobomax  |
Update to 2.1.1. |
01 Jun 2002 19:57:17
2.1.0_1  |
marcus  |
Fix a problem with font rendering in Nautilus and gdm2. This may also
correct an anti-alias font rendering problem in KDE 3.
Reported by: many |
30 May 2002 12:05:14
2.1.0  |
kris  |
Kill empty file. |
30 May 2002 11:54:14
2.1.0  |
kris  |
Update to freetype-2.1.0
Submitted by: sobomax |
11 Mar 2002 17:16:02

|
sobomax  |
Update to 2.0.9. |
12 Feb 2002 08:24:16 
|
sobomax  |
Update to 2.0.8. |
21 Jan 2002 11:45:56 
|
sobomax  |
Update to 2.0.6. |
31 Oct 2001 08:32:30 
|
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
20 Oct 2001 16:08:48 
|
sobomax  |
Include `-I${PREFIX}/include' into `freetype-config --cflags' output, because
otherwise applications that rely on `freetype-config --cflags' would be unable
to locate ft2build.h file located in ${PREFIX}/include. |
20 Oct 2001 15:53:40 
|
sobomax  |
Update to 2.0.5. |
12 Jul 2001 12:08:44 
|
sobomax  |
Update to 2.0.4. |
04 Jul 2001 16:50:01 
|
sobomax  |
Enable truetype font hinting. XFree86-4 ships with this turned on in their
freetype library, and it helps the antialiased font stuff. There are no
drawbacks, other than unclear legal status (Apple holds some patents in this
area), but as long as it is OK for XFree, it should be OK for us too. |
25 Jun 2001 16:59:00 
|
sobomax  |
Update to 2.0.3. |
09 Apr 2001 20:17:28 
|
sobomax  |
Take over maintainership. Update to 2.0 was almost total rework and my request
to jseger unfortunately went unanswered. |
09 Apr 2001 13:19:35 
|
sobomax  |
Update to 2.0.2. |
18 Feb 2001 20:32:42 
|
sobomax  |
Unset TOP environment variable before proceed with build. The port's Makefiles
abuse this variable commonly used to specify default options for the top(1)
monitor, which breaks the build. |
20 Dec 2000 12:39:15 
|
sobomax  |
Update to 2.0.1. |
20 Dec 2000 12:19:44 
|
sobomax  |
Add WWW. |
23 Nov 2000 14:23:54 
|
knu  |
Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively. |
13 Nov 2000 17:49:06 
|
sobomax  |
(forced) Forgot: the last commit was submitted by Jeremy Norris
<ishmael27@home.com>. |
13 Nov 2000 17:47:37 
|
sobomax  |
Remove trailing "2" from DISTNAME and MASTER_SITE_SUBDIR. |
13 Nov 2000 17:06:48 
|
sobomax  |
Add freetype2 after a repo-copy from print/freerype. |