Subject: pth or pth-syscall ???
To: None <tech-pkg@netbsd.org>
From: ptiJo <ptiJo@noos.fr>
List: tech-pkg
Date: 06/03/2002 08:45:42
Hi,

	issuing a lots of
===> Required package pth-syscall>=1.4.1: NOT found
===> Verifying update for ../../devel/pth-syscall
===> Resuming update for pth-syscall-1.4.1
===> Installing for pth-syscall-1.4.1
===> pth-syscall-1.4.1 conflicts with installed package(s): pth-1.4.1 
found.
*** They install the same files into the same place.
*** Please remove pth-1.4.1  first with pkg_delete(1).
	
	I checked those two packages a bit and found that
pth/Makefile:DISTNAME=          pth-1.4.1
pth/Makefile:MASTER_SITES=              ${MASTER_SITE_GNU:=pth/}
pth/Makefile:HOMEPAGE=          http://www.gnu.org/software/pth/pth.html
pth-syscall/Makefile:DISTNAME=          pth-1.4.1
pth-syscall/Makefile:PKGNAME=           ${DISTNAME:C/pth/pth-syscall/}
pth-syscall/Makefile:MASTER_SITES=              ${MASTER_SITE_GNU:=pth/}
pth-syscall/Makefile:HOMEPAGE=         
http://www.gnu.org/software/pth/pth.html

	So I guess those are the same ?
	Then why having two differents (and conflicting) packages ?
	Would a "USE_PTHREAD=native pth pth-syscall" in /etc/mk.conf solve
this ?

ThX for answers,
	Jo