Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.13.92 19 Sep 2020 10:43:47 |
bapt |
In preparation of the update of glib remove the -reference ports
Those ports mainly concern old Gnome2 libraries, the behaviour of this infra
is not compatible with the meson build system (being used in newer version)
the documentation is provided otherwise in the other version |
2.13.92 03 Apr 2020 20:02:24 |
tcberner |
x11-fonts/fontconfig: update to 2.13.92
Fontconfig 2.13.1 generated .uuid files in the fonts directory which where
not properly registered to the packages. To clean them up, please execute the
following command:
find %%LOCALBASE%%/share/fonts -type f -name .uuid -delete
By switching to this RC, the dependency on libuuid can be droped again, and the
issue of registering uuid is moot.
PR: 239167
Exp-run by: antoine
Submitted by: lightside <lightside@gmx.com>
MFH: 2020Q2 |
2.13.1 14 Mar 2020 21:21:52 |
tcberner |
x11-fonts/fontconfig: update to 2.13.1
Changelog:
https://www.freedesktop.org/software/fontconfig/release/ChangeLog-2.13.1
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22411 |
2.12.6 09 May 2018 03:50:46 |
lwhsu |
- Update to 2.12.6
PR: 225164
Submitted by: lightside <lightside@gmx.com>
Test and tweaked by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: kwm (gnome@, maintainer) |
2.12.1 21 Aug 2016 19:13:33 |
kwm |
Update fontconfig to 2.12.1.
Add license lines
Add option to select the preferred hinting configuration
Add CPE info [1]
PR: 211570
Submitted by: lightside@gmx.com, rakuco@ [1]
MFH: 2016Q3
Security: 44989c29-67d1-11e6-8b1d-c86000169601, CVE-2016-5384 |
2.11.1 04 Dec 2014 22:22:30 |
kwm |
Chase update of fontconfig to 2.11.1. |
2.11.0_6 02 Jan 2014 08:47:53 |
antoine |
Add an orphaned man page to plist
Approved by: kwm (maintainer) |
2.10.95_6 09 Dec 2013 18:41:17 |
antoine |
- Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer) |
2.10.95_6 07 Dec 2013 10:12:38 |
antoine |
- Update list of man pages (1 disappeared, 6 new)
- Stage support
Approved by: kwm (maintainer) |
2.10.95_6 20 Sep 2013 23:51:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts) |
2.9.0_6 24 May 2012 14:07:26 |
kwm |
Fix plist by adding missing man pages.
Submitted by: pointyhat via Pav |
2.8.0_5 28 Nov 2009 20:06:37 |
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 ) |
2.6.0_4 11 Jan 2009 16:57:54 |
mezz |
Fix the plist, bump the PORTREVISION.
Reported by: pointyhat via pav |
2.5.0_3 25 Mar 2008 16:11:53 |
ahze |
Fix plist |
2.4.2_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.4.2_1 22 Mar 2007 08:23:41 |
pav |
- Fix plist
Reported by: pointyhat |
2.3.2_1 31 May 2006 22:18:51 |
mezz |
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================ (Only the first 15 lines of the commit message are shown above ) |
2.3.2 17 May 2006 20:56:56 |
ahze |
- Add pkg-descr
Requested by: Dan Langille <dan@langille.org> for freshports.org |
2.3.2 11 May 2006 18:03:03 |
jylefort |
Move the fontconfig programming reference to the fontconfig-reference port. |