aboutsummaryrefslogtreecommitdiff
path: root/www/gtkhtml4
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories wNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'w' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516991
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-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 Notes: svn path=/head/; revision=479538
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+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 Notes: svn path=/head/; revision=476013
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-143-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* - Drop @dirrm* from plistDmitry Marakasov2015-05-131-41/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386262
* Update gtkhtml4 to 4.8.5.Koop Mast2015-01-152-4/+3
| | | | Notes: svn path=/head/; revision=377116
* Update to 4.8.4.Koop Mast2014-08-152-3/+3
| | | | Notes: svn path=/head/; revision=365045
* Update to 4.8.3.Koop Mast2014-07-152-3/+3
| | | | Notes: svn path=/head/; revision=361994
* Update to 4.8.2.Koop Mast2014-06-092-5/+3
| | | | | | | | Small bugfix release. Remove obsolete reinplace line. Notes: svn path=/head/; revision=357114
* Update to 4.8.1.Koop Mast2014-05-024-24/+6
| | | | | | | Drop depend on gnome-icon-theme, and don't install .la files. Notes: svn path=/head/; revision=352817
* Add gtkhtml 4.8.0.Koop Mast2014-05-015-0/+232
This is the gtk+ 3.0 version of gtkhtml3. Obtained from: GNOME dev repo. Notes: svn path=/head/; revision=352747