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:52:17
Module Name: pkgsrc
Committed By: jlam
Date: Thu May 31 22:52:17 UTC 2001
Modified Files:
pkgsrc/devel/rpc2: Makefile distinfo
Added Files:
pkgsrc/devel/rpc2: buildlink.mk
pkgsrc/devel/rpc2/patches: patch-aa
Log Message:
* Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
* 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.
* Change from USE_PERL5 to a build dependency on perl -- it's only used to
generate a header file during the build.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/rpc2/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/devel/rpc2/buildlink.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/rpc2/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/rpc2/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.