Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2001 04:09:55
Module Name:	pkgsrc
Committed By:	jtb
Date:		Sun Mar 25 01:09:55 UTC 2001

Modified Files:
	pkgsrc/devel/hdf: Makefile
	pkgsrc/devel/hdf/files: patch-sum
	pkgsrc/devel/hdf/patches: patch-ad patch-ae patch-af patch-ah patch-ai
	    patch-aj patch-al patch-an
	pkgsrc/devel/hdf/pkg: PLIST
Added Files:
	pkgsrc/devel/hdf/patches: patch-ao patch-ap patch-aq patch-ar patch-as

Log Message:
Build only static libraries since part of the library is written in
Fortran, libf2c is static, etc.  Fixed "hdfi.h" to work with any
architecture supported by NetBSD.  Use "xdrposix.c" instead of
"xdrstdio.c" since the latter seems to be missing some functions.
Fixed "initialization from incompatible pointer type" warnings.
General improvements to Makefiles.  Should build/work on any NetBSD
system now.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/hdf/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/hdf/files/patch-sum
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/hdf/patches/patch-ad \
    pkgsrc/devel/hdf/patches/patch-ah pkgsrc/devel/hdf/patches/patch-ai
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/hdf/patches/patch-ae \
    pkgsrc/devel/hdf/patches/patch-aj
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/hdf/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/hdf/patches/patch-al \
    pkgsrc/devel/hdf/patches/patch-an
cvs rdiff -r0 -r1.1 pkgsrc/devel/hdf/patches/patch-ao \
    pkgsrc/devel/hdf/patches/patch-ap pkgsrc/devel/hdf/patches/patch-aq \
    pkgsrc/devel/hdf/patches/patch-ar pkgsrc/devel/hdf/patches/patch-as
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/hdf/pkg/PLIST

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