summaryrefslogtreecommitdiff
path: root/graphics/clanlib/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz11-482/+0
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2003-06-10Obviously not tested after the last change. Need to restore all of patch-aijmc1-0/+20
except the perl portion or this won't link as it's trying for libraries not on the systems.
2003-06-06Avoid hardcoding /usr/pkg in patches. Pass the value of ${PERL5} instead.jmmv1-30/+0
2001-12-05Function prototypes should name a return type. Problem noted in pkg/14838jlam1-2/+2
by Robert Elz <kre@munnari.OZ.AU>.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-7/+12
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-23Use ossaudio.buildlink.mk.jlam1-2/+2
2001-06-30o add buildlink.mk file for use by other packageszuntum1-2/+2
o convert to use buildlink.mk files
2001-05-11add a missing CL_String << long operator overload needed on systems fordmcmahill1-12/+98
which sizeof(long) != sizeof(int).
2001-04-02Fix big-endian support. Problem was that the targa code would load awrstuden1-0/+39
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-24The configure script has a test to see if -lXxf86vm should be included.wrstuden1-3/+11
So don't hard code its inclusion later!
2001-01-01Make this package work on arches where char is signed.toshii1-7/+7
2000-12-15Fix stupid endianness problem.mycroft1-0/+23
2000-12-15Fix `make install; make deinstall; make install'.wiz1-3/+70
2000-12-15Wow am I a goof today.. fix all these patches.garbled5-15/+13
2000-12-15Fix the hermes version requirement, and unhose a hosed patchgarbled1-3/+3
2000-12-15Update this package to Clanlib-0.4.4.. too many changes to list.garbled12-2828/+236
2000-12-14Fix sound output.wiz1-1/+10
2000-12-08Fix libraries on ELF.wiz2-12/+34
Shut up compilation warnings.
2000-09-02add missing -Wl,-R for libclanlayer1.so (noted in hubertf's latest bulk build)wiz1-0/+13
1999-11-30Update clanlib to 0.2.2. Changes are mostly bugfixes.rh4-329/+2641
1999-07-21Import of clanlib 0.1.15. Known to work on ELF.. a.out may need somegarbled11-0/+502
work. The ClanLib Game SDK.