[72415] trunk/dports/textproc/bibtex2html
ryandesign at macports.org
ryandesign at macports.org
Wed Oct 13 21:49:52 PDT 2010
Revision: 72415
http://trac.macports.org/changeset/72415
Author: ryandesign at macports.org
Date: 2010-10-13 21:49:49 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
bibtex2html: fix "library not found for -lstr" compilation error; see #26724
Modified Paths:
--------------
trunk/dports/textproc/bibtex2html/Portfile
Added Paths:
-----------
trunk/dports/textproc/bibtex2html/files/patch-Makefile.in.diff
Modified: trunk/dports/textproc/bibtex2html/Portfile
===================================================================
--- trunk/dports/textproc/bibtex2html/Portfile 2010-10-14 03:13:42 UTC (rev 72414)
+++ trunk/dports/textproc/bibtex2html/Portfile 2010-10-14 04:49:49 UTC (rev 72415)
@@ -4,6 +4,7 @@
name bibtex2html
version 1.96
+revision 1
categories textproc www
platforms darwin
maintainers loria.fr:reilles
@@ -16,7 +17,8 @@
master_sites http://www.lri.fr/~filliatr/ftp/bibtex2html
checksums sha1 ce447520fde0a66bbbda0db247f06afb5e53907c \
md5 cd63fcb95043a3677377b87f30bef7d4
-patchfiles patch-aux2bib.1.diff
+
+patchfiles patch-Makefile.in.diff patch-aux2bib.1.diff
configure.args --mandir=${destroot}${prefix}/share/man
depends_build port:ocaml port:hevea
depends_run bin:bibtex:texlive
Added: trunk/dports/textproc/bibtex2html/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/bibtex2html/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/textproc/bibtex2html/files/patch-Makefile.in.diff 2010-10-14 04:49:49 UTC (rev 72415)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2010-09-29 01:56:25.000000000 -0500
++++ Makefile.in 2010-10-13 23:45:24.000000000 -0500
+@@ -45,7 +45,7 @@
+ FLAGS = $(ZLIBS) $(DEBUG)
+ PROFILE =
+
+-STRLIB = -cclib -lstr
++STRLIB =
+
+ OBJS = options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \
+ bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101013/0691a5c9/attachment.html>
More information about the macports-changes
mailing list