Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2001 01:55:55
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu May 31 22:55:55 UTC 2001

Modified Files:
	pkgsrc/net/coda5_client: Makefile distinfo
	pkgsrc/net/coda5_client/pkg: PLIST
Added Files:
	pkgsrc/net/coda5_client/patches: patch-aa patch-ab

Log Message:
* Use buildlink.mk files to get dependencies and to prevent unintended
  linking against installed libraries or finding installed headers except
  for those that are explicitly linked into ${BUILDLINK_INCDIR} and
  ${BUILDLINK_LIBDIR}.

* Don't prototype history functions directly, but use
  <readline/history.h> to pull them in.  This allows us to use libedit's
  readline emulation.

* Add INSTALL/DEINSTALL scripts to handle coda-server and coda-client both
  installing coda-setup-ports and codaconfedit.

* Try to remove ${PREFIX}/etc/coda at post-deinstall time.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/net/coda5_client/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/coda5_client/distinfo
cvs rdiff -r0 -r1.11 pkgsrc/net/coda5_client/patches/patch-aa
cvs rdiff -r0 -r1.9 pkgsrc/net/coda5_client/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/net/coda5_client/pkg/PLIST

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