aboutsummaryrefslogtreecommitdiff
path: root/graphics/killustrator
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.Steve Price2000-08-081-0/+21
| | | | Notes: svn path=/head/; revision=31398
* Update port ot 0.7.2Chris D. Faulhaber2000-07-164-26/+11
| | | | Notes: svn path=/head/; revision=30698
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Doing KDE style mtree in kdelibs.R. Imura2000-03-251-0/+1
| | | | | | | OK'd by: will Notes: svn path=/head/; revision=27037
* Add USE_QT=yes to respect $(CXX), and remove BROKEN=R. Imura2000-02-241-7/+2
| | | | Notes: svn path=/head/; revision=26258
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26244
* Remove giflib dependence.R. Imura2000-02-151-0/+18
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-071-1/+1
| | | | | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk). Notes: svn path=/head/; revision=24507
* Update port to 0.7.1 (and unmark as BROKEN)Chris D. Faulhaber2000-01-055-23/+141
| | | | Notes: svn path=/head/; revision=24430
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* This port still needs an upgrade. Provide an ever-so subtle hint thatSteve Price1999-05-241-2/+2
| | | | | | | | KDE version 1.1 should be used in lieu of 1.0 since the latter will be going away soon. Notes: svn path=/head/; revision=18972
* More WWW: additionsMichael Haro1999-05-061-2/+1
| | | | Notes: svn path=/head/; revision=18564
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* Dang, missed one. I hate it when this happens. :<Satoshi Asami1998-08-251-2/+2
| | | | | | | Anyway, change kde shlib version numbers. Notes: svn path=/head/; revision=12837
* /usr/X11R6/bin/moc KIllustrator.h -o KIllustrator.mocSatoshi Asami1998-07-251-1/+3
| | | | | | | | | | | | | | | c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O2 -Wall -c KIllustrator.cc KIllustrator.cc: In method `void KIllustrator::initToolBar()': KIllustrator.cc:339: `KToolBarCombo' undeclared (first use this function) KIllustrator.cc:339: (Each undeclared identifier is reported only once KIllustrator.cc:339: for each function it appears in.) KIllustrator.cc:339: `combo' undeclared (first use this function) *** Error code 1 Stop. Notes: svn path=/head/; revision=12107
* New port killustrator, a vector drawing tool for KDE.Thomas Gellekum1998-05-186-0/+62
PR: 6643 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=11043