pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(klayout) libklayout.so is installed
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Thu Mar 10 23:35:25 2016 +0900
Changeset: 7ef941195d76a489a678c2985e171c2478cbc6cd
Modified Files:
klayout/Makefile
klayout/TODO
Log Message:
(klayout) libklayout.so is installed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ef941195d76a489a678c2985e171c2478cbc6cd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
klayout/Makefile | 7 ++-----
klayout/TODO | 6 ++++--
2 files changed, 6 insertions(+), 7 deletions(-)
diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 7a7ad12..64c65a7 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -9,13 +9,12 @@ HOMEPAGE= http://www.klayout.org/downloads/
COMMENT= Simple GDS and OASIS file viewer and Editor
LICENSE= gnu-gpl-v2
-BROKEN= lib/libklayout.so is not installed yet
+BROKEN= libQtDesigner.so.4: qt4-tools-4.8.7 is not a runtime dependency
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
CFLAGS+= -I${PREFIX}/include/python${PYVERSUFFIX}
-#LD_LIBRARY_PATH=${PREFIX}/lib
NO_CONFIGURE= yes
SUBST_CLASSES+= rpath
@@ -48,12 +47,10 @@ do-install:
(cd ${WRKSRC}; \
pwd; \
${INSTALL_PROGRAM} ${REL_DIR}/main/klayout ${INSTALL_BINDIR}; \
+ ${INSTALL_PROGRAM} ${REL_DIR}/main/libklayout.so ${INSTALL_LIBDIR} ;\
for bin in ${OTHER_BIN}; do \
${INSTALL_PROGRAM} ${REL_DIR}/main/$$bin ${INSTALL_BINDIR} ;\
done ;\
- for plugin in ${PLUGINS}; do \
- ${INSTALL_PROGRAM} ${REL_DIR}/main/libklayout.so ${INSTALL_LIBDIR} ;\
- done ;\
${CHMOD} 755 ${INSTALL_BINDIR}/* ;\
)
diff --git a/klayout/TODO b/klayout/TODO
index 8799152..035d035 100644
--- a/klayout/TODO
+++ b/klayout/TODO
@@ -3,5 +3,7 @@
- ruby version handling is not properly setup
- MAKE_JOBS= may not be in effect ?
-- lib/libklayout.so is not installed yet
-
+----------------------
+ERROR: /usr/pkg/qt4/lib/libQtDesigner.so.4: qt4-tools-4.8.7 is not a runtime dependency
+ERROR: /usr/pkg/qt4/lib/libQtDesigner.so.4: qt4-tools-4.8.7 is not a runtime dependency
+----------------------
Home |
Main Index |
Thread Index |
Old Index