- Update to 1.7.2
PR: 114076 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
b27c858c24
commit
0653f2d5ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194644
2 changed files with 17 additions and 7 deletions
|
@ -7,18 +7,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= tvmet
|
||||
PORTVERSION= 1.7.1
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tiny Vector and Matrix template library
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
|
||||
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
||||
|
||||
MAN1= tvmet-config.1
|
||||
|
||||
|
@ -29,6 +30,15 @@ CONFIGURE_ARGS+= --with-cppunit-prefix=${LOCALBASE}
|
|||
CONFIGURE_ENV+= ac_cv_path_CPPUNIT_CONFIG=no
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CXXFLAGS+= -DTVMET_DEBUG
|
||||
.else
|
||||
CXXFLAGS+= -DTVMET_OPTIMIZE
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|= -O |= |g' ${WRKSRC}/doc/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (tvmet-1.7.1.tar.bz2) = e6e44e38ff51229e1b3e215286131f08
|
||||
SHA256 (tvmet-1.7.1.tar.bz2) = 78d4848d9c5a7fb1ea4117fcf9ec061673efdc8399858e07a1ad54c7be5a3c9b
|
||||
SIZE (tvmet-1.7.1.tar.bz2) = 522923
|
||||
MD5 (tvmet-1.7.2.tar.bz2) = 8e1b2ec67ebec65f680a8bd3ea38a656
|
||||
SHA256 (tvmet-1.7.2.tar.bz2) = ca4a1e72afb70ca34bbd7cb0500a159003f5c270903f1b303af48a883dbe13ae
|
||||
SIZE (tvmet-1.7.2.tar.bz2) = 532599
|
||||
|
|
Loading…
Reference in a new issue