Commit graph

27 commits

Author SHA1 Message Date
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
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
jlam
73ec74548f Unused. 2002-10-08 11:55:47 +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
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +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
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
2c979cb465 Add buildlink.mk file for use by other package Makefiles. 2001-07-29 06:28:59 +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
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +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
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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.
2001-01-04 15:10:17 +00:00
skrll
3305ed73b7 Explicitly include stdio for fprintf and stderr. This should fix the build
problems with the new lesstif.
2000-12-31 12:37:46 +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
hubertf
a19d32a744 fix typo 2000-02-04 03:04:54 +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