aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/libXft/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change x11/xorgproto to become a build depzeising2018-09-121-1/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* Switch to xorgproto instead of individual packageszeising2018-08-011-2/+2
| | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
* - Add LICENSEamdmi32017-12-201-1/+4
| | | | | | | - Unsilence installation commands - Update WWW Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Misc X.org port updates:kwm2015-04-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo
* Update libXft to 2.3.2.kwm2015-01-161-2/+1
|
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Add patch to fix build with freetype 2.5.1.kwm2013-12-061-7/+4
| | | | | Use a LIB_DEPEND line to replace a RUN_/BUILD_ lines for fontconfig. Stageify.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+1
| | | | x11-fonts)
* -Update to 2.3.1.mezz2013-03-201-8/+15
| | | | | | | | | | | -Update the header. In this version has removed the xft-config, but I have brought it back to avoid require test in the pointyhat-exp/tinderbox to see if it will break old ports that needs xft-config. PR: ports/176801 Submitted by: Pierre Guinoiseau <pierre@guinoiseau.eu>
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1
| | | | Notes: all x11@ ports fixed for FreeBSD 10
* Back out until I re-gather error log.cracauer2010-02-131-1/+0
|
* Add missing dependency. This fixes a configure-time error.cracauer2010-02-131-0/+1
|
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
* Update to 2.1.13.marcus2008-07-051-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-20/+7
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Portlint:mezz2007-03-271-1/+1
| | | | -INSTALLS_SHLIB -> USE_LDCONFIG.
* - Remove support for xfree86-3pav2007-02-031-7/+1
| | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Disable the CJK patchset as it is no longer needed after the recentmarcus2006-11-011-6/+6
| | | | | | freetype2 update. Reported by: jkim
* portlint:mezz2006-05-161-4/+4
| | | | | | -Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace.
* Conversion to a single libtool environment.ade2006-02-231-1/+2
| | | | Approved by: portmgr (kris)
* Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.lesi2006-01-221-6/+0
|
* - Add WITH_CJK patchespav2005-12-181-0/+7
| | | | | PR: ports/90523 Submitted by: lwj <lwj83@cs.ccu.edu.tw>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Remove CJK patch; it does not compile anymorepav2005-11-101-7/+0
| | | | | | | - Add SHA256 PR: ports/88783 Submitted by: chinsan <chinsan.tw@gmail.com>
* - Update CJK patch to fix bug which caused Firefox to crash on startuppav2005-07-161-3/+4
| | | | Submitted by: chinsan <chinsan.tw@gmail.com>
* - Readd WITH_CJK knob with an updated patchpav2005-07-151-0/+6
| | | | Submitted by: nobutaka
* - Remove WITH_CJK knob and patch, it was merged into 2.1.7pav2005-07-141-6/+0
| | | | Submitted by: chinsan <chinsan.tw@gmail.com>
* Update to 2.1.7.marcus2005-07-141-4/+3
|
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-151-0/+6
|
* Fix a crash that can occur when using TrueType fonts. This should havemarcus2005-03-281-0/+1
| | | | | | | | | gone in with X.Org 6.8.2, but since we're using the external libXft library, it was missed. Reported by: adamw Obtained from: Freedesktop.org CVS Approved by: portmgr (implicit)
* Update to the latest Firefly patchset. This patchset makes CJK TrueType fontsmarcus2005-03-161-1/+2
| | | | | | | prettier. PR: 78886 Submitted by: hamigua <hamigua@cuc.cn>
* Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.marcus2005-02-191-1/+2
|
* Add the Firefly font patchset. This patchset is mainly used to makemarcus2004-11-221-0/+5
| | | | | | | | | | | | 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)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-2/+2
| | | | | | | | | | | | 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)
* Update to 2.1.6 with the official freetype2-2.1.7 fix.marcus2004-03-231-2/+1
|
* Revert a portion of the font rendering code that enforces strict bitmap fontmarcus2004-03-191-0/+1
| | | | | sizes. This was causing a problem loading certain fonts. This code is now equivalent to Xft-2.1.2.
* Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simplymarcus2004-03-171-5/+3
| | | | | a renamed version of the Xft port after it was added to the Freedesktop X11 libs project.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Add a new MASTER_SITE since the Fontconfig site went away.marcus2003-09-181-1/+1
|
* Update to 2.1.2. This wraps up a lot of our patches, and fixes some othermarcus2003-05-151-18/+6
| | | | rendering bugs.
* Add a patch to fix PCF glyph problems.marcus2003-04-251-1/+1
| | | | Obtained from: Xft CVS
* Fix a segfault that can occur when mixing RENDER and non-RENDER fonts.marcus2003-04-071-1/+1
| | | | Obtained from: XFree86 CVS
* fontconfig-config is no longer installed. Therefore, Xft wasn't beingmarcus2003-04-051-1/+2
| | | | | | | | | linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz <benlutz@datacomm.ch> Bjarne Wichmann Petersen <kde.nospam@mekanix.dk>
* Revert previous commit since it caused an infinite recursion loopmarcus2003-04-051-11/+1
| | | | | | in XFree86-clients. I'll commit this to pango instead. Requested by: will
* Borrow a little from kdelibs3, and add a dependency on the scalable fonts.marcus2003-04-041-4/+12
| | | | | Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed.
* Make sure the include directory exists before trying to copy files intomarcus2003-03-291-0/+3
| | | | | | | it. PR: 50392 Submitted by: edwin
* Sync with XFree86 4.3.0 release.marcus2003-03-031-1/+1
| | | | | | | | * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS
* * Install the Xft manpagemarcus2003-02-231-1/+7
| | | | * De-pkg-comment
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-0/+1
| | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
* Noone cares about having ports that actually build and then don't crash,green2003-01-251-1/+0
| | | | so why should I?
* Make the xft-config script use -lXft2, not the old -lXft. This willgreen2003-01-251-0/+1
| | | | potentially unbreak all the ports which depend on x11-fonts/Xft.
* Update to 2.1. According to the release notes, more symbols have beenmarcus2003-01-201-3/+2
| | | | exported in this release such that QT 3.x should link against it.
* Make Xft conditional on having XFree86 4.x installed. Also add a notemarcus2003-01-071-1/+9
| | | | about adding an additional check with XFree86 4.3 gets added to the tree.
* Install the headers in the ${X11BASE}/include/X11/Xft directory formarcus2002-10-081-0/+1
| | | | | better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h.
* Add a lib number to the fontconfig dependency.marcus2002-10-071-1/+1
|
* Add Xft 2.0, a client-sided font rendering engine for X applications.marcus2002-10-071-0/+31