Date: Mon, 7 Oct 2019 14:14:47 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513950 - head/cad/libredwg Message-ID: <201910071414.x97EElF8063945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Oct 7 14:14:46 2019 New Revision: 513950 URL: https://svnweb.freebsd.org/changeset/ports/513950 Log: - Update LibreDWG to version 0.9 - Enable runtime tracing by default: it has no noticeable effect during normal usage but greatly improves debugging experience Reported by: portscout Modified: head/cad/libredwg/Makefile head/cad/libredwg/distinfo head/cad/libredwg/pkg-plist Modified: head/cad/libredwg/Makefile ============================================================================== --- head/cad/libredwg/Makefile Mon Oct 7 14:10:04 2019 (r513949) +++ head/cad/libredwg/Makefile Mon Oct 7 14:14:46 2019 (r513950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libredwg -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= cad devel MASTER_SITES= GNU @@ -13,6 +13,7 @@ LICENSE= GPLv3+ USES= libtool tar:xz GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-trace USE_LDCONFIG= yes TEST_TARGET= check @@ -34,8 +35,8 @@ PYTHON_CONFIGURE_OFF= --disable-python post-patch: # XXX: switch the order of #include's to unbreak on powerpc/sparc64 # which are still based on gcc-4.2.1 (should be no-op elsewhere) - @${REINPLACE_CMD} -e '/bits\.h/ { x; s/^/#include "suffix.inc"/; \ - G; } ; 32d' ${WRKSRC}/programs/dwgwrite.c + @${REINPLACE_CMD} -e '/#include "com/ { x; s/^/#include <stdlib.h>/; \ + G; }; 24d' ${WRKSRC}/src/common.c post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/cad/libredwg/distinfo ============================================================================== --- head/cad/libredwg/distinfo Mon Oct 7 14:10:04 2019 (r513949) +++ head/cad/libredwg/distinfo Mon Oct 7 14:14:46 2019 (r513950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561454497 -SHA256 (libredwg-0.8.tar.xz) = 0487c84e962a4dbcfcf3cbe961294b74c1bebd89a128b4929a1353bc7f58af26 -SIZE (libredwg-0.8.tar.xz) = 4295148 +TIMESTAMP = 1570352507 +SHA256 (libredwg-0.9.tar.xz) = 954f74753860315eb313a3bbb83bf7e5ad03e84bd10408cc629ff2e4e4b3fd46 +SIZE (libredwg-0.9.tar.xz) = 4437540 Modified: head/cad/libredwg/pkg-plist ============================================================================== --- head/cad/libredwg/pkg-plist Mon Oct 7 14:10:04 2019 (r513949) +++ head/cad/libredwg/pkg-plist Mon Oct 7 14:14:46 2019 (r513950) @@ -5,12 +5,13 @@ bin/dwggrep bin/dwglayers bin/dwgread bin/dwgrewrite +bin/dxf2dwg include/dwg.h include/dwg_api.h lib/libredwg.a lib/libredwg.so lib/libredwg.so.0 -lib/libredwg.so.0.0.0 +lib/libredwg.so.0.0.9 libdata/pkgconfig/libredwg.pc man/man1/dwg2SVG.1.gz man/man1/dwg2dxf.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071414.x97EElF8063945>