aboutsummaryrefslogtreecommitdiff
path: root/cad/spice
Commit message (Collapse)AuthorAgeFilesLines
* */*: use USES=sbrkBrooks Davis3 hours1-3/+2
| | | | | | | | | | | Replace various BROKEN entries for missing sbrk on aarch64 and risc64 with USES=sbrk. Fix a few missing entries (generally ports blocked by other dependences). Approved by: portmgr (mat in D47258 comment) Differential Revision: https://reviews.freebsd.org/D47259
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* cad/spice: Move man pages to share/manNuno Teixeira2024-03-023-8/+8
| | | | Approved by: portmgr (blanket)
* */*: Fix build with llvm16 on 13.2-STABLEMuhammad Moinur Rahman2023-07-261-1/+1
| | | | | | | | | | | | As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE with the OSVERSION 1302507. - Utilize USE_CXXSTD=c++14 or similar solution where applicable - Update conditionals to addtionally check for OSVERSION greater than 1302507 and less than 1400000 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* cad/spice: Fix typosMuhammad Moinur Rahman2023-07-201-2/+2
| | | | Reported by: danfe
* cad/spice: Fix build with llvm16Muhammad Moinur Rahman2023-07-191-5/+7
| | | | | | | - Use native unzip instead of unzip from ports for do-extract target Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* cad: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Andersson <anders@hack.org> * Bruce M Simpson <bms@FreeBSD.org> * Christoph Moench-Tegeder <cmt@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Diane Bruce <db@db.net> * Joachim Strombergson <watchman@ludd.ltu.se> * Johnny Sorocil <jsorocil@gmail.com> * Julian Jenkins <kaveman@magna.com.au> * Marc Fonvieille <blackend@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-2/+3
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* cad/spice: Fix build on 13Yuri Victorovich2020-09-251-0/+2
| | | | | | | | Reported by: build failure Approved by: portmgr (build fix) Notes: svn path=/head/; revision=550007
* Unbreak the build:Hiroki Sato2020-02-2212-51/+47
| | | | | | | | | - Update MASTER_SITES. - Add missing dependency. - Regenerate patches. Notes: svn path=/head/; revision=526857
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
| | | | Notes: svn path=/head/; revision=517008
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Mark broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-111-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425871
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-11/+5
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* - Fix device support. The previous version was totally broken.Hiroki Sato2015-02-153-4/+14
| | | | | | | - Fix help(1). Notes: svn path=/head/; revision=379035
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371238
* - Add MAKE_JOBS_UNSAFE [*].Hiroki Sato2014-08-311-22/+20
| | | | | | | | | - Simplify LICENSE_COMB=multi handling. PR: 193180 [*] Notes: svn path=/head/; revision=366821
* - Add HiSIM2 support.Hiroki Sato2014-08-254-22/+83
| | | | | | | | - Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options. - Simplify do-configure. Notes: svn path=/head/; revision=366089
* Add BSIM4v4 support.Hiroki Sato2014-08-223-6/+24
| | | | Notes: svn path=/head/; revision=365638
* - Add BSIM3v3 support. This is disabled by default because its license isHiroki Sato2014-08-226-64/+75
| | | | | | | | | | | | not compatible with SPICE3f5. - Remove bsd.prog.mk dependency. - Put variables in ${FILESDIR}/FreeBSD* configuration file into ${FILES}/Makefile. - Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}. - Remove unnecessary changes in patch-conf_defaults. Notes: svn path=/head/; revision=365609
* - Cleanup ${FILESDIR}/Makefile.Hiroki Sato2014-08-212-27/+31
| | | | | | | - Remove MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=365590
* - Fix MASTER_SITES for PS documents.Hiroki Sato2014-08-215-65/+35
| | | | | | | | | - Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while the copyright holder is UCB. - Style clean-ups. Notes: svn path=/head/; revision=365531
* Stage cad/spiceJohn Marino2014-08-183-32/+45
| | | | Notes: svn path=/head/; revision=365264
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".Hiroki Sato2013-04-304-18/+80
| | | | | | | | | | - Style clean-ups. PR: ports/157313 Spotted by: Makoto Kishimoto Notes: svn path=/head/; revision=316960
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Fix build under clang [1]Ryan Steinmetz2011-07-285-34/+109
| | | | | | | | | | | | Add LICENSE Fix usage of PORTDOCS in plist, no bump required PR: ports/159173 Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=278502
* - Fix build with CLANGMartin Wilke2011-06-2510-30/+101
| | | | | | | | PR: 158270 Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer) Notes: svn path=/head/; revision=276331
* - Get Rid MD5 supportMartin Wilke2011-03-201-4/+0
| | | | Notes: svn path=/head/; revision=271346
* -Clean some warnings by using string.h instead of strings.hPhilip M. Gollucci2010-02-1111-7/+168
| | | | | | | | | | | | | | | | | | | Applied several patches from this website: http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html specifically fixes for: - Where command causes crashes - Recognition of scale factors in arbitrary source - Current Controlled Switch in subckt, parsing error - Noise analysis bug - Save segmentation faults - BSIM1 model xpart parameter random - Tran analysis default TSTEP PR: ports/143727 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=249606
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Distfile rerolled, changes limited to including a copy of BSDLPav Lucistnik2007-12-154-81/+97
| | | | | | | | | | - Sync patches with NetBSD. No functional changes PR: ports/117997 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=203780
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use termios.hMartin Wilke2007-03-212-1/+25
| | | | | | | | PR: 110439 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=187883
* - Fix build with gcc4.1Martin Wilke2006-10-073-11/+43
| | | | | | | | PR: ports/104109 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=174784
* - Remove bad site:Jean Milanez Melo2006-07-241-3/+2
| | | | | | | * ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps/ Notes: svn path=/head/; revision=168619
* Bump PORTREVISION to reflect the "^" operator bugfix inJohn Polstra2006-05-151-1/+1
| | | | | | | | | patch-src_lib_inp_inpptree_c. Gently nudged by: kris Notes: svn path=/head/; revision=162472
* The spice3 "^" operator (power) did not work properly unless itsJohn Polstra2006-05-141-0/+34
| | | | | | | | right-hand operand was a constant, because of a bug in the code to take the derivative of an expression. Add a patch to fix that. Notes: svn path=/head/; revision=162349
* - Switch to the latest distfiles;Thierry Thomas2006-04-0510-209/+83
| | | | | | | | | | | - Import a patch from DragonflyBSD; - Pet portlint. Submitted by: Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com> Notes: svn path=/head/; revision=158896
* Simplify build-logic a bitVolker Stolz2005-11-252-7/+4
| | | | Notes: svn path=/head/; revision=149419