Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 16:40:46 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477170 - in head/x11-fm/qtfm: . files
Message-ID:  <201808141640.w7EGekxV088012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Aug 14 16:40:46 2018
New Revision: 477170
URL: https://svnweb.freebsd.org/changeset/ports/477170

Log:
  x11-fm/qtfm: unbreak
  
  While here, drop maintainer per request.
  
  PR:		229959
  Submitted by:	fluffy

Deleted:
  head/x11-fm/qtfm/files/patch-src_mymodel.h
Modified:
  head/x11-fm/qtfm/Makefile   (contents, props changed)
  head/x11-fm/qtfm/files/patch-qtfm.pro   (contents, props changed)

Modified: head/x11-fm/qtfm/Makefile
==============================================================================
--- head/x11-fm/qtfm/Makefile	Tue Aug 14 16:40:46 2018	(r477169)
+++ head/x11-fm/qtfm/Makefile	Tue Aug 14 16:40:46 2018	(r477170)
@@ -3,16 +3,17 @@
 
 PORTNAME=	qtfm
 DISTVERSION=	5.5
+PORTREEVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.qtfm.org/
 
-MAINTAINER=	lichray@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small, lightweight file manager based on pure Qt
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to build
+LIB_DEPENDS=	libinotify.so:devel/libinotify
 
 USES=		dos2unix qmake qt:4
 DOS2UNIX_REGEX=	.*\.(h|cpp)

Modified: head/x11-fm/qtfm/files/patch-qtfm.pro
==============================================================================
--- head/x11-fm/qtfm/files/patch-qtfm.pro	Tue Aug 14 16:40:46 2018	(r477169)
+++ head/x11-fm/qtfm/files/patch-qtfm.pro	Tue Aug 14 16:40:46 2018	(r477170)
@@ -1,6 +1,15 @@
---- qtfm.pro.orig	2012-04-30 17:08:07.093692960 -0500
-+++ qtfm.pro	2012-04-30 17:48:49.433021364 -0500
-@@ -55,7 +55,7 @@ trans.files += translations/qtfm_da.qm \
+--- qtfm.pro.orig	2012-06-04 19:48:11.000000000 +0800
++++ qtfm.pro	2018-07-22 18:29:04.602178000 +0800
+@@ -31,7 +31,7 @@
+ CONFIG += release warn_off thread
+ RESOURCES += resources.qrc
+ QT+= network
+-LIBS += -lmagic
++LIBS += -lmagic -linotify
+ 
+ TARGET = qtfm
+ target.path = /usr/bin
+@@ -56,7 +56,7 @@
                 translations/qtfm_zh.qm \
                 translations/qtfm_zh_TW.qm
  



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