Date: Thu, 24 Apr 2014 17:14:43 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352019 - head/astro/libnova Message-ID: <201404241714.s3OHEh0Y040023@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 24 17:14:42 2014 New Revision: 352019 URL: http://svnweb.freebsd.org/changeset/ports/352019 QAT: https://qat.redports.org/buildarchive/r352019/ Log: Convert to USES=libtool. Unfortunately the libtool scripts in this port come from different versions so libtoolize (and all other autotools) has to be run. Modified: head/astro/libnova/Makefile head/astro/libnova/pkg-plist Modified: head/astro/libnova/Makefile ============================================================================== --- head/astro/libnova/Makefile Thu Apr 24 16:44:39 2014 (r352018) +++ head/astro/libnova/Makefile Thu Apr 24 17:14:42 2014 (r352019) @@ -3,15 +3,18 @@ PORTNAME= libnova PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library -USE_AUTOTOOLS= libtool -USE_GNOME= lthack GNU_CONFIGURE= yes +USES= libtool +USE_AUTOTOOLS= aclocal autoheader autoconf automake libtoolize +AUTOMAKE_ARGS= -a -c -f +LIBTOOLIZE_ARGS=-i -c -f USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/astro/libnova/pkg-plist ============================================================================== --- head/astro/libnova/pkg-plist Thu Apr 24 16:44:39 2014 (r352018) +++ head/astro/libnova/pkg-plist Thu Apr 24 17:14:42 2014 (r352019) @@ -34,9 +34,8 @@ include/libnova/uranus.h include/libnova/utility.h include/libnova/venus.h include/libnova/vsop87.h -lib/libnova-0.15.so lib/libnova-0.15.so.0 +lib/libnova-0.15.so.0.0.0 lib/libnova.a -lib/libnova.la lib/libnova.so @dirrm include/libnova/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241714.s3OHEh0Y040023>