Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:56:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562962 - head/math/hs-penrose
Message-ID:  <202101261756.10QHu0Gh055428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261756.10QHu0Gh055428>