aboutsummaryrefslogtreecommitdiff
path: root/cad/adms
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/adms: Update to 2.3.7Neel Chauhan2021-03-153-28/+14
| | | | Notes: svn path=/head/; revision=568423
* - Fix LICENSEDmitry Marakasov2017-04-212-1/+4
| | | | | | | - Fix plist Notes: svn path=/head/; revision=439040
* Update to 2.3.6.Marcelo Araujo2017-03-112-3/+4
| | | | | | | Submitted by: John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon) Notes: svn path=/head/; revision=435881
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Update to 2.3.5.Vanilla I. Shu2016-02-204-11/+29
| | | | | | | | PR: 207156 Submitted by: Ports Fury. Notes: svn path=/head/; revision=409232
* cad/adms: update to 2.3.4William Grzybowski2014-08-303-26/+10
| | | | | | | | PR: 193027 Submitted by: Ports Fury Notes: svn path=/head/; revision=366664
* - Update to 2.3.2 (fixing fetch)Dmitry Marakasov2014-07-224-49/+10
| | | | | | | | - Switch to USES=libtool, drop .la files - Strup libraries Notes: svn path=/head/; revision=362598
* Stage supportAntoine Brodin2013-12-302-6/+3
| | | | Notes: svn path=/head/; revision=338158
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert all c categories to USE=pkgconfigBaptiste Daroussin2013-04-231-7/+2
| | | | Notes: svn path=/head/; revision=316310
* 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
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+3
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* - Update to 2.3.0Martin Wilke2012-03-044-29/+24
| | | | | | | | PR: 165570 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=292636
* - Fix MASTER_SITESMartin Wilke2011-11-251-2/+6
| | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 162821 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286410
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* - Update to 2.2.9.Stanislav Sedov2008-07-253-5/+9
| | | | Notes: svn path=/head/; revision=217510
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update too 2.2.8.Stanislav Sedov2008-04-133-12/+8
| | | | Notes: svn path=/head/; revision=211190
* - Update to 2.2.7.Stanislav Sedov2007-05-293-22/+13
| | | | Notes: svn path=/head/; revision=192283
* - Update to 2.2.5.Stanislav Sedov2007-04-274-24/+24
| | | | Notes: svn path=/head/; revision=191006
* - Change my email.Stanislav Sedov2007-03-271-1/+1
| | | | | | | Suggested by: skv Notes: svn path=/head/; revision=188599
* ADMS is a code generator that converts electrical compact device modelsIon-Mihai Tetcu2006-07-295-0/+105
specified in high-level description language into ready-to-compile c code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/ PR: ports/101014 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=169094