CVS log for ports/editors/leafpad/Makefile
Up to [FreeBSD] / ports / editors / leafpad
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:20 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 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.41: download - view: text, markup, annotated - select for diffs
Fri Mar 25 06:12:44 2011 UTC (10 months, 2 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Update to 0.8.18.1
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Mar 10 01:53:35 2011 UTC (11 months ago) by wen
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -2 lines
- Update to 0.8.18
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:19:52 2011 UTC (11 months ago) by wen
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Take maintainership
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Mar 10 00:10:24 2011 UTC (11 months ago) by wen
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Reset maintainer [1] - Drop MD5 PR: ports/155424 [1] Submitted by: Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1]
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:40 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:34:03 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 9 23:00:17 2010 UTC (23 months ago) by miwi
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -2 lines
- Update to 0.8.17 PR: 144585 Submitted by: Ports Fury Approved by: maintainer
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:36:36 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -0 lines
- update to jpeg-8
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:03:55 2009 UTC (2 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -6 lines
- Update to 0.8.16 PR: 137006 Submitted by: Ports Fury Approved by: maintainer timeout
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:50:48 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jun 22 11:02:03 2008 UTC (3 years, 7 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2 lines
- This port builds fine with gcc 3 and 4. Remove USE_GCC line. - Bump PORTREVISION PR: ports/124834 Submitted by: Jan Sebosik <sebosik at demax.sk> Approved by: Radosław Kozłowski <radek at raadradd.com> (maintainer)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:25:51 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:48:16 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:02:20 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:46:26 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:09 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:54:11 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -7 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 8 14:00:15 2006 UTC (5 years, 9 months ago) by sat
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -9 lines
- Update to 0.8.9 PR: ports/96662 Submitted by: sat Approved by: krion (mentor)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 7 10:55:34 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
Remove USE_REINPLACE from all categories starting with E
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:20:18 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 11 17:27:10 2005 UTC (6 years, 4 months ago) by ahze
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Update to 0.8.4 Approved by: radek@raadradd.com (maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 6 15:06:57 2005 UTC (6 years, 7 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 0.8.2. PR: 83054 Submitted by: Radoslaw Kozlowski (maintainer)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 1 00:31:15 2005 UTC (6 years, 8 months ago) by barner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -3 lines
- Fix build on 4.x Submitted by: Ports Fury PR: ports/81723 Approved by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 22 05:06:50 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5 lines
- Reindent Makefile header - Adjust COMMENT - Unmute INSTALL_FOO statement - Whitespace fixes in pkg-descr Approved by: maintainer
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 20 12:27:25 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -16 lines
Update to version 0.8.1. PR: ports/81283 Submitted by: maintainer
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 16 21:47:46 2005 UTC (6 years, 10 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Fully-qualify the path to update-desktop-database and update-mime-database in the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 14 14:01:52 2005 UTC (6 years, 10 months ago) by novel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +18 -2 lines
Support new GTK file selector. PR: 78691 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> Approved by: maintainer, krion (mentor) (implicit)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:30 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 29 02:18:31 2004 UTC (7 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Chase the new location for update-desktop-database by allowing the command to be found in PATH.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 28 13:43:34 2004 UTC (7 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Update to 0.7.9 PR: ports/75501 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 9 03:36:42 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Really Register mime-types Pointed out by: mezz
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 4 17:32:45 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
- update to 0.7.8 - Add missing desktopfileutils dependency PR: ports/74673 Submitted by: Radek Kozlowski (maintainer)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 21 17:31:40 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
- Fix undo function for the case start from the '%' character - Bump PORTREVISION Submitted by: maintainer Obtained from: leafpad cvs Approved by: adamw (implicit)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 19 19:11:32 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -19 lines
- Update to 0.7.7 - Utilize PORTDOCS - Register mime types with update-desktop-database PR: ports/74115 Submitted by: Radek Kozlowski (maintainer) Approved by: adamw (mentor)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 13 22:32:39 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Register mime types Bump PORTREVISION Pointed out by: mezz Approved by: pav
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 13 00:52:16 2004 UTC (7 years, 2 months ago) by ahze
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Update to 0.7.6 Transfer maintainer to submitter PR: ports/73886 Submitted by: Radek Kozlowski <radek@raadradd.com> Approved by: marcus (co mentor)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:20 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 31 23:12:52 2004 UTC (7 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
update to 0.7.5 Approved by: adamw (mentor)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 26 17:48:32 2004 UTC (7 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -6 lines
Update to 0.7.4.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 21 22:35:34 2004 UTC (7 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -3 lines
Fix the language install in the correct path. If this is a GNOME app, normal the solution would be add 'gnomehack' but this is just a GTK+ app. Therefore, remove 'gnomeprefix' and install in $(datadir)/leafpad. Bump PORTREVISION for pkg-plist change. Reported by: pointyhat via kris
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 18 22:11:02 2004 UTC (7 years, 3 months ago) by mezz
Branches: MAIN
Leafpad is a GTK+ based simple text editor. The user interface is similar to "notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as useful as them. WWW: http://tarot.freeshell.org/leafpad/ PR: ports/72828 Submitted by: Michael Johnson <ahze@ahze.net>
