If mail/opendkim is built WITHOUT_FILTER, installation will fail due to a logic error in post-install: test -z "/usr/ports/mail/opendkim/work/doc" || build-aux/install-sh -c -d "/usr/ports/mail/opendkim/work/doc" install -o root -g wheel -m 444 FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail RELEASE_NOTES.Sendmail '/usr/ports/mail/opendkim/work/doc' /usr/bin/strip: '/usr/local/sbin/opendkim': No such file *** Error code 1 Stop in /usr/ports/mail/opendkim. *** Error code 1 Stop in /usr/ports/mail/opendkim. Fix: Apply the attached patch. Patch attached with submission follows: How-To-Repeat: Build/install mail/opendkim without FILTER selected in OPTIONS.
Responsible Changed From-To: freebsd-ports-bugs->zi Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of mail/opendkim, Please note that PR ports/167803 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/167803 -- 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)
Hi, I see the problem and the patch looks okay. I approve it, thanks. At Fri, 11 May 2012 16:40:24 UT, Edwin Groothuis wrote: > Please note that PR ports/167803 has just been submitted. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167803 Regards, -- Hirohisa Yamaguchi umq@ueo.co.jp
zi 2012-05-15 00:24:09 UTC FreeBSD ports repository Modified files: mail/opendkim Makefile Log: - Fix install whenever WITH_FILTER is not specified - Do not bump PORTREVISION PR: ports/167803 Submitted by: zi Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Revision Changes Path 1.16 +1 -1 ports/mail/opendkim/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 Committed. Thanks!