Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 10:07:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429049 - head/textproc/htmltolatex
Message-ID:  <201612211007.uBLA7V26082111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 21 10:07:31 2016
New Revision: 429049
URL: https://svnweb.freebsd.org/changeset/ports/429049

Log:
  - Add LICENSE
  - Mark BROKEN on 9.x: does not build due to incompatibility with GraphicsMagic:
  
  /usr/local/lib/libGraphicsMagick++.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/htmltolatex/Makefile

Modified: head/textproc/htmltolatex/Makefile
==============================================================================
--- head/textproc/htmltolatex/Makefile	Wed Dec 21 09:00:55 2016	(r429048)
+++ head/textproc/htmltolatex/Makefile	Wed Dec 21 10:07:31 2016	(r429049)
@@ -11,6 +11,11 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	pi@FreeBSD.org
 COMMENT=	HTML to LaTeX to PDF Converter
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/copying.txt
+
+BROKEN_FreeBSD_9=	does not build
+
 LIB_DEPENDS=	libGraphicsMagick++.so:graphics/GraphicsMagick
 
 USES=		bison gmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211007.uBLA7V26082111>