head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q4:1.1.0.62 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.60 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.58 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.56 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.54 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.52 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.50 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.48 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.46 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.44 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.42 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.40 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.38 pkgsrc-2008Q1:1.1.0.36 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.34 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.32 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.30 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.28 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.26 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.24 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.22 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.20 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.18 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.16 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.14 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.12 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.10 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2011.03.07.09.34.33; author ryoon; state dead; branches; next 1.1; 1.1 date 2003.09.30.09.44.00; author cube; state Exp; branches; next ; desc @@ 1.2 log @Update to 3.2.5. * Update MASTER_SITES. * Add some options. Changelog: V3.2.5 2009/01/24 ================= * minor compilation fixes from freebsd ports maintainer Roman Bogorodskiy V3.2.4 2009/01/18 ================= * Fixed bug in buffering code when using SDL as audio output; this fixes possible hickups in such cases. * When changing back directories in the file browser, jump to the position in the file list the user came from. * Reduced number of warnings using newer g++ versions V3.2.3 2006/08/05 ================= * Fixed parallel build bug, make -j now works * Fixed typos in CharsetMap documentation * Implemented screen resizing * Fixed a race condition which caused 100% CPU consumption at the end of each played song V3.2.2 2006/01/29 ================= * Added support for audio playback using SDL (mixer is not supported (yet)) * Added Esound (Enlightened Sound Daemon) support * Removed strict dependency on OSS support, now that there are alternatives * Cleaned up code to allow compilation on MacOS X Tiger and Cygwin * Fixed a couple of minor memory allocation bugs * Fixed NAS playback (should work, but untested) V3.2.1 2005/12/06 ================= * Made cursor follow the highlighted bar in playlist/filemanager, to aid blind people * Fixed a bug in mpegsound library that could cause mp3blaster to crash. Thanks go to Serge van den Boom for reporting the problem. @ text @$NetBSD: patch-ai,v 1.1 2003/09/30 09:44:00 cube Exp $ --- config.h.in.orig 2003-09-29 13:52:57.000000000 +0200 +++ config.h.in @@@@ -59,6 +59,9 @@@@ /* Define if you have the strstr function. */ #undef HAVE_STRSTR +/* Define if you have the getopt_long_only function. */ +#undef HAVE_GETOPT_LONG_ONLY + /* Define if you have the header file. */ #undef HAVE_BOOL_H @@@@ -71,9 +74,6 @@@@ /* Define if you have the header file. */ #undef HAVE_FCNTL_H -/* Define if you have the header file. */ -#undef HAVE_GETOPT_H - /* Define if you have the header file. */ #undef HAVE_MACHINE_SOUNDCARD_H @ 1.1 log @Make this correctly compile with gcc3, by reorganizing the way it pulls up getop_long_only implementation. Patch sent to the author. Ok'd by seb@@. @ text @d1 1 a1 1 $NetBSD$ @