Date: Sun, 20 Oct 2019 08:46:10 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514885 - head/science/cgribex Message-ID: <201910200846.x9K8kASQ066449@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Oct 20 08:46:09 2019 New Revision: 514885 URL: https://svnweb.freebsd.org/changeset/ports/514885 Log: science/cgribex: Spell SZIP_CONFIGURE_OFF correctly Fix post-configure while here to make it work. Modified: head/science/cgribex/Makefile Modified: head/science/cgribex/Makefile ============================================================================== --- head/science/cgribex/Makefile Sun Oct 20 08:34:58 2019 (r514884) +++ head/science/cgribex/Makefile Sun Oct 20 08:46:09 2019 (r514885) @@ -3,6 +3,7 @@ PORTNAME= cgribex PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/15629/ \ LOCAL/sunpoet @@ -29,12 +30,12 @@ GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api JASPER_CONFIGURE_OFF= --without-jasper JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper -SZLIB_CONFIGURE_OFF= --without-szlib +SZIP_CONFIGURE_OFF= --without-szlib SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:science/szip post-configure: - @${REINPLACE_CMD} -e 's|-Ino/include||; s|-Lno/lib||' ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile + @${REINPLACE_CMD} -e 's|-Ino/include||g; s|-Lno/lib||g' ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910200846.x9K8kASQ066449>