Update to 3.21.3.15 and try to fix build for i386
This commit is contained in:
parent
39169fcbc6
commit
a17430b303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492387
3 changed files with 519 additions and 15335 deletions
|
@ -2,10 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= qcad
|
PORTNAME= qcad
|
||||||
PORTVERSION= 3.21.3.11
|
PORTVERSION= 3.21.3.15
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
#PORTREVISION= 1
|
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
|
@ -50,6 +49,13 @@ QSCRIPTS= bbox dwg2bmp dwg2pdf dwg2svg
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "i386"
|
||||||
|
CFLAGS_${ARCH}= -fPIC
|
||||||
|
CXXFLAGS_${ARCH}= -fPIC
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
|
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
|
||||||
${WRKSRC}/src/core/RS.cpp
|
${WRKSRC}/src/core/RS.cpp
|
||||||
|
@ -73,4 +79,4 @@ do-install:
|
||||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1544270773
|
TIMESTAMP = 1549572368
|
||||||
SHA256 (qcad/qcad-qcad-v3.21.3.11_GH0.tar.gz) = 8436cfc4ebfad68fdab847468aaa84fe8e7f2c96518f8e081753fae527c97793
|
SHA256 (qcad/qcad-qcad-v3.21.3.15_GH0.tar.gz) = 95acbd7372e288d4d3f7ca46babcea49e6e7fb8ffe46cec21cb11b7ad2871164
|
||||||
SIZE (qcad/qcad-qcad-v3.21.3.11_GH0.tar.gz) = 43858190
|
SIZE (qcad/qcad-qcad-v3.21.3.15_GH0.tar.gz) = 43841552
|
||||||
|
|
15836
cad/qcad/pkg-plist
15836
cad/qcad/pkg-plist
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue