Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 20:06:30 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548573 - head/devel/libmtdev
Message-ID:  <202009132006.08DK6UQY004384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sun Sep 13 20:06:30 2020
New Revision: 548573
URL: https://svnweb.freebsd.org/changeset/ports/548573

Log:
  Fix up (run) depends of devel/libmtdev
  
  There's some confusion about evdev headers, and this patch
  was shunted back and forth between Qt and others for a while,
  and then languished.
  
  Original patch from Ting-Wei Lan, partly obsoleted by changes
  in Qt in ports r514242 and r514255, OK'ed by maintainer in the PR.
  
  PR:		240964
  Submitted by:	Ting-Wei Lan
  Reported by:	Walter Schwarzenfeld
  Reviewed by:	adridg
  Approved by:	hselasky

Modified:
  head/devel/libmtdev/Makefile

Modified: head/devel/libmtdev/Makefile
==============================================================================
--- head/devel/libmtdev/Makefile	Sun Sep 13 19:57:57 2020	(r548572)
+++ head/devel/libmtdev/Makefile	Sun Sep 13 20:06:30 2020	(r548573)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mtdev
 PORTVERSION=	1.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://bitmath.org/code/${PORTNAME}/
 PKGNAMEPREFIX=	lib
@@ -14,6 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
+RUN_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
 USES=		libtool pathfix tar:bz2
 GNU_CONFIGURE=	yes



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