CVS log for ports/devel/gflags/Makefile
Up to [FreeBSD] / ports / devel / gflags
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 7 03:17:28 2011 UTC (4 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -4 lines
- Update to 1.6 - Use GOOGLE_CODE macro - Sort PORTDOCS PR: ports/161272 Submitted by: sunpoet
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 7 21:26:46 2011 UTC (10 months ago) by leeym
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
- Don't remove libdata/pkgconfig - Bump PORTREVISION Noticed by: pav@
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 4 22:36:39 2011 UTC (10 months, 1 week ago) by leeym
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -2 lines
- update to 1.5 Noticed by vanilla@
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:06 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 5 07:47:11 2010 UTC (19 months, 1 week ago) by leeym
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- update to 1.3 Feature safe: yes
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 20 08:30:45 2009 UTC (2 years, 2 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- update to 1.2 Noticed by: vanilla
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:09 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
-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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Mar 13 11:27:26 2008 UTC (3 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
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@
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 7 06:46:46 2007 UTC (4 years, 4 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- update to 0.6
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 19 13:19:36 2007 UTC (4 years, 9 months ago) by leeym
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -8 lines
- removed support to FreeBSD 4.x (EOL) PR: 111851 Submitted by: araujo at bsdmail.org Approved by: leeym
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 30 20:46:17 2007 UTC (4 years, 10 months ago) by leeym
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -0 lines
- update to 0.2 (I didn't aware that devel/gflags is updated when I updated my email address, so force commit for notice)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 30 20:35:17 2007 UTC (4 years, 10 months ago) by leeym
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- update my email address in ports header
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:25 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 19 07:28:37 2006 UTC (5 years, 1 month ago) by leeym
Branches: MAIN
CVS tags: RELEASE_4_EOL
- 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/
