CVS log for ports/databases/dbview/Makefile
Up to [FreeBSD] / ports / databases / dbview
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:32 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -2 lines
- 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
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 4 20:34:40 2008 UTC (3 years, 8 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -4 lines
- Update to 1.0.4 - Respect DOCSDIR
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:37:15 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -2 lines
- Remove USE_GETOPT_LONG which is a no-op since March 200
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 4 21:39:55 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 14 12:17:36 2005 UTC (6 years, 9 months ago) by lawrance
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Fix crash error - Misc other small fixes PR: ports/37186 Submitted by: Alexander Trapeznikov <infoteacher@ipform.ru> Approved by: clement (mentor)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 13 23:57:02 2004 UTC (7 years, 11 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove mastersite that died in, oh, say, the year 2000 or so.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 11 16:56:12 2003 UTC (8 years, 9 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- Don't do two read()s, we're not on windows and don't have a \r to strip out. Also fix an off-by-one error when trying to trim trailing spaces. - bump PORTREVISION PR: 41719 Submitted by: Michael Pearce <mpearce@coreth.com>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 7 17:59:32 2003 UTC (8 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +15 -17 lines
utilize USE_GETOPT_LONG PR: 51530 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:00:11 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
De-pkg-comment.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:22 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:15 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 1 16:07:46 2002 UTC (9 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 15 14:26:22 2002 UTC (9 years, 8 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
Fix building under -current PR: 37944 Submitted by: obraun@informatik.unibw-muenchen.de
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 30 05:12:47 2001 UTC (10 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
o style fixes in Makefile and deployment of DOCSDIR var o support NOPORTDOCS in PLIST PR: 29796 Submitted by: Patrick Li <pat@databits.net>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:48:23 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:16:52 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:21:08 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Change Id->FreeBSD.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 6 16:59:24 1999 UTC (12 years, 8 months ago) by steve
Branches: ANDY
CVS tags: v1_0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of dbview version 1.0.3. A program for viewing dBase III files. PR: 11603 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 6 16:59:24 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Initial revision
