svn commit: r561445 - head/science/kalzium

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 13 09:13:49 UTC 2021


Author: tcberner
Date: Wed Jan 13 09:13:48 2021
New Revision: 561445
URL: https://svnweb.freebsd.org/changeset/ports/561445

Log:
  science/kalzium: revrse unnecessary patching
  
  - OpenBabel3 support was added in r561281 via a patch obtained from upstream
  - The patching done in r561406 is therefore not necessary
  
  PR:		252309

Modified:
  head/science/kalzium/Makefile

Modified: head/science/kalzium/Makefile
==============================================================================
--- head/science/kalzium/Makefile	Wed Jan 13 09:05:56 2021	(r561444)
+++ head/science/kalzium/Makefile	Wed Jan 13 09:13:48 2021	(r561445)
@@ -37,19 +37,6 @@ USE_QT=		concurrent core dbus declarative gui network 
 
 USE_LDCONFIG=	yes
 
-CMF=		. compoundviewer compoundviewer/widgets src
-
 OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	${CP} ${WRKSRC}/cmake/modules/FindOpenBabel2.cmake \
-		${WRKSRC}/cmake/modules/FindOpenBabel3.cmake
-	${REINPLACE_CMD} -e 's|OPENBABEL2|OPENBABEL3|g;s|OpenBabel2|OpenBabel3|' \
-		-e 's|openbabel-2.0|openbabel-3|;s|openbabel-2|openbabel-3|' \
-		${WRKSRC}/cmake/modules/FindOpenBabel3.cmake
-.for c in ${CMF}
-	${REINPLACE_CMD} -e 's|OpenBabel2|OpenBabel3|;s|OPENBABEL2|OPENBABEL3|;s|OpenBabel3_|OPENBABEL3_|;s|OPENBABEL3_INCLUDE_DIRS|OPENBABEL3_INCLUDE_DIR|;s|OPENBABEL2_|OPENBABEL3_|' \
-		${WRKSRC}/${c}/CMakeLists.txt
-.endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list