| Summary: | Error in Package of port ifmail | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Meyser+bugs.freebsd.org |
| Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
> >Fix:
>
> during pkg_add time the +INSTALL script is executet in POST-INSTALL
> pase. This Script uses "$PREFIX" to determine the location for
> installing files and it should use "$PKG_PREFIX".
> This has just to be changed
The script was created by one of the commiters,
to create the user account for this programm.
I can't fetch the new files,
having no more access to the current sources.
(anoncvs has benn blcoked)
regards Dirk
(port maintainer)
-- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
-- Tel. +49-5606-6512
State Changed From-To: open->closed Fixed, thanks! |
if you use the portscollection to make a package for the ifmail port (/usr/ports/news/ifmail) the resulting package won`t install. Fix: during pkg_add time the +INSTALL script is executet in POST-INSTALL pase. This Script uses "$PREFIX" to determine the location for installing files and it should use "$PKG_PREFIX". This has just to be changed How-To-Repeat: "cd /usr/ports/news/ifmail" "make package" try to install the resulting package on another machine this will fail with "chmod: /libexec/ifmail no such file or directory"