aboutsummaryrefslogtreecommitdiffstats
path: root/cad/kicad-devel
Commit message (Collapse)AuthorAgeFilesLines
* kicad switched to GIT (still hosted on launchpad) for development.mr2016-09-135-298/+95
| | | | | | | | | | Try to cope with it since bzr doesn't work any longer: - For distfile building, checkout first, than get last commit date... - Use the timestamp of the last commit as revision number. - Update to r20160910202359 (commit 7ad2f37391e3e0debb7b96cd7164961d118f44c1) - Some functions now seem to need/emit SSE instructions which seems not to be enabled on i386 by default so add -msse switch PR: 212026, 212130
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-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
* cad/kicad-devel: Fix faulty IGNORE message which falsely traps DFmarino2016-06-151-0/+2
| | | | | | | | | - OSVERSION needs to be coupled with OPSYS - BROKEN_FreeSBD_9 might have been a more appropriate method - Marking ignore for GCC is faulty logic, it builds fine on GCC that is provided with a good math lib This restores building on DragonFly.
* - Update to r6904,mr2016-06-094-32/+75
| | | | | | - set KICAD_BUILD_VERSION to DISTVERSION (as suggested by joerg@) - Ignore FreeBSD releases < 10 or gcc builds for now since at least g++-48 doesn't seem to provide all needed math functions (like std::asinh ...) needed by GLM.
* Try to fix comilation under FreeBSD-9mr2016-04-162-1/+9
|
* Update to r6680.mr2016-04-115-39/+46
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-7/+7
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove BROKEN_FreeBSD_8 from all remaining ports.rakuco2016-01-261-2/+0
| | | | FreeBSD 8 is no longer supported.
* Update to r6329.mr2015-11-264-14/+174
|
* Update to r6284.mr2015-10-294-82/+38
| | | | Ignore docs for now since old lp docs repo seems gone.
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
|
* Update to r6201.mr2015-09-173-247/+255
|
* Update to r6041.mr2015-08-033-4/+8
|
* Update to r5933.mr2015-07-144-13/+88
|
* Remove build-plist target not needed anymore and still generating deprecatedbapt2015-06-211-25/+2
| | | | | | syntax Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk
* - Mark BROKEN on 8.x: absence of strtollamdmi32015-05-281-1/+7
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Update to r5612 and add a patch to avoid compiling error when using ↵mr2015-04-204-4/+139
| | | | -std=c++11 in CXXFLAGS.
* Unbreak after WX update by adding -std=c++11 to CXXFLAGS.mr2015-04-131-1/+2
|
* Update to r5542.mr2015-03-273-3166/+3151
|
* Update to r5469.mr2015-03-044-84/+190
|
* Try to fix build on FreeBSD 8.* and 9.*mr2015-02-251-1/+2
|
* Correct WWW URLmr2015-01-171-2/+1
| | | | | Submitted by: Ashley Mills Requested by: Mikaël Urankar
* Update to bzr rev 5363mr2015-01-168-1650/+2450
| | | | Delete Patches which shouldn't be needed when using boost from ports.
* Cleanup plistbapt2014-10-201-141/+0
|
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-191-2/+3
| | | | | | USES=python Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Update to bzr rev 5104.mr2014-08-304-34/+15
|
* Chase conflicts.thierry2014-08-201-1/+1
|
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-0/+2
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* Switch to wxGTK30bapt2014-07-061-4/+3
|
* cad/kicad-devel: Unbreak build on DragonFlymarino2014-06-241-1/+1
| | | | | DragonFly needs the same patch as FreeBSD on the current version. Covered by just-fix-it blanket (no-op for FreeBSD)
* Remove all space characters from Makefile assignments.olgeni2014-06-091-14/+14
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Update to r4913.mr2014-06-055-11/+36
|
* Add two forgotten patchfiles.mr2014-06-032-0/+16
|
* Try to avoid bzr leftovers.mr2014-06-032-34/+30
| | | | | Use boost from ports. Request same compiler as boost.
* - Remove useless gmake entrymiwi2014-05-261-1/+0
|
* Fix USESmr2014-05-241-2/+1
|
* Update to r4886 and stagify.mr2014-05-246-803/+1795
| | | | This version should contain the CERN push&shove router.
* Chase the upgrade of kicad in CONFLICTS.thierry2014-05-111-1/+1
| | | | Approved by: portmgr (implicit)
* Replace all @unexec /bin/rmdir with @unexec rmdirmat2014-04-251-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | | | LIB_DEPENDS in cad With hat: portmgr
* - Respect CMAKE_BUILD_TYPEmakc2013-12-051-3/+0
| | | | Approved by: portmgr (bapt)
* Use gcc for now.mr2013-11-221-0/+3
|
* Avoid to download the boost library during the build.mr2013-10-245-11/+66
| | | | | | | Its bundled in the distfile instead. Tell bzr to use ${WRKSRC} as the HOME directory. PR: ports/183121
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-2/+1
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* Try to fix the build.mr2013-10-101-11/+10
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | cad)
* Fix plistmr2013-09-182-2/+2
|
* Update to a newer snapshot.mr2013-09-185-141/+810
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Chase boost updatebapt2013-01-311-7/+3
|
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrcs2012-06-181-2/+2
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* Correct pkg-plistmr2011-08-112-1/+3
| | | | Reminded by: pav@
* Update to rev. 3060.mr2011-08-094-6/+11
|
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* Update to rev. 2883mr2011-03-103-9/+15
|
* Add missing Makefile.bzr_revmr2010-11-101-0/+3
|
* Switch to the launchpad repositorymr2010-11-104-68/+99
| | | | Update to rev. 2600.
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Update to r2064mr2009-11-023-5/+6
| | | | For changes see http://sourceforge.net/projects/kicad/develop
* Try to catch some left over files and dirs.mr2009-10-272-1/+17
|
* Add kicad-devel as of SVN version 2019mr2009-10-2711-921/+1072
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with B,C
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* Fix a Makefile bug.thierry2008-12-011-0/+20
| | | | Reported by: pointyhat via Pav
* Upgrade to 20080825.thierry2008-09-259-1594/+1293
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-206-12/+12
| | | | | | | | | | | | | | | - 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)
* Use @rmtry macro in the pkg-plist.edwin2008-04-191-5/+5
|
* The master sites are down for some days, then mirror the tarballs.thierry2007-08-121-9/+11
| | | | Reported by: pointyhat via Kris
* Fix desktopdir entry.thierry2007-07-172-3/+5
| | | | Reported by: pointyhat via Pav.
* Upgrade to 20070702.thierry2007-07-079-69/+142
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2007.05.25 and switch to wxWidgets-2.8.thierry2007-05-264-73/+78
| | | | Note: Python bindings not yet enabled.
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Upgrade to 2007-01-15.thierry2007-01-274-258/+392
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-6/+1
| | | | | PR: ports/101613 Submitted by: alepulver
* Remove OSVERSION version from BROKEN string. I introduced this usage butlinimon2006-09-181-1/+1
| | | | | | it was a bad idea to start with. Hat: portmgr
* Upgrade to 2006.08.28.thierry2006-08-303-11/+20
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006.06.26.thierry2006-06-304-50/+96
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 20060424.thierry2006-04-254-26/+78
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-03-28.thierry2006-03-294-60/+91
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006.01.19.thierry2006-01-203-167/+174
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-18.thierry2006-01-193-7/+10
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-16.thierry2006-01-172-7/+7
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-13.thierry2006-01-143-8/+8
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-06.thierry2006-01-073-7/+8
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-03.thierry2006-01-044-15/+18
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2005-12-22.thierry2005-12-265-35/+24
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* - Mark BROKEN on FreeBSD-4;thierry2005-12-141-0/+7
| | | | | | - Fix build on the cluster (unzip used during post-install). Reported by: pointyhat via Kris
* Add Kicad, a software for the creation of electronic schematicthierry2005-12-099-0/+1385
diagrams and printed circuit board artwork. Kicad is a set of four softwares and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager.