Subject: apache2 not building
To: None <tech-pkg@netbsd.org>
From: Aymeric Vincent <vincent@labri.fr>
List: tech-pkg
Date: 01/02/2006 16:41:09
hi,

www/apache2 seems to lack a dependency to libiconv. It fails during the 
build because it doesn't find libiconv.

The following patch may not be correct, but it fixes the build for me.

(it's on a NetBSD 3.0 system)

Regards,
  Aymeric

[ I'm not on tech-pkg, and sorry if this is a duplicate: I used mozilla 
to send the first message and it crashed during the send ]

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/Makefile,v
retrieving revision 1.90
diff -u -r1.90 Makefile
--- Makefile    29 Dec 2005 06:22:21 -0000      1.90
+++ Makefile    2 Jan 2006 15:26:19 -0000
@@ -30,6 +30,7 @@
  BUILDLINK_DEPENDS.apr+=        apr>=0.9.7.2.0.55

  .include "../../mk/bsd.prefs.mk"
+.include "../../converters/libiconv/buildlink3.mk"
  .include "../../devel/apr/buildlink3.mk"
  .include "../../textproc/expat/buildlink3.mk"
  .include "../../mk/dlopen.buildlink3.mk"