From owner-cvs-ports@FreeBSD.ORG Sat Sep 24 17:42:44 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5610E106564A; Sat, 24 Sep 2011 17:42:44 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 31F628FC1D; Sat, 24 Sep 2011 17:42:43 +0000 (UTC) Received: from g159.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 848873F416; Sat, 24 Sep 2011 13:42:42 -0400 (EDT) Date: Sat, 24 Sep 2011 19:42:41 +0200 (CEST) From: Gerald Pfeifer To: Philippe Audeoud , Brendan Fabeny In-Reply-To: Message-ID: References: <201105301136.p4UBaOg9066272@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/finance/quantlib Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 17:42:44 -0000 For the record, this is now obsolete after amdmi3's general cleanup in this area earlier this week. Gerald On Sun, 4 Sep 2011, Gerald Pfeifer wrote: > Philippe, I see you did not make the change Brendan asked for; may > I apply the patch below? > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/finance/quantlib/Makefile,v > retrieving revision 1.32 > diff -u -r1.32 Makefile > --- Makefile 30 May 2011 11:36:24 -0000 1.32 > +++ Makefile 4 Sep 2011 03:49:52 -0000 > @@ -23,7 +23,7 @@ > GNU_CONFIGURE= yes > CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include > LDFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib > -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > +MAKE_ENV= LDFLAGS="${LDFLAGS}" > USE_LDCONFIG= yes > > MAN1= quantlib-config.1 quantlib-test-suite.1 >