Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2000 10:00:02 -0700 (PDT)
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18248: teTex will not build
Message-ID:  <200004271700.KAA35691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18248; it has been noted by GNATS.

From: Bush Doctor <dervish@goku.cl.msu.edu>
To: nordwick@askjeeves.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18248: teTex will not build
Date: Thu, 27 Apr 2000 12:51:21 -0400

 Out of da blue nordwick@askjeeves.com aka (nordwick@askjeeves.com) said:
 > 
 > >Number:         18248
 > >Category:       ports
 > >Synopsis:       teTex will not build
 > >Confidential:   no
 > >Severity:       critical
 > >Priority:       low
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Wed Apr 26 22:20:01 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Jason Nordwick
 > >Release:        4.0
 > >Organization:
 > Ask Jeeves
 > >Environment:
 > FreeBSD snorklewacker.nordwick.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Mar 22 23:59:42 PST 2000     nordwick@snorklewacker.nordwick.org:/usr/src/sys/compile/SNORKLEWACKER  i386
 > >Description:
 > teTex fails to build because of new libwww.  The latest April release
 > of libwww no longer build a libwww.so.6, but now builds into many
 > seperate libraries.
 > >How-To-Repeat:
 > cvsup
 > cd /usr/ports/print/teTex
 > make
 > 
 > >Fix:
 > fix makefile to not look for libwww.so
 > find the correct part of the now split libwww package to link against
 > 
 > sorry I can't be more helpful.
 
 Try this patch ...
 
 --- /usr/ports/print/teTeX/Makefile.orig	Thu Apr 27 12:32:55 2000
 +++ /usr/ports/print/teTeX/Makefile	Thu Apr 27 12:33:47 2000
 @@ -16,7 +16,7 @@
  MAINTAINER=	br@netland.inka.de
  
  LIB_DEPENDS=	png.3:${PORTSDIR}/graphics/png \
 -		www.6:${PORTSDIR}/www/libwww
 +		wwwcore.1:${PORTSDIR}/www/libwww
  
  USE_XLIB=	yes
  MANUAL_PACKAGE_BUILD=	can only build with empty /usr/local
 
 
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 
 
 #;^)
 -- 
 f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
 
 bush doctor
 <dervish@goku.cl.msu.edu>
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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