svn commit: r352019 - head/astro/libnova
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 17:14:43 UTC 2014
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 at 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/
More information about the svn-ports-all
mailing list