aboutsummaryrefslogtreecommitdiff
path: root/cad/brlcad/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Properly use MAKE_CMDBaptiste Daroussin2014-06-241-1/+1
| | | | Notes: svn path=/head/; revision=359140
* - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356131
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Convert to USES=gmake tkPietro Cerutti2014-01-281-5/+2
| | | | Notes: svn path=/head/; revision=341566
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-7/+7
| | | | | | | | | LIB_DEPENDS in cad With hat: portmgr Notes: svn path=/head/; revision=336172
* - Respect CMAKE_BUILD_TYPEMax Brazhnikov2013-12-041-16/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=335626
* - Add a patches sent upstream and adjust the build flags to build withRaphael Kubo da Costa2013-11-171-4/+3
| | | | | | | | | | | | libc++. - Support staging. PR: ports/183623 Submitted by: rakuco Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=334109
* 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
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325944
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to version 7.24.0Pawel Pekala2013-06-211-4/+3
| | | | | | | | PR: ports/179620 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=321499
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-2/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)Pietro Cerutti2013-02-071-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311861
* - adopt optionsNG [1]Jason Helfman2013-01-101-139/+5
| | | | | | | | | | | - while here, break out massive man page list into Makefile.man [2] PR: 175166 Submitted by: maintainer, erik@brlcad.org [1], jgh@ [2] Approved by: maintainer, erik@brlcad.org [2] Notes: svn path=/head/; revision=310193
* - Fix BROKEN by disabling build of togl an isst [1]Pawel Pekala2012-12-151-11/+14
| | | | | | | | | | - Add missing library deps this package's binaries link to PR: ports/174282 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=308956
* - 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
* - Update to 7.22.0 [1]Michael Scheidell2012-07-011-134/+138
| | | | | | | | | | | | - 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
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Update to 7.20.6Frederic Culot2012-05-061-1/+1
| | | | | | | | PR: ports/167499 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=296085
* - Update to version 7.20.4, build system changed from autotools to cmake [1]Pawel Pekala2011-12-031-127/+146
| | | | | | | | | | | | | | - Add USE_GL=glu and USE_BISON=build to fix build - Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig - Mark MAKE_JOBS_SAFE - Silence REINPLACE_CMD output PR: ports/162785 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1] Feature safe: yes Notes: svn path=/head/; revision=286819
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - 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
* Mark as broken on sparc64: invokes i386 asm.Mark Linimon2011-07-161-0/+4
| | | | Notes: svn path=/head/; revision=277771
* - Fix compilation issues on amd64Frederic Culot2011-05-041-1/+1
| | | | | | | | Reported by: pointyhat via pav@ Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer, via irc) Notes: svn path=/head/; revision=273619
* - Update to 7.18.4Frederic Culot2011-04-291-4/+4
| | | | | | | | PR: ports/156683 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=273324
* - Update to 7.18.0Philip M. Gollucci2010-12-131-96/+94
| | | | | | | | | | - Remove MD5 PR: ports/152959 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=266175
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 7.16.8Wen Heping2010-05-161-68/+112
| | | | | | | | | | - Update maintainer's email PR: ports/146591 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) Notes: svn path=/head/; revision=254429
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+3
| | | | Notes: svn path=/head/; revision=251775
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | 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
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - 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
* - Update to 7.12.6Martin Wilke2008-10-121-7/+1
| | | | | | | | PR: 127891 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=221463
* - Mark as BROKEN on CURRENT.Felippe de Meirelles Motta2008-09-281-0/+6
| | | | | | | Reported by: erwin via pointyhat Notes: svn path=/head/; revision=220924
* - After recent commit of MPSAFE TTY layer brlcad builds and runs ↵Felippe de Meirelles Motta2008-09-031-4/+0
| | | | | | | | | | successfully on CURRENT, then unbreak it. PR: ports/126746 Reported by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Notes: svn path=/head/; revision=219798
* - Mark as BROKEN on -CURRENT.Felippe de Meirelles Motta2008-07-131-0/+7
| | | | | | | | | | | | - Add regression-test. PR: ports/124733 Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> Reviewed by: lippe Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=216790
* - Update to 7.12.4Martin Wilke2008-05-301-1/+1
| | | | | | | | PR: 124105 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=213935
* - Update to 7.12.2Pav Lucistnik2008-04-231-2/+2
| | | | | | | | PR: ports/123027 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=211860
* - Update of cad/brlcad from 7.10.4 to 7.12.0Martin Matuska2008-04-211-14/+14
| | | | | | | | | | | | - Removed files: files/patch-src-vas4_vas_io.c (already implemented) - USE_XORG part already implemented by miwi PR: ports/12232 Submitted by: mm Approved by: maintainer timeout Notes: svn path=/head/; revision=211713
* - Fix build after xorg cleanupMartin Wilke2008-04-201-2/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=211684
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Fix build with all Tcl 8.5 patchlevelsMartin Matuska2008-04-051-1/+1
| | | | Notes: svn path=/head/; revision=210621
* - Fix build after tcl/tk updateMartin Wilke2008-02-131-2/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat Notes: svn path=/head/; revision=207151