Update to 3.17.3.6 and add missing linetypes.

Reported by:	Ban Lovko
This commit is contained in:
Michael Reifenberger 2017-08-13 15:23:38 +00:00
parent 90148e9f98
commit bdd28606f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447895
4 changed files with 685 additions and 122 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qcad
PORTVERSION= 3.17.1.0
PORTVERSION= 3.17.3.6
DISTVERSIONPREFIX= v
#PORTREVISION= 1
CATEGORIES= cad
@ -43,7 +43,7 @@ RESDIR= ${WRKSRC}/release
SHRLIBS= qcadcore qcadecmaapi qcadentity qcadgrid qcadgui qcadoperations \
qcadsnap qcadspatialindex qcadstemmer spatialindexnavel qcadzip
STALIBS= dxflib stemmer
SHRDIR= fonts libraries patterns plugins scripts ts
SHRDIR= fonts libraries linetypes patterns plugins scripts ts
#QSCRIPTS should not be installed to avoid conflicts with texlive-base
QSCRIPTS= bbox dwg2bmp dwg2pdf dwg2svg

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1496501047
SHA256 (qcad/qcad-qcad-v3.17.1.0_GH0.tar.gz) = 9456e45681bf9bb9a8baf50f0d707c11e5d71987390fdd0c6a4df8345858cf5b
SIZE (qcad/qcad-qcad-v3.17.1.0_GH0.tar.gz) = 29372817
TIMESTAMP = 1502624613
SHA256 (qcad/qcad-qcad-v3.17.3.6_GH0.tar.gz) = d102f26edeb57b78132664a2d34e7efeec3827465885f53add6b1b3d1f35db55
SIZE (qcad/qcad-qcad-v3.17.3.6_GH0.tar.gz) = 29285260

View file

@ -1,9 +0,0 @@
--- src/core/RBlockReferenceEntity.cpp.orig 2017-06-18 19:08:03.431567000 +0200
+++ src/core/RBlockReferenceEntity.cpp 2017-06-18 19:08:31.008331000 +0200
@@ -418,5 +418,5 @@
QStack<REntity*> blockRefStack = e.getBlockRefViewportStack();
bool skip = false;
- for (int i=blockRefStack.length()-1; i>=0; i--) {
+ for (int i=blockRefStack.size()-1; i>=0; i--) {
REntity* ent = blockRefStack.at(i);
RBlockReferenceEntity* blockRef = dynamic_cast<RBlockReferenceEntity*>(ent);

File diff suppressed because it is too large Load diff