summaryrefslogtreecommitdiff
path: root/cad/scv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove non staged ports without pending PR from c*Baptiste Daroussin2014-09-0110-405/+0
| | | | Notes: svn path=/head/; revision=366865
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* - Convert USE_GMAKE to USESMartin Wilke2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348043
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add missing plistMartin Wilke2009-03-231-0/+229
| | | | Notes: svn path=/head/; revision=230723
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GNUCONFIG, which is a noopGabor Kovesdan2007-07-191-1/+1
| | | | | | | | | | | - portlint(1) PR: ports/114283 Submitted by: gabor Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Notes: svn path=/head/; revision=195876
* The SystemC Verification (SCV) library is an extension library to SystemCMartin Wilke2006-12-229-0/+181
which adds advanced verification capabilities to SystemC, including constrained randomization, complex constraint solvers, data-structure creation, Transaction Level Modeling (TLM), concurrency, and dynamic resource allocation management. WWW: http://www.systemc.org/ PR: ports/106822 Submitted by: Peter Johnson Notes: svn path=/head/; revision=180469