| Summary: | print/gimp-gutenprint hangs on installation phase | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Denis Eremenko <moonshade> <moonshade> |
| Component: | Individual Port(s) | Assignee: | Michael Johnson <ahze> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Denis Eremenko <moonshade@pnhz.kz>
2007-04-05 09:30:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->ahze Over to maintainer ahze 2007-04-05 11:13:24 UTC
FreeBSD ports repository
Modified files:
print/gimp-gutenprint Makefile
Added files:
print/gimp-gutenprint pkg-plist
Log:
- Switch from using PLIST_FILES to pkg-plist because of an unknown bug that
hangs on install.
PR: 111258
Reported by: Denis Eremenko <moonshade@pnhz.kz>
Revision Changes Path
1.2 +1 -2 ports/print/gimp-gutenprint/Makefile
1.1 +1 -0 ports/print/gimp-gutenprint/pkg-plist (new)
_______________________________________________
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: open->closed Fixed with a workaround, by using pkg-plist instead of PLIST_FILES. I don't know why sed hangs when using PLIST_FILES and not when using pkg-plist. I know it didn't do this a week ago. |