Subject: Fix for xmkmf errors
To: None <tech-pkg@netbsd.org>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: tech-pkg
Date: 07/05/2001 00:55:06
The following commit should fix the recently noted xmkmf errors.
Please update pkgsrc as soon as possible. I apologize for the window
of breakage.
-- Johnny C. Lam <lamj@stat.cmu.edu>
Department of Statistics, Carnegie Mellon University
http://www.stat.cmu.edu/~lamj/
------- Forwarded Message
by temper.stat.cmu.edu (8.11.0/8.11.0) with SMTP id f654kvt14662
for <lamj@stat.cmu.edu>; Thu, 5 Jul 2001 00:46:57 -0400 (EDT)
by mail.netbsd.org with SMTP; 5 Jul 2001 04:44:05 -0000
id C0AC9B00B; Thu, 5 Jul 2001 07:47:29 +0300 (EEST)
From: "Johnny C. Lam" <jlam@netbsd.org>
Subject: CVS commit: pkgsrc
To: pkgsrc-changes@netbsd.org
Reply-To: jlam@netbsd.org
Message-Id: <20010705044729.C0AC9B00B@cvs.netbsd.org>
Date: Thu, 5 Jul 2001 07:47:29 +0300 (EEST)
Sender: pkgsrc-changes-owner@netbsd.org
Module Name: pkgsrc
Committed By: jlam
Date: Thu Jul 5 04:47:29 UTC 2001
Modified Files:
pkgsrc/mk: bsd.pkg.mk
pkgsrc/pkgtools/buildlink-x11: Makefile
Added Files:
pkgsrc/pkgtools/buildlink-x11/files: buildlink-xmkmf.in
Log Message:
Update buildlink-x11 to 0.5. Changes from previous version are the
addition of the xmkmf script from the XFree86-4.0.x distribution, which
understands passing -D options through to imake. Update the dependency
on buildlink-x11 in bsd.pkg.mk for packages using USE_BUILDLINK_ONLY to
>=0.5. Also, if USE_BUILDLINK_X11 is set, then refer to ${BUILDLINK_DIR}
for location of X headers and libraries.
To generate a diff of this commit:
cvs rdiff -r1.778 -r1.779 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/buildlink-x11/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/buildlink-x11/files/buildlink-xmkmf.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------- End of Forwarded Message