Date: Sun, 15 Aug 2004 00:33:48 +0200 From: Kirill Ponomarew <krion@voodoo.oberon.net> To: Oliver Lehmann <lehmann@ans-netz.de> Cc: freebsd-ports@FreeBSD.org Subject: Re: Broken pkg-plist files Message-ID: <20040814223348.GB61044@voodoo.oberon.net> In-Reply-To: <20040815000307.5674b361.lehmann@ans-netz.de> References: <20040814203905.GA60658@voodoo.oberon.net> <20040815000307.5674b361.lehmann@ans-netz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Aug 15, 2004 at 12:03:07AM +0200, Oliver Lehmann wrote: =20 > I'm wondering for the sqwebmail case shown in > http://pointyhat.freebsd.org/errorlogs/i386-4-latest-logs/sqwebmail-4.0.7= =2Elog >=20 > 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" =3D "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@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do install -c -o root -g wheel -m 444 =2E/$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 --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBHpNMQC1G6a60JuURAkFvAJ9+aWNunUDNKPwfoxpkNTUJ/QyeqACgwV27 45eXA1wS3wZbLxh1XWgg7jI= =x/35 -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040814223348.GB61044>