Commit graph

18 commits

Author SHA1 Message Date
snj
df2caf8e2e Convert to buildlink3. 2004-04-12 03:58:36 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
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
jlam
25d6f17102 Explicitly set USE_X11BASE as these are Motif widgets and should go where
Motif lives.
2002-04-17 03:03:07 +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
5fcaf9df24 Use x11.buildlink.mk. 2001-09-12 02:57:38 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
jlam
b4c20b8792 Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:
* Row height and true-color (aka 24-bit color) support.
    * Support for bold columns in XbaeMatrix.
    * Bugfixes.
2001-07-29 06:25:15 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
drochner
1570f043de update to 4.8.4
sorry, couldn't find a changelog
2001-01-15 18:11:51 +00:00
drochner
0b068f3b6c switch to LIBTOOL/LTCONFIG_OVERRIDE, upgrade to 4.8.2
ChangeLog entry:
* Bugfixes in row height code, especially when adding rows.
2000-06-19 11:19:36 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
drochner
b7cc6c6cea update to 4.8.1
Recent changes:
Add XbaeGetVersionTxt(), XbaeGetVersionNum() to get the version number from the
	(shared) library. Macros to get this at compile time are already in place.
Change version numbers to include the UPDATE number as well. Now 4.8.0 becomes
	40800 (M * 10000 + m * 100 + u).
Xbae configuration :
        --enable-xbae-24bit (enable 24-bit code in XbaeMatrix)
        --enable-xbae-row-heights (allow rows to have variable height in
	  XbaeMatrix)
Xbae API : add XbaeMatrixSetRowHeight(), XbaeMatrixGetRowHeight(),
	XbaeMatrixSetColumnWidth(), XbaeMatrixGetColumnWidth()
2000-05-25 16:38:06 +00:00
wiz
1f00cfa5f5 be more autoconf-friendly, link ac_find_xbae.m4 to ${LOCALBASE}/share/aclocal 2000-02-12 03:59:10 +00:00
drochner
a05c844ba4 add Xbae package: 3 Motif widgets which come with lesstif but are not
installed by our lesstif pkg
2000-02-03 19:41:03 +00:00