Add TODO item from PR pkg/38178.

This commit is contained in:
tnn 2008-03-05 21:14:05 +00:00
parent a859e4cb3d
commit 0541dead28

View file

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.62 2008/02/08 22:43:27 rillig Exp $
$NetBSD: TODO,v 1.63 2008/03/05 21:14:05 tnn Exp $
Please add your own entries at the bottom of this file. If possible,
include the name of an example package where a warning should occur.
@ -30,3 +30,5 @@ include the name of an example package where a warning should occur.
depend on the same option in the buildlink3.mk file.
* Complain about ${PKGSRC_COMPILER} == "sunpro", which should be
!empty(PKGSRC_COMPILER:Msunpro).
* If USE_TOOLS has autoconf213, and the package does stuff like
cd ${WRKSRC} && autoconf, then an incorrect warning is issued.