summaryrefslogtreecommitdiff
path: root/x11/qt1
AgeCommit message (Collapse)AuthorFilesLines
2001-03-03Missed one.skrll2-4/+4
2001-03-03Fix build problem with qt1 and libtool.skrll2-7/+8
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+4
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-07-07Added HTML document fileswulf1-1/+710
CVS ----------------------------------------------------------------------
2000-07-07Extended installation procedure to include HTML documentationwulf1-1/+3
2000-07-07pkglint.skrll3-3/+7
2000-07-06Forget PLIST update as part of last commit.skrll1-1/+2
2000-07-06Update to use USE_LIBTOOL and use QTPREFIX appropriately.skrll4-26/+33
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-28replace outdated stuff with some Qt marketing from Troll's websitedrochner1-12/+10
2000-04-13remove extra link which should not be needed and has the potentialdmcmahill2-5/+2
for confusion.
2000-04-09remove unnecessary empty linewiz1-2/+1
2000-04-09remove obsolete patch.dmcmahill1-24/+0
2000-03-30Apply GIF patch in "post-patch" target so that an interrupted buildtron1-2/+2
can be continued.
2000-03-28make qt1 install in its own directory instead of renaming its installeddmcmahill8-612/+615
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 modifieddmcmahill12-0/+861
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"