Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.6_1 21 Jan 2024 12:16:29 |
Matthew Seaman (matthew) |
devel/liblogging: install man pages in ${PREFIX}/share/man
While here, mollify portlint(8) by adding `USE_LDCONFIG=yes` |
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.0.6 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.0.6 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.6 14 Oct 2021 21:30:28 |
Stefan Eßer (se) |
devel/liblogging: Add CPE information
Approved by: portmgr (blanket) |
1.0.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.6 08 Mar 2017 00:25:39 |
matthew |
Update to 1.0.6
ChangeLog: https://github.com/rsyslog/liblogging/blob/master/ChangeLog |
1.0.5 24 Sep 2016 15:19:35 |
matthew |
Take maintainership of ports that rsyslogd depends on
Approved by: brd |
1.0.5 10 Dec 2014 18:24:31 |
brd |
Upgrade devel/liblogging to 1.0.5 and enable rfc3195 support for rsyslog to use.
Changelog: http://www.liblogging.org/2014/12/liblogging-105-released.html
Approved by: zi |
1.0.4_2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.0.4_2 26 Jun 2014 14:12:21 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
1.0.4_1 15 May 2014 23:40:23 |
brd |
- Update devel/libestr from 0.1.8 to 0.1.9
- Update devel/liblogging from 1.0.1 to 1.0.4
- Update sysutils/rsyslog7 from 7.6.0 to 7.6.3
Reviewed by: zi@ |
1.0.1_1 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
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).
(Only the first 15 lines of the commit message are shown above ) |
1.0.1 20 Feb 2014 17:42:12 |
brd |
- Fix a duplicate LATEST_LINK by removing sysutils/liblogging and reviving
devel/liblogging
Reviewed by: tj@ |
0.7.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.7.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.7.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.7.1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.7.1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.7.1 15 May 2008 19:08:27 |
sat |
- Update liblogging to 0.7.1
- Update rsyslog to 2.0.5 |
0.6.0 10 Jul 2007 07:20:23 |
sat |
Add port devel/liblogging:
Liblogging is an easy to use, portable, open source library for
system logging.
WWW: http://www.liblogging.org/
Author: Rainer Gerhards <rgerhards@adiscon.com> |