Update to 3.7 and unbreak.

ok jasper@, sebastia@
This commit is contained in:
stu 2011-10-30 05:12:15 +00:00
parent 8db41c30c1
commit 4f827eda5a
4 changed files with 26 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2010/11/15 00:22:49 espie Exp $
# $OpenBSD: Makefile,v 1.18 2011/10/30 05:12:15 stu Exp $
SHARED_ONLY= Yes
COMMENT= circuit drawing and schematic capture
BASEVER= 3.6
DISTNAME= xcircuit-${BASEVER}.167
BASEVER= 3.7
DISTNAME= xcircuit-${BASEVER}.26
CATEGORIES= cad
HOMEPAGE= http://opencircuitdesign.com/xcircuit/

View File

@ -1,5 +1,5 @@
MD5 (xcircuit-3.6.167.tgz) = tos10A0X3cO+87SCEOF2Hg==
RMD160 (xcircuit-3.6.167.tgz) = SgMk01s8ElrVwDvBhOYqmEavtu8=
SHA1 (xcircuit-3.6.167.tgz) = 7MfnLzEzGH9FWtogdcJPctcb4rQ=
SHA256 (xcircuit-3.6.167.tgz) = K3dNDL4qGki8Ez3jk3Ft2bDOWiBAij0QdJnYxOjpAfc=
SIZE (xcircuit-3.6.167.tgz) = 1458999
MD5 (xcircuit-3.7.26.tgz) = YCb2WkvDJ+V2kVf/0ThzQg==
RMD160 (xcircuit-3.7.26.tgz) = oM8BK65q0Ik4kSQaxInvxBQmPDs=
SHA1 (xcircuit-3.7.26.tgz) = wYlek2RYLk8xyPtQpBw28ErWbVo=
SHA256 (xcircuit-3.7.26.tgz) = MVigB8bxJco8B/aJDuxfFd+H9X5a3hObbnZMypiV/zQ=
SIZE (xcircuit-3.7.26.tgz) = 1468743

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-configure_in,v 1.3 2011/10/30 05:12:15 stu Exp $
--- configure.in.orig Thu Oct 27 17:18:48 2011
+++ configure.in Thu Oct 27 17:24:56 2011
@@ -735,6 +735,12 @@ if test "x$xc_with_tcl" != "x" ; then
fi
if test "x$xc_with_tcl" != "x" ; then
+ # Tcl and Tk's lib versions can differ on some systems
+ case $target in
+ *-openbsd*)
+ SHDLIB_EXT=".so.${TK_LIB_FILE##*.so.}"
+ ;;
+ esac
if test "x${xc_with_tk_libraries}" != "x" ; then
for libname in \
"${xc_with_tk_libraries}/lib${TK_LIB_NAME}${SHDLIB_EXT}"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2010/10/26 15:02:55 steven Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/10/30 05:12:15 stu Exp $
bin/xcircuit
lib/xcircuit-${BASEVER}/
lib/xcircuit-${BASEVER}/analog.lps
@ -151,4 +151,5 @@ share/examples/xcircuit/systemd1.lgf
share/examples/xcircuit/test.py
share/examples/xcircuit/threestage.ps
share/examples/xcircuit/vcoblock.ps
share/examples/xcircuit/xc_remote.sh
share/examples/xcircuit/xcclock.ps