Index: head/audio/libsndfile/Makefile =================================================================== --- head/audio/libsndfile/Makefile (revision 72279) +++ head/audio/libsndfile/Makefile (revision 72280) @@ -1,43 +1,43 @@ # ex:ts=8 # New ports collection makefile for: libsndfile # Date created: Jul 20, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libsndfile -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= audio MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes -MAN1= sndfile-info.1 sndfile-play.1 +MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1 PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \ new_file_type.HOWTO sndfile_info.html -pre-patch: - @${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure +post-patch: @${REINPLACE_CMD} -e \ 's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/audio/libsndfile/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/audio/libsndfile/distinfo =================================================================== --- head/audio/libsndfile/distinfo (revision 72279) +++ head/audio/libsndfile/distinfo (revision 72280) @@ -1 +1 @@ -MD5 (libsndfile-1.0.1.tar.gz) = bb328567ad639b72d22f7bf3b31550c7 +MD5 (libsndfile-1.0.3.tar.gz) = 73866f565ea98d911065e70d0a1a5672 Property changes on: head/audio/libsndfile/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/audio/libsndfile/pkg-plist =================================================================== --- head/audio/libsndfile/pkg-plist (revision 72279) +++ head/audio/libsndfile/pkg-plist (revision 72280) @@ -1,20 +1,23 @@ +bin/sndfile-convert +bin/sndfile-info +bin/sndfile-play include/sndfile.h lib/libsndfile.a lib/libsndfile.so lib/libsndfile.so.1 libdata/pkgconfig/sndfile.pc %%PORTDOCS%%share/doc/libsndfile/ChangeLog %%PORTDOCS%%share/doc/libsndfile/NEWS %%PORTDOCS%%share/doc/libsndfile/api.html %%PORTDOCS%%share/doc/libsndfile/bugs.html %%PORTDOCS%%share/doc/libsndfile/index.html %%PORTDOCS%%share/doc/libsndfile/libsndfile.jpg %%PORTDOCS%%share/doc/libsndfile/new_file_type.HOWTO %%PORTDOCS%%share/doc/libsndfile/sndfile_info.html share/octave/site/m/sndfile_load.m share/octave/site/m/sndfile_play.m share/octave/site/m/sndfile_save.m @unexec rmdir %D/share/octave/site/m 2>/dev/null || true @unexec rmdir %D/share/octave/site 2>/dev/null || true @unexec rmdir %D/share/octave 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/libsndfile Property changes on: head/audio/libsndfile/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property