Update to 0.17.1.

This commit is contained in:
Hiroki Sato 2009-04-12 21:01:41 +00:00
parent f3a0f9ce16
commit 64ecd78c6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232241
4 changed files with 7 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= klayout
PORTVERSION= 0.15
PORTVERSION= 0.17.1
CATEGORIES= cad
MASTER_SITES= http://www.klayout.de/

View file

@ -1,3 +1,3 @@
MD5 (klayout-0.15.tar.gz) = 07dee91db693b9d4d9577f7bc265fbe2
SHA256 (klayout-0.15.tar.gz) = 72f69852e116bdeeee7a93cd896f1bc8dd7feaeefe5a17e5c967af51e4b56b71
SIZE (klayout-0.15.tar.gz) = 863520
MD5 (klayout-0.17.1.tar.gz) = 6d099ec95ec6c51ac322d711587640a2
SHA256 (klayout-0.17.1.tar.gz) = 0698e96d95e1515b3b11e9a72cd2bf7e7167e660f3ac8676c48b7bcb324925ed
SIZE (klayout-0.17.1.tar.gz) = 986651

View file

@ -1,5 +1,5 @@
--- build.sh.orig 2008-08-17 06:40:32.000000000 +0900
+++ build.sh 2008-08-23 09:47:35.000000000 +0900
--- build.sh.orig 2008-12-28 07:36:50.000000000 +0900
+++ build.sh 2009-04-11 23:23:57.000000000 +0900
@@ -136,11 +136,11 @@
exit 1
fi
@ -14,15 +14,6 @@
echo "*** ERROR: unable to locate Qt UIC in $QTBIN"
exit 1
fi
@@ -238,7 +238,7 @@
mkdir -p $BIN
cp $BUILD/main/$EXEC_NAME $BIN
for bin in $OTHER_BIN; do
- cp $BUILD/$bin $BIN
+ cp $BUILD/main/$bin $BIN
done
for plugin in $PLUGINS; do
cp $BUILD/$plugin/*.so $BIN
@@ -249,12 +249,12 @@
echo "Build done."
echo ""

View file

@ -7,7 +7,7 @@
+CCOPT_DEP=-MM -MG -x c++
+
+CCWARN=-Wall -pedantic -Wno-deprecated -Woverloaded-virtual \
+ -Wsign-promo -Wsynth -Wno-long-long
+ -Wsign-promo -Wsynth -Wno-long-long -Wno-strict-aliasing
+
+CCOPT=-c -O -x c++ -o
+CCOPT_SO=-fPIC $(CCOPT)