summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz1-63/+0
on Sep 7 2008. No complaints received.
2004-03-22This package build fine with gcc3, don't insist on using egcs on SunOS.bouyer1-14/+3
This package use c++.
2001-05-01Honor CFLAGS passed in from environment during build.jlam1-5/+13
2000-07-07pkglint.skrll1-0/+2
2000-07-06Update to use USE_LIBTOOL and use QTPREFIX appropriately.skrll1-10/+15
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill1-13/+4
components. This allows users of Qt to specify QTDIR=/path/to/qt instead of having to patch all configure scripts and makefiles to look for alternate names. This is the recommended approach from Troll Tech (Qt authors). update pkgs which use qt1 to reflect this.
2000-03-23This is a modified version of the qt-1.44 package. It has been modifieddmcmahill1-0/+68
to coexist with the up and coming qt-2.0.2 package. This will allow packages which still requrire qt-1.44 to work (ie are not compatible with Qt-2). As such, this package should be considered a temporary one. Once all packages which use qt-1.* have be updated to use qt-2.*, this package may be depricated. The modifications to this package from the qt-1.44 package are: - header files are installed in ${PREFIX}/include/qt1 - manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1") - the program "moc" is now named "moc1"