Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2005 09:43:16 +0900 (JST)
From:      SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86541: [PATCH] japanese/latex2html: PLIST correction
Message-ID:  <200509250043.j8P0hG8Z021863@thinkpad.ixtl.p.utmc.or.jp>
Resent-Message-ID: <200509250020.j8P0KFvM065065@freefall.freebsd.org>

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

>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@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:



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