Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:56:13 +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: r562965 - head/science/libgridxc
Message-ID:  <202101261756.10QHuDNh055673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:56:12 2021
New Revision: 562965
URL: https://svnweb.freebsd.org/changeset/ports/562965

Log:
  Fix r561520
  
  /!\ libgridxc-0.8.5_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/science/libgridxc
  
  Approved by:	portmgr (blanket)

Modified:
  head/science/libgridxc/Makefile

Modified: head/science/libgridxc/Makefile
==============================================================================
--- head/science/libgridxc/Makefile	Tue Jan 26 17:56:08 2021	(r562964)
+++ head/science/libgridxc/Makefile	Tue Jan 26 17:56:12 2021	(r562965)
@@ -62,4 +62,4 @@ do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/mk && ${MV} ${STAGEDIR}${PREFIX}/*.mk ${STAGEDIR}${PREFIX}/share/mk
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGridXC.so
 
-.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.10QHuDNh055673>