Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 10:03:26 +0600
From:      "Denis Eremenko <moonshade@pnhz.kz>" <moonshade@pnhz.kz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   docs/110247: textproc/docproj depends on www/links1 but works with www/links just fine
Message-ID:  <1173758606.59585@abyss.pnhz.kz>
Resent-Message-ID: <200703130410.l2D4A4Ot037866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110247
>Category:       docs
>Synopsis:       textproc/docproj depends on www/links1 but works with www/links just fine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 04:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Denis Eremenko <moonshade@pnhz.kz>
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Sun Mar 11 10:24:29 ALMT 2007
    root@abyss.pnhz.kz:/usr/obj/data/os/FreeBSD/src/6/src/sys/ABYSS-6



>Description:


"make FORMATS=txt install" on docs collection with www/links install insted of www/links1 worked without error. Maybe textproc/docproj should depend on www/links, more recent version of links?
Tested only on en_US.ISO8859-1 and ru_RU.KOI8-R docs.

btw, doesn't www/links1 and www/links conflicts?


>How-To-Repeat:


1. install www/links insted of www/links1
2. build docs in text format



>Fix:


--- patch-docproj begins here ---
--- Makefile.orig	Tue Mar 13 10:02:28 2007
+++ Makefile	Tue Mar 13 10:02:57 2007
@@ -19,7 +19,7 @@
 # required ports in src/release/Makefile.inc.docports.
 
 RUN_DEPENDS=	fixrtf:${PORTSDIR}/textproc/fixrtf \
-		links:${PORTSDIR}/www/links1 \
+		links:${PORTSDIR}/www/links \
 		pngtopnm:${PORTSDIR}/graphics/netpbm \
 		scr2png:${PORTSDIR}/graphics/scr2png \
 		scr2txt:${PORTSDIR}/textproc/scr2txt \
--- patch-docproj ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1173758606.59585>