aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontconfig
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-3/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Sync fontconfig with the fd.o git repository to fix a bug rendering DejaVuJoe Marcus Clarke2007-04-142-1/+81
| | | | | | | | | | fonts in Qt-based applications. PR: 110873 Obtained from: Freedesktop git (fontconfig module) Notes: svn path=/head/; revision=189941
* - Revert my previous commit; it was totally bogusPav Lucistnik2007-03-221-1/+0
| | | | Notes: svn path=/head/; revision=187982
* - Fix plist for reference portPav Lucistnik2007-03-211-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=187830
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-1910-56/+296
| | | | | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. Notes: svn path=/head/; revision=187702
* - fc-match: Add 's' to getopt pattern, so -s is recognizedPav Lucistnik2007-03-092-1/+12
| | | | | | | | PR: ports/109976 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Notes: svn path=/head/; revision=187028
* - Remove support for xfree86-3Pav Lucistnik2007-02-021-6/+2
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Disable the cjk patch, same with freetype2, it doesn't build.Jeremy Messenger2006-10-161-5/+5
| | | | | | | | Reported by: ijliao Approved by: portmgr (implicit, kris and marcus) Notes: svn path=/head/; revision=175360
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-142-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175253
* Use the correct mtree when you change the prefix, for example:Jeremy Messenger2006-06-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ Notes: svn path=/head/; revision=165166
* Correct it, don't use USE_X_PREFIX that cause the circle dependency loop.Jeremy Messenger2006-06-011-1/+1
| | | | Notes: svn path=/head/; revision=164124
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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... ================================ Correct: (With 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.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Move the fontconfig programming reference to the fontconfig-reference port.Jean-Yves Lefort2006-05-112-277/+17
| | | | Notes: svn path=/head/; revision=162113
* - Make sure that /usr/X11R6/lib/X11/fonts is only listed once in fonts.conf.Jean-Yves Lefort2006-05-011-4/+5
| | | | | | | - Replace some spaces by tabs. Notes: svn path=/head/; revision=161124
* Fix the build when docbook-utils is installed.Joe Marcus Clarke2006-03-261-0/+1
| | | | | | | Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=158224
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update firefly patch sites.Joe Marcus Clarke2006-02-141-1/+3
| | | | | | | | PR: 92851 Submitted by: hamigua <hamigua@hotpop.com> Notes: svn path=/head/; revision=156051
* Remove USE_REINPLACE to pacify portlint.Joe Marcus Clarke2006-02-021-1/+0
| | | | Notes: svn path=/head/; revision=155100
* Since we look in X11BASE for fonts, make sure we explicitly clean upJoe Marcus Clarke2006-02-022-2/+4
| | | | | | | X11BASE on deinstall. Notes: svn path=/head/; revision=155099
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add WITH_CJK patchesPav Lucistnik2005-12-172-6/+8
| | | | | | | | PR: ports/90523 Submitted by: lwj <lwj83@cs.ccu.edu.tw> Notes: svn path=/head/; revision=151440
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-054-144/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. Notes: svn path=/head/; revision=147261
* Update to the latest Firefly patchset. This patchset makes CJK TrueType fontsJoe Marcus Clarke2005-03-162-12/+5
| | | | | | | | | | prettier. PR: 78886 Submitted by: hamigua <hamigua@cuc.cn> Notes: svn path=/head/; revision=131378
* Remove the now-redundant MTREE file selection code. This is handled inJoe Marcus Clarke2005-03-041-6/+0
| | | | | | | | | bsd.port.mk. Requested by: lesi Notes: svn path=/head/; revision=130329
* - Play hide'n'seek with fd.o peoplePav Lucistnik2005-02-141-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=128875
* * Remove the font cache built by fc-cache in POST-INSTALL phaseJoe Marcus Clarke2005-02-093-135/+145
| | | | | | | | | | | * Apply NOPORTDOCS and update PLIST correspondingly * Make portlint a bit happier PR: 77293 Submitted by: leeym Notes: svn path=/head/; revision=128333
* Add the Firefly font patchset. This patchset is mainly used to makeJoe Marcus Clarke2004-11-212-0/+16
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=122105
* I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack shouldJeremy Messenger2004-07-261-1/+1
| | | | | | | not be together. Notes: svn path=/head/; revision=114806
* Use the correct version of libtool 13 -> 15 to avoid install the *.la files.Jeremy Messenger2004-07-251-1/+1
| | | | Notes: svn path=/head/; revision=114704
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Update to 2.2.3.Joe Marcus Clarke2004-07-022-3/+3
| | | | Notes: svn path=/head/; revision=112786
* Remove conditional %%PORTDOCS%% since the docs will be installed no matterJoe Marcus Clarke2004-05-111-132/+132
| | | | | | | what. Notes: svn path=/head/; revision=108938
* Fix some portlint warnings, and use lthack to eliminate the needs for aJoe Marcus Clarke2004-05-113-145/+136
| | | | | | | | | patch. Submitted by: krion Notes: svn path=/head/; revision=108937
* "Update" to 2.2.2, the latest stable release with a PORTEPOCH bump.Joe Marcus Clarke2004-03-166-678/+19
| | | | Notes: svn path=/head/; revision=104202
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Add a new MASTER_SITE since the Fontconfig site went away.Joe Marcus Clarke2003-09-181-2/+1
| | | | Notes: svn path=/head/; revision=89052
* This is a first for me. Correct a typo in the patch _name_ so the patchJoe Marcus Clarke2003-07-192-1/+1
| | | | | | | actually gets applied. Notes: svn path=/head/; revision=85154
* Revert some of the FreeType code in fontconfig to fix some font renderingJoe Marcus Clarke2003-07-182-1/+644
| | | | | | | | | issues with Adboe fonts (particularly Helvetica and Times). Reported by: many Notes: svn path=/head/; revision=85152
* Fix a problem with certain languages not having any fonts in Mozilla andJoe Marcus Clarke2003-07-182-0/+16
| | | | | | | Mozilla-based browsers. Notes: svn path=/head/; revision=85150
* Update to 2.2.90.Joe Marcus Clarke2003-07-183-2/+4
| | | | Notes: svn path=/head/; revision=85080
* Update to 2.2.1.Joe Marcus Clarke2003-06-172-2/+2
| | | | Notes: svn path=/head/; revision=83195
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-3/+1
| | | | Notes: svn path=/head/; revision=83119
* Update to 2.2.0, the fontastic-everything-finally-works release.Joe Marcus Clarke2003-04-224-71/+2
| | | | Notes: svn path=/head/; revision=79430
* Add patch to avoid dereferencing a NULL pointer in freetype2. This fixesJoe Marcus Clarke2003-04-182-0/+47
| | | | | | | | | | | a crash with certain monotype fonts such as the Windows FixedSys fonts. Note, the real fix should go into freetype2, but I'm still waiting for feedback from them. Obtained from: Fontconfig CVS Notes: svn path=/head/; revision=79236