svn commit: r419859 - in head/textproc/fldiff: . files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:58:25 UTC 2016


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...


More information about the svn-ports-all mailing list