svn commit: r562962 - head/math/hs-penrose

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:56:07 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:56:00 2021
New Revision: 562962
URL: https://svnweb.freebsd.org/changeset/ports/562962

Log:
  Fix r561520
  
  /!\ hs-penrose-0.1.737_3: Makefile errors /!\
  
  you cannot include bsd.port[.pre].mk twice
  
  Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
  set DISTNAME
  
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/math/hs-penrose
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/hs-penrose/Makefile

Modified: head/math/hs-penrose/Makefile
==============================================================================
--- head/math/hs-penrose/Makefile	Tue Jan 26 17:55:56 2021	(r562961)
+++ head/math/hs-penrose/Makefile	Tue Jan 26 17:56:00 2021	(r562962)
@@ -140,4 +140,4 @@ USE_CABAL=	MonadRandom-0.5.1.2 \
 BROKEN=		fails to build with GCC 10: cabal: Missing dependency on a foreign library: Missing (or bad) C library: gfortran
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list