summaryrefslogtreecommitdiff
path: root/x11/Xbae
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-15update to 4.8.4drochner4-19/+5
sorry, couldn't find a changelog
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-12-31Explicitly include stdio for fprintf and stderr. This should fix the buildskrll2-1/+15
problems with the new lesstif.
2000-06-19switch to LIBTOOL/LTCONFIG_OVERRIDE, upgrade to 4.8.2drochner5-29/+9
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.1drochner6-182/+27
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/aclocalwiz2-2/+11
2000-02-04fix typohubertf1-1/+1
2000-02-03add Xbae package: 3 Motif widgets which come with lesstif but are notdrochner9-0/+253
installed by our lesstif pkg