ports/86537: [patch]: update a graphics/xli port to a newer snapshot version and fix man pages

Rostislav Krasny rosti.bsd at gmail.com
Sat Sep 24 21:40:22 UTC 2005


>Number:         86537
>Category:       ports
>Synopsis:       [patch]: update a graphics/xli port to a newer snapshot version and fix man pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 24 21:40:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rostislav Krasny
>Release:        6.0-BETA5
>Organization:
>Environment:
FreeBSD saturn.lan 6.0-BETA5 FreeBSD 6.0-BETA5 #1: Mon Sep 19 11:59:57 IDT 2005     root at saturn.lan:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.
>How-To-Repeat:

>Fix:
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


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.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list