Date: Tue, 7 Oct 2014 14:14:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370339 - head/textproc/libvisio Message-ID: <201410071414.s97EEXbS012067@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 14:14:33 2014 New Revision: 370339 URL: https://svnweb.freebsd.org/changeset/ports/370339 QAT: https://qat.redports.org/buildarchive/r370339/ Log: Fix fetching, convert to USES=gperf Modified: head/textproc/libvisio/Makefile Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Tue Oct 7 14:14:22 2014 (r370338) +++ head/textproc/libvisio/Makefile Tue Oct 7 14:14:33 2014 (r370339) @@ -4,7 +4,7 @@ PORTNAME= libvisio PORTVERSION= 0.0.31 PORTREVISION= 3 CATEGORIES= textproc devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure @@ -22,17 +22,10 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build -USES= gmake libtool pathfix perl5 pkgconfig tar:xz +USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 802516 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900502) -BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -CONFIGURE_ENV+= GPERF=${LOCALBASE}/bin/gperf -.endif - post-stage: @${RM} -f ${STAGEDIR}${PREFIX}/bin/vs* -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071414.s97EEXbS012067>