Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 17:55:56 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/174952: [patch] textproc/docproj fails to build
Message-ID:  <201301031755.r03Htunn038187@red.freebsd.org>
Resent-Message-ID: <201301031800.r03I00jE062353@freefall.freebsd.org>

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

>Number:         174952
>Category:       misc
>Synopsis:       [patch] textproc/docproj fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mark Johnston
>Release:        CURRENT
>Organization:
>Environment:
>Description:
The build failed for me with

===>  docproj-1.17_6 user must set WITH_JADETEX variable to 'yes' or 'no'.
*** [install] Error code 1

Stop in /usr/ports/textproc/docproj.
>How-To-Repeat:
Build /usr/ports/textproc/docproj. I see there are textproc/docproj-{,no}jadetex ports as well, which set WITH_JADETEX appropriately.
>Fix:
Use the attached patch.

Patch attached with submission follows:

diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 9701bac..60654e3 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -53,7 +53,7 @@ RUN_DEPENDS+=	jade:${PORTSDIR}/textproc/jade
 .if defined(JADETEX)
 WITH_JADETEX=	${JADETEX}
 .endif
-WITH_JADETEX?=
+WITH_JADETEX?=	no
 
 .if defined(PACKAGE_BUILDING)
 WITH_JADETEX=	yes


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



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