summaryrefslogtreecommitdiff
path: root/x11/qt1
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-26Bump revisions of tiff and qt1 after changing the default USE_GIF valuejmmv1-2/+2
to 'yes'. (In behalf of jlam@, who can't commit this ATM.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-11Add buildlink3 file.wiz1-0/+24
2004-04-26Unused.wiz1-31/+0
2004-04-24Convert to buildlink3.snj1-2/+2
2004-03-22This package build fine with gcc3, don't insist on using egcs on SunOS.bouyer3-22/+7
This package use c++.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-19Make this package compile in the face of gcc3 and a workingagc3-1/+29
implementation of xor.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-3/+4
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-10-20Add buildlink2.mk.wiz1-0/+30
2002-10-20Trivially convert to buildlink2.wiz1-1/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-01Honor CFLAGS passed in from environment during build.jlam4-13/+23
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
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"