From owner-svn-ports-all@freebsd.org Mon Oct 7 14:14:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBC7B1306A7; Mon, 7 Oct 2019 14:14:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46n2YM5v1Dz44FN; Mon, 7 Oct 2019 14:14:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AED62FD1F; Mon, 7 Oct 2019 14:14:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x97EElrr063948; Mon, 7 Oct 2019 14:14:47 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97EElF8063945; Mon, 7 Oct 2019 14:14:47 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201910071414.x97EElF8063945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 7 Oct 2019 14:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513950 - head/cad/libredwg X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/cad/libredwg X-SVN-Commit-Revision: 513950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 14:14:48 -0000 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 /; \ + 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