summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-6/+5
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-04-17Explicitly set USE_X11BASE as these are Motif widgets and should go wherejlam1-1/+2
Motif lives.
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-2/+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-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-07-29Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:jlam1-10/+13
* Row height and true-color (aka 24-bit color) support. * Support for bold columns in XbaeMatrix. * Bugfixes.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-15update to 4.8.4drochner1-2/+2
sorry, couldn't find a changelog
2000-06-19switch to LIBTOOL/LTCONFIG_OVERRIDE, upgrade to 4.8.2drochner1-3/+4
ChangeLog entry: * Bugfixes in row height code, especially when adding rows.
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-05-25update to 4.8.1drochner1-2/+2
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-02-12be more autoconf-friendly, link ac_find_xbae.m4 to ${LOCALBASE}/share/aclocalwiz1-1/+7
2000-02-03add Xbae package: 3 Motif widgets which come with lesstif but are notdrochner1-0/+18
installed by our lesstif pkg