Index: head/cad/xcircuit/Makefile =================================================================== --- head/cad/xcircuit/Makefile (revision 511621) +++ head/cad/xcircuit/Makefile (revision 511622) @@ -1,49 +1,49 @@ # Created by: Pedro F. Giffuni # $FreeBSD$ PORTNAME= xcircuit -PORTVERSION= 3.10.12 +PORTVERSION= 3.10.13 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ http://fossies.org/unix/misc/ MAINTAINER= danilo@FreeBSD.org COMMENT= X11 circuit schematics drawing program LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= ghostscript:x11,run gmake gnome pkgconfig tar:tgz tk:tea +USES= ghostscript:x11,run gmake gnome pkgconfig tar:tgz tk:tea xorg OPTIONS_DEFINE= EXAMPLES USE_XORG= ice sm x11 xpm xscrnsaver xt USE_GNOME= cairo MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" DESKTOP_ENTRIES="Xcircuit" "${COMMENT}" "${DATADIR}/pixmaps/${PORTNAME}.gif" \ "${PORTNAME}" "" false # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even post-patch: @${REINPLACE_CMD} -e '/test/s| == | = |g ; \ s|TCL_LIB_NAME=.*$$|TCL_LIB_NAME="tcl${TCL_VER:S/.//}"|g ; \ s|TK_LIB_NAME=.*$$|TK_LIB_NAME="tk${TK_VER:S/.//}"|g ; \ s|wish |${WISH:T} |g ; \ s|-fpic|-fPIC|g' ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/.xcircuitrc ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.lgf ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.lps ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.sim ${STAGEDIR}/${EXAMPLESDIR} .include Index: head/cad/xcircuit/distinfo =================================================================== --- head/cad/xcircuit/distinfo (revision 511621) +++ head/cad/xcircuit/distinfo (revision 511622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540589489 -SHA256 (xcircuit-3.10.12.tgz) = 92ea6366fdb58b669b62abc0c5f5662658bbaf80de01b4344b24d1eeeea0a610 -SIZE (xcircuit-3.10.12.tgz) = 1615276 +TIMESTAMP = 1567944966 +SHA256 (xcircuit-3.10.13.tgz) = 769c886531fd5f7da0142115aa67d4eb465a3da127f0ad8b8705c5b53702a2f0 +SIZE (xcircuit-3.10.13.tgz) = 1615156 Index: head/cad/xcircuit/files/patch-tclxcircuit.c =================================================================== --- head/cad/xcircuit/files/patch-tclxcircuit.c (revision 511621) +++ head/cad/xcircuit/files/patch-tclxcircuit.c (nonexistent) @@ -1,11 +0,0 @@ ---- tclxcircuit.c.orig 2017-04-25 12:36:04 UTC -+++ tclxcircuit.c -@@ -8947,7 +8947,7 @@ int defaultscript() - sprintf(_STR2, "%s/tcl/%s", SCRIPTS_DIR, STARTUP_FILE); - if ((fd = fopen(_STR2, "r")) == NULL) { - Wprintf("Failed to open startup script \"%s\"\n", STARTUP_FILE); -- return; -+ return TCL_ERROR; - } - } - } Property changes on: head/cad/xcircuit/files/patch-tclxcircuit.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/xcircuit/files/patch-svg.c =================================================================== --- head/cad/xcircuit/files/patch-svg.c (revision 511621) +++ head/cad/xcircuit/files/patch-svg.c (revision 511622) @@ -1,11 +1,12 @@ ---- svg.c.orig 2009-09-23 21:50:37.000000000 +0900 -+++ svg.c 2009-11-09 22:27:21.000000000 +0900 -@@ -8,6 +8,7 @@ +--- svg.c.orig 2019-09-08 12:19:55 UTC ++++ svg.c +@@ -7,9 +7,7 @@ + #include + #include #include +-#ifndef XC_WIN32 + #include +-#endif #include #include -+#include #include - #include - -