On Sat, Dec 20, 2008 at 08:46:04PM +0000, Jacob Meuser wrote:
> On Sat, Dec 20, 2008 at 04:00:55PM +0000, Christian Weisgerber wrote:
> > Thomas Pfaff <[email protected]> wrote:
> > 
> > > This diff adds sndio output to audio/xmms.  Please test.
> > 
> > The autotools changes are causing trouble.  I just tried to build
> > with FLAVOR='no_esd no_mikmod' and autoconf errored out:
> > 
> > configure.in:226: error: possibly undefined macro: AM_PATH_LIBMIKMOD
> 
> bah.  I fix that with the suggestion of m4_pattern_allow then it
> complains about:
> 
> configure.in:90: error: possibly undefined macro: AC_CHECK_LIB
> configure.in:91: error: possibly undefined macro: AC_DEFINE
> 
> yeah, right.  this is f**king dumb.

heh.  without these patches, the xmms port:

in patch:
  runs autoconf in ${WRKSRC}
  runs autoheader in ${WRKSRC}
in configure:
  runs autoconf in ${WRKSRC}/libxmms
  runs configure in ${WRKSRC}
  runs configure in ${WRKSRC}/libxmms
in build:
  runs aclocal in ${WRKSRC}
  runs autoheader in ${WRKSRC}
  runs autoconf in ${WRKSRC}
  runs configure in ${WRKSRC}
  runs automake in ${WRKSRC}
  compiles some stuff
  runs autoheader in ${WRKSRC}
  finished building

are you freakin' kidding me?  I wasted all that time because I thought
the changes I made caused this behaviour?  f**k that.

Thomas, please let's go back to a separate xmms-sndio distribution/port.

trying to wrestle with the xmms port directly is just a waste.  it's
way ugly and upstream is dead, afaics.

-- 
[email protected]
SDF Public Access UNIX System - http://sdf.lonestar.org

Reply via email to