aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup DIST* variables.Mathieu Arnold2015-05-114-7/+4
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-068-16/+10
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - Update to 9.7.92Danilo Egea Gondolfo2015-05-022-3/+3
| | | | Notes: svn path=/head/; revision=385207
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-272-2/+2
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* Mark BROKEN of FreeBSD < 10:Thierry Thomas2015-04-241-0/+5
| | | | | | | | | | | | | | /usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' collect2: error: ld returned 1 exit status This is standard C++11, but there is a problem with stdlib. Note: now it could be built with clang, but the produced binaries don't behave correctly. Notes: svn path=/head/; revision=384676
* - Fix plist: remove .desktop file which is handled by DESKTOP_ENTRIESDmitry Marakasov2015-04-221-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384530
* - Update to 2.9.3.Stephen Montgomery-Smith2015-04-202-3/+3
| | | | Notes: svn path=/head/; revision=384385
* Update to r5612 and add a patch to avoid compiling error when using ↵Michael Reifenberger2015-04-194-4/+139
| | | | | | | -std=c++11 in CXXFLAGS. Notes: svn path=/head/; revision=384330
* Convert to USES=autoreconfTijl Coosemans2015-04-181-5/+1
| | | | Notes: svn path=/head/; revision=384248
* Unbreak after WX update by adding -std=c++11 to CXXFLAGS.Michael Reifenberger2015-04-131-1/+2
| | | | Notes: svn path=/head/; revision=383907
* cad/ldraw: Fix fetch; distfile was rerolledJohn Marino2015-04-112-5/+4
| | | | | | | | | | | | | | | I have the idea that ldraw is always released under the same filename. The port was marked broken due to a checksum mismatch; the file was fetched but it had changed. I've expanded DIST_SUBDIR to include the PORTVERSION. I think the scheme used is just {YEAR}{ITERATION-2-DIGIT} so I picked 201501 as the new PORTREVISION. This builds under poudriere testport just fine. Approved by: blanket Notes: svn path=/head/; revision=383822
* cad/brickutils: unbreak fetch (relocated at sourceforge)John Marino2015-04-111-4/+2
| | | | | | | | | | There's a new version of brickutils, so the distinfo file was moved to an "obsolete" folder. Adjust MASTER_SITES accordingly. Approved by: blanket Notes: svn path=/head/; revision=383815
* Unbroken by r383483 (this is just a slave port).Thierry Thomas2015-04-071-1/+0
| | | | Notes: svn path=/head/; revision=383542
* - Update to 2.9.2.Stephen Montgomery-Smith2015-04-062-4/+3
| | | | | | | | PR: 199254 Submitted by: Thierry Thomas Notes: svn path=/head/; revision=383483
* Unbreak. The tarball had been rerolled again.Thierry Thomas2015-04-062-4/+3
| | | | | | | | Full diff available here: <http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff> Notes: svn path=/head/; revision=383477
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-0517-0/+20
| | | | Notes: svn path=/head/; revision=383349
* Try to use a newer compiler.Michael Reifenberger2015-04-041-1/+2
| | | | | | | Noticed by: Andrea Venturoli Notes: svn path=/head/; revision=383237
* Update to r5542.Michael Reifenberger2015-03-273-3166/+3151
| | | | Notes: svn path=/head/; revision=382397
* Upgrade to version 2015.03Michael Reifenberger2015-03-263-37/+108
| | | | | | | | PR: 198572 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=382332
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-243-4/+3
| | | | | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
* Unreak.Bryan Drewery2015-03-221-11/+4
| | | | | | | | | This does not require fmake. It just has bad return values which don't build with clang. The build is using 'make -k' so the errors are ignored. I did not fix that though. Notes: svn path=/head/; revision=381948
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* - Switch to linguisttools_buildDmitry Marakasov2015-03-161-1/+1
| | | | Notes: svn path=/head/; revision=381389
* Now we can choose between OpenBLAS and reference BLAS.Maho Nakata2015-03-141-7/+11
| | | | Notes: svn path=/head/; revision=381251
* - Update to 2.9.0.Stephen Montgomery-Smith2015-03-137-61/+28
| | | | | | | - Add missing run dependency to science/getdp. Notes: svn path=/head/; revision=381237
* Update to 1.8Maho Nakata2015-03-117-351/+308
| | | | | | | | | | | * Adds Computational Fluid Dynamics. * Uses openmp. PR: 198361 Submitted by: pfg@ Notes: svn path=/head/; revision=380978
* - Update to 9.7.91Danilo Egea Gondolfo2015-03-062-3/+3
| | | | Notes: svn path=/head/; revision=380620
* - Add NO_ARCHDmitry Marakasov2015-03-052-0/+2
| | | | | | | - Add empty directory to plist Notes: svn path=/head/; revision=380477
* Update to r5469.Michael Reifenberger2015-03-044-84/+190
| | | | Notes: svn path=/head/; revision=380428
* - Update to 9.7.90Danilo Egea Gondolfo2015-03-032-3/+3
| | | | Notes: svn path=/head/; revision=380382
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380301
* Fix DESKTOP_ENTRIES:Max Brazhnikov2015-02-271-1/+1
| | | | | | | | | - Icon field must be either absolute path or icon name if installation follows Icon Theme Specification - Remove invalid categories - StartupNotify field must be literally false/true, not ${FALSE}/${TRUE} Notes: svn path=/head/; revision=380099
* cad/librecad:Max Brazhnikov2015-02-274-16/+11
| | | | | | | | - Update to 2.0.7 - Remove no longer needed patch Notes: svn path=/head/; revision=380094
* - Update to 9.7.89Danilo Egea Gondolfo2015-02-252-3/+3
| | | | Notes: svn path=/head/; revision=379917
* Try to fix build on FreeBSD 8.* and 9.*Michael Reifenberger2015-02-251-1/+2
| | | | Notes: svn path=/head/; revision=379895
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsMax Brazhnikov2015-02-241-2/+3
| | | | | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping Notes: svn path=/head/; revision=379845
* Update Code_Aster to 11.7.0-1, with its different tools.Thierry Thomas2015-02-182-2/+5
| | | | Notes: svn path=/head/; revision=379319
* - Fix device support. The previous version was totally broken.Hiroki Sato2015-02-153-4/+14
| | | | | | | - Fix help(1). Notes: svn path=/head/; revision=379035
* - Update to 9.7.88Danilo Egea Gondolfo2015-02-122-4/+3
| | | | Notes: svn path=/head/; revision=378868
* 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
* Remove GCC_DEFAULT.Thierry Thomas2015-02-091-2/+1
| | | | | | | Spotted by: gerald Notes: svn path=/head/; revision=378722
* Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. seeThierry Thomas2015-02-071-3/+9
| | | | | | | | | http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log Add an ugly hack to make it build with Gcc 4.7. Notes: svn path=/head/; revision=378602
* - Update to 3.8.78Danilo Egea Gondolfo2015-02-032-3/+3
| | | | Notes: svn path=/head/; revision=378357
* Add datadir to search path.Michael Reifenberger2015-01-302-1/+14
| | | | | | | PR: 197140 Notes: svn path=/head/; revision=378174
* Upgrade to 0.54 ans respect options for docs and examples.Thierry Thomas2015-01-264-47/+66
| | | | | | | Changelog at <http://qfsm.sourceforge.net/changes.html>. Notes: svn path=/head/; revision=377962
* Upgrade to 1.3.3 and define LICENSE.Thierry Thomas2015-01-2511-94/+111
| | | | Notes: svn path=/head/; revision=377904
* Fix a typoAntoine Brodin2015-01-241-1/+1
| | | | Notes: svn path=/head/; revision=377817
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-245-5/+5
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* Update to Release 3.7.5.0.Michael Reifenberger2015-01-194-825/+2444
| | | | | | | | | | Fix conflict with texlive-base PR: 184368 Submitted by: vladimir.chukharev (Infos and Patch to resolve the conflict) Notes: svn path=/head/; revision=377442
* PORTDATA=* makes the same job as the custom auto plist used in this port andBaptiste Daroussin2015-01-171-5/+1
| | | | | | | avoid now useless @dirrm Notes: svn path=/head/; revision=377254