From owner-svn-ports-all@FreeBSD.ORG Wed May 7 08:30:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDEBD6E0; Wed, 7 May 2014 08:30:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33C98AB; Wed, 7 May 2014 08:30:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s478UEJB045557; Wed, 7 May 2014 08:30:14 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s478UExN045555; Wed, 7 May 2014 08:30:14 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405070830.s478UExN045555@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 7 May 2014 08:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353143 - in head/devel/libmatheval: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 08:30:15 -0000 Author: tijl Date: Wed May 7 08:30:14 2014 New Revision: 353143 URL: http://svnweb.freebsd.org/changeset/ports/353143 QAT: https://qat.redports.org/buildarchive/r353143/ Log: - Fix build on FreeBSD 10 by linking with -lfl_pic instead of -lfl. [1] - Convert to USES=libtool. - Strip libraries. - Split CFLAGS into CPPFLAGS and LDFLAGS. - Use INFO for .info file. Reported by: jenkins (swills) [1] Deleted: head/devel/libmatheval/files/patch-config-ltmain.sh Modified: head/devel/libmatheval/Makefile head/devel/libmatheval/pkg-plist Modified: head/devel/libmatheval/Makefile ============================================================================== --- head/devel/libmatheval/Makefile Wed May 7 08:27:28 2014 (r353142) +++ head/devel/libmatheval/Makefile Wed May 7 08:30:14 2014 (r353143) @@ -3,21 +3,26 @@ PORTNAME= libmatheval PORTVERSION= 1.1.11 +PORTREVISION= 1 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org -COMMENT= A library of procedures for evaluating mathematical functions +COMMENT= Library to evaluate mathematical functions -BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= flex>=2.5.39_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes -CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" +CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes -USES= pathfix -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +USES= libtool pathfix +INSTALL_TARGET= install-strip +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +INFO= libmatheval post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info Modified: head/devel/libmatheval/pkg-plist ============================================================================== --- head/devel/libmatheval/pkg-plist Wed May 7 08:27:28 2014 (r353142) +++ head/devel/libmatheval/pkg-plist Wed May 7 08:30:14 2014 (r353143) @@ -1,6 +1,6 @@ include/matheval.h -info/libmatheval.info lib/libmatheval.a lib/libmatheval.so lib/libmatheval.so.1 +lib/libmatheval.so.1.0.0 libdata/pkgconfig/libmatheval.pc