Commit graph

12 commits

Author SHA1 Message Date
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
tron
f5fd6136c4 As report by Emiel Kollof on "current-users" the datasize needs to be
unlimited at least for NetBSD-sparc.
2002-03-14 13:57:53 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
jlam
019a41421c Change dependency on qt2-libs to qt2-libs>=${QTVERSION} so that it may
match qt2-libs-2.3.1nb1.
2001-11-16 09:09:33 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-10-23 13:14:43 +00:00
jlam
b09db2c106 Use x11.buildlink.mk. 2001-09-13 01:19:20 +00:00
jlam
0d9212998f Make qt2-designer and qt2-designer-kde conflict with each other and
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-15 20:16:47 +00:00
jlam
6f32f0aa54 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-15 10:53:45 +00:00
drochner
d34db1c27b Split out KDE support into a separate pkg. While qt2 already takes
hours to compile, the KDE stuff makes it absolutely unbearable for
someone not explicitely interested in it.
2001-05-14 17:09:26 +00:00