Index: head/textproc/libextractor/Makefile =================================================================== --- head/textproc/libextractor/Makefile (revision 172549) +++ head/textproc/libextractor/Makefile (revision 172550) @@ -1,75 +1,72 @@ # New ports collection makefile for: libextractor # Date created: 25 May 2005 # Whom: kevlo@FreeBSD.org # # $FreeBSD$ # PORTNAME= libextractor PORTVERSION= 0.5.15 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= vd@FreeBSD.org COMMENT= Library for keyword extraction LIB_DEPENDS= mpeg2:${PORTSDIR}/multimedia/libmpeg2 USE_GCC= 3.4+ USE_GNOME= glib20 USE_PYTHON= yes USE_AUTOTOOLS= libltdl:15 USE_DOS2UNIX= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ltdl-install --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl MAN1= extract.1 MAN3= libextractor.3 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/src/plugins/Makefile.* \ ${WRKSRC}/src/plugins/exiv2/Makefile.* \ ${WRKSRC}/src/plugins/rpm/Makefile.* @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^#ifdef EXV_HAVE_STDINT_H$$|#if EXV_HAVE_STDINT_H|' \ ${WRKSRC}/src/plugins/exiv2/types.hpp -pre-install: - ${MKDIR} ${PREFIX}/lib/libextractor - check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include .if exists(${LOCALBASE}/include/wand/magick-wand.h) LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else PLIST_SUB+= VORBIS="@comment " .endif patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ $$file.tmp > $$file; \ ${RM} $$file.tmp; \ done); .include Property changes on: head/textproc/libextractor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/textproc/libextractor/distinfo =================================================================== --- head/textproc/libextractor/distinfo (revision 172549) +++ head/textproc/libextractor/distinfo (revision 172550) @@ -1,3 +1,3 @@ -MD5 (libextractor-0.5.15.tar.gz) = 6a08e6489abe44b859bd7f0546ab4880 -SHA256 (libextractor-0.5.15.tar.gz) = 0c5e62d9779b030aab051800c8207659fddc57002145e325c3bd0b36c87fedc0 -SIZE (libextractor-0.5.15.tar.gz) = 7770118 +MD5 (libextractor-0.5.15.tar.gz) = 151a3027090c431f69b93560bc3c9908 +SHA256 (libextractor-0.5.15.tar.gz) = 90b895f66fb585c29d96f63f4bd98524739c3883c48ee9a34b37cb607ec5448f +SIZE (libextractor-0.5.15.tar.gz) = 7770185 Property changes on: head/textproc/libextractor/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property