aboutsummaryrefslogtreecommitdiff
path: root/print/harfbuzz
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.28.Koop Mast2014-05-023-10/+10
| | | | | | | | | | | | | | USE_BZIP2 -> USES=tar:bzip2 USE_GNOME=ltverhack -> USES=libtool:keepla Use INSTALL_TARGET=install-strip to strip libraries. This should fix a build failure as reported in [1] PR: ports/188797 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=352824
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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) Notes: svn path=/head/; revision=351411
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Update to 0.9.25.Koop Mast2013-12-293-9/+49
| | | | | | | Stagify. Notes: svn path=/head/; revision=337981
* Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstreamBaptiste Daroussin2013-12-111-3/+3
| | | | | | | expect it to have Notes: svn path=/head/; revision=336228
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Update to 0.9.19.Koop Mast2013-07-272-6/+4
| | | | | | | Update gmake depend Notes: svn path=/head/; revision=323778
* plistKoop Mast2013-06-212-0/+5
| | | | Notes: svn path=/head/; revision=321503
* Update to 0.9.18.Koop Mast2013-06-212-4/+4
| | | | Notes: svn path=/head/; revision=321501
* Enable disabled support for cairo, graphite and icu support. It was pointedKoop Mast2013-06-063-660/+8
| | | | | | | | | | out to me that there is a subtle build failure in future webkit releases and that libreoffice 4.1 depends on the icu support in harfbuzz. Pointed out by: olivierd@ (via priv mail) and ftigeot (on IRC) Notes: svn path=/head/; revision=320104
* Update to 0.9.16.Koop Mast2013-05-174-63/+168
| | | | Notes: svn path=/head/; revision=318395
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Add harfbuzz. Harfbuzz is a OpenType text shaping engine.Koop Mast2013-03-296-0/+638
The extra-src_hb-open-type-private.hh patch is from pkgsrc to fix the build with base gcc. Notes: svn path=/head/; revision=315531