From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 13:51:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07E95152; Tue, 8 Jul 2014 13:51:27 +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 CF2AB259B; Tue, 8 Jul 2014 13:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68DpQ6i087785; Tue, 8 Jul 2014 13:51:26 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68DpQEi087783; Tue, 8 Jul 2014 13:51:26 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407081351.s68DpQEi087783@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 8 Jul 2014 13:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361245 - head/science/libctl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 13:51:27 -0000 Author: tijl Date: Tue Jul 8 13:51:26 2014 New Revision: 361245 URL: http://svnweb.freebsd.org/changeset/ports/361245 QAT: https://qat.redports.org/buildarchive/r361245/ Log: - New LIB_DEPENDS syntax - Convert to USES=libtool - Use BROKEN_sparc64 Modified: head/science/libctl/Makefile head/science/libctl/pkg-plist Modified: head/science/libctl/Makefile ============================================================================== --- head/science/libctl/Makefile Tue Jul 8 13:44:17 2014 (r361244) +++ head/science/libctl/Makefile Tue Jul 8 13:51:26 2014 (r361245) @@ -3,28 +3,21 @@ PORTNAME= libctl PORTVERSION= 3.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= devel@stasyan.com COMMENT= Control Language Library -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile -USES= fortran -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared +USES= fortran libtool USE_LDCONFIG= yes -.include - -.if ${ARCH} == "sparc64" -BROKEN= does not build -.endif - -.if ${ARCH} == i386 && ${OSVERSION} < 901000 -BROKEN= does not link due to libtool not respecting CC -.endif +BROKEN_sparc64= does not build post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -32,4 +25,4 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} -.include +.include Modified: head/science/libctl/pkg-plist ============================================================================== --- head/science/libctl/pkg-plist Tue Jul 8 13:44:17 2014 (r361244) +++ head/science/libctl/pkg-plist Tue Jul 8 13:51:26 2014 (r361245) @@ -3,13 +3,13 @@ include/ctl.h include/ctlgeom-types.h include/ctlgeom.h lib/libctl.a -lib/libctl.la lib/libctl.so lib/libctl.so.5 +lib/libctl.so.5.0.1 lib/libctlgeom.a -lib/libctlgeom.la lib/libctlgeom.so lib/libctlgeom.so.5 +lib/libctlgeom.so.5.0.1 man/man1/gen-ctl-io.1.gz %%PORTDOCS%%%%DOCSDIR%%/advanced-user.html %%PORTDOCS%%%%DOCSDIR%%/basic-user.html