Date: Thu, 11 Jul 2019 01:32:03 +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: r506394 - head/cad/libredwg Message-ID: <201907110132.x6B1W3ug060187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jul 11 01:32:02 2019 New Revision: 506394 URL: https://svnweb.freebsd.org/changeset/ports/506394 Log: - Update LibreDWG to version 0.8 - Hook the tests to our framework (tests pass on x86, but fail on powerpc/sparc64 unfortunately) - Add the PYTHON option, disabled by default Tested on: i386, amd64, powerpc, sparc64 Modified: head/cad/libredwg/Makefile head/cad/libredwg/distinfo Modified: head/cad/libredwg/Makefile ============================================================================== --- head/cad/libredwg/Makefile Thu Jul 11 00:38:46 2019 (r506393) +++ head/cad/libredwg/Makefile Thu Jul 11 01:32:02 2019 (r506394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libredwg -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= cad devel MASTER_SITES= GNU @@ -14,11 +14,12 @@ LICENSE= GPLv3+ USES= libtool tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes +TEST_TARGET= check INFO= LibreDWG PORTDOCS= AUTHORS ChangeLog NEWS README TODO -OPTIONS_DEFINE= DOCS PSLIB +OPTIONS_DEFINE= DOCS PSLIB PYTHON OPTIONS_DEFAULT= PSLIB PSLIB_DESC= PostScript export support (dwg2ps) @@ -27,6 +28,14 @@ PSLIB_LIB_DEPENDS= libps.so:print/pslib # PSLIB_CONFIGURE_ENV_OFF= ac_cv_lib_ps_PS_open_file=no PSLIB_USES= localbase PSLIB_PLIST_FILES= bin/dwg2ps + +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 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/cad/libredwg/distinfo ============================================================================== --- head/cad/libredwg/distinfo Thu Jul 11 00:38:46 2019 (r506393) +++ head/cad/libredwg/distinfo Thu Jul 11 01:32:02 2019 (r506394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544052766 -SHA256 (libredwg-0.7.tar.xz) = cbef6b9d48877ca26a54115b9ef9a7fd02d0279a94e79d2247f80277820b888d -SIZE (libredwg-0.7.tar.xz) = 3830064 +TIMESTAMP = 1561454497 +SHA256 (libredwg-0.8.tar.xz) = 0487c84e962a4dbcfcf3cbe961294b74c1bebd89a128b4929a1353bc7f58af26 +SIZE (libredwg-0.8.tar.xz) = 4295148
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907110132.x6B1W3ug060187>