svn commit: r388533 - head/sysutils/xbatt

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 13:29:45 UTC 2015


Author: amdmi3
Date: Thu Jun  4 13:29:44 2015
New Revision: 388533
URL: https://svnweb.freebsd.org/changeset/ports/388533

Log:
  - Mark IGNORE on 8.x ('APMIO_GETINFO' undeclared) - 8.x doesn't seem to have required apm support
  
  MFH:		2015Q2

Modified:
  head/sysutils/xbatt/Makefile

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Thu Jun  4 12:45:57 2015	(r388532)
+++ head/sysutils/xbatt/Makefile	Thu Jun  4 13:29:44 2015	(r388533)
@@ -16,4 +16,10 @@ USES=		imake:noman
 USE_XORG=	xpm xaw
 PLIST_FILES=	"@(,operator,2755) bin/xbatt"
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+IGNORE=		doesn't support FreeBSD 8.x
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list