summaryrefslogtreecommitdiff
path: root/graphics/dx/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-20update to 4.3.2drochner1-319/+326
changes: bugfixes added dependency on hdf
2002-12-05update to 4.2.0drochner1-1/+39
changes: mostly bugfixes afaict, improved OpenGL support
2002-02-05uodate to 4.1.3drochner1-12/+3
changes: Fixes to several problems that quickly arose with 4.1.2 --------------------------------------------------- - Dependencies of source files on built sources caused build to stop. It would continue correctly after restarting, but by making the objects dependent instead we made it work in one pass. - References in _regstream.c. Missing references/deletes in _regstream.c and steamline.c caused objects to be really deleted before their time. Problem appeared in ThunderStreamlines example. Did this ever work? - Not enough memory allocated for buffer in parse.c. - Needed to pass in class_srcdir value to invokation of class script in libdx/local.mk - Include net2c in distribution - Correctly free search_for in Browser.C. Proper behavior dependent on compile-time definitions. - Not enoucgh memory allocated for type-in string in GARApplication.C. Caused segfaults in prompter.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+2285