aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/augeas/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* textproc/augeas: update to 1.4.0mmoll2015-06-031-1/+1
| | | | | Differential Revision: https://reviews.freebsd.org/D2715 Approved by: swills (mentor, maintainer)
* textproc/augeas: update to 1.3.0mmoll2015-05-271-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D2635 Approved by: swills (mentor, maintainer), mat (mentor)
* - Add CPE infoamdmi32015-05-091-1/+1
| | | | Approved by: portmgr blanket
* Convert to USES=autoreconftijl2015-04-181-4/+2
|
* textproc/augeas: add patch from upstream to fix bugswills2014-09-121-1/+1
| | | | | | PR: 193348 Submitted by: tdb Obtained from: https://github.com/hercules-team/augeas/commit/cf3de24554112f3d47e26515954769e23d6adf45
* Fix build with readline from portsbapt2014-07-011-7/+4
| | | | | | While here: - Convert to USES=libtool - Use autotool regular target to strip binaries
* 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)
* - Update to 1.2.0swills2014-03-241-2/+6
| | | | | | | | - Strip shared libs - Pet portlint PR: ports/187850 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Convert to stagingmat2014-01-261-4/+2
| | | | | | | - Add license - Convert to options helpers Sponsored by: Absolight
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - migrate USE_GMAKE and USE_PKGCONFIG to USES frameworkjgh2013-07-211-2/+1
| | | | Approved by: maintainer (swills@)
* - Update to 1.1.0swills2013-07-211-12/+7
| | | | | | | | - Trim header - Pet portlit (a bit) PR: ports/180469 Submitted by: lwhsu
* - Update to 1.0.0swills2013-05-231-3/+3
| | | | | PR: ports/178605 Submitted by: Garrett Wollman <wollman@csail.mit.edu>
* Remove unneeded dependency.demon2012-09-261-1/+0
| | | | Reviewed by: maintainer
* - Fix sysctl lensswills2012-08-301-1/+1
| | | | | PR: ports/170761 Submitted by: Dave Duchscher <daved@tamu.edu>
* - Make Puppet lenses workswills2012-05-171-1/+4
| | | | | PR: ports/167642 Submitted by: tdb
* - The shellvars lens can also be used to parse /etc/periodic.conf andswills2012-05-031-1/+1
| | | | | | /boot/loader.conf, so patch that in Suggested by: tdb
* - Remove custom rc.conf lens in favor of using of a patch which let's theswills2012-05-021-6/+1
| | | | | | built in shellvars lens take care of this file. Upstream has already patched to do this and it should be in the next release. Users should be aware that extra quoting may be necessary.
* - Fix bug when used with Puppetswills2012-04-251-3/+1
| | | | | PR: ports/166324 Submitted by: tdb
* - Update to 0.10.0 plus a patch from github to make it buildswills2012-02-121-6/+11
| | | | | | | | | | - Take maintainership, see http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/071195.html - Use %%DATADIR%% in plist where appropriate - Add a few TEST_DEPENDS. Most of the tests pass, the ones that don't seem to be upstream issues and/or already existing
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Fix build with FreeBSD 10kwm2011-10-301-0/+1
| | | | Approved by: portmgr (miwi)
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Fix problem parsing /boot/loader.conflwhsu2010-07-061-0/+2
| | | | | | | | - Bump PORTREVISION PR: ports/148386 Submitted by: Russell Jackson <raj AT csub.edu> Feature safe: yes
* Augeas is a configuration editing tool. It parses configuration files in theirmiwi2010-06-031-0/+39
native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. WWW: http://augeas.net PR: ports/146743 Submitted by: Russell Jackson <raj at csub.edu>