From owner-cvs-all@FreeBSD.ORG Wed Jul 5 18:30:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D754716A4DA; Wed, 5 Jul 2006 18:30:09 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BC143D46; Wed, 5 Jul 2006 18:30:09 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65IU9D6037330; Wed, 5 Jul 2006 18:30:09 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65IU9wM037329; Wed, 5 Jul 2006 18:30:09 GMT (envelope-from seanc) Message-Id: <200607051830.k65IU9wM037329@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 5 Jul 2006 18:30:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libcheck Makefile distinfo pkg-descr pkg-plist ports/devel/libcheck/files patch-Makefile.in patch-aa patch-ab patch-check.m4 patch-doc+money+Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:30:10 -0000 seanc 2006-07-05 18:30:09 UTC FreeBSD ports repository Modified files: devel/libcheck Makefile distinfo pkg-descr pkg-plist Added files: devel/libcheck/files patch-Makefile.in patch-check.m4 patch-doc+money+Makefile.in Removed files: devel/libcheck/files patch-aa patch-ab Log: Update libcheck (C unit testing library) to 0.9.3. Port changes include: *) Update check.m4 to search for libraries and headers in /usr/local/* and $prefix/*. Ports/programs that use libcheck now work with the configure arg `--with-check` without needing to specify the location as an argument. Someone with more autofoo may want to review this. Patch submitted upstream. *) Removed incorporated patches. *) Installing docs and examples in their proper location. *) Removed a description of the benefits of unit testing in pkg-descr. *) No longer installing COPYING. Approved by: mikeh (maintainer) Revision Changes Path 1.3 +5 -1 ports/devel/libcheck/Makefile 1.5 +3 -3 ports/devel/libcheck/distinfo 1.1 +20 -0 ports/devel/libcheck/files/patch-Makefile.in (new) 1.2 +0 -11 ports/devel/libcheck/files/patch-aa (dead) 1.2 +0 -11 ports/devel/libcheck/files/patch-ab (dead) 1.1 +26 -0 ports/devel/libcheck/files/patch-check.m4 (new) 1.1 +11 -0 ports/devel/libcheck/files/patch-doc+money+Makefile.in (new) 1.2 +1 -15 ports/devel/libcheck/pkg-descr 1.3 +13 -14 ports/devel/libcheck/pkg-plist