svn commit: r546885 - in head/biology: grappa lagan phylip

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 08:34:52 UTC 2020


Author: tcberner
Date: Sat Aug 29 08:34:51 2020
New Revision: 546885
URL: https://svnweb.freebsd.org/changeset/ports/546885

Log:
  biology/: Fix build with clang11 and deprecate ports@ ports

Modified:
  head/biology/grappa/Makefile
  head/biology/lagan/Makefile
  head/biology/phylip/Makefile

Modified: head/biology/grappa/Makefile
==============================================================================
--- head/biology/grappa/Makefile	Sat Aug 29 08:34:27 2020	(r546884)
+++ head/biology/grappa/Makefile	Sat Aug 29 08:34:51 2020	(r546885)
@@ -14,6 +14,11 @@ LICENSE=	GPLv2
 
 USES=		gmake
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/grappa bin/invdist bin/distmat
 
 do-install:

Modified: head/biology/lagan/Makefile
==============================================================================
--- head/biology/lagan/Makefile	Sat Aug 29 08:34:27 2020	(r546884)
+++ head/biology/lagan/Makefile	Sat Aug 29 08:34:51 2020	(r546885)
@@ -18,6 +18,11 @@ USE_PERL5=	run
 SHEBANG_FILES=	slagan.pl
 MAKE_JOBS_UNSAFE=yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 SUB_FILES=	pkg-message
 SUB_LIST=	LAGAN_DIR="${LAGAN_DIR}"
 

Modified: head/biology/phylip/Makefile
==============================================================================
--- head/biology/phylip/Makefile	Sat Aug 29 08:34:27 2020	(r546884)
+++ head/biology/phylip/Makefile	Sat Aug 29 08:34:51 2020	(r546885)
@@ -26,6 +26,11 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \
 		DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm"
 USE_LDCONFIG=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and outdated
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list