Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2014 06:13:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192642] update mail/mailagent to a non-interactive, regular port
Message-ID:  <bug-192642-13-BWITeiHsJE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192642-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192642-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #6 from John Marino <marino@FreeBSD.org> ---
you mean this in the original pkg-plist?

@exec /bin/ln -sf %D/lib/mailagent/examples %D/%%EXAMPLESDIR%%/agent
@unexec /bin/rm -f %D/%%EXAMPLESDIR%%/agent


That's not valid and needs to be fixed.

1) why are on earth are examples in 2 places?  Just install them in examples
2) the actual @unexec works but check-plist is too stupid to realize it.

The whole thing is ugly and unnecessary.  Either:

1) Fix it so the examples install at %%EXAMPLESDIR%%/agent directory or 
2) move lib/examples/agent to %%EXAMPLESDIR%%/agent in post-install

for either case delete these two lines


P.S. poudriere is better than redports for this.   Redports is really better
for taking a fully tested port on a single platform and running a quick check
to see if it builds on all platforms.

-- 
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-192642-13-BWITeiHsJE>