Date: Thu, 10 Aug 2006 17:10:23 GMT From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/101471: [PATCH] audio/easytag: fix pkg-plist, misc Message-ID: <200608101710.k7AHANCg068869@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101471; it has been noted by GNATS. From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: Wesley Shields <wxs@atarininja.org>, bug-followup@freebsd.org <bug-followup@freebsd.org> Cc: Subject: Re: ports/101471: [PATCH] audio/easytag: fix pkg-plist, misc Date: Thu, 10 Aug 2006 21:05:35 +0600 On Thu, 10 Aug 2006 12:35:55 -0400 Wesley Shields <wxs@atarininja.org> mentioned: >=20 > Again, the directories in question are not made by easytag installation. >=20 > Am I missing something? >=20 They will be made by easytag installation if you install it into the different PREFIX. E.g. installing it into /tmp/pref will give the following (assume, that gettext is installed in /usr/local): /tmp/pref/share/locale/cs/LC_MESSAGES /tmp/pref/share/locale/da/LC_MESSAGES ..................................... /tmp/pref/share/locale/pl/LC_MESSAGES ..................................... After your package's deinstall, /tmp/pref will contain share/locale/pl/LC_MESSAGES, share/locale/ro/LC_MESSAGES, etc directories, although they aren't listed in BSD.local.dist. These directories will not be deleted by gettext, because gettext was installed in another PREFIX. That's because your port should deinstall every directory it creates. --=20 Stanislav Sedov MBSD labs, Inc. <ssedov@mbsd.msk.ru> =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608101710.k7AHANCg068869>