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:58:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu May 31 22:58:09 UTC 2001

Modified Files:
	pkgsrc/net/coda5_server: Makefile distinfo
	pkgsrc/net/coda5_server/pkg: PLIST
Added Files:
	pkgsrc/net/coda5_server/patches: patch-ab patch-ac
	pkgsrc/net/coda5_server/pkg: DEINSTALL INSTALL

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.27 -r1.28 pkgsrc/net/coda5_server/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/coda5_server/distinfo
cvs rdiff -r0 -r1.9 pkgsrc/net/coda5_server/patches/patch-ab
cvs rdiff -r0 -r1.5 pkgsrc/net/coda5_server/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/net/coda5_server/pkg/DEINSTALL \
    pkgsrc/net/coda5_server/pkg/INSTALL
cvs rdiff -r1.9 -r1.10 pkgsrc/net/coda5_server/pkg/PLIST

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