aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad-partslib
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Don't fail if share/qcad can't be removed since it might be used by other portsIon-Mihai Tetcu2009-05-061-1/+1
| | | | | | | | Submitted by: mi@ Approved by: mr@ Notes: svn path=/head/; revision=233309
* Really fix the plist.Ion-Mihai Tetcu2009-05-031-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=233174
* Fix plist.Ion-Mihai Tetcu2009-05-031-2/+2
| | | | | | | Prompted by: QAT Notes: svn path=/head/; revision=233162
* Add missing pkg-plist.Michael Reifenberger2009-05-021-0/+2
| | | | Notes: svn path=/head/; revision=233120
* The attached patches achieve the following improvements:Michael Reifenberger2009-05-022-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cad/qcad itself: 1. Enable parallel build. This is safe, because the vendor's script supports it (but only, when one is using distcc). 2. Remove the special handling for Alpha. I guess, this is a historical wart -- the current version of qcad compiles on my amd64 with `-Wall -W' without any warnings. If Alpha bites again, the wart can be put back until someone tracks the bug down. * cad/qcad-partslib: 1. Fetch the .tar.gz, rather than .zip variant of the distribution. This new file is more than twice smaller. 2. Remove build-dependency on qcad -- this is useless for a pure-data port and only complicates package building and installation (a PORTREVISION bump in qcad itself, for example, will necessitate rebuilding partslib without any good reason). 3. Don't create an intermediate extraction under ${WRKSRC} for the sole purpose of creating PLIST -- extract from ${DISTFILE} into ${DATADIR} directly and use tar's output to create PLIST on the fly. This saves a ton of I/O and diskspace during packaging. Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com> Notes: svn path=/head/; revision=233119
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+1
| | | | | | | | | | | | | | | | | | - 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
* Load via ftp://Michael Reifenberger2008-03-271-1/+1
| | | | | | | | | This should fix the reported download problems. Submitted by: V. Chukharev (at first) Notes: svn path=/head/; revision=209955
* Update to 2.1.2.8Michael Reifenberger2008-03-122-4/+4
| | | | Notes: svn path=/head/; revision=208895
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* fix pkg-plistMichael Reifenberger2005-11-271-2/+4
| | | | Notes: svn path=/head/; revision=149658
* fix pkg-plistMichael Reifenberger2005-11-232-7/+6
| | | | | | | add sha265 checksum Notes: svn path=/head/; revision=149195
* Since /usr/X11R6/... seems to be hardcoded in qcadMichael Reifenberger2004-11-251-0/+1
| | | | | | | | | | help first-time-users by using 'USE_X_PREFIX=yes' PR: ports/74118 Submitted by: TAOKA Fumiyoshi <fmysh X iijmio-mail.jp> Notes: svn path=/head/; revision=122413
* add qcad-partslib the parts-library for qcad.Michael Reifenberger2004-03-283-0/+46
Notes: svn path=/head/; revision=105493