Summary: | [MAINT-UPD] mail/dspam: update to 3.2.6 snapshot 20050128.1500 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ion-Mihai " IOnut " Tetcu <itetcu> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ion-Mihai " IOnut " Tetcu
2005-02-13 12:50:18 UTC
Forgotten in the patch: --- dspam.cvs/pkg-plist Mon Dec 27 21:09:44 2004 +++ dspam/pkg-plist Sun Feb 13 14:59:30 2005 @@ -24,6 +24,7 @@ lib/libdspam.so lib/libdspam.so.6 libdata/pkgconfig/dspam.pc +@unexec rmdir %B 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README -- IOnut Unregistered ;) FreeBSD "user" > libdata/pkgconfig/dspam.pc
> +@unexec rmdir %B 2>/dev/null || true
Are you sure? There's already
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
below.
Volker
On Mon, 14 Feb 2005 17:29:27 +0100 "Volker Stolz" <vs@freebsd.org> wrote: > > libdata/pkgconfig/dspam.pc > > +@unexec rmdir %B 2>/dev/null || true > > Are you sure? There's already > @unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true > below. uh, then get rid of the later (not that's much difference, but the first it taken straight from PH). -- IOnut Unregistered ;) FreeBSD "user" I wish you'd stop doing fishy things in the plist :) On installing the package (pkg_add -v): extract: CWD to / extract: execute '/sbin/ldconfig -m //lib' ldconfig: warning: //lib: No such file or directory extract: CWD to . Running mtree for dspam-3.2.6.20050128.1500.. On deinstallation: Change working directory to / Delete directory ///var/db/dspam Execute '/sbin/ldconfig -R' Execute 'if [ -f //info/dir ]; then if sed -e '1,/Menu:/d' //info/dir | grep -q '^[*] '; then true; else rm //info/dir; fi; fi' Change working directory to . Though you are not installing any INFO-files (this got automatically generated) it shows something breaks in the %D handling... -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME On Mon, 14 Feb 2005 18:11:11 +0100 Volker Stolz <stolz@i2.informatik.rwth-aachen.de> wrote: > I wish you'd stop doing fishy things in the plist :) > > On installing the package (pkg_add -v): > extract: CWD to / > extract: execute '/sbin/ldconfig -m //lib' > ldconfig: warning: //lib: No such file or directory ?? I don't see this one. > extract: CWD to . > Running mtree for dspam-3.2.6.20050128.1500.. > > On deinstallation: > Change working directory to / > Delete directory ///var/db/dspam This one I don't understand, I know about it, but I haven't had enough time to look at what pkg_add / pkg_create does. (%%DSPAM_HOME%%) > Execute '/sbin/ldconfig -R' > Execute 'if [ -f //info/dir ]; then if sed -e '1,/Menu:/d' //info/dir | grep -q '^[*] '; then true; else rm //info/dir; fi; fi' > Change working directory to . > > Though you are not installing any INFO-files (this got automatically > generated) it shows something breaks in the %D handling... %%DSPAM_HOME%% is the problem. But I can't live without it. As for INFO-files, I don't know what is happening dspam had none. -- IOnut Unregistered ;) FreeBSD "user" State Changed From-To: open->closed Committed, thanks! |