aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tmake
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Make this port work with QT3. (This is needed for the xxdiff update)arved2004-02-232-26/+1
| | | | Bump portrevision.
* Fix distinfo, SIZEify.lofi2004-02-092-3/+2
|
* BROKEN: Checksum mismatchkris2004-02-091-1/+3
| | | | Noticed by: kan
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't make tmake's default CFLAGS -O2 (when using tmake to build somethingpetef2001-11-071-2/+11
| | | | | | else). Approved by: maintainer
* Port x11-toolkits/qt23 introduces a new library qtgl to make use ofalex2001-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
* Overhaul QT/KDE support:will2001-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)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Update to 1.7kevlo2001-01-165-26/+36
| | | | | PR: 24343 Submitted by: MAINTAINER
* Fix tmake to use QT2 since that's what it's intended to be used with.will2000-10-302-3/+15
| | | | | PR: 22390 Submitted by: MAINTAINER
* Update to 1.6.sobomax2000-09-025-7/+12
| | | | Submitted by: maintainer
* Update to 1.5.will2000-08-116-28/+44
| | | | | PR: 20500 Submitted by: maintainer
* Update to 1.4.will2000-05-215-57/+93
| | | | | PR: 18544 Submitted by: maintainer
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Smack tmake into allowing environment-override C(C,XX) as well aswill2000-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.
* Add Troll Tech's tmake utility, which will be used by my upcoming twinlibwill2000-03-265-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>