Date: Tue, 23 Apr 2002 08:38:52 +0100 (BST) From: Jose Marques <jose@mordor.maths.warwick.ac.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37367: palm/plucker: fix build problem when latex2html is installed Message-ID: <200204230738.g3N7cqNG037623@mordor.maths.warwick.ac.uk>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204230738.g3N7cqNG037623>