From owner-freebsd-ports Tue Apr 23 0:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C154537B41C for ; Tue, 23 Apr 2002 00:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3N7e1s79356; Tue, 23 Apr 2002 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from mordor.maths.warwick.ac.uk (mordor.maths.warwick.ac.uk [137.205.234.207]) by hub.freebsd.org (Postfix) with ESMTP id 79C2437B416 for ; Tue, 23 Apr 2002 00:38:59 -0700 (PDT) Received: from mordor.maths.warwick.ac.uk (localhost.maths.warwick.ac.uk [127.0.0.1]) by mordor.maths.warwick.ac.uk (8.12.2/8.12.2) with ESMTP id g3N7cqdE037624 for ; Tue, 23 Apr 2002 08:38:52 +0100 (BST) (envelope-from jose@mordor.maths.warwick.ac.uk) Received: (from jose@localhost) by mordor.maths.warwick.ac.uk (8.12.2/8.12.2/Submit) id g3N7cqNG037623; Tue, 23 Apr 2002 08:38:52 +0100 (BST) Message-Id: <200204230738.g3N7cqNG037623@mordor.maths.warwick.ac.uk> Date: Tue, 23 Apr 2002 08:38:52 +0100 (BST) From: Jose Marques Reply-To: Jose Marques To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37367: palm/plucker: fix build problem when latex2html is installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37367 >Category: ports >Synopsis: palm/plucker: fix build problem when latex2html is installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 00:40:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD mordor.maths.warwick.ac.uk 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Apr 14 16:17:36 BST 2002 jose@mordor.maths.warwick.ac.uk:/usr/obj/usr/src/sys/MORDOR i386 >Description: The palm/plucker port fails to build when latex2html is installed. The configure script detects its presense and tries to re-build the docs from tex files that don't exist in the distribution file. The fix below modifies the configuration options such that it doesn't try to build the docs and doesn't try to build the palm application. I am the maintainer of this port. >How-To-Repeat: >Fix: diff -ruN /usr/ports/palm/plucker/Makefile plucker/Makefile --- /usr/ports/palm/plucker/Makefile Thu Feb 21 21:33:33 2002 +++ plucker/Makefile Mon Apr 22 21:25:04 2002 @@ -26,7 +26,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-prc-files install-data install-pyplucker HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} +CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \ + --disable-docbuild \ + --disable-palmosbuild MAN1= pluck-comics.1 plucker-build.1 plucker-decode.1 \ plucker-dump.1 plucker-setup.1 FIND?= find >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message