aboutsummaryrefslogtreecommitdiff
path: root/cad/iverilog
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/iverilog: fix build on GCC architecturesPiotr Kubaj2020-11-111-1/+1
| | | | | | | | | | | | | | expression_evaluate.cc: In member function 'virtual bool ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const': expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)' is ambiguous /usr/include/math.h:257: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) Notes: svn path=/head/; revision=554905
* cad/iverilog: Update to 11.0Niclas Zeising2020-10-215-105/+6
| | | | | | | Update cad/iverilog to 11.0. The first release in the 11 branch. Notes: svn path=/head/; revision=552885
* cad/iverilog: Use upstream patch for -fno-commonNiclas Zeising2020-08-224-32/+37
| | | | | | | | | | Change to use the patch applied upstream for fixing the build of cad/iverilog with -fno-common MFH: 2020Q3 (implicit, -fno-common fix, ok by joenum) Notes: svn path=/head/; revision=545767
* cad/iverilog: Fix build with -fno-commonNiclas Zeising2020-08-183-0/+32
| | | | | | | | | Fix the build with -fno-common, which is the default in llvm 11 (and gcc10). MFH: 2020Q3 Notes: svn path=/head/; revision=545237
* cat/iverilog: Update to 10.3Niclas Zeising2019-08-172-5/+4
| | | | Notes: svn path=/head/; revision=509186
* Fix build with bison 3.4.1Sunpoet Po-Chuan Hsieh2019-06-261-0/+58
| | | | | | | PR: 238141 Notes: svn path=/head/; revision=505172
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update to 10.2Niclas Zeising2017-10-243-17/+6
| | | | Notes: svn path=/head/; revision=452817
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-9/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* Update to 10.1.1Niclas Zeising2016-05-272-4/+5
| | | | Notes: svn path=/head/; revision=415950
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* 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
* Update to 10.1Niclas Zeising2016-02-082-3/+3
| | | | Notes: svn path=/head/; revision=408496
* cad/iverilog is not jobs safeJohn Marino2016-01-121-0/+2
| | | | | | | | | | This port has failed multiple times for me. It intends to create a directory called "dep" and then move files into it, but sometimes the file is moved before directory is created, becomes renamed to "dep" and then mkdir fails because dep already exists. Notes: svn path=/head/; revision=405903
* Fix build on FreeBSD 9.*Niclas Zeising2015-10-081-0/+7
| | | | | | | | | | FreeBSD 9.* has an older, noncompatible version of flex. Fix this by using flex from ports instead. Submitted by: kwm Notes: svn path=/head/; revision=398890
* Update to 10.0Niclas Zeising2015-10-044-9/+27
| | | | | | | Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=398571
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371238
* 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
* - Convert USE_GMAKE to USESMartin Wilke2014-03-131-2/+1
| | | | Notes: svn path=/head/; revision=348043
* Update to 0.9.7.Niclas Zeising2013-12-103-6/+6
| | | | | | | Stagify. Notes: svn path=/head/; revision=336066
* 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
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Update to 0.9.6Niclas Zeising2012-09-262-3/+3
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=304900
* Change maintainer address to my FreeBSD.org mail address.Niclas Zeising2012-07-031-1/+1
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=300424
* Update maintainer email addressChris Rees2012-01-161-1/+1
| | | | | | | | PR: ports/164211 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Notes: svn path=/head/; revision=289349
* - Update to version 0.9.5Pawel Pekala2011-11-043-4/+6
| | | | | | | | | | | - Add LICENSE - Update project homepage PR: ports/162280 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer) Notes: svn path=/head/; revision=285040
* - Update to version 0.9.4Pawel Pekala2011-10-302-5/+4
| | | | | | | | | | - Give maintainership to submitter PR: ports/162069 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Notes: svn path=/head/; revision=284713
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix a few typos in ports/cad.Jimmy Olgeni2010-07-301-1/+1
| | | | Notes: svn path=/head/; revision=258505
* - Update to 0.9.2.Stanislav Sedov2010-01-083-24/+5
| | | | Notes: svn path=/head/; revision=247426
* - Update to 0.9.1.Stanislav Sedov2009-06-095-25/+38
| | | | Notes: svn path=/head/; revision=235494
* - Update to 0.8.7.Stanislav Sedov2009-01-234-9/+23
| | | | Notes: svn path=/head/; revision=226739
* - Update 0.8.6.Stanislav Sedov2008-04-132-5/+5
| | | | Notes: svn path=/head/; revision=211192
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Update to 0.8.5.Stanislav Sedov2007-09-132-4/+4
| | | | Notes: svn path=/head/; revision=199406
* - Update to 0.8.4.Stanislav Sedov2007-04-034-39/+4
| | | | Notes: svn path=/head/; revision=189131
* - Update to 0.8.3Stanislav Sedov2006-11-014-15/+14
| | | | Notes: svn path=/head/; revision=176137
* - Update to 0.8.2Stanislav Sedov2006-10-034-9/+23
| | | | | | | | | | - Fix compiling with gcc 4.1 - Change my email Approved by: sem (mentor) Notes: svn path=/head/; revision=174371
* Stanislav wants to maintain this ports.Ion-Mihai Tetcu2006-09-061-1/+1
| | | | | | | Requested by: Stanislav (on IRC) Notes: svn path=/head/; revision=172397
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172367
* Update to 0.8.1Marcus Alves Grando2005-11-092-5/+8
| | | | | | | | | | | Add second MASTER_SITES Add SHA256 PR: 88749 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> (maintainer) Notes: svn path=/head/; revision=147763
* Update maintainer's email address.Mark Linimon2005-10-121-1/+1
| | | | Notes: svn path=/head/; revision=145080
* Update to 0.8Tilman Keskinoz2004-11-053-5/+6
| | | | | | | | PR: 72949 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> Notes: svn path=/head/; revision=120862
* Update to 0.7.20040606.MANTANI Nobutaka2004-07-042-4/+4
| | | | | | | | PR: ports/68643 Submitted by: maintainer Notes: svn path=/head/; revision=112912
* - Update to version 20040220Kirill Ponomarev2004-03-182-4/+4
| | | | | | | | PR: ports/64432 Submitted by: maintainer Notes: svn path=/head/; revision=104546
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Unbreak on 4.x.Mark Linimon2004-01-302-7/+26
| | | | | | | | PR: ports/62073 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=99490