aboutsummaryrefslogtreecommitdiff
path: root/cad/pcb
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - update libgd to 2.3.0Dirk Meyer2020-05-041-0/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* Update to 4.2.0.Hiroki Sato2019-03-156-174/+595
| | | | Notes: svn path=/head/; revision=495832
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Remove a patch for configure.ac so we can remove USE_AUTOTOOLS. The patchTijl Coosemans2017-12-243-51/+3
| | | | | | | added two variables that weren't used anywhere. Notes: svn path=/head/; revision=457179
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-5/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-0/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
* Reverse the logic of architecture support.Sean Bruno2015-02-091-3/+2
| | | | | | | | | | | | | Add a list of support architectures with a REASON that these are the only supported targets. This will now skip this port on mips/mips64/armv6. PR: 196970 Differential Revision: 196970 Reviewed by: hrs (in irc) Approved by: mentor (implicit) Notes: svn path=/head/; revision=378737
* Cleanup plistBaptiste Daroussin2014-10-201-37/+0
| | | | Notes: svn path=/head/; revision=371238
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Update to 20140316.Hiroki Sato2014-05-264-53/+40
| | | | Notes: svn path=/head/; revision=355444
* - Convert to USES=tkPietro Cerutti2014-01-292-20/+14
| | | | | | | | | - STAGE-clean - Fix spaces in Makefile - Register conflict with graphics/gts Notes: svn path=/head/; revision=341708
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-7/+6
| | | | Notes: svn path=/head/; revision=339850
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in cad With hat: portmgr Notes: svn path=/head/; revision=336172
* 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
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326092
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* cad/pcb: unbreak after USES= gmakeJohn Marino2013-07-151-1/+1
| | | | | | | | | | | | The makefile already had USES defined in the NLS option. After replacing USE_GMAKE with "USES= gmake", the value of USES is subsequently overwritten by the default-on NLS option. Change the NLS option to USES+= to fix. Approved by: hrs (maintainer) Notes: svn path=/head/; revision=323015
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-091-2/+2
| | | | | | | | | | While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322587
* - Add LICENSE.Hiroki Sato2013-04-282-16/+44
| | | | | | | | | | | - Add MAKE_JOBS_SAFE=yes. - Use OPTIONS_DEFINE. - Enable NLS by default. - Trim old-style header. - Update WWW: in pkg-descr. Notes: svn path=/head/; revision=316754
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-1/+1
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)Pietro Cerutti2013-02-071-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311861
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 20110918.Hiroki Sato2012-03-175-704/+838
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293452
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Fix build in the NOPORTDOCS=yes case.Hiroki Sato2010-10-034-6/+57
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=262349
* Fix build.Hiroki Sato2010-10-031-1/+1
| | | | | | | Spotted by: erwin Notes: svn path=/head/; revision=262345
* Fix dependency and a style clean-up.Hiroki Sato2010-10-011-2/+4
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=262222
* Update to 20100929. Changes include:Hiroki Sato2010-09-304-20/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features -------- - PCB can directly import (forward annotate) schematics while running. - Many places where measurements are entered now accept units, like "5mm", and "cm" and "in" are allowed too. - Free Rotate Buffer added to menu - Polygon Hole tool. - F12 invokes the Lock tool. - Russian translation added. - DBUS is enabled by default when possible. - Command-line exporters can run action scripts too. - GTK tool tips on elements, pins, and nets. - Command-line actions in GUIs do not require (,,) syntax. - PCB can import footprints both in subdirectories and the named directories. - New GCode exporter. - Footprint files use ".fp" as the suffix; this is automatically searched for if needed. - GTK dialogs do not show at startup unless requested. - Stackup can be specified on the command line for command-line exporting. - Reference card updated. - The snap-point in pads is the center. - The 's' key toggles polygons to clear/notclear all pads and pins Bug Fixes --------- - Various PNG export fixes. - lesstif's magic toggle-layers-on-flip fixed. - Arc bounding box math fixed. - Fixed: sometimes, disabling silk also disabled the solder layer. - "pcb --help" prints all options again - Add mnemonic for "close without saving" - Don't select silk on the back side when it's invisible. - Various polygon rendering bugs fixed. - PNG drill bloat export fixed. - Attempts to change polygon clearance *on* polygons results in a hint. - PNG doesn't segfault if not all graphic formats are supported. - Various toporouter fixes and improvements - HID_Mixed is supported in attribute dialogs - Flipped rectangles in PS exports are drawn correctly. - Optimizer removes micro-traces under pads. - Vias, pins, and pads are now drawn under the mask instead of over. Notes: svn path=/head/; revision=262202
* Mark as broken on sparc64.Mark Linimon2010-06-191-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=256696
* Update to 20091103.Hiroki Sato2010-05-204-846/+15
| | | | Notes: svn path=/head/; revision=254666
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701