Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 20:20:03 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183111: [patch update] textproc/htmltolatex: fix build, staging and take maintainership
Message-ID:  <E1VXb87-0002vd-Ml@f10.opsec.eu>
Resent-Message-ID: <201310191830.r9JIU0mE040276@freefall.freebsd.org>

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

>Number:         183111
>Category:       ports
>Synopsis:       [patch update] textproc/htmltolatex: fix build, staging and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 18:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 22:55:05 CEST 2013 pi@f10.opsec.eu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	fix build, staging and take maintainership

>How-To-Repeat:
	fails to build, staging did not work, no maintainer

>Fix:

diff -r -u -N textproc/htmltolatex/Makefile /usr/home/pi/myp/textproc/htmltolatex/Makefile
--- textproc/htmltolatex/Makefile	2013-10-01 21:07:54.000000000 +0200
+++ /usr/home/pi/myp/textproc/htmltolatex/Makefile	2013-10-19 20:17:59.000000000 +0200
@@ -3,12 +3,12 @@
 
 PORTNAME=	htmltolatex
 PORTVERSION=	1
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	textproc
 MASTER_SITES=	http://people.FreeBSD.org/~foxfair/distfiles/
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	fbsd-ports@opsec.eu
 COMMENT=	HTML to LaTeX to PDF Converter
 
 LIB_DEPENDS=	GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick
@@ -21,7 +21,6 @@
 		CXXFLAGS="${CXXFLAGS} -DUNIX \
 		    `GraphicsMagick++-config --cppflags`"
 
-NO_STAGE=	yes
 post-configure:
 	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g'	\
 	    -e 's,-lMagick,-lGraphicsMagick,g'	\
@@ -37,8 +36,8 @@
 	fi
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin
-	@${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/nmr.tex ${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/h2l ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/nmr.tex ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>
diff -r -u -N textproc/htmltolatex/files/patch-StyleTree.cpp /usr/home/pi/myp/textproc/htmltolatex/files/patch-StyleTree.cpp
--- textproc/htmltolatex/files/patch-StyleTree.cpp	2013-10-01 21:07:54.000000000 +0200
+++ /usr/home/pi/myp/textproc/htmltolatex/files/patch-StyleTree.cpp	2013-10-19 20:14:02.000000000 +0200
@@ -12,7 +12,7 @@
 +
  #include "StyleTree.h"
  #include <stdexcept>
-+#include <ostream.h>
++#include <ostream>
  
  void StyleTag::set_from_unparsed_string(const string &s)
  {
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VXb87-0002vd-Ml>