Date: Tue, 7 Jul 2009 20:04:42 +0200 (CEST) From: "Frank W. Josellis" <frank@dynamical-systems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/136436: [patch] graphics/djvulibre-nox11: Fix any2djvu installation Message-ID: <200907071804.n67I4gHF076196@perseus.senax.net> Resent-Message-ID: <200907071810.n67IA1ic031287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136436 >Category: ports >Synopsis: [patch] graphics/djvulibre-nox11: Fix any2djvu installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 07 18:10:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907071804.n67I4gHF076196>