Subject: CVS commit: pkgsrc/math/bc
From: Johnny C. Lam
Date: 2008-03-05 05:00:01
Message id: 20080305040001.27BFA175C1@cvs.netbsd.org

Log Message:
+ Drop ncurses dependency because it was only there for readline on
  Linux.  The readline buildlink3.mk file now pulls in the correct
  dependencies on its own.

+ Actually tell the configure script to use the readline dependency.

+ Add patch-ac which fixes the declaration of readline() to match the
  readline.h header (it takes a const char * argument).

+ Add full DESTDIR support.

Bump the PKGREVISION to 2.

Files:
RevisionActionfile
1.8modifypkgsrc/math/bc/Makefile
1.3modifypkgsrc/math/bc/distinfo
1.1addpkgsrc/math/bc/patches/patch-ac