| Summary: | Can't install net/smb4k | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Walter C. Pelissero <walter.pelissero> | ||||
| Component: | Individual Port(s) | Assignee: | Stefan Walter <stefan> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Walter C. Pelissero
2008-10-20 14:10:01 UTC
Maintainer of net/smb4k,
Please note that PR ports/128243 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128243
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->stefan Take. Hi Walter, I was just able to successfully build and install net/smb4k. Is your ports tree up to date, and does /usr/ports/net/smb4k/pkg-message exist? Regards, Stefan Stefan Walter writes: > I was just able to successfully build and install net/smb4k. Is your ports > tree up to date, Updated daily. > and does /usr/ports/net/smb4k/pkg-message exist? 259% ll /usr/ports/net/smb4k total 18 -rw-r--r-- 1 root wheel 1.0K Oct 20 14:48 Makefile -rw-r--r-- 1 root wheel 1.1K Oct 20 14:48 Makefile.save -rw-r--r-- 1 root wheel 194B Sep 23 18:47 distinfo drwxr-xr-x 2 root wheel 512B Sep 20 01:26 files -rw-r--r-- 1 root wheel 899B Nov 29 2006 pkg-descr -rw-r--r-- 1 root wheel 789B Nov 17 2005 pkg-message -rw-r--r-- 1 root wheel 4.0K Sep 23 18:47 pkg-plist 260% (Makefile.save is the distribution one, the other one is the one without the sad sed.) I've made a log of the make with make -f Makefile.save -n -dA install | & tee make.log and saved in http://www.pelissero.de/make.log.bz2 -rw-r--r-- 1 root wheel 64029 Oct 22 11:14 make.log.bz2 Hope it helps. -- walter pelissero http://www.pelissero.de Hm...could you try if the attached patch helps? PKGMESSAGE is redefined in the port's Makefile; I don't see why this would be a problem with you and not with me, but maybe just using a different variable name helps. Regards, Stefan Stefan Walter writes: > Hm...could you try if the attached patch helps? The patch has mended the problem. -- walter pelissero http://www.pelissero.de stefan 2008-10-27 18:35:12 UTC
FreeBSD ports repository
Modified files:
net/smb4k Makefile
Log:
Do not redefine PKGMESSAGE, which seems to cause problems during installation in
some cases.
PR: 128243
Submitted by: "Walter C. Pelissero" <walter.pelissero@iesy.net>
Patch by: stefan
Revision Changes Path
1.21 +3 -3 ports/net/smb4k/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Fixed, thanks for your report! |