Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-05 | Function prototypes should name a return type. Problem noted in pkg/14838 | jlam | 2 | -4/+4 | |
by Robert Elz <kre@munnari.OZ.AU>. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -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-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -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-10-03 | Substitute the real config script for the config wrapper script in | jlam | 1 | -1/+3 | |
installed files. We don't want buildlink references to escape into the install directory. | |||||
2001-09-09 | Remove dependency on perl. It should have been a build-dependency, but even | wiz | 1 | -3/+2 | |
that is not needed, contrary to what the configure script says. | |||||
2001-08-29 | Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references | jlam | 3 | -10/+16 | |
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge. | |||||
2001-08-23 | It's libclanCore, not libclancore. | jlam | 1 | -2/+2 | |
2001-08-23 | Use ossaudio.buildlink.mk. | jlam | 3 | -6/+7 | |
2001-08-17 | If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then | jlam | 1 | -2/+3 | |
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum). | |||||
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -3/+3 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-02 | Allow overriding of *_CONFIG variables in a package Makefile when using | jlam | 1 | -3/+4 | |
USE_BUILDLINK_ONLY. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-30 | o add buildlink.mk file for use by other packages | zuntum | 4 | -13/+67 | |
o convert to use buildlink.mk files | |||||
2001-05-22 | Update dependency on png to >=1.0.11 because of the shlib major bump. | wiz | 1 | -2/+2 | |
Noted by Frederick Bruckman. | |||||
2001-05-11 | add a missing CL_String << long operator overload needed on systems for | dmcmahill | 2 | -14/+100 | |
which sizeof(long) != sizeof(int). | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -16/+14 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai. | wiz | 1 | -1/+2 | |
2001-04-02 | Fix big-endian support. Problem was that the targa code would load a | wrstuden | 2 | -1/+41 | |
little-endian short into an int, then byteswap the int. That's essentially le32toh() when it should be le16toh(). This ended up in making numbers 0x10000 times too big. Also got rid of a potential unaligned-access. | |||||
2001-03-24 | The configure script has a test to see if -lXxf86vm should be included. | wrstuden | 2 | -5/+13 | |
So don't hard code its inclusion later! | |||||
2001-03-04 | Because the minor number of the PNG library was increased packages compiled | tron | 1 | -2/+2 | |
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-15 | (hopefully) fix PLIST (shlib symlinks) | wiz | 1 | -17/+1 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+19 | |
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-01 | Make this package work on arches where char is signed. | toshii | 2 | -9/+9 | |
2000-12-15 | Regen. | mycroft | 1 | -1/+2 | |
2000-12-15 | Fix stupid endianness problem. | mycroft | 1 | -0/+23 | |
2000-12-15 | Fix `make install; make deinstall; make install'. | wiz | 2 | -5/+72 | |
2000-12-15 | Wow am I a goof today.. fix all these patches. | garbled | 6 | -21/+19 | |
2000-12-15 | Oops.. make make make patchsums | garbled | 1 | -2/+2 | |
2000-12-15 | Fix the hermes version requirement, and unhose a hosed patch | garbled | 2 | -5/+5 | |
2000-12-15 | Update this package to Clanlib-0.4.4.. too many changes to list. | garbled | 16 | -3002/+422 | |
2000-12-14 | Fix sound output. | wiz | 2 | -3/+12 | |
2000-12-08 | Fix libraries on ELF. | wiz | 4 | -16/+39 | |
Shut up compilation warnings. | |||||
2000-10-15 | Use new USE_MESA variable to depend on the correct Mesa packages | rh | 1 | -2/+2 | |
2000-09-02 | add missing -Wl,-R for libclanlayer1.so (noted in hubertf's latest bulk build) | wiz | 2 | -1/+15 | |
2000-03-21 | Because the minor of "libpng" was bumped we must sure that packages | tron | 1 | -2/+2 | |
compiled for the update "png" package depend on it. | |||||
2000-02-13 | avoid compile problems when libggi is installed by not using it | wiz | 1 | -1/+2 | |
2000-02-09 | Use "png>=1.0.3" instead of "png-*" in dependence list. | tron | 1 | -2/+2 | |
2000-02-09 | Use wildcard dependence for "png" package. | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-02 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -4/+4 | |
1999-12-12 | Add missing dependency on pth. | rh | 1 | -1/+2 | |
1999-11-30 | Update clanlib to 0.2.2. Changes are mostly bugfixes. | rh | 8 | -362/+2700 | |
1999-09-29 | Use wildcard dependence for "Mesa" package so that either standard or | tron | 1 | -2/+2 | |
hardware accelerated Mesa libraries can be used. | |||||
1999-08-10 | Don't try to read /usr/lib/libz.a on Solaris, as it doesn't exist - check | agc | 1 | -1/+5 | |
for the operating system type before performing the check. | |||||
1999-07-21 | Import of clanlib 0.1.15. Known to work on ELF.. a.out may need some | garbled | 17 | -0/+697 | |
work. The ClanLib Game SDK. |