pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(cad/qcad) Seems packaged fine, but not start running yet.
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sun Apr 10 09:17:47 2016 +0900
Changeset: e892215adf3167dd220c0853848d2e7213982c30
Modified Files:
qcad/Makefile
qcad/PLIST
Log Message:
(cad/qcad) Seems packaged fine, but not start running yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e892215adf3167dd220c0853848d2e7213982c30
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qcad/Makefile | 4 ++--
qcad/PLIST | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diffs:
diff --git a/qcad/Makefile b/qcad/Makefile
index 2ae71ec..74d16be 100644
--- a/qcad/Makefile
+++ b/qcad/Makefile
@@ -13,7 +13,7 @@ USE_TOOLS+= autoconf gmake pax
EXTRACT_USING= gtar
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-BROKEN= libtool handling is NOT correct
+#BROKEN= libtool handling is NOT correct
BUILD_TARGET= all
@@ -46,7 +46,7 @@ do-configure:
do-install:
cd ${WRKSRC}/release && \
- for i in lib*a ; do libtool --mode=install install $$i ${DESTDIR}${PREFIX}/bin/qcad ; done && \
+ for i in lib*a ; do libtool --mode=install install $$i ${DESTDIR}${PREFIX}/lib; done && \
libtool --mode=install install qcad-bin ${DESTDIR}${PREFIX}/bin/qcad
cd ${WRKSRC} && umask 022 && \
pax -rwpm support examples fonts patterns scripts ${DESTDIR}${PREFIX}/share/qcad
diff --git a/qcad/PLIST b/qcad/PLIST
index e72e5dc..2691a96 100644
--- a/qcad/PLIST
+++ b/qcad/PLIST
@@ -1,5 +1,18 @@
@comment $NetBSD$
bin/qcad
+lib/libdxflib.a
+lib/libopennurbs.a
+lib/libqcadcore.la
+lib/libqcadentity.la
+lib/libqcadgrid.la
+lib/libqcadgui.la
+lib/libqcadoperations.la
+lib/libqcadsnap.la
+lib/libqcadstemmer.la
+lib/libquazip.la
+lib/libspatialindexnavel.la
+lib/libstemmer.a
+lib/libzlib.a
share/qcad/examples/colors.dxf
share/qcad/examples/entities.dxf
share/qcad/examples/example00.dxf
Home |
Main Index |
Thread Index |
Old Index