1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 3.10.13

This commit is contained in:
Danilo Egea Gondolfo 2019-09-09 11:58:29 +00:00
parent a36bcc7c35
commit 137b178d77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511622
4 changed files with 13 additions and 23 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xcircuit
PORTVERSION= 3.10.12
PORTVERSION= 3.10.13
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \
@ -16,7 +16,7 @@ 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

View File

@ -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

View File

@ -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 <stdlib.h>
#include <stdint.h>
#include <string.h>
-#ifndef XC_WIN32
#include <unistd.h>
-#endif
#include <math.h>
#include <limits.h>
+#include <unistd.h>
#include <sys/stat.h>
#include <sys/wait.h>

View File

@ -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;
}
}
}