mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 3.10.1
This commit is contained in:
parent
fbab281e56
commit
2abf7d87c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440356
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xcircuit
|
||||
PORTVERSION= 3.8.83
|
||||
PORTVERSION= 3.10.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \
|
||||
@ -13,11 +13,15 @@ COMMENT= X11 circuit schematics drawing program
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
USE_XORG= ice sm x11 xpm xscrnsaver xt
|
||||
USES= tk:tea ghostscript:x11,run gmake tar:tgz
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||
USE_GNOME= cairo
|
||||
USES= ghostscript:x11,run gmake pkgconfig tar:tgz tk:tea
|
||||
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}"
|
||||
|
||||
DESKTOP_ENTRIES="Xcircuit" "${COMMENT}" "${DATADIR}/pixmaps/${PORTNAME}.gif" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485548679
|
||||
SHA256 (xcircuit-3.8.83.tgz) = 263d54f455b0624b3497d375ebf1f557c9b99900a64cb21c013db8690d5248df
|
||||
SIZE (xcircuit-3.8.83.tgz) = 1533560
|
||||
TIMESTAMP = 1494177970
|
||||
SHA256 (xcircuit-3.10.1.tgz) = ee3d695e57bf68f1509a331c88fec7fe029190a8832d76db4cd9f2f2a5aa6e10
|
||||
SIZE (xcircuit-3.10.1.tgz) = 1615503
|
||||
|
11
cad/xcircuit/files/patch-tclxcircuit.c
Normal file
11
cad/xcircuit/files/patch-tclxcircuit.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
}
|
||||
}
|
||||
}
|
@ -29,6 +29,7 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/boot_xcircuit.tcl
|
||||
%%DATADIR%%/bparams.tcl
|
||||
%%DATADIR%%/console.tcl
|
||||
%%DATADIR%%/cyrillic.enc
|
||||
%%DATADIR%%/digital.lps
|
||||
%%DATADIR%%/digitallib.lps
|
||||
%%DATADIR%%/digitaltcl.lps
|
||||
@ -36,6 +37,7 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/files.tcl
|
||||
%%DATADIR%%/fonts/courier.lps
|
||||
%%DATADIR%%/fonts/courier.xfe
|
||||
%%DATADIR%%/fonts/courier_cyrillic.xfe
|
||||
%%DATADIR%%/fonts/courieriso.xfe
|
||||
%%DATADIR%%/fonts/courieriso2.lps
|
||||
%%DATADIR%%/fonts/courieriso2.xfe
|
||||
@ -43,6 +45,7 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/fonts/courieriso5.xfe
|
||||
%%DATADIR%%/fonts/helvetica.lps
|
||||
%%DATADIR%%/fonts/helvetica.xfe
|
||||
%%DATADIR%%/fonts/helvetica_cyrillic.xfe
|
||||
%%DATADIR%%/fonts/helveticaiso.xfe
|
||||
%%DATADIR%%/fonts/helveticaiso2.lps
|
||||
%%DATADIR%%/fonts/helveticaiso2.xfe
|
||||
@ -54,6 +57,7 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/fonts/symbol.xfe
|
||||
%%DATADIR%%/fonts/times_roman.lps
|
||||
%%DATADIR%%/fonts/times_roman.xfe
|
||||
%%DATADIR%%/fonts/times_roman_cyrillic.xfe
|
||||
%%DATADIR%%/fonts/times_romaniso.xfe
|
||||
%%DATADIR%%/fonts/times_romaniso2.lps
|
||||
%%DATADIR%%/fonts/times_romaniso2.xfe
|
||||
@ -61,6 +65,8 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/fonts/times_romaniso5.xfe
|
||||
%%DATADIR%%/generic.lps
|
||||
%%DATADIR%%/ic_templates.lps
|
||||
%%DATADIR%%/isolatin2.enc
|
||||
%%DATADIR%%/isolatin5.enc
|
||||
%%DATADIR%%/lgf.lps
|
||||
%%DATADIR%%/library.tcl
|
||||
%%DATADIR%%/matgen.tcl
|
||||
@ -136,3 +142,4 @@ man/man1/xcircuit.1.gz
|
||||
%%DATADIR%%/xcircuit.so
|
||||
%%DATADIR%%/xcircuit.tcl
|
||||
%%DATADIR%%/xcstartup.tcl
|
||||
%%DATADIR%%/xspice.lps
|
||||
|
Loading…
Reference in New Issue
Block a user