aboutsummaryrefslogtreecommitdiffstats
path: root/cad/chipmunk
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | cad)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to version 5.65miwi2012-03-258-97/+97
| | | | | | PR: 166017 Submitted by: Ports Fury Feature safe: yes
* - Remove outdated version checkseadler2012-01-091-1/+1
| | | | Reviewed by: nox
* - Get Rid MD5 supportmiwi2011-03-201-10/+0
|
* Remove a piece of dead code from chipmunk.ed2010-06-282-1/+20
| | | | | | | | This seems to be the only piece of code in the entire ports tree which uses getpw(3) and it seems to be dead code anyway. Approved by: beat Feature safe: yes
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-209-15/+15
| | | | | | | | | | | | | | | - 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)
* Mark as broken on sparc64-7: fails to install.linimon2008-02-011-1/+3
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
|
* - Add SHA256pav2005-11-241-0/+10
|
* Upgrade to 5.64 and unbreak.thierry2005-07-213-10/+8
|
* BROKEN: Size mismatchkris2005-07-091-0/+2
|
* Update to version 5.63krion2005-02-203-63/+61
| | | | | PR: ports/77759 Submitted by: am Lawrance <boris at brooknet.com.au>
* Broken pkg-plist on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+10
|
* update chipmunk to 5.62 which unbreaks the CURRENT buildoliver2003-12-109-65/+107
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Trim pkg-descr and unbreak on 5.0kris2003-03-042-10/+13
| | | | | PR: ports/46824 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update WWW and MASTER_SITES.pat2003-02-111-1/+1
| | | | | PR: ports/48137 Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 5.59ijliao2002-05-2119-199/+210
| | | | | PR: 38227 Submitted by: Ports Fury
* Make the share files' installation permission safe.lioux2001-02-212-7/+16
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Add two patches forgotten in ugprade to 5.51cpiazza1999-09-242-0/+54
|
* Update to version 5.51cpiazza1999-09-2425-65/+921
| | | | | PR: 13902 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fixed missing MAINTAINER line.jim1999-08-161-1/+4
| | | | | PR: 13168 Submitted by: Oleg V. Volkov <rover@fly.lblobus.ru>
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* A few more USE_XLIBs.asami1998-11-281-1/+2
|
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.asami1996-12-031-2/+2
| | | | Hinted by: obrien
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-301-9/+9
| | | | changes made in rev. 1.232 of bsd.port.mk.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-161-3/+3
| | | | Added MAINTAINER to many of them.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Use DIST_SUBDIR, this port requires a file called (of all things)asami1996-03-101-9/+3
| | | | | | "Makefile". Also, look at the number of lines I could delete! I love DIST_SUBDIR! :)
* cnf_stuff.c:169: warning: function returns address of local variablejoerg1996-02-061-0/+11
|
* Append "chipmunk/" to MASTER_SITE_OVERRIDE, if set.asami1995-10-041-2/+8
| | | | | | | Also, add ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/chipmunk/ to MASTER_SITES, in case the real master site is unavailable. This is admittedly ugly, but a fix to bsd.port.mk to handle these cases is not trivial.
* chipmunk-5.10, an electronic CAD system.asami1995-08-255-0/+115
Submitted by: Janusz Kokot <JKOKOT@demeter.ipan.lublin.pl>