aboutsummaryrefslogtreecommitdiff
path: root/cad/verilator
Commit message (Collapse)AuthorAgeFilesLines
* cad/verilator: Enable MAKE_JOBS_UNSAFE because the build is killed otherwiseYuri Victorovich2023-06-191-1/+1
| | | | | | ... due to compilation processes taking too much memory. Reported by: fallout
* cad/verilator: Update 5.010 → 5.012Yuri Victorovich2023-06-172-5/+4
| | | | Reported by: portscout
* cad/verilator: Add binutils as runtime dependency to use the same 'ar' as ↵Yuri Victorovich2023-05-221-5/+3
| | | | during build
* cad/verilator: Correct the 'ar' executable pathYuri Victorovich2023-05-211-0/+4
| | | | | PR: 271546 Reported by: crb@ChrisBowman.com
* cad/verilator: Update 5.008 → 5.010Yuri Victorovich2023-05-022-5/+5
| | | | Reported by: portscout
* cad/verilator: Update 5.006 → 5.008Yuri Victorovich2023-03-062-5/+6
| | | | Reported by: portscout
* cad/verilator: Improve how python executable path is passed to the buildYuri Victorovich2023-02-221-3/+2
|
* cad/verilator: Fix wrong PYTHON3 path in installed makefileYuri Victorovich2023-02-211-2/+5
| | | | | PR: 269737 Reported by: Joel Bodenmann <jbo@insane.engineer>
* cad/verilator: Update 5.004 → 5.006Yuri Victorovich2023-01-243-6/+15
| | | | Reported by: portscout
* cad/verilator: Update 5.002 -> 5.004Yuri Victorovich2022-12-273-4/+7
| | | | Reported by: portscout
* cad/verilator: Update 4.228 -> 5.002Yuri Victorovich2022-10-303-4/+8
| | | | Reported by: portscout
* cad/verilator: Update 4.226 -> 4.228Yuri Victorovich2022-10-012-4/+4
| | | | Reported by: portscout
* 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/verilator: Update 4.224 -> 4.226Yuri Victorovich2022-09-012-4/+4
| | | | Reported by: portscout
* cad/verilator: Update 4.222 -> 4.224Yuri Victorovich2022-06-203-5/+5
| | | | Reported by: portscout
* cad/verilator: Update 4.220 -> 4.222Yuri Victorovich2022-05-033-4/+5
| | | | Reported by: portscout
* cad/verilator: Update 4.218 -> 4.220Yuri Victorovich2022-03-132-4/+4
| | | | Reported by: portscout
* cad/verilator: Update 4.216 -> 4.218Yuri Victorovich2022-01-252-4/+4
|
* cad/verilator: Update 4.214 -> 4.216Yuri Victorovich2021-12-122-4/+4
| | | | Reported by: portscout
* cad/verilator: Update 4.212 -> 4.214Yuri Victorovich2021-10-213-8/+8
| | | | Reported by: portscout
* cad/verilator: Use GNU ar from devel/binutilsYuri Victorovich2021-09-301-1/+4
| | | | | | | | | verilator requires the GNU ar feature: '@' file prefix indicating that the file contains command-line options. Reference: https://github.com/verilator/verilator/issues/2999 Reported by: Antonin Houska <ah@melesmeles.cz>
* cad/verilator: Cosmetic fix - use bash as configure shellYuri Victorovich2021-09-131-2/+3
|
* cad/verilator: Update 4.210 -> 4.212Yuri Victorovich2021-09-133-11/+14
| | | | | Project doesn't distribute tarballs any more in favor of GitHub tags.
* cad/verilator: Backport the fix of bug that caused wrong C++ code generationYuri Victorovich2021-08-252-1/+7
|
* cad/verilator: Update 4.204 -> 4.210Yuri Victorovich2021-08-032-4/+4
|
* cad/verilator: Broken on i386Yuri Victorovich2021-06-221-0/+2
| | | | Reported by: fallout
* cad/verilator: Update 4.202 -> 4.204Yuri Victorovich2021-06-183-11/+9
|
* cad/verilator: Backport of fix of missing #include <array> bug.Yuri Victorovich2021-06-072-1/+7
|
* cad/verilator: Update 4.200 -> 4.202Yuri Victorovich2021-04-243-4/+7
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/verilator: Update 4.110 -> 4.200Yuri Victorovich2021-03-202-4/+4
| | | | Notes: svn path=/head/; revision=568829
* cad/verilator: Update 4.108 -> 4.110Yuri Victorovich2021-02-272-4/+4
| | | | Notes: svn path=/head/; revision=566664
* Fix build with bison 3.7.4Sunpoet Po-Chuan Hsieh2021-01-261-10/+2
| | | | | | | | PR: 248911 Exp-run by: antoine Notes: svn path=/head/; revision=562665
* cad/verilator: Update 4.106 -> 4.108Yuri Victorovich2021-01-132-4/+4
| | | | Notes: svn path=/head/; revision=561415
* cad/verilator: Update 4.104 -> 4.106Yuri Victorovich2020-12-062-4/+4
| | | | Notes: svn path=/head/; revision=557172
* cad/verilator: Update 4.102 -> 4.104Yuri Victorovich2020-11-172-4/+4
| | | | Notes: svn path=/head/; revision=555579
* cad/verilator: Update 4.100 -> 4.102Yuri Victorovich2020-10-152-10/+4
| | | | Notes: svn path=/head/; revision=552483
* cad/verilator: Add the run-tim dependency on gmakeYuri Victorovich2020-09-162-1/+8
| | | | Notes: svn path=/head/; revision=548756
* cad/verilator: Update 4.040 -> 4.100Yuri Victorovich2020-09-153-6/+4
| | | | Notes: svn path=/head/; revision=548701
* cad/verilator: Add options INSTALL_DBG_EXECUTABLES and LEAK_CHECKSYuri Victorovich2020-09-112-2/+13
| | | | Notes: svn path=/head/; revision=548259
* cad/verilator: Add the SystemC dependencyYuri Victorovich2020-09-012-7/+5
| | | | | | | | | Also: * Remove unnecessary patch that has been already applied upstream * Fix BINARY_ALIAS added for testing Notes: svn path=/head/; revision=547235
* cad/verilator: Add the 'test' targetYuri Victorovich2020-09-011-1/+5
| | | | Notes: svn path=/head/; revision=547233
* cad/verilator: Update 4.038 -> 4.040Yuri Victorovich2020-08-182-5/+5
| | | | | | | | | | Taking maintainership based on the maintainer's request. PR: 248713 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=545241
* cad/verilator: Update 4.036 -> 4.038Yuri Victorovich2020-07-183-13/+13
| | | | | | | | PR: 248086 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=542536
* cad/verilator: Update 4.034 -> 4.036Yuri Victorovich2020-07-082-6/+6
| | | | | | | | PR: 247858 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=541721
* Fix build with bison 3.6.2Sunpoet Po-Chuan Hsieh2020-05-251-0/+18
| | | | Notes: svn path=/head/; revision=536493
* cad/verilator: Update 4.028 -> 4.034Yuri Victorovich2020-05-233-4/+15
| | | | | | | | PR: 243698 Approved by: kevinz5000@gmail.com (maintainer's timeout; 110 days) Notes: svn path=/head/; revision=536332
* cad/verilator: Update 4.024 -> 4.028Yuri Victorovich2020-02-122-4/+4
| | | | | | | | PR: 244067 Approved by: kevinz5000@gmail.com (maintainer) Notes: svn path=/head/; revision=525899