Bug 183111 - [patch update] textproc/htmltolatex: fix build, staging and take maintainership
Summary: [patch update] textproc/htmltolatex: fix build, staging and take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 19:30 UTC by Kurt Jaeger
Modified: 2013-10-23 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.64 KB, patch)
2013-10-19 19:30 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-10-19 19:30:00 UTC
	fix build, staging and take maintainership

How-To-Repeat: 	fails to build, staging did not work, no maintainer
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-23 11:42:23 UTC
Author: tijl
Date: Wed Oct 23 10:42:09 2013
New Revision: 331365
URL: http://svnweb.freebsd.org/changeset/ports/331365

Log:
  - Change a patch to fix build with libc++.
  - Support staging.
  - Hand maintainership to submitter.
  
  PR:		ports/183111
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>

Modified:
  head/textproc/htmltolatex/Makefile   (contents, props changed)
  head/textproc/htmltolatex/files/patch-StyleTree.cpp   (contents, props changed)

Modified: head/textproc/htmltolatex/Makefile
==============================================================================
--- head/textproc/htmltolatex/Makefile	Wed Oct 23 10:29:10 2013	(r331364)
+++ head/textproc/htmltolatex/Makefile	Wed Oct 23 10:42:09 2013	(r331365)
@@ -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 @@ MAKE_ARGS=	CXX="${CXX}" \
 		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 @@ post-build test:
 	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>

Modified: head/textproc/htmltolatex/files/patch-StyleTree.cpp
==============================================================================
--- head/textproc/htmltolatex/files/patch-StyleTree.cpp	Wed Oct 23 10:29:10 2013	(r331364)
+++ head/textproc/htmltolatex/files/patch-StyleTree.cpp	Wed Oct 23 10:42:09 2013	(r331365)
@@ -12,7 +12,7 @@ $FreeBSD$
 +
  #include "StyleTree.h"
  #include <stdexcept>
-+#include <ostream.h>
++#include <ostream>
  
  void StyleTag::set_from_unparsed_string(const string &s)
  {
_______________________________________________
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"
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2013-10-23 11:42:36 UTC
State Changed
From-To: open->closed

Committed in r331365. 


Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2013-10-23 11:42:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tijl

Committed in r331365.