Bug 196620 - [PATCH] mail/mailman: Fix pkg-plist for custom MM_USERNAME
Summary: [PATCH] mail/mailman: Fix pkg-plist for custom MM_USERNAME
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 17:46 UTC by Adam McDougall
Modified: 2015-01-17 20:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam McDougall 2015-01-12 17:46:09 UTC
Recent modifications to the mailman port caused it to use
%%IMGDIR%%/%%MM_USERNAME%%-large.jpg which will not exist if MM_USERNAME is
anything other than the standard "mailman" since the file distributed is named
mailman-large.jpg.  

(00:01:15) =======================<phase: package       >============================
(00:01:15) ===>  Building package for mailman-2.1.18.1_6
(00:01:15) pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/mailman/work/stage/usr/local/www/icons/mycustommailmanuser-large.jpg:
No such file or directory
(00:01:16) *** Error code 1

Fix (attached, tested): replace %%MM_USERNAME%%-large.jpg with
mailman-large.jpg in pkg-plist
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:49:02 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Adam McDougall 2015-01-17 20:04:14 UTC
Filling in history: The patch was commited as r376567 by mandree.  Thanks! (marking closed)