[ports-i386@FreeBSD.org: azureus-2.1.0.4_3 pkg-plist errors on i386 5]

Jeremy Faulkner gldisater at gto.net
Sat Jan 8 13:26:50 PST 2005


Kris Kennaway wrote:
> Dear port maintainer,
> 
> The following port has an incomplete pkg-plist, or other errors in the
> files installed by the port.  This may mean that the package is
> incomplete or non-functional; at the very least, your port does not
> leave the filesystem in the same state it was before the port was
> installed.  Can you please investigate?  In the near future, this
> condition will be treated as an error on the package cluster, which
> means that the package will not be made available on the ftp site.
> 
> Thanks,
> 
> Kris "Ports Janitor" Kennaway
> 
> ----- Forwarded message from User Ports-i386 <ports-i386 at FreeBSD.org> -----
> 

> list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
> 386728        8 drwxr-xr-x    2 root             wheel                 512 Jan  7 21:05 usr/local/share/java/azureus
> 
> 
> ----- End forwarded message -----

Patch attached.

-- 
Jeremy Faulkner	<gldisater at gto.net>
-------------- next part --------------
diff -ur /usr/ports/net/azureus/Makefile azureus/Makefile
--- /usr/ports/net/azureus/Makefile	Tue Jan  4 06:05:14 2005
+++ azureus/Makefile	Sat Jan  8 16:27:42 2005
@@ -32,6 +32,7 @@
 JARFILE=	Azureus2.jar
 
 PLIST_FILES=	%%DATADIR%%/${JARFILE} bin/${PORTNAME}
+PLIST_DIRS=	%%DATADIR%%
 
 do-configure:
 	${SED} -e "s+%%PREFIX%%+${PREFIX}+" -e "s+%%LOCALBASE%%+${LOCALBASE}+" \


More information about the freebsd-java mailing list