Bug 4496 - new port of latex2html-97.1.tar.gz
Summary: new port of latex2html-97.1.tar.gz
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: Bill Fenner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-09-08 18:20 UTC by brett
Modified: 1998-05-05 17:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brett 1997-09-08 18:20:01 UTC
This is a new port of latex2html-97.1.  I noticed there was a submitted,
and still open pr on a previous version.  I tried this version and I 
couldn't even get it to fetch and I really didn't understand that port
either so this is a completely new port of the latest version.

Fix: 

I did do one (at least) weird thing in the port.  I needed to check 
that netpbm was installed, but I didn't feel the port should be placed
in /usr/X11R6 so I did a check for the anytopnm binary as:

RUN_DEPENDS=	${PREFIX}/../X11R6/bin/anytopnm:${PORTSDIR}/graphics/netpbm

I'm sure there's some more elegant way around this but I didn't know it.
How-To-Repeat: 
I've put the port in :

ftp.freebsd.org/pub/FreeBSD/ports/incoming/latex2html-97.1.tar.gz

Please don't confuse this w/ latex2html.tar.gz which is the old version
sitting there NOT submitted by me. :-)
Comment 1 brett 1997-11-04 21:07:50 UTC
I noticed, when Ruslan commented about the varying ports for latex2html
that have been submitted, that there is a small problem (relative to the
current ports tree) w/ my port.  At the time I was running an old version
of teTeX and although I did fix the Makefile to look at the right
directories to find the right paths for the current setup of teTeX I
screwed up one of the patches.....  duh.

Anyway, patch-aa should be changed as follows:

--- patch-old-aa        Tue Nov  4 14:05:19 1997
+++ patch-aa    Sun Nov  2 13:51:18 1997
@@ -24,8 +24,8 @@
   
   #  Give the paths to latex and dvips on your system:
   #
-! $LATEX = "/usr/local/teTeX/bin/latex";               # LaTeX
-! $DVIPS = "/usr/local/teTeX/bin/dvips";               # dvips
+! $LATEX = "/usr/local/bin/latex";             # LaTeX
+! $DVIPS = "/usr/local/bin/dvips";             # dvips
   
   
   # This specifies the type of images produced by latex2html when
processing

ie, the old patch was still pointing to /usr/local/teTeX/bin/ instead of
the current path /usr/local/bin/

*********************************************************
Brett Taylor 		brett@peloton.physics.montana.edu
Comment 2 Bill Fenner freebsd_committer freebsd_triage 1997-11-16 20:25:54 UTC
Responsible Changed
From-To: freebsd-ports->fenner

I'll handle latex2html 
Comment 3 mph freebsd_committer freebsd_triage 1998-05-05 17:09:22 UTC
State Changed
From-To: open->closed

A newer version of latex2html has been committed.