Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 23:45:59 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186113: [PATCH] textproc/bibtex2html: Convert to staging
Message-ID:  <20140125224559.E8CF01426A2@aragorn.in.absolight.net>
Resent-Message-ID: <201401252250.s0PMo0DE056317@freefall.freebsd.org>

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

>Number:         186113
>Category:       ports
>Synopsis:       [PATCH] textproc/bibtex2html: Convert to staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 22:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC
>Description:
- Convert to staging
- Add option to build pdf doc

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- bibtex2html-1.97.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341132)
+++ Makefile	(working copy)
@@ -12,10 +12,18 @@
 BUILD_DEPENDS=	ocaml:${PORTSDIR}/lang/ocaml
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-doc
 
-MAN1=		bibtex2html.1 bib2bib.1 aux2bib.1
-PLIST_FILES=	bin/aux2bib bin/bib2bib bin/bibtex2html
+OPTIONS_DEFINE=	PDFDOCS
+PDFDOCS_DESC=	${DOCS_DESC}
 
-NO_STAGE=	yes
+PDFDOCS_CONFIGURE_ENABLE=	doc
+PDFDOCS_USE=	TEX=latex:build
+PDFDOCS_BUILD_DEPENDS=	hevea:${PORTSDIR}/textproc/hevea
+PDFDOCS_INSTALL_TARGET=	install install-doc
+
+PORTDOCS=	*
+
+PLIST_FILES=	bin/aux2bib bin/bib2bib bin/bibtex2html \
+		man/man1/bibtex2html.1.gz man/man1/bib2bib.1.gz man/man1/aux2bib.1.gz
+
 .include <bsd.port.mk>
--- bibtex2html-1.97.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?20140125224559.E8CF01426A2>