summaryrefslogtreecommitdiff
path: root/x11/qt2-designer-kde
AgeCommit message (Collapse)AuthorFilesLines
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-16Change dependency on qt2-libs to qt2-libs>=${QTVERSION} so that it mayjlam1-2/+2
match qt2-libs-2.3.1nb1.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-3/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-13Use x11.buildlink.mk.jlam1-1/+2
2001-07-15Make qt2-designer and qt2-designer-kde conflict with each other andjlam3-8/+18
install identical filenames. qt2-designer-kde is now a superset of the functionality in qt2-designer. Bump the version numbers of both packages to 2.3.1nb1. On suggestion by Nick Hudson (skrll@netbsd.org).
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-8/+9
2001-05-14Split out KDE support into a separate pkg. While qt2 already takesdrochner3-0/+34
hours to compile, the KDE stuff makes it absolutely unbearable for someone not explicitely interested in it.