[Midnightbsd-cvs] mports [18165] trunk/math/cln: cln 1.3.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 15:51:06 EDT 2015


Revision: 18165
          http://svnweb.midnightbsd.org/mports/?rev=18165
Author:   laffer1
Date:     2015-03-15 15:51:05 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
cln 1.3.4

Modified Paths:
--------------
    trunk/math/cln/Makefile
    trunk/math/cln/distinfo
    trunk/math/cln/pkg-plist

Modified: trunk/math/cln/Makefile
===================================================================
--- trunk/math/cln/Makefile	2015-03-15 19:45:53 UTC (rev 18164)
+++ trunk/math/cln/Makefile	2015-03-15 19:51:05 UTC (rev 18165)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	cln
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.4
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.ginac.de/CLN/ \
 		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
@@ -9,41 +9,19 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Class Library for Numbers
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
-USE_PKGCONFIG=	yes
-USE_GNOME=	gnomehack
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-gmp
-MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 
 INFO=		cln
-MAN1=		pi.1
 
-STRIP=		# none
+BROKEN_sparc64=	Does not compile on sparc64
 
-CFLAGS+=	-fPIC
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile.in
-
-pre-build:
-.if exists(${LOCALBASE}/lib/libcln.so.3)
-BROKEN=		Does not compile when older version is installed. Please pkg_delete old cln first
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/math/cln/distinfo
===================================================================
--- trunk/math/cln/distinfo	2015-03-15 19:45:53 UTC (rev 18164)
+++ trunk/math/cln/distinfo	2015-03-15 19:51:05 UTC (rev 18165)
@@ -1,3 +1,2 @@
-SHA256 (cln-1.3.2.tar.bz2) = 5c70c46b953b3b71ed2a2e28362b9adfacfae24b2b678d81bcc053ab779e7173
-RMD160 (cln-1.3.2.tar.bz2) = 8644a278e99c3e15ebf83f5e641758bdecad8b23
-SIZE (cln-1.3.2.tar.bz2) = 1275638
+SHA256 (cln-1.3.4.tar.bz2) = 2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748
+SIZE (cln-1.3.4.tar.bz2) = 1281348

Modified: trunk/math/cln/pkg-plist
===================================================================
--- trunk/math/cln/pkg-plist	2015-03-15 19:45:53 UTC (rev 18164)
+++ trunk/math/cln/pkg-plist	2015-03-15 19:51:05 UTC (rev 18165)
@@ -78,8 +78,8 @@
 include/cln/univpoly_real.h
 include/cln/version.h
 lib/libcln.a
-lib/libcln.la
 lib/libcln.so
 lib/libcln.so.6
+lib/libcln.so.6.0.4
 libdata/pkgconfig/cln.pc
- at dirrm include/cln
+man/man1/pi.1.gz



More information about the Midnightbsd-cvs mailing list