Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.0_2 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.14.0_2 28 Jan 2024 22:14:33
    |
Muhammad Moinur Rahman (bofh)  |
textproc/augeas: Moved man to share/man
Approved by: portmgr (blanket) |
1.14.0_1 18 May 2023 11:33:25
    |
Dimitry Andric (dim)  |
textproc/augeas: fix build with clang 16
Clang 16 has a new error about incompatible integer to pointer
conversions, which shows up when building textproc/augeas:
augprint.c:1477:24: warning: call to undeclared function 'basename'; ISO C99
and later do not support implicit function declarations
[-Wimplicit-function-declaration]
char *program_name = basename(argv[0]);
^
augprint.c:1477:9: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *program_name = basename(argv[0]);
^ ~~~~~~~~~~~~~~~~~
This is because basename(3) is declared in <libgen.h>, but augprint.c
does not include it. Upstream has already fixed this, so apply the
commit until there is a new release.
PR: 271316
Approved by: portmgr (build fix blanket)
MFH: 2023Q2 |
1.14.0 17 May 2023 16:30:15
    |
Muhammad Moinur Rahman (bofh)  |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
1.14.0 12 May 2023 18:36:06
    |
Muhammad Moinur Rahman (bofh)  |
textproc/augeas: Unbreak on HEAD
Approved by: portmgr (blanket) |
1.14.0 07 May 2023 01:43:37
    |
Romain Tartière (romain)  Author: Linus Sundqvist |
textproc/augeas: Update to 1.14.0
News:
https://github.com/hercules-team/augeas/blob/master/NEWS
PR: 271199
With hat: puppet |
1.12.0_3 13 Dec 2022 16:27:02
    |
Dimitry Andric (dim)  |
textproc/augeas: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
textproc/augeas failed to build with clang 15:
internal.c:436:12: error: incompatible integer to pointer conversion returning
'int' from a function with result type 'const char *' [-Wint-conversion]
return strerror_r(errnum, buf, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
This is because the GNU variant of strerror_r() is erroneously chosen.
Use the BSD variant instead.
PR: 268231
Approved by: romain (maintainer)
MFH: 2022Q4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12.0_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12.0_3 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.12.0_3 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.12.0_2 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.12.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.12.0_1 04 May 2019 19:11:27
  |
romain  |
Fix pkg-plist
Reported by: antoine
Pointy hat to: me |
1.12.0 24 Apr 2019 02:06:04
  |
romain  |
Update to 1.12.0
With hat: puppet |
1.11.0_2 09 Apr 2019 14:04:50
  |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.11.0_1 25 Oct 2018 13:51:49
  |
romain  |
Fix syslog.conf parsing
Backport change merged upstream until a new release of augeas happens.
While here, pet portlint.
PR: 232200
Reported by: mat |
1.11.0 21 Sep 2018 10:38:03
  |
romain  |
Update to 1.11.0
https://github.com/hercules-team/augeas/blob/master/NEWS
With hat: puppet |
1.10.1 26 Mar 2018 17:05:00
  |
swills  |
textproc/augeas: update to 1.10.1
While here, pass maintainership to puppet@ which this is primarily used by
puppet. |
1.9.0 10 Oct 2017 18:48:14
  |
swills  |
textproc/augeas: update to 1.9.0
PR: 222849
Submitted by: olgeni |
1.8.1 17 Sep 2017 01:09:34
  |
swills  |
textproc/augeas: update to 1.8.1
PR: 221892
Submitted by: olgeni |
1.7.0_1 27 Jun 2017 13:46:53
  |
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
1.7.0 31 Jan 2017 13:33:02
  |
swills  |
textproc/augeas: update to 1.7.0
PR: 215515
Submitted by: olgeni |
1.4.0 21 Oct 2016 15:21:13
  |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.4.0 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4.0 03 Jun 2015 09:45:04
  |
mmoll  |
textproc/augeas: update to 1.4.0
Differential Revision: https://reviews.freebsd.org/D2715
Approved by: swills (mentor, maintainer) |
1.3.0 26 May 2015 18:39:03
  |
mmoll  |
textproc/augeas: update to 1.3.0
Differential Revision: https://reviews.freebsd.org/D2635
Approved by: swills (mentor, maintainer), mat (mentor) |
1.2.0_3 09 May 2015 02:31:30
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
1.2.0_3 18 Apr 2015 12:58:35
  |
tijl  |
Convert to USES=autoreconf |
1.2.0_3 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
1.2.0_3 12 Sep 2014 02:25:04
  |
swills  |
textproc/augeas: add patch from upstream to fix bug
PR: 193348
Submitted by: tdb
Obtained
from: https://github.com/hercules-team/augeas/commit/cf3de24554112f3d47e26515954769e23d6adf45 |
1.2.0_2 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.2.0_2 01 Jul 2014 12:48:43
  |
bapt  |
Fix build with readline from ports
While here:
- Convert to USES=libtool
- Use autotool regular target to strip binaries |
1.2.0_1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above ) |
1.2.0 24 Mar 2014 15:23:33
  |
