Subject: CVS commit: pkgsrc/graphics/dx
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 02/06/2002 00:23:34
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Feb  5 22:23:33 UTC 2002

Modified Files:
	pkgsrc/graphics/dx: Makefile PLIST distinfo
	pkgsrc/graphics/dx/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-aj patch-am
Added Files:
	pkgsrc/graphics/dx/patches: patch-aq patch-ar patch-as
Removed Files:
	pkgsrc/graphics/dx/patches: patch-ag patch-ah patch-ai patch-ao

Log Message:
uodate to 4.1.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.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/dx/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/dx/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/dx/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/dx/patches/patch-aa \
    pkgsrc/graphics/dx/patches/patch-ac pkgsrc/graphics/dx/patches/patch-ad \
    pkgsrc/graphics/dx/patches/patch-ae pkgsrc/graphics/dx/patches/patch-aj
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/dx/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/graphics/dx/patches/patch-ag \
    pkgsrc/graphics/dx/patches/patch-ai
cvs rdiff -r1.1.1.1 -r0 pkgsrc/graphics/dx/patches/patch-ah
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/dx/patches/patch-am
cvs rdiff -r1.1 -r0 pkgsrc/graphics/dx/patches/patch-ao
cvs rdiff -r0 -r1.1 pkgsrc/graphics/dx/patches/patch-aq \
    pkgsrc/graphics/dx/patches/patch-ar pkgsrc/graphics/dx/patches/patch-as

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.