- new port: mod_musicindex is an Apache module aimed at being a C implementation of the Perl module Apache::MP3 (http://search.cpan.org/dist/Apache-MP3/).
Hi ! > echo x - mod_musicindex/files/patch-Makefile > sed 's/^X//' >mod_musicindex/files/patch-Makefile << 'END-of-mod_musicindex/files/patch-Makefile' > X-rw-r--r-- 1 clsung staff 3087 Nov 1 20:09 Makefile > X-rw-r--r-- 1 clsung staff 3049 Oct 30 20:41 Makefile.orig > END-of-mod_musicindex/files/patch-Makefile > echo x - mod_musicindex/files/patch-playlist.h > sed 's/^X//' >mod_musicindex/files/patch-playlist.h << 'END-of-mod_musicindex/files/patch-playlist.h' > X-rw-r--r-- 1 clsung staff 1599 Nov 1 20:10 playlist.h > X-rw-r--r-- 1 clsung staff 1563 Oct 30 20:41 playlist.h.orig > END-of-mod_musicindex/files/patch-playlist.h Seems to be a problem with your patches :) > X.if !defined(NOPORTDOCS) > X @${INSTALL} -d -m 0755 ${DATADIR} > X.for f in ${DOCS_HTMLIMAGES} > X ${INSTALL_DATA} ${WRKSRC}/musicindex/${f} ${DATADIR} > X.endfor > X.endif use ${DOCSDIR} with NOPORTDOCS please. > X%%PORTDOCS%%share/mod_musicindex/general.png > X%%PORTDOCS%%share/mod_musicindex/musicindex.css > X%%PORTDOCS%%share/mod_musicindex/right_arrow.gif > X%%PORTDOCS%%share/mod_musicindex/sound.png > X%%PORTDOCS%%@dirrm share/mod_musicindex Use %%DOSCDIR%% (note that %%DATADIR%% works too) clem
State Changed From-To: open->closed committed, thanks