swills  |
- Update to 1.2.0
- Strip shared libs
- Pet portlint
PR: ports/187850
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
1.1.0 25 Jan 2014 22:03:15
  |
mat  |
- Convert to staging
- Add license
- Convert to options helpers
Sponsored by: Absolight |
1.1.0 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.1.0 21 Jul 2013 06:00:01
  |
jgh  |
- migrate USE_GMAKE and USE_PKGCONFIG to USES framework
Approved by: maintainer (swills@) |
1.1.0 21 Jul 2013 05:21:34
  |
swills  |
- Update to 1.1.0
- Trim header
- Pet portlit (a bit)
PR: ports/180469
Submitted by: lwhsu |
1.0.0 23 May 2013 01:46:48
  |
swills  |
- Update to 1.0.0
PR: ports/178605
Submitted by: Garrett Wollman <wollman@csail.mit.edu> |
0.10.0_5 26 Sep 2012 06:18:24
  |
demon  |
Remove unneeded dependency.
Reviewed by: maintainer |
0.10.0_5 29 Aug 2012 18:25:20
 |
swills  |
- Fix sysctl lens
PR: ports/170761
Submitted by: Dave Duchscher <daved@tamu.edu> |
0.10.0_4 17 May 2012 02:26:16
 |
swills  |
- Make Puppet lenses work
PR: ports/167642
Submitted by: tdb |
0.10.0_3 03 May 2012 01:55:04
 |
swills  |
- The shellvars lens can also be used to parse /etc/periodic.conf and
/boot/loader.conf, so patch that in
Suggested by: tdb |
0.10.0_2 02 May 2012 00:23:27
 |
swills  |
- Remove custom rc.conf lens in favor of using of a patch which let's the
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. |
0.10.0_1 25 Apr 2012 01:11:34
 |
swills  |
- Fix bug when used with Puppet
PR: ports/166324
Submitted by: tdb |
0.10.0 12 Feb 2012 13:17:44
 |
swills  |
- Update to 0.10.0 plus a patch from github to make it build
- 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 |
0.7.1_2 09 Nov 2011 15:26:04
 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.7.1_2 29 Oct 2011 19:01:59
 |
kwm  |
Fix build with FreeBSD 10
Approved by: portmgr (miwi) |
0.7.1_2 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.7.1_2 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.7.1_2 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
0.7.1_2 05 Oct 2010 19:57:56
 |
ade  |
Round one migration of ports from automake{19,110} to automake111 |
0.7.1_2 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.7.1_1 06 Jul 2010 02:17:30
 |
lwhsu  |
- Fix problem parsing /boot/loader.conf
- Bump PORTREVISION
PR: ports/148386
Submitted by: Russell Jackson <raj AT csub.edu>
Feature safe: yes |
0.7.1 02 Jun 2010 16:48:12
 |
miwi  |
Augeas is a configuration editing tool. It parses configuration files in their
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> |