... so herrie can use aucat/sndio. seems to work for me but I don't use herrie. if you use it, let me know what you think.
-- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile =================================================================== RCS file: /cvs/ports/audio/herrie/Makefile,v retrieving revision 1.19 diff -N -u -p Makefile --- Makefile 16 Oct 2008 17:29:33 -0000 1.19 +++ Makefile 25 Jul 2009 16:31:33 -0000 @@ -3,6 +3,7 @@ COMMENT= minimalistic console-based audio player DISTNAME= herrie-2.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= audio HOMEPAGE= http://herrie.info/ @@ -12,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c ncurses ogg ossaudio pthread +WANTLIB= c ncurses ogg pthread MODULES= devel/gettext @@ -25,17 +26,20 @@ LIB_DEPENDS= mad.>=2::audio/libmad \ sndfile.>=1::audio/libsndfile \ vorbis.>=5,vorbisfile.>=4::audio/libvorbis \ glib-2.0.>=1000.0,gthread-2.0.>=1000.0::devel/glib2 \ - curl.>=9::net/curl + curl.>=9::net/curl \ + ao:libao->=0.8.8p1:audio/libao CONFIGURE_STYLE= simple CONFIGURE_ENV+= CONFDIR=${SYSCONFDIR} \ PREFIX=${PREFIX} \ - LDFLAGS="-lvorbis -logg" + LDFLAGS="-lvorbis -logg" \ + CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS= ncurses \ no_modplug \ no_strip \ no_xspf \ - verbose + verbose \ + ao NO_REGRESS= Yes