svn commit: r341757 - head/math/GiNaC

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 29 16:18:32 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list