Broken pkg-plist files

Kirill Ponomarew krion at voodoo.oberon.net
Sat Aug 14 15:33:55 PDT 2004


Hi,

On Sun, Aug 15, 2004 at 12:03:07AM +0200, Oliver Lehmann wrote:
 
> I'm wondering for the sqwebmail case shown in
> http://pointyhat.freebsd.org/errorlogs/i386-4-latest-logs/sqwebmail-4.0.7.log
> 
> Unfortunately, the deinstallation on my 4.10 system works w/o an error. So
> I'm wondering what's in usr/local/share/sqwebmail which prevents it from
> deleting. A find ${PRREFIX} -type f output at the end of that log would
> make things easier to debug.

If I understand it correctly it installs some files in
sqwebmail/share, which is empty directory in pkg-plist.

/bin/mkdir -p -- /usr/local/share/sqwebmail/share
if test "pcp" = "gettext-tools"; then  /bin/mkdir -p --
/usr/local/share/sqwebmail/share/gettext/po;  for file in
Makefile.in.in remove-potcdate.sin  quot.sed boldquot.sed
en at quot.header en at boldquot.header insert-header.sin Rules-quot
Makevars.template; do  install -c -o root -g wheel -m 444
./$file  /usr/local/share/sqwebmail/share/gettext/po/$file;
done;  for file in Makevars; do  rm -f
/usr/local/share/sqwebmail/share/gettext/po/$file;  done;  else
: ;  fi

-Kirill
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040815/25b6671c/attachment.bin


More information about the freebsd-ports mailing list