summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt'sBaptiste Daroussin2012-09-201-0/+3
| | | | | | | distilator Notes: svn path=/head/; revision=304604
* - Update to 2.2.0Bryan Drewery2012-09-162-4/+4
| | | | | | | | PR: ports/171670 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=304371
* - Mark BROKEN: does not compileBeat Gaetzi2012-09-091-0/+2
| | | | | | | | | | | | | | | | In file included from /usr/local/include/tk8.5/tkInt.h:974, from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27: /usr/local/include/tk8.5/tkIntDecls.h:672: error: expected declaration specifiers or '...' before '(' token /usr/local/include/tk8.5/tkIntDecls.h:672: error: conflicting types for 'XClipBox' /usr/local/include/X11/Xutil.h:381: error: previous declaration of 'XClipBox' was here Reported by: pointyhat Notes: svn path=/head/; revision=303969
* Mark as broken on sparc64.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303870
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-051-5/+0
| | | | Notes: svn path=/head/; revision=303710
* Chase Emacs updatesAshish SHUKLA2012-09-042-0/+2
| | | | Notes: svn path=/head/; revision=303664
* Update to latest version 3.3.39.Niclas Zeising2012-09-0410-23/+5
| | | | | | | | | | Move to cad/gtkwave since we only have one version of this port, and the move will make maitenance easier. Approved by: kwm (mentor) Notes: svn path=/head/; revision=303646
* - Update to 3.316Steve Wills2012-08-272-3/+3
| | | | | | | | PR: ports/171063 Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer) Notes: svn path=/head/; revision=303256
* - Update distinfo / plist because distfile was rerolled upstreamAlex Kozlov2012-08-242-6/+5
| | | | | | | | PR: ports/170900 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=303048
* Update to 5.12Chris Rees2012-08-103-6/+11
| | | | | | | | | | Update maintainer's email address PR: ports/167983 Submitted by: maintainer (Thomas Zander <thomas.e.zander@googlemail.com>) Notes: svn path=/head/; revision=302391
* - Update to 2.1.0Guido Falsi2012-08-102-6/+5
| | | | | | | | | PR: ports/170505 Submitted by: Fernando <fernando.apesteguia@gmail.com> Approved by: crees (mentor) Notes: svn path=/head/; revision=302387
* - Mark as BROKEN: size mismatchBeat Gaetzi2012-08-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=302166
* - Remove some empty filesMartin Wilke2012-08-052-0/+0
| | | | Notes: svn path=/head/; revision=302092
* - Update to 3.1Martin Wilke2012-08-052-17/+29
| | | | | | | | PR: 170137 Submitted by: Ports Fury Notes: svn path=/head/; revision=302060
* - Update to 9.4cMartin Wilke2012-08-054-33/+22
| | | | | | | | PR: 170135 Submitted by: Ports Fury Notes: svn path=/head/; revision=302059
* - Update to 9.7.74Martin Wilke2012-08-055-62/+43
| | | | | | | | PR: 170138 Submitted by: Ports Fury Notes: svn path=/head/; revision=302054
* - Update to 801Martin Wilke2012-08-054-22/+18
| | | | | | | | PR: 170139 Submitted by: Ports Fury Notes: svn path=/head/; revision=302051
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-043-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* Mark BROKEN: does not buildErwin Lansing2012-07-301-0/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=301708
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-2/+4
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* Use the new PKG_CONFIG macro.Niclas Zeising2012-07-261-0/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=301559
* 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 version 3.3.38, bugfix release.Niclas Zeising2012-07-204-7/+8
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=301232
* - Update to version 0.53.0Armin Pirkovitsch2012-07-194-15/+65
| | | | | | | | | | | - Switch to optionsng PR: ports/169404 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301160
* - Add dependency on qt4-script [1]Pietro Cerutti2012-07-181-2/+1
| | | | | | | | | - Do not necessarily build with clang Reported by: PH (via erwin) Notes: svn path=/head/; revision=301074
* - Update to 0.24Nicola Vitale2012-07-162-13/+20
| | | | | | | | - Set a different MASTER_SITE_SUBDIR for source and docs - Convert to the new options framework Notes: svn path=/head/; revision=300955
* - Update to version 0.77.0Pawel Pekala2012-07-117-123/+34
| | | | | | | | | | - Switch to official mirror - Add desktop entry - Use PLIST_ macros instead of separate pkg-plist file - Port is now GTK+ 2.x based Notes: svn path=/head/; revision=300783
* add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriateBrendan Fabeny2012-07-092-4/+5
| | | | | | | | | | | CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly note the restrictive license of the metis ports (while here, append the MPI port to *DEPENDS in math/parmetis, rather than using an assignment) PR: 169578 Notes: svn path=/head/; revision=300666
* Upgrade Code_Aster to 10.6.0-3.Thierry Thomas2012-07-079-80/+156
| | | | Notes: svn path=/head/; revision=300604
* Upgrade to 2.6.0.Thierry Thomas2012-07-077-83/+78
| | | | | | | Approved by: stephen (maintainer) Notes: svn path=/head/; revision=300602
* Upgrade to 5.1.12b.Thierry Thomas2012-07-075-44/+77
| | | | Notes: svn path=/head/; revision=300601
* Change maintainer address to my FreeBSD.org mail address.Niclas Zeising2012-07-032-2/+2
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=300424
* - Update to 1.3.0Pietro Cerutti2012-07-0210-75/+119
| | | | Notes: svn path=/head/; revision=300365
* - Update to 7.22.0 [1]Michael Scheidell2012-07-013-1388/+1431
| | | | | | | | | | | | - pet portlint (added USE_LDCONFIG) [2] PR: ports/169520 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1] Reviewed by: scheidell@ (me) [2] Obtained from: http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup Notes: svn path=/head/; revision=300322
* - Detect eigen2 by checking for .pc file, not min. port version.Alberto Villa2012-06-271-1/+1
| | | | | | | | | | If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 Notes: svn path=/head/; revision=300056
* Update to 0.21.19.Hiroki Sato2012-06-202-5/+6
| | | | Notes: svn path=/head/; revision=299684
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrCarlo Strub2012-06-171-2/+2
| | | | Notes: svn path=/head/; revision=299513
* - Update to version 1.6.2Sylvio Cesar Teixeira2012-06-174-23/+2255
| | | | | | | | | | | New file: distinfo PR: ports/168995 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299489
* - Update to 3.3.37Alex Kozlov2012-06-144-11/+9
| | | | | | | | | | | - Convert to new options framework PR: ports/168267 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Approved by: eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=299277
* - 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
* There was a problem that made "make extract" download an alreadyErwin Lansing2012-06-072-5/+6
| | | | | | | | | | downloaded distribution file. PR: 168759 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=298678
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-068-17/+9
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Update MASTER_SITES and WWW: lineSylvio Cesar Teixeira2012-06-053-36/+36
| | | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES PR: ports/168592 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298523
* - Update to version 3.7.40Sylvio Cesar Teixeira2012-06-052-13/+13
| | | | | | | | PR: ports/168591 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298522
* TypoBaptiste Daroussin2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297951
* Convert to new options frameworkBaptiste Daroussin2012-06-018-74/+71
| | | | Notes: svn path=/head/; revision=297949
* - update png to 1.5.10Dirk Meyer2012-06-0147-36/+105
| | | | Notes: svn path=/head/; revision=297915
* Fix PORTREVISIONMax Brazhnikov2012-05-252-2/+2
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=297424
* Chase PyQT updateMax Brazhnikov2012-05-2512-10/+12
| | | | Notes: svn path=/head/; revision=297369