Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 16:18:32 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341757 - head/math/GiNaC
Message-ID:  <201401291618.s0TGIWOg029791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Jan 29 16:18:32 2014
New Revision: 341757
URL: http://svnweb.freebsd.org/changeset/ports/341757
QAT: https://qat.redports.org/buildarchive/r341757/

Log:
  - Drop indefinite article from COMMENT, modernize LID_DEPENDS syntax
  - Remove the check for long-unsupported "alpha" architecture
  - Reindent INFO knob and wrap one overly long line while I'm here

Modified:
  head/math/GiNaC/Makefile

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Wed Jan 29 16:17:10 2014	(r341756)
+++ head/math/GiNaC/Makefile	Wed Jan 29 16:18:32 2014	(r341757)
@@ -9,30 +9,27 @@ MASTER_SITES=	ftp://ftpthep.physik.uni-m
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
 
 MAINTAINER=	stephen@FreeBSD.org
-COMMENT=	A C++ library for symbolic mathematical calculations
+COMMENT=	C++ library for symbolic mathematical calculations
 
-LIB_DEPENDS=	cln.6:${PORTSDIR}/math/cln
+LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
 
 USE_BZIP2=	yes
 USES=		pkgconfig pathfix gmake
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
-INFO=	ginac ginac-examples
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.include <bsd.port.pre.mk>
+INFO=		ginac ginac-examples
 
-.if ${ARCH} == "alpha"
-BROKEN=		Does not build on alpha
-.endif
+.include <bsd.port.pre.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure
 .if ${ARCH} != "i386"
-	@${REINPLACE_CMD} -e 's|unsigned|size_t|g' ${WRKSRC}/ginac/parser/parser.cpp
+	@${REINPLACE_CMD} -e 's|unsigned|size_t|g' \
+		${WRKSRC}/ginac/parser/parser.cpp
 .endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291618.s0TGIWOg029791>