aboutsummaryrefslogtreecommitdiff
path: root/devel/tmake
Commit message (Collapse)AuthorAgeFilesLines
* Make this port work with QT3. (This is needed for the xxdiff update)Tilman Keskinoz2004-02-222-26/+1
| | | | | | | Bump portrevision. Notes: svn path=/head/; revision=101753
* Fix distinfo, SIZEify.Michael Nottebrock2004-02-092-3/+2
| | | | Notes: svn path=/head/; revision=100493
* BROKEN: Checksum mismatchKris Kennaway2004-02-091-1/+3
| | | | | | | Noticed by: kan Notes: svn path=/head/; revision=100460
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Don't make tmake's default CFLAGS -O2 (when using tmake to build somethingPete Fritchman2001-11-071-2/+11
| | | | | | | | | else). Approved by: maintainer Notes: svn path=/head/; revision=49716
* Port x11-toolkits/qt23 introduces a new library qtgl to make use ofAlexander Langer2001-05-092-2/+3
| | | | | | | | | | | | | | | | OpenGL inside of Qt applications. It is a Good Thing (tm) to take care of that in this port instead of patching Makefiles in other ports that make use of tmake. Currently there seem to be no ports that make use of tmake and don't depend on OpenGL. But they should not be affected anyway as the qtgl library does contain all symbols from the qt lib. PR: 26495 Submitted by: maintainer Notes: svn path=/head/; revision=42452
* 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
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Update to 1.7Kevin Lo2001-01-165-26/+36
| | | | | | | | PR: 24343 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37245
* Fix tmake to use QT2 since that's what it's intended to be used with.Will Andrews2000-10-292-3/+15
| | | | | | | | PR: 22390 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34409
* Update to 1.6.Maxim Sobolev2000-09-025-7/+12
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=32203
* Update to 1.5.Will Andrews2000-08-116-28/+44
| | | | | | | | PR: 20500 Submitted by: maintainer Notes: svn path=/head/; revision=31489
* Update to 1.4.Will Andrews2000-05-205-57/+93
| | | | | | | | PR: 18544 Submitted by: maintainer Notes: svn path=/head/; revision=28635
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27505
* Smack tmake into allowing environment-override C(C,XX) as well asWill Andrews2000-04-072-0/+28
| | | | | | | | | C(XX)FLAGS. Also make it look in the right directory for Qt includes. This commit is required for me to update twinlib. Notes: svn path=/head/; revision=27390
* Add Troll Tech's tmake utility, which will be used by my upcoming twinlibWill Andrews2000-03-255-0/+237
port, and perhaps others in the future. Activate tmake in devel/Makefile. Also made a COMMENT nit. PR: 17265 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de> Notes: svn path=/head/; revision=27047