-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update MASTER_SITES. - Add missing dependency. - Regenerate patches. git-svn-id: svn+ssh://svn.freebsd.org/ports/head@526857 35697150-7ecd-e111-bb59-0022644237b5
- Loading branch information
1 parent
6b681aa
commit 63d3a6e
Showing
12 changed files
with
47 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,26 +3,22 @@ | |
|
||
PORTNAME= spice | ||
PORTVERSION= 3f5.2 | ||
PORTREVISION= 12 | ||
PORTREVISION= 13 | ||
CATEGORIES= cad | ||
MASTER_SITES= http://embedded.eecs.berkeley.edu/pubs/downloads/spice/:srcs \ | ||
http://www-device.eecs.berkeley.edu/~bsim/Files/BSIM3/ftpv330/src/:bsim3 \ | ||
http://www-device.eecs.berkeley.edu/~bsim/Files/BSIM4/BSIM480/:bsim4 \ | ||
MASTER_SITES= https://ptolemy.berkeley.edu/projects/embedded/pubs/downloads/spice/:srcs \ | ||
http://home.hiroshima-u.ac.jp/usdl/HiSIM2/:hisim2 \ | ||
LOCAL/hrs/${PORTNAME}:docs | ||
LOCAL/hrs/${PORTNAME} | ||
DISTFILES= spice3f5${EXTRACT_SUFX}:srcs \ | ||
BSIM3v330.tar.Z:bsim3 \ | ||
BSIM480_Code.zip:bsim4 \ | ||
BSIM3v330.tar.Z \ | ||
BSIM480_Code.zip \ | ||
HiSIM_2.8.0_Release_20140605.zip:hisim2 \ | ||
cp.ps:docs toc.ps:docs doc.ps:docs | ||
cp.ps toc.ps doc.ps | ||
DIST_SUBDIR= spice | ||
EXTRACT_ONLY= spice3f5${EXTRACT_SUFX} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= General-purpose circuit simulation program | ||
|
||
BROKEN= unfetchable | ||
|
||
LICENSE= MIT | ||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT | ||
|
||
|
@@ -47,7 +43,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 | |
OPTIONS_DEFAULT=X11 | ||
|
||
X11_USES= xorg | ||
X11_USE= XORG=x11,xaw,xext,xmu,xt | ||
X11_USE= XORG=x11,xaw,xext,xmu,xorgproto,xt | ||
X11_CONFIGURE_ENV= WITH_X11=yes | ||
DEV_BSIM3_DESC= BSIM3v3 MOS Transistor Model Support | ||
DEV_BSIM3_LICENSE= BSIML | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/bin/proc2mod.c.orig 1992-09-17 12:33:34 UTC | ||
+++ src/bin/proc2mod.c | ||
@@ -51,7 +51,7 @@ FILE *p = NULL; | ||
char *dataline; | ||
|
||
|
||
-void | ||
+int | ||
main() { | ||
char *typeline; | ||
char *prname; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters