From owner-freebsd-ports@FreeBSD.ORG Sat Aug 14 22:33:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A244B16A4CE for ; Sat, 14 Aug 2004 22:33:55 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6971C43D49 for ; Sat, 14 Aug 2004 22:33:55 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1Bw75w-000JeI-3x; Sun, 15 Aug 2004 00:33:48 +0200 Date: Sun, 15 Aug 2004 00:33:48 +0200 From: Kirill Ponomarew To: Oliver Lehmann Message-ID: <20040814223348.GB61044@voodoo.oberon.net> References: <20040814203905.GA60658@voodoo.oberon.net> <20040815000307.5674b361.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline In-Reply-To: <20040815000307.5674b361.lehmann@ans-netz.de> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: freebsd-ports@FreeBSD.org Subject: Re: Broken pkg-plist files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2004 22:33:55 -0000 --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--