Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 2.2.2_2 |
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 ) |
06 Apr 2021 14:31:07 2.2.2_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
2.2.2_2 |
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 |
12 Dec 2018 01:35:36
2.2.2_1 |
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 |
12 Nov 2018 21:27:49
2.2.2 |
sunpoet  |
Update to 2.2.2
Changes: https://github.com/gflags/gflags/releases |
21 Oct 2018 16:52:14
2.2.1 |
sunpoet  |
Fix build on powerpc64
PR: 232417
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
19 Feb 2018 10:29:05
2.2.1 |
sunpoet  |
Use CMAKE_ON and CMAKE_OFF |
13 Jul 2017 00:00:05
2.2.1 |
sunpoet  |
Update to 2.2.1
Changes: https://github.com/gflags/gflags/releases |
05 Dec 2016 13:39:19
2.2.0_2 |
sunpoet  |
- Revert r427239
- Bump PORTREVISION for package change
PR: 215040
Reported by: Ting-Wei Lan <lantw44@gmail.com> |
27 Nov 2016 16:43:02
2.2.0_1 |
sunpoet  |
- Install gflags_completions.sh to etc/bash_completion.d/
- Bump PORTREVISION for package change |
26 Nov 2016 10:33:37
2.2.0 |
sunpoet  |
- Update to 2.2.0
- Set complete CMAKE_ARGS
Changes: https://github.com/gflags/gflags/releases |
29 Dec 2015 17:54:25
2.1.2 |
sunpoet  |
- Add LICENSE_FILE |
03 Oct 2015 17:07:02
2.1.2 |
sunpoet  |
- Convert to new test framework |
15 May 2015 18:04:35
2.1.2 |
sunpoet  |
- Update to 2.1.2
- Use gflags namespace and disable google namespace
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_ACCOUNT and GH_PROJECT
- Sort CMAKE_ARGS
- Update WWW
Changes: https://github.com/gflags/gflags/releases |
11 May 2015 19:55:25
2.1.1_1 |
zi  |
- Build/install static libraries as well
- Bump PORTREVISION |
24 Mar 2015 18:24:29
2.1.1 |
sunpoet  |
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 |
21 Mar 2015 19:20:00
2.1.1 |
sunpoet  |
- Update to 2.1.1
- Update WWW
Changes: https://github.com/schuhschuh/gflags/releases |
20 Dec 2014 18:15:46
2.0_1 |
sunpoet  |
- Use INSTALL_TARGET=install-strip
- Simplify Makefile
- Add regression-test: |
27 Oct 2014 10:10:59
2.0_1 |
bapt  |
Cleanup plist |
18 Aug 2014 12:02:07
2.0_1 |
amdmi3  |
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
23 Dec 2013 17:18:12
2.0 |
sunpoet  |
- Update LICENSE |
06 Nov 2013 19:28:09
2.0 |
sunpoet  |
- Strip shared library
- Use USES=shebangfix
- Support STAGEDIR
- Cleanup Makefile |
20 Sep 2013 17:04:44
2.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
24 Aug 2013 18:30:36
2.0 |
sunpoet  |
- Add missing tab in USES=pathfix
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) |
19 Mar 2013 13:04:31
2.0 |
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) |
30 Jan 2013 20:32:29
2.0 |
sunpoet  |
- Update to 2.0
- Add LICENSE
- Update WWW
- Reformat pkg-descr
- Take maintainership [1]
Changes: http://gflags.googlecode.com/svn/trunk/ChangeLog
Approved by: leeym (maintainer) [1] |
21 Jan 2013 20:47:03
1.7 |
leeym  |
- update to new header
- convert to OptionsNG |
09 Jan 2013 17:21:21
1.7 |
leeym  |
- update to 1.7 |
07 Oct 2011 03:17:28
1.6 |
leeym  |
- Update to 1.6
- Use GOOGLE_CODE macro
- Sort PORTDOCS
PR: ports/161272
Submitted by: sunpoet |
07 Apr 2011 21:26:46
1.5_1 |
leeym  |
- Don't remove libdata/pkgconfig
- Bump PORTREVISION
Noticed by: pav@ |
04 Apr 2011 22:36:39
1.5 |
leeym  |
- update to 1.5
Noticed by vanilla@ |
04 Dec 2010 07:34:27
1.3 |
ade  |
Sync to new bsd.autotools.mk |
05 Jul 2010 07:47:11
1.3 |
leeym  |
- update to 1.3
Feature safe: yes |
20 Nov 2009 08:30:45
1.2 |
leeym  |
- update to 1.2
Noticed by: vanilla |
02 Aug 2009 19:36:34
0.6 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
01 Jun 2008 09:42:37
0.6 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
13 Mar 2008 11:27:29
0.6 |
edwin  |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@ |
07 Oct 2007 06:46:46
0.6 |
leeym  |
- update to 0.6 |
19 Apr 2007 13:19:36
0.2 |
leeym  |
- removed support to FreeBSD 4.x (EOL)
PR: 111851
Submitted by: araujo at bsdmail.org
Approved by: leeym |
30 Mar 2007 20:46:17
0.2 |
leeym  |
- update to 0.2
(I didn't aware that devel/gflags is updated when I updated my email
address, so force commit for notice) |
30 Mar 2007 20:35:18
0.2 |
leeym  |
- update my email address in ports header |
01 Feb 2007 02:42:06
0.1 |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
19 Dec 2006 07:28:37
0.1 |
leeym  |
- add google-gflags-0.1
google-gflags
Commandline flags module for C++
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.
WWW: http://code.google.com/p/google-gflags/ |