From mat@aragorn.in.absolight.net  Sat Jan 25 22:46:06 2014
Return-Path: <mat@aragorn.in.absolight.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id ECEE8C5C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2014 22:46:06 +0000 (UTC)
Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id AD92F1ED9
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2014 22:46:05 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
	by prod2.absolight.net (Postfix) with ESMTP id DC9D9BDC6B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2014 23:46:02 +0100 (CET)
Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified))
	by prod2.absolight.net (Postfix) with ESMTPSA id BCC9BBDC44
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2014 23:46:02 +0100 (CET)
Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225])
	by gw.in.absolight.net (Postfix) with ESMTP id EAD436124
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jan 2014 23:46:01 +0100 (CET)
Received: by aragorn.in.absolight.net (Postfix, from userid 1000)
	id E8CF01426A2; Sat, 25 Jan 2014 23:45:59 +0100 (CET)
Message-Id: <20140125224559.E8CF01426A2@aragorn.in.absolight.net>
Date: Sat, 25 Jan 2014 23:45:59 +0100 (CET)
From: Mathieu Arnold <mat@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] textproc/bibtex2html: Convert to staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186113
>Category:       ports
>Synopsis:       [PATCH] textproc/bibtex2html: Convert to staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 22:50:00 UTC 2014
>Closed-Date:    Sun Jan 26 00:05:40 UTC 2014
>Last-Modified:  Sun Jan 26 00:10:01 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gerald 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jan 25 22:50:09 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186113 
Responsible-Changed-From-To: gerald->mat 
Responsible-Changed-By: gerald 
Responsible-Changed-When: Sat Jan 25 23:02:46 UTC 2014 
Responsible-Changed-Why:  
Thanks Mathieu! 

The staging changes look fine, and if you have tested the docs part, 
too, please go ahead and commit this change. 

Approved:	gerald 

(Out of curiosity, are you using this port and enabled the docs for 
that reason, or did you just do this for completeness?  I never had 
the need myself nor a request so far.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186113 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Sun Jan 26 00:05:39 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186113 

From: Mathieu Arnold <mat@FreeBSD.org>
To: gerald@FreeBSD.org, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186113: [PATCH] textproc/bibtex2html: Convert to staging
Date: Sun, 26 Jan 2014 01:00:15 +0100

 +--On 25 janvier 2014 23:04:57 +0000 gerald@FreeBSD.org wrote:
 | Synopsis: [PATCH] textproc/bibtex2html: Convert to staging
 | 
 | Responsible-Changed-From-To: gerald->mat
 | Responsible-Changed-By: gerald
 | Responsible-Changed-When: Sat Jan 25 23:02:46 UTC 2014
 | Responsible-Changed-Why: 
 | Thanks Mathieu!
 | 
 | The staging changes look fine, and if you have tested the docs part,
 | too, please go ahead and commit this change.
 | 
 | Approved:	gerald
 
 Great, thanks.
 
 | (Out of curiosity, are you using this port and enabled the docs for
 | that reason, or did you just do this for completeness?  I never had
 | the need myself nor a request so far.)
 
 Hum, no, I don't even use the port, but I saw the --disable-doc, and
 thought I could try and add it :-)
 
 -- 
 Mathieu Arnold

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186113: commit references a PR
Date: Sun, 26 Jan 2014 00:05:44 +0000 (UTC)

 Author: mat
 Date: Sun Jan 26 00:05:36 2014
 New Revision: 341145
 URL: http://svnweb.freebsd.org/changeset/ports/341145
 QAT: https://qat.redports.org/buildarchive/r341145/
 
 Log:
   - Convert to staging
   - Add option to build pdf doc
   
   PR:		186113
   Submitted by:	mat
   Approved by:	gerald
   Sponsored by:	Absolight
 
 Added:
   head/textproc/bibtex2html/files/
   head/textproc/bibtex2html/files/patch-Makefile.in   (contents, props changed)
 Modified:
   head/textproc/bibtex2html/Makefile
 
 Modified: head/textproc/bibtex2html/Makefile
 ==============================================================================
 --- head/textproc/bibtex2html/Makefile	Sun Jan 26 00:05:02 2014	(r341144)
 +++ head/textproc/bibtex2html/Makefile	Sun Jan 26 00:05:36 2014	(r341145)
 @@ -12,10 +12,18 @@ COMMENT=	Tools for searching BibTeX and 
  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}
 +
 +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
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Added: head/textproc/bibtex2html/files/patch-Makefile.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/bibtex2html/files/patch-Makefile.in	Sun Jan 26 00:05:36 2014	(r341145)
 @@ -0,0 +1,22 @@
 +--- ./Makefile.in.orig	2012-02-06 09:39:54.000000000 +0000
 ++++ ./Makefile.in	2014-01-25 22:42:26.000000000 +0000
 +@@ -19,16 +19,16 @@
 + #########################################
 + 
 + # where to put executable files
 +-prefix=@prefix@
 ++prefix=$(DESTDIR)@prefix@
 + exec_prefix=@exec_prefix@
 + BINDIR=@bindir@
 + EXE=@EXE@
 + 
 + # where to install the man pages
 +-MANDIR = @mandir@
 ++MANDIR = $(DESTDIR)@mandir@
 + 
 + # where to install the doc
 +-DOCDIR = $(prefix)/doc/bibtex2html
 ++DOCDIR = $(prefix)/share/doc/bibtex2html
 + 
 + #########################################
 + # End of configuration part
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
