ports/86541: [PATCH] japanese/latex2html: PLIST correction
SUGIMOTO Sadahiro
ixtl at utmc.or.jp
Sun Sep 25 00:20:17 UTC 2005
>Number: 86541
>Category: ports
>Synopsis: [PATCH] japanese/latex2html: PLIST correction
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 25 00:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: SUGIMOTO Sadahiro
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
FreeBSD *****.********.jp 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
ports/japanese/latex2html/pkg-plist is incorrect.
See http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2005072221/ja-latex2html-2002.2.1j2.0_2.log
The configure argument '--disable-gif' seems to have no effect
in some environments.
>How-To-Repeat:
>Fix:
Apply the following patch.
diff -ruN latex2html.old/Makefile latex2html/Makefile
--- latex2html.old/Makefile Thu Sep 1 11:11:43 2005
+++ latex2html/Makefile Sun Sep 25 08:37:30 2005
@@ -25,15 +25,13 @@
gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
anytopnm:${PORTSDIR}/graphics/netpbm
-BROKEN= Incorrect pkg-plist
-
VERSION= 2002.2.1
JP_VERSION= 2.0
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --shlibdir=${DATADIR} \
- --disable-gif \
+ --enable-png \
--with-perl=${PERL} \
--with-texpath=${LOCALBASE}/${TEXMFDIR}/ptex/platex/html
PLIST_SUB= TEXMFDIR=${TEXMFDIR}
diff -ruN latex2html.old/pkg-plist latex2html/pkg-plist
--- latex2html.old/pkg-plist Sun Jul 31 11:11:59 2005
+++ latex2html/pkg-plist Sun Sep 25 08:21:26 2005
@@ -16,35 +16,64 @@
%%PORTDOCS%%%%DOCSDIR%%/README.patch-99.1jp
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%DATADIR%%/icons/blueball.png
+%%DATADIR%%/icons/blueball.gif
%%DATADIR%%/icons/ch_beg_r.png
+%%DATADIR%%/icons/ch_beg_r.gif
%%DATADIR%%/icons/ch_begin.png
+%%DATADIR%%/icons/ch_begin.gif
%%DATADIR%%/icons/ch_del_r.png
+%%DATADIR%%/icons/ch_del_r.gif
%%DATADIR%%/icons/ch_delet.png
+%%DATADIR%%/icons/ch_delet.gif
%%DATADIR%%/icons/ch_end.png
+%%DATADIR%%/icons/ch_end.gif
%%DATADIR%%/icons/ch_end_r.png
+%%DATADIR%%/icons/ch_end_r.gif
%%DATADIR%%/icons/contents.png
+%%DATADIR%%/icons/contents.gif
%%DATADIR%%/icons/crossref.png
+%%DATADIR%%/icons/crossref.gif
%%DATADIR%%/icons/footnote.png
+%%DATADIR%%/icons/footnote.gif
%%DATADIR%%/icons/greenball.png
+%%DATADIR%%/icons/greenball.gif
%%DATADIR%%/icons/icons.html
%%DATADIR%%/icons/image.png
+%%DATADIR%%/icons/image.gif
%%DATADIR%%/icons/index.png
+%%DATADIR%%/icons/index.gif
%%DATADIR%%/icons/next.png
+%%DATADIR%%/icons/next.gif
%%DATADIR%%/icons/next_g.png
+%%DATADIR%%/icons/next_g.gif
%%DATADIR%%/icons/nx_grp.png
+%%DATADIR%%/icons/nx_grp.gif
%%DATADIR%%/icons/nx_grp_g.png
+%%DATADIR%%/icons/nx_grp_g.gif
%%DATADIR%%/icons/orangeball.png
+%%DATADIR%%/icons/orangeball.gif
%%DATADIR%%/icons/pinkball.png
+%%DATADIR%%/icons/pinkball.gif
%%DATADIR%%/icons/prev.png
+%%DATADIR%%/icons/prev.gif
%%DATADIR%%/icons/up.png
+%%DATADIR%%/icons/up.gif
%%DATADIR%%/icons/prev_g.png
+%%DATADIR%%/icons/prev_g.gif
%%DATADIR%%/icons/purpleball.png
+%%DATADIR%%/icons/purpleball.gif
%%DATADIR%%/icons/pv_grp.png
+%%DATADIR%%/icons/pv_grp.gif
%%DATADIR%%/icons/pv_grp_g.png
+%%DATADIR%%/icons/pv_grp_g.gif
%%DATADIR%%/icons/redball.png
+%%DATADIR%%/icons/redball.gif
%%DATADIR%%/icons/up_g.png
+%%DATADIR%%/icons/up_g.gif
%%DATADIR%%/icons/whiteball.png
+%%DATADIR%%/icons/whiteball.gif
%%DATADIR%%/icons/yellowball.png
+%%DATADIR%%/icons/yellowball.gif
%%DATADIR%%/IndicTeX-HTML/README
%%DATADIR%%/IndicTeX-HTML/bengali.perl
%%DATADIR%%/IndicTeX-HTML/bengali.sty
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list