summaryrefslogtreecommitdiff
path: root/cad/qcad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-6/+0
| | | | Notes: svn path=/head/; revision=200767
* Fix compilation with gcc.42.Michael Reifenberger2007-06-182-0/+18
| | | | | | | Two debugging outputs where commented out as suggested by the author. Notes: svn path=/head/; revision=193806
* - 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 QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-1/+1
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* - change BUILD_DEPENDS: shells/bash2 -> shells/bash;Michael Reifenberger2007-02-011-2/+1
| | | | | | | | | | - drop a spare line at Makefile to pet portlint. PR: ports/108631 Submitted by: bsam Notes: svn path=/head/; revision=183857
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* exclude library again since it conflicts with qcad-partslibMichael Reifenberger2005-11-271-3/+3
| | | | Notes: svn path=/head/; revision=149657
* update to qcad-2.0.5.0-1Michael Reifenberger2005-11-233-33/+38
| | | | Notes: svn path=/head/; revision=149193
* 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
* upgrade to qcad-2.0.4.0-1Michael Reifenberger2004-10-124-38/+5
| | | | Notes: svn path=/head/; revision=118966
* Fix compilation error due to wrong set parenthesis.Michael Reifenberger2004-09-121-0/+11
| | | | | | | | | PR: ports/71540 (with fix), ports/71574 Submitted by: Rainer Goellner <rainer at jabbe.de> Approved by: portmgr Notes: svn path=/head/; revision=118149
* Fix compilation with gcc-3.4Michael Reifenberger2004-08-282-0/+16
| | | | | | | Submitted by: Tilman Linneweh <arved at FreeBSD.org> Notes: svn path=/head/; revision=117499
* - Fix WWW:Kirill Ponomarev2004-06-151-1/+1
| | | | | | | | PR: ports/67958 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=111521
* update to version 2.0.3.3-1Michael Reifenberger2004-05-232-5/+5
| | | | Notes: svn path=/head/; revision=109776
* correct pkg-plist creation.Michael Reifenberger2004-03-281-4/+4
| | | | | | | do not handle libraries datadir since it is handled by qcad-partslib. Notes: svn path=/head/; revision=105532
* - upgrade to 2.0.3.1Michael Reifenberger2004-03-285-212/+36
| | | | | | | | | | | for changes see: http://www.ribbonsoft.com/qcad_doc_changelog.html - use bash for buildscript - make portlint happy - dynamically create pkg-plist - install docs and examples Notes: svn path=/head/; revision=105486
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichMichael Nottebrock2004-02-261-1/+2
| | | | | | | BUILD_DEPEND on qmake now. Notes: svn path=/head/; revision=102232
* try to fix pkg-plistMichael Reifenberger2004-02-172-25/+33
| | | | Notes: svn path=/head/; revision=101274
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101268
* add patch to compile qg_commandwidget.cpp under -stableMichael Reifenberger2004-02-121-7/+5
| | | | | | | Submitted by: Oliver Lehmann <oliver@FreeBSD.org> Notes: svn path=/head/; revision=100758
* - Upgrade to QCad version 2.0.2.0-1Michael Reifenberger2004-02-103-7/+15
| | | | | | | | | | | | | See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes can save ACAD R12 .DXF Files now - Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh) - Add interim patch for compilation - Change MAINTAINER to my address to faster getting future errlogs Submitted by: Tilman Linneweh <arved@FreeBSD.org> (part.) Notes: svn path=/head/; revision=100555
* Fix fetch.Tilman Keskinoz2004-02-101-1/+1
| | | | | | | PORTREVISION should not be used in DISTNAME Notes: svn path=/head/; revision=100541
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* fix buildOliver Lehmann2004-01-251-1/+1
| | | | | | | Noted By: kris Notes: svn path=/head/; revision=99071
* Fix build on both, 4 and 5Oliver Lehmann2003-12-114-3/+57
| | | | | | | Fix pkg-plist Notes: svn path=/head/; revision=95584
* update qcad to version 2.0.1.3-1Michael Reifenberger2003-12-052-2/+2
| | | | Notes: svn path=/head/; revision=95121
* Fix build/work of qcad:Michael Reifenberger2003-12-032-3/+5
| | | | | | | | | | | | - minor update to 2.0.1.2 - add dependancy to bash (needed by build process) - use {SH} instead of hardcoded sh - delete repo copied but not used cad/qcad2 Approved by: marcus (re) Notes: svn path=/head/; revision=94851
* Update to QCad 2.0.1.1Michael Reifenberger2003-10-315-1368/+141
| | | | Notes: svn path=/head/; revision=92716
* Fix build after QT directory structure change.Dmitry Sivachenko2003-02-221-1/+1
| | | | | | | Troubles noticed by: kris/bento Notes: svn path=/head/; revision=76199
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* - Fix PLISTTilman Keskinoz2002-11-234-266/+248
| | | | | | | | | | | - Always install online help - Eliminate miscellaneous superfluousness PR: 45617 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70845
* Pass QTDIR explict to qmakeTilman Keskinoz2002-11-221-1/+3
| | | | | | | Reported by: bento, Michael Collette <metrol@metrol.net> Notes: svn path=/head/; revision=70758
* Remove obsolete patches left over from previous commitTilman Keskinoz2002-11-196-105/+0
| | | | Notes: svn path=/head/; revision=70504
* Update to 1.5.4Tilman Keskinoz2002-11-195-9/+592
| | | | | | | | PR: 43694 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70503
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-231-1/+1
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* upgrade to 1.4.16Ying-Chieh Liao2002-08-053-252/+9
| | | | | | | | PR: 41028 Submitted by: Ports Fury Notes: svn path=/head/; revision=64022
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39273 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62642
* upgrade to 1.4.14Ying-Chieh Liao2002-05-304-106/+560
| | | | | | | | PR: 38708 Submitted by: Ports Fury Notes: svn path=/head/; revision=60316
* Update to version 1.4.7Mario Sergio Fujikawa Ferreira2001-04-103-2/+7
| | | | | | | | PR: 26485 Submitted by: Kato Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=41213
* Overhaul QT/KDE support:Will Andrews2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Use '-O0' when compiling on the Alpha to avoid internal compiler errors.Steve Price2001-03-111-1/+7
| | | | Notes: svn path=/head/; revision=39541
* Update to version 1.4.6Kevin Lo2001-02-283-262/+338
| | | | | | | | PR: 25425 Submitted by: Ports Fury Notes: svn path=/head/; revision=38893
* Add missing @dirrm.Kevin Lo2000-11-171-0/+1
| | | | | | | | PR: 22890 Submitted by: Ports Fury Notes: svn path=/head/; revision=35220
* Update to 1.4.4Ade Lovett2000-10-139-284/+382
| | | | | | | | PR: 21573 Submitted by: Ports Fury Notes: svn path=/head/; revision=33780
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Update to 1.4.1.Will Andrews2000-06-204-9/+7
| | | | | | | | PR: 19385 Submitted by: David Gilbert <dgilbert@velocet.ca> Notes: svn path=/head/; revision=29710
* Upgrade to 1.4.0.Thomas Gellekum2000-05-174-225/+283
| | | | | | | Approved by: will Notes: svn path=/head/; revision=28508
* Mark BROKEN: compiler errorKris Kennaway2000-04-291-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28115
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419