LOCALBASE was used for installing the datadir, that will make 'port test' validation fail. See fix. Generated with FreeBSD Port Tools 0.63 Fix: Use PREFIX instead of LOCALBASE for installation, 'port test' works without complaining after this. pkg-plist seems to be fine, no need to change.
On Wed, Dec 15, 2004 at 11:49:52AM +0100, Chris Larsen wrote: > >How-To-Repeat: > >Fix: > Use PREFIX instead of LOCALBASE for installation, 'port test' works without > complaining after this. > pkg-plist seems to be fine, no need to change. While this change is technically correct (PREFIX is where this port is to be installed), I cannot see how it fixes the plist errors, because both PREFIX and LOCALBASE point to /usr/local by default. Kris
State Changed From-To: open->feedback Feedback requested
Hi, I guess the reason why this port is broken is that it creates a couple of directories it doesn't remove when it's deinstalled. The attached patch should fix that. Other changes are: - Use PREFIX instead of LOCALBASE as in the patch the originator sent. - Use USE_PYTHON_BUILD instead of an explicit dependency line. - Replace the URL mentioned in pkg-descr with the actual project homepage's URL (http://www.sgmltools.org/ says that domain is for sale. I think that's a good reason to let textproc/sgmltools die, then, and only keep sgmltools-lite around, which is that project's successor.) - Bump PORTREVISION. Stefan
State Changed From-To: feedback->closed Committed, thanks!