summaryrefslogtreecommitdiff
path: root/converters/kdesupport2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Change dependencies to accept Qt-1.33 if present,Stefan Eßer1998-07-231-3/+3
| | | | | | | but to build Qt-1.40 if no compiled Qt library can be found. Notes: svn path=/head/; revision=12083
* Upgrade to KDE Release 1.0Stefan Eßer1998-07-192-17/+6
| | | | Notes: svn path=/head/; revision=11966
* Mark as broken, will be upgraded to 1.0 within a few days.Stefan Eßer1998-07-131-1/+3
| | | | Notes: svn path=/head/; revision=11905
* Update to Beta-4.1Stefan Eßer1998-05-093-8/+23
| | | | Notes: svn path=/head/; revision=10923
* Use $(MASTER_SITE_KDE)Stefan Eßer1998-03-061-4/+3
| | | | Notes: svn path=/head/; revision=10055
* Bring back kdesupport, we only need (and only build) "mimelib" sinceStefan Eßer1998-02-225-0/+74
| | | | | | | our mimepp port does no longer suffice to build kdenetwork. Notes: svn path=/head/; revision=9883
* Remove kdesupport: Not required by any of our KDE ports ...Stefan Eßer1998-02-125-80/+0
| | | | Notes: svn path=/head/; revision=9685
* (1) Move the following ports out of x11/:Satoshi Asami1997-11-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4) Notes: svn path=/head/; revision=8489
* Only the MIME and UU libraries are required from kdesupport,Stefan Eßer1997-11-035-0/+79
since libjpeg, libgif etc. exist as individual ports already. This port is required as a pre-requisite to kdenetwork. Notes: svn path=/head/; revision=8450