Also, unbreak it.

Index: cad/xcircuit/Makefile
===================================================================
RCS file: /cvs/ports/cad/xcircuit/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- cad/xcircuit/Makefile       15 Nov 2010 00:22:49 -0000      1.17
+++ cad/xcircuit/Makefile       28 Oct 2011 12:22:11 -0000
@@ -4,8 +4,8 @@ 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/
Index: cad/xcircuit/distinfo
===================================================================
RCS file: /cvs/ports/cad/xcircuit/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- cad/xcircuit/distinfo       26 Oct 2010 15:02:55 -0000      1.8
+++ cad/xcircuit/distinfo       28 Oct 2011 12:22:11 -0000
@@ -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
Index: cad/xcircuit/patches/patch-configure_in
===================================================================
RCS file: cad/xcircuit/patches/patch-configure_in
diff -N cad/xcircuit/patches/patch-configure_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ cad/xcircuit/patches/patch-configure_in     28 Oct 2011 12:22:11 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+--- 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}"
Index: cad/xcircuit/pkg/PLIST
===================================================================
RCS file: /cvs/ports/cad/xcircuit/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- cad/xcircuit/pkg/PLIST      26 Oct 2010 15:02:55 -0000      1.6
+++ cad/xcircuit/pkg/PLIST      28 Oct 2011 12:22:11 -0000
@@ -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

Reply via email to