CVS log for ports/audio/xmms-shn/Makefile
Up to [FreeBSD] / ports / audio / xmms-shn
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 2 17:56:13 2011 UTC (13 months, 1 week ago) by erwin
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Use canonical format for FreeBSD.org MAINTAINER addresses - Remove obsolete MD5 checksum while I'm here PR: 153513 Submitted by: sunpoet
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Mar 27 18:03:19 2009 UTC (2 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Mark MAKE_JOBS_SAFE for parallel building.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:07:17 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +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.27: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:02:22 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -2 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 19 20:00:14 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 -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.25: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:05:55 2007 UTC (4 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -6 lines
Update to 2.4.1. Changes in this release: - Disable seeking in files with seektables that cannot possibly be valid. - Included libtool doesn't require objformat(1) any longer.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Mar 29 12:59:19 2007 UTC (4 years, 10 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -0 lines
- Cleanup objformat-removal fallout - Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jan 14 18:53:02 2007 UTC (5 years ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Fix master site. PR: 107898 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:50 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:09 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:41:58 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 5 23:16:21 2004 UTC (7 years, 9 months ago) by naddy
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -4 lines
Shrink description and update to 2.4.0. Notable changes in this release: - Ability to play files that contain an ID3v2 tag. - Seek table fixes.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:03 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:46 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 7 18:53:49 2003 UTC (8 years, 2 months ago) by naddy
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Fix MASTER_SITES and WWW links. Submitted by: fenner (distfiles survey)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 27 15:14:46 2003 UTC (8 years, 5 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Maintenance update to 2.2.8.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 8 00:40:06 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 lines
Remove the USE_GNOMENG macro.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:52:52 2003 UTC (8 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
pkg-comment -> COMMENT
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 28 16:37:30 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
After repo copy from graphics category, update all appropriate dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 2 17:18:09 2002 UTC (9 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
* Update to 2.2.7. Minor build changes only. * Take MAINTAINER. Approved by: fenner
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 5 18:05:17 2002 UTC (9 years, 4 months ago) by naddy
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
* Update to 2.2.6. * Home page and master site have moved. * Use standard way of not installing .la library wrapper. Approved by: fenner
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 31 00:13:24 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Use USE_GNOMENG. PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 31 21:20:24 2002 UTC (10 years ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -6 lines
* Update master site and homepage. * autoconf -> configure * Update to release 2.2.5. Notable changes in this version: + added configuration window option to swap bytes on audio output Approved by: fenner
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 3 22:40:45 2001 UTC (10 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -2 lines
- Update to 2.2.4
- delete patch-a{a,b}
- add patch-ltmain.sh
- Remove useless .a and .la from pkg-plist and from being installed
- Add Author: tag to pkg-descr
- Add post-install target to install README to ${DOCSDIR} and support NOPORTDOCS
PR: 29815
Submitted by: pat@databits.net
No Response: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 4 15:46:35 2001 UTC (10 years, 8 months ago) by fenner
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.
Noticed by: Trevor Johnson <trevor@jpj.net>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 22 05:10:39 2001 UTC (10 years, 9 months ago) by fenner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to version 2.2.3
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 14 19:33:30 2001 UTC (10 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Use "USE_GTK" & "USE_GNOME" forever.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 10 01:28:49 2001 UTC (10 years, 11 months ago) by fenner
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Use X Prefix, like xmms itself.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 12 01:42:08 2000 UTC (11 years, 3 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
BUILD_DEPENDS on xmms_config.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 3 17:08:17 2000 UTC (11 years, 3 months ago) by fenner
Branches: MAIN
Add xmms-shn, an xmms plugin that allows playing of shorten-compressed audio.
