Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 17:46:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196620] [PATCH] mail/mailman: Fix pkg-plist for custom MM_USERNAME
Message-ID:  <bug-196620-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196620

            Bug ID: 196620
           Summary: [PATCH] mail/mailman: Fix pkg-plist for custom
                    MM_USERNAME
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mcdouga9@egr.msu.edu

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196620-13>