aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-04-12 21:01:41 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-04-12 21:01:41 +0000
commit64ecd78c6fce6702765ebf42e5ec97cb1ec1b410 (patch)
tree82daeb40121857488f89cdcc47b70e6ace1fad45 /cad/klayout
parentf3a0f9ce164395ed80d053274b734b5efca14d52 (diff)
downloadports-64ecd78c6fce6702765ebf42e5ec97cb1ec1b410.tar.gz
ports-64ecd78c6fce6702765ebf42e5ec97cb1ec1b410.zip
Update to 0.17.1.
Notes
Notes: svn path=/head/; revision=232241
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/Makefile2
-rw-r--r--cad/klayout/distinfo6
-rw-r--r--cad/klayout/files/patch-build.sh13
-rw-r--r--cad/klayout/files/patch-config-Makefile.conf2
4 files changed, 7 insertions, 16 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 1218ab46f156..6af49a509fea 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= klayout
-PORTVERSION= 0.15
+PORTVERSION= 0.17.1
CATEGORIES= cad
MASTER_SITES= http://www.klayout.de/
diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo
index 66b6947eeeef..4e7436a34e1e 100644
--- a/cad/klayout/distinfo
+++ b/cad/klayout/distinfo
@@ -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
diff --git a/cad/klayout/files/patch-build.sh b/cad/klayout/files/patch-build.sh
index 72cad97b3b06..d9c7e5517ab8 100644
--- a/cad/klayout/files/patch-build.sh
+++ b/cad/klayout/files/patch-build.sh
@@ -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 ""
diff --git a/cad/klayout/files/patch-config-Makefile.conf b/cad/klayout/files/patch-config-Makefile.conf
index 7e96e87a1415..b31393f01b42 100644
--- a/cad/klayout/files/patch-config-Makefile.conf
+++ b/cad/klayout/files/patch-config-Makefile.conf
@@ -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)