CVS log for ports/audio/wavbreaker/Makefile
Up to [FreeBSD] / ports / audio / wavbreaker
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 23 15:55:58 2012 UTC (2 weeks, 3 days ago) by gahr
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2 lines
- Update to 0.11 Release notes: http://wavbreaker.sourceforge.net/news.html
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:16 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -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.29: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:19:05 2011 UTC (5 months, 4 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 31 01:57:34 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.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:28 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:34:31 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- update to jpeg-8
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:49:13 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:07:08 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 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.23: download - view: text, markup, annotated - select for diffs
Wed Jun 4 08:09:51 2008 UTC (3 years, 8 months ago) by gahr
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
- Fix configure script, in case it doesn't find pkg-config Reported by: ionbot
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 3 23:09:26 2008 UTC (3 years, 8 months ago) by gahr
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +22 -5 lines
- Update to 0.10 - Add support for Pulseaudio soundserver via the OPTIONS framework - Respect WITHOUT_NLS knob - Take maintainship
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Dec 12 22:43:42 2007 UTC (4 years, 1 month ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Update to 0.9 PR: ports/118584 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jul 31 20:57:55 2007 UTC (4 years, 6 months ago) by lme
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 0.8.1 PR: ports/114737 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:32 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 27 10:00:10 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -4 lines
- Update to 0.8 PR: 113001 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 19 19:59:56 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:16:56 2006 UTC (5 years, 10 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Update to 0.7 PR: 94491 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:21:25 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.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:39 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:35:59 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 16 07:21:18 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -2 lines
Remove unneeded patch.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 16 01:03:06 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
BROKEN: Patch fails
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 8 08:11:17 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Drop maintainership.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 27 13:10:47 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Update to 0.5
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 16 14:42:36 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -1 lines
- Remove USE_SIZE knob
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:16 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:42 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 30 14:05:05 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
- SIZEify
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 20 00:16:26 2003 UTC (8 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
- Update to version 0.4
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 22 10:34:06 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change my mail to @FreeBSD.org Approved by: fjoe (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 30 12:42:43 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -7 lines
update audio/wavbreaker: 0.2 --> 0.3 PR: 53811 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 14:42:57 2003 UTC (8 years, 8 months ago) by fjoe
Branches: MAIN
New port: wavbreaker Tool to split wav files. Submitted by: Kirill Ponomarew
