Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 1999 14:30:39 -0800
From:      Josh MacDonald <jmacd@CS.Berkeley.EDU>
To:        freebsd-ports@FreeBSD.ORG
Subject:   plistsub in bsd.port.mk
Message-ID:  <19990209143039.53894@helen.CS.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
I've been trying to update the xdelta port recently, and encountered
trouble in bsd.port.mk.  I am running 3.0-RELEASE.  The package would
like to install a file named

	${prefix}/lib/libxdelta.so.1.0

this is generated by libtool.  When .PLIST.mktmp is created with the
various filters and additions, it strips the trailing 0 off of the
library name, and then pkg_create fails because the file it is looking
for (${prefix}/lib/libxdelta.so.1) does not exist.  What should I do?

-josh

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?19990209143039.53894>