svn commit: r509413 - head/graphics/pixmap

Antoine Brodin antoine at FreeBSD.org
Tue Aug 20 08:50:15 UTC 2019


Author: antoine
Date: Tue Aug 20 08:50:14 2019
New Revision: 509413
URL: https://svnweb.freebsd.org/changeset/ports/509413

Log:
  Mark BROKEN and deprecate
  
  Dir.c:38:10: fatal error: 'sys/dir.h' file not found
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/pixmap/Makefile

Modified: head/graphics/pixmap/Makefile
==============================================================================
--- head/graphics/pixmap/Makefile	Tue Aug 20 07:49:28 2019	(r509412)
+++ head/graphics/pixmap/Makefile	Tue Aug 20 08:50:14 2019	(r509413)
@@ -14,6 +14,10 @@ COMMENT=	Pixmap editor based on XPM library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+BROKEN=		'sys/dir.h' file not found
+DEPRECATED=	No longer maintained
+EXPIRATION_DATE=	2019-09-20
+
 # requires rgb.txt
 BUILD_DEPENDS=	showrgb:x11/rgb \
 		xrdb:x11/xrdb


More information about the svn-ports-all mailing list