Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 08:50:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509413 - head/graphics/pixmap
Message-ID:  <201908200850.x7K8oENM041461@repo.freebsd.org>

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



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