Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:58:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419859 - in head/textproc/fldiff: . files
Message-ID:  <201608081458.u78EwOfa022870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 14:58:23 2016
New Revision: 419859
URL: https://svnweb.freebsd.org/changeset/ports/419859

Log:
  - Pacify portlint
  - Register missing LIB_DEPENDS
  - Register missing USE* flags

Modified:
  head/textproc/fldiff/Makefile
  head/textproc/fldiff/files/patch-DiffWindow.cxx

Modified: head/textproc/fldiff/Makefile
==============================================================================
--- head/textproc/fldiff/Makefile	Mon Aug  8 14:51:53 2016	(r419858)
+++ head/textproc/fldiff/Makefile	Mon Aug  8 14:58:23 2016	(r419859)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fldiff
 PORTVERSION=	1.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	textproc
 MASTER_SITES=	LOCAL/ehaupt
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
@@ -13,9 +13,13 @@ COMMENT=	Graphical diff program using FL
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
+LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libpng16.so:graphics/png
 
 GNU_CONFIGURE=	yes
+USES=		jpeg
+USE_XORG=	x11 xext xfixes xft
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

Modified: head/textproc/fldiff/files/patch-DiffWindow.cxx
==============================================================================
--- head/textproc/fldiff/files/patch-DiffWindow.cxx	Mon Aug  8 14:51:53 2016	(r419858)
+++ head/textproc/fldiff/files/patch-DiffWindow.cxx	Mon Aug  8 14:58:23 2016	(r419859)
@@ -1,6 +1,6 @@
---- ./DiffWindow.cxx.orig	2006-11-13 19:54:02.000000000 +0100
-+++ ./DiffWindow.cxx	2011-09-08 10:20:08.000000000 +0200
-@@ -1126,11 +1126,11 @@
+--- DiffWindow.cxx.orig	2006-11-13 18:54:02 UTC
++++ DiffWindow.cxx
+@@ -1126,11 +1126,11 @@ void
  DiffWindow::save_prefs()
  {
    // Save the window prefs for the next run...



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