svn commit: r525603 - head/devel/py-gamin

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 19:50:42 UTC 2020


Author: antoine
Date: Sat Feb  8 19:50:41 2020
New Revision: 525603
URL: https://svnweb.freebsd.org/changeset/ports/525603

Log:
  - Mark BROKEN: fails to build
  - Deprecate: python27 port
  
  make[2]: don't know how to make -lgamin-1. Stop
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-gamin/Makefile

Modified: head/devel/py-gamin/Makefile
==============================================================================
--- head/devel/py-gamin/Makefile	Sat Feb  8 19:47:03 2020	(r525602)
+++ head/devel/py-gamin/Makefile	Sat Feb  8 19:50:41 2020	(r525603)
@@ -8,6 +8,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Python interface to the Gamin file monitoring system
 
+BROKEN=		fails to build
+DEPRECATED=	Old, uses EOLed python27
+EXPIRATION_DATE=	2020-03-08
+
 MASTERDIR=	${.CURDIR}/../gamin
 BUILD_WRKSRC=	${WRKSRC}/python
 INSTALL_WRKSRC=	${BUILD_WRKSRC}


More information about the svn-ports-all mailing list