From frank@dynamical-systems.org  Tue Jul  7 18:04:48 2009
Return-Path: <frank@dynamical-systems.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 09DB41065674
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jul 2009 18:04:48 +0000 (UTC)
	(envelope-from frank@dynamical-systems.org)
Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3])
	by mx1.freebsd.org (Postfix) with ESMTP id 8634D8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jul 2009 18:04:47 +0000 (UTC)
	(envelope-from frank@dynamical-systems.org)
Received: from [195.4.92.12] (helo=2.mx.freenet.de)
	by mout1.freenet.de with esmtpa (ID jr-relay@freenet.de) (port 25) (Exim 4.69 #92)
	id 1MOF25-00083s-Uj
	for FreeBSD-gnats-submit@freebsd.org; Tue, 07 Jul 2009 20:04:46 +0200
Received: from p508e8d7f.dip0.t-ipconnect.de ([80.142.141.127]:61704 helo=perseus.senax.net)
	by 2.mx.freenet.de with esmtpsa (ID jr-relay@freenet.de) (TLSv1:AES256-SHA:256) (port 25) (Exim 4.69 #79)
	id 1MOF25-0003BU-Bx
	for FreeBSD-gnats-submit@freebsd.org; Tue, 07 Jul 2009 20:04:45 +0200
Received: from perseus.senax.net (localhost [127.0.0.1])
	by perseus.senax.net (8.14.3/8.14.3) with ESMTP id n67I4gjp076197;
	Tue, 7 Jul 2009 20:04:43 +0200 (CEST)
	(envelope-from frank@dynamical-systems.org)
Received: (from josellis@localhost)
	by perseus.senax.net (8.14.3/8.14.3/Submit) id n67I4gHF076196;
	Tue, 7 Jul 2009 20:04:42 +0200 (CEST)
	(envelope-from frank@dynamical-systems.org)
Message-Id: <200907071804.n67I4gHF076196@perseus.senax.net>
Date: Tue, 7 Jul 2009 20:04:42 +0200 (CEST)
From: "Frank W. Josellis" <frank@dynamical-systems.org>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] graphics/djvulibre-nox11: Fix any2djvu installation 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136436
>Category:       ports
>Synopsis:       [patch] graphics/djvulibre-nox11: Fix any2djvu installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 07 18:10:01 UTC 2009
>Closed-Date:    Wed Jul 08 12:04:34 UTC 2009
>Last-Modified:  Wed Jul  8 12:10:02 UTC 2009
>Originator:     Frank W. Josellis
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
>Environment:

	
>Description:
	
>How-To-Repeat:
	
>Fix:
Currently, the script any2djvu is actually *never* installed, irrespective
of the choice for the ANY2DJVU variable. This is fixed by the patch below.


--- djvulibre-nox11.patch begins here ---
diff -Nur djvulibre-nox11.BAK/files/patch-tools_Makefile.in djvulibre-nox11/files/patch-tools_Makefile.in
--- djvulibre-nox11.BAK/files/patch-tools_Makefile.in	2009-07-03 16:14:54.000000000 +0200
+++ djvulibre-nox11/files/patch-tools_Makefile.in	2009-07-07 17:43:28.000000000 +0200
@@ -1,5 +1,5 @@
---- ./tools/Makefile.in.orig	2009-07-03 16:01:51.000000000 +0400
-+++ ./tools/Makefile.in	2009-07-03 16:07:05.000000000 +0400
+--- tools/Makefile.in.orig	2009-07-07 17:04:26.000000000 +0200
++++ tools/Makefile.in	2009-07-07 17:11:00.000000000 +0200
 @@ -53,7 +53,7 @@
  
  INCS = -I${top_builddir} -I${top_srcdir} -I${top_srcdir}/libdjvu -I${srcdir}
@@ -9,15 +9,6 @@
  MORELIBS= @LDFLAGS@ ${TIFF_LIBS} @LIBS@
  CFLAGS = ${FLAGS} @CPPFLAGS@ @CFLAGS@ 
  CXXFLAGS = ${FLAGS} ${CXXRPOFLAGS} @CPPFLAGS@ @CXXFLAGS@ 
-@@ -65,7 +65,7 @@
- 	   djvups djvuextract djvumake \
- 	   djvused djvutxt djvuserve
- 
--SCRIPTS = djvudigital any2djvu
-+SCRIPTS = djvudigital 
- 
- MAN1PAGES = djvu
- 
 @@ -83,7 +83,7 @@
  install-scripts: FORCE
  	${INSTALL} -d ${DESTDIR}${bindir}
--- djvulibre-nox11.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 7 18:10:13 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136436 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Wed Jul 8 12:04:33 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136436 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136436: commit references a PR
Date: Wed,  8 Jul 2009 12:04:46 +0000 (UTC)

 stas        2009-07-08 12:04:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/djvulibre-nox11/files patch-tools_Makefile.in 
   Log:
   - Eliminate leftovers in patch-tools_Makefile.in so any2djvu really gets
     installed if selected.
   
   PR:             ports/136436
   Submitted by:   "Frank W. Josellis" <frank@dynamical-systems.org>
   
   Revision  Changes    Path
   1.2       +2 -11     ports/graphics/djvulibre-nox11/files/patch-tools_Makefile.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
