OK De la: Rafael Sadowski Trimis: vineri, 21 aprilie 2017 23:58 Către: ports@openbsd.org Cc: Paul Irofti Subiect: math/ginac without Doxygen docs
Hi ports@, Hi pirofti@, remove doxygen as BUILD_DEPENDS and disable doxygen via CONFIGURE_ENV. No docs in plist and no chnages after update-list. OK? Comments? Best regards, Rafael Sadowski Index: Makefile =================================================================== RCS file: /cvs/ports/math/ginac/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23 Makefile --- Makefile 10 Apr 2017 11:46:22 -0000 1.23 +++ Makefile 21 Apr 2017 20:52:18 -0000 @@ -5,8 +5,9 @@ COMMENT= GiNaC is Not a Computer Algebra DISTNAME= ginac-1.6.4 SHARED_LIBS += ginac 5.0 # 0.5 CATEGORIES= math +REVISION= 0 -HOMEPAGE= http://www.ginac.de/ +HOMEPAGE= https://www.ginac.de/ MAINTAINER= Paul Irofti <piro...@openbsd.org> @@ -20,11 +21,12 @@ EXTRACT_SUFX= .tar.bz2 WANTLIB= c m ncurses readline ${LIBCXX} gmp cln MODULES = lang/python -BUILD_DEPENDS = devel/doxygen LIB_DEPENDS= devel/cln USE_GMAKE= Yes CONFIGURE_STYLE=gnu + +CONFIGURE_ENV= ac_cv_path_DOXYGEN="" TEST_TARGET= check