The graphics/xli port is a set of utilities to display images on X11. There is a newer snapshot of the Xli available. Also, the previous version of the port did not link xview.1 and xsetbg.1 to xli.1 manula page. Fix: Note that the files/patch-ab file was deleted as not needed. The problem it was fixing was resolved by the Xli author. Look for a scentre() function in xli.c.--9bBVwjO0VedbhD1joiX5vvPvtDOA3mJQOk9XRkjvYgJZu4Eb Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ur xli.prev/Makefile xli/Makefile --- xli.prev/Makefile Mon Sep 19 14:35:32 2005 +++ xli/Makefile Sun Sep 25 00:12:46 2005 @@ -7,7 +7,7 @@ PORTNAME= xli PORTVERSION= 1.17.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://pantransit.reptiles.org/prog/xli/ \ ${MASTER_SITE_XCONTRIB} @@ -26,8 +26,10 @@ USE_IMAKE= yes USE_PERL5_BUILD=yes MAN1= xli.1 xlito.1 +MLINKS= xli.1 xview.1 \ + xli.1 xsetbg.1 -XLI_SNAPVER= 2005-02-27 +XLI_SNAPVER= 2005-09-04 post-patch: @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile diff -ur xli.prev/distinfo xli/distinfo --- xli.prev/distinfo Mon Sep 19 14:35:32 2005 +++ xli/distinfo Sat Sep 24 23:58:47 2005 @@ -1,2 +1,2 @@ -MD5 (xli-2005-02-27.tar.gz) = db470da53500017fd6969457c12c98f7 -SIZE (xli-2005-02-27.tar.gz) = 201011 +MD5 (xli-2005-09-04.tar.gz) = 26894838a3e69a1e12f3c5b6b1bf7977 +SIZE (xli-2005-09-04.tar.gz) = 201219 Only in xli.prev/files: patch-ab
Responsible Changed From-To: freebsd-ports-bugs->jkoshy Over to maintainer.
State Changed From-To: open->closed Patch committed, thanks!