Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1 29 Oct 2024 14:38:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Cosmetic change |
0.7.1 04 Aug 2024 21:15:49
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Cosmetic change |
0.7.1 04 Aug 2024 12:00:54
    |
Piotr Kubaj (pkubaj)  |
devel/glog: fix build on powerpc
In file included from
/wrkdirs/usr/ports/devel/glog/work/glog-0.7.1/src/stacktrace.cc:37:
/wrkdirs/usr/ports/devel/glog/work/glog-0.7.1/src/stacktrace_powerpc-inl.h:126:4:
error: Need to specify the PPC ABI for your architecture.
126 | # error Need to specify the PPC ABI for your architecture.
| ^
1 error generated. |
0.7.1 18 Jun 2024 03:58:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Update to 0.7.1
Changes: https://github.com/google/glog/releases |
0.7.0 09 Mar 2024 14:05:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Update to 0.7.0
- Convert to USES=cmake:testing
- Sort PLIST
- Bump PORTREVISION of dependent ports for shlib change
Broken ports are skipped:
- graphics/colmap [1]
- graphics/hiptext [2]
- graphics/openmvs
- sysutils/apache-mesos
[2] This port was being skipped on package building cluster due to its LICENSE
"License NONE needs confirmation, but BATCH is defined"
Changes: https://github.com/google/glog/releases
Reference: https://pkg-status.freebsd.org/beefy12/data/140amd64-default/84a61d95b0a5/logs/colmap-3.8_5.log
[1] |
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) |
0.6.0 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 ) |
0.6.0 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 ) |
0.6.0 17 Apr 2022 23:58:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Update to 0.6.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/glog/releases |
0.5.0 28 May 2021 14:07:14
    |
Piotr Kubaj (pkubaj)  |
devel/glog: fix unwind detection on powerpc64* |
0.5.0 16 May 2021 15:23:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/glog: Update to 0.5.0
Changes: https://github.com/google/glog/releases |
0.4.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.0_1 10 Dec 2019 17:16:32
  |
sunpoet  |
Fix build on powerpc64 ELFv2
- Teach glog how to use program counter
PR: 242343
Submitted by: pkubaj |
0.4.0_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.4.0 23 Mar 2019 12:39:48
  |
sunpoet  |
Update to 0.4.0
Changes: https://github.com/google/glog/releases |
0.3.5_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.3.5 21 Oct 2018 16:52:06
  |
sunpoet  |
Fix build on powerpc64
PR: 232416
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.3.5 23 Sep 2017 14:09:55
  |
sunpoet  |
Change PORTDOCS=* to PLIST entries |
0.3.5 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
0.3.5 13 May 2017 12:11:19
  |
sunpoet  |
Update distinfo
Upstream added a missing commit to the 0.3.5 release.
Changes: https://github.com/google/glog/commit/a6a166db069520dbbd653c97c2e5b12e08a8bb26 |
0.3.5 13 May 2017 07:26:29
  |
miwi  |
- Broken Checksum mismatch
google-glog-v0.3.5_GH0.tar.gz 0 B 0 Bps
=> Fetched file size mismatch (expected 532256, actual 532275) |
0.3.5 09 May 2017 14:23:11
  |
sunpoet  |
Update to 0.3.5
Changes: https://github.com/google/glog/releases |
0.3.4 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.4 17 Oct 2015 18:07:49
  |
sunpoet  |
- Add LICENSE_FILE
- Use USES=localbase |
0.3.4 03 Oct 2015 17:07:11
  |
sunpoet  |
- Convert to new test framework |
0.3.4 13 May 2015 18:59:12
  |
sunpoet  |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT |
0.3.4 25 Apr 2015 16:24:45
  |
sunpoet  |
- Fix build on i386
- Regenerate patch files with makepatch:
MFH: 2015Q2 |
0.3.4 24 Mar 2015 18:24:29
  |
sunpoet  |
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 |
0.3.4 21 Mar 2015 19:20:34
  |
sunpoet  |
- Update to 0.3.4
- Update WWW
Changes: https://github.com/google/glog/releases |
0.3.3_3 20 Dec 2014 18:16:05
  |
sunpoet  |
- Add LICENSE
- Strip shared library
- Sort USES
- Use PORTDOCS
- Simplify Makefile
- Cosmetic change
- Take maintainership |
0.3.3_3 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
0.3.3_3 27 Oct 2014 10:10:59
  |
bapt  |
Cleanup plist |
0.3.3_3 18 Aug 2014 12:02:07
  |
amdmi3  |
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.3.3_2 18 Aug 2014 12:00:59
  |
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.3.3_1 05 Aug 2014 06:40:47
  |
bapt  |
USES=execinfo |
0.3.3_1 15 Jul 2014 14:36:13
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.3.3_1 10 Jun 2014 19:29:52
  |
amdmi3  |
- Use new LIB_DEPENDS syntax
- Add missing USES=libtool
Approved by: portmgr blanket |
0.3.3 10 Jun 2014 07:39:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.3.3 07 Nov 2013 15:37:32
  |
clsung  |
convert to STAGE |
0.3.3 20 Sep 2013 17:04:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
0.3.3 18 Jun 2013 16:25:48
  |
wg  |
devel/glog: remove patches
- Patches to fix the real issue have been integrated upstream
http://code.google.com/p/google-glog/source/detail?r=116
PR: ports/175792 [1]
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
0.3.3 17 Jun 2013 16:44:52
  |
wg  |
devel/glog: update to 0.3.3
- Update to 0.3.3 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Remove USE_GCC, now it builds with clang
Changes:
http://code.google.com/p/google-glog/source/browse/trunk/ChangeLog?spec=svn132&r=132
PR: ports/175792 [1]
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
0.3.2 19 Mar 2013 13:04:31
  |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.3.2 12 Feb 2013 10:46:42
  |
clsung  |
- Update to 0.3.2 |
0.3.1_2 10 Jan 2013 21:24:53
  |
leeym  |
- bump PORTREVISION since shlib version of gflags was changed
Noticed by: sunpoet |
0.3.1_1 07 Oct 2011 08:55:20
 |
clsung  |
- Add devel/gflags to dependency list
glog will use gflags if it's installed
- Bump PORTREVISION for dependency change
PR: ports/161275
Submitted by: sunpoet |
0.3.1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.3.1 07 Apr 2011 09:12:38
 |
clsung  |
- Update to 0.3.1 |
0.2.1_1 01 Apr 2010 05:49:30
 |
linimon  |
Attempt to fix build on powerpc.
Hat: portmgr |
0.2.1_1 12 Jun 2009 10:18:40
 |
clsung  |
- fix pkgconfig location
- bump PORTREVISION
Noticed by: vanilla |
0.2.1 12 Jun 2009 07:39:41
 |
clsung  |
- Update to 0.2.1
- Add pkg-config support |
0.2 05 Feb 2009 07:15:39
 |
clsung  |
- Update to 0.2 |
0.1.1 03 Feb 2009 05:30:55
 |
linimon  |
Attempt to see if we can get this to run on sparc64. |
0.1.1 18 Nov 2008 02:28:37
 |
clsung  |
- Update to 0.1.1 |
0.1 14 Oct 2008 06:32:05
 |
clsung  |
The glog library implements application-level logging.
This library provides logging APIs based on C++-style streams and
various helper macros. |