aboutsummaryrefslogtreecommitdiff
path: root/cad/leocad
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-071-2/+2
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes Notes: svn path=/head/; revision=310020
* Update leocad to 0.79Eitan Adler2012-12-143-19/+15
| | | | | | | Trim header Notes: svn path=/head/; revision=308912
* Mark as broken on sparc64.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303870
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - 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
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+48
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+11
| | | | Notes: svn path=/head/; revision=251751
* - 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-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Reset dyeske@gmail.com at his request.Mark Linimon2009-02-022-4/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=227472
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-3/+3
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225288
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-3/+2
| | | | | | | | | | | | | | | | | | - 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 gcc42Beech Rintoul2007-08-181-3/+7
| | | | | | | | | PR: ports/115565 Submitted by: David Yeske <dyeske@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=197882
* dyeske at yahoo dot com -> dyeske at gmail dot comEdwin Groothuis2007-07-052-3/+3
| | | | Notes: svn path=/head/; revision=195037
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix quoting.Florent Thoumie2006-12-181-1/+1
| | | | Notes: svn path=/head/; revision=180047
* Don't hard-code /usr/X11R6Kris Kennaway2006-12-012-1/+2
| | | | Notes: svn path=/head/; revision=178411
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* BROKEN on 5.x: Does not compileKris Kennaway2006-03-251-0/+4
| | | | Notes: svn path=/head/; revision=158120
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-3/+3
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Now buildable againKris Kennaway2005-10-111-4/+0
| | | | Notes: svn path=/head/; revision=144901
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118256
* unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-111-1/+1
| | | | Notes: svn path=/head/; revision=106746
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use a versioned distfileTilman Keskinoz2003-04-302-10/+13
| | | | | | | | | | PERL -> REINPLACE_CMD PR: 50233 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=79933
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79180
* cad/leocad checksum update and minor include file fixEdwin Groothuis2003-03-283-3/+11
| | | | | | | | PR: ports/50355 Submitted by: Scott A. Morris <samorris@jomche.org> Notes: svn path=/head/; revision=77591
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Mark BROKEN due to "Unknown problem"Mario Sergio Fujikawa Ferreira2002-11-251-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=71069
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-1/+2
| | | | | | | | PR: 42188 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65297
* Add leocad 0.73, a CAD program that uses bricks similar to thosePete Fritchman2002-03-037-0/+105
found in many toys. PR: 35231 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=55432