svn commit: r370303 - head/graphics/libfreehand
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 11:58:19 UTC 2014
Author: bapt
Date: Tue Oct 7 11:58:18 2014
New Revision: 370303
URL: https://svnweb.freebsd.org/changeset/ports/370303
QAT: https://qat.redports.org/buildarchive/r370303/
Log:
Fix fetching
Remove the DOCS option
Modified:
head/graphics/libfreehand/Makefile
head/graphics/libfreehand/pkg-plist
Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile Tue Oct 7 11:56:14 2014 (r370302)
+++ head/graphics/libfreehand/Makefile Tue Oct 7 11:58:18 2014 (r370303)
@@ -2,9 +2,9 @@
PORTNAME= libfreehand
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= http://dev-www.libreoffice.org/src/
+MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
MAINTAINER= office at FreeBSD.org
COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings
@@ -17,14 +17,8 @@ LIB_DEPENDS= librevenge-0.0.so:${PORTSDI
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --disable-werror
+CONFIGURE_ARGS= --disable-werror --without-docs
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= DOCS
-
-DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_OFF= --without-docs
-PORTDOCS= *
-
.include <bsd.port.mk>
Modified: head/graphics/libfreehand/pkg-plist
==============================================================================
--- head/graphics/libfreehand/pkg-plist Tue Oct 7 11:56:14 2014 (r370302)
+++ head/graphics/libfreehand/pkg-plist Tue Oct 7 11:58:18 2014 (r370303)
@@ -6,5 +6,3 @@ lib/libfreehand-0.1.so
lib/libfreehand-0.1.so.1
lib/libfreehand-0.1.so.1.0.0
libdata/pkgconfig/libfreehand-0.1.pc
- at dirrm include/libfreehand-0.1/libfreehand
- at dirrm include/libfreehand-0.1
More information about the svn-ports-head
mailing list