Created attachment 198198 [details] notmuch-0.28.patch Recently notmuch 0.28 was released, which among other fixes features improved message threading and a completely rewritten zsh completion: https://notmuchmail.org/pipermail/notmuch/2018/027128.html Apart from the version bump the port was adapted to some changes in notmuch's build system. The ports build under poudriere on FreeBSD:11:amd64. However there is one warning: > Using USE_GNOME alone is deprecated, please add USES=gnome. However I'm not using USE_GNOME "alone". I use "USE_GNOME=glib20". So what's up with that?
Created attachment 199020 [details] notmuch-0.28.patch OK, I've fixed the developer warning of "make -C mail/notmuch check-sanity" mentioned above. The ports now build cleanly. Can a committer please take a look at this?
I can't cleanly apply this patch, could you please re-submit it?
What is the exact error? I don't have any problems here: $ cd /usr/ports $ svn info | grep Revision Revision: 484404 $ tmp=$(mktemp) $ fetch -o "$tmp" -q 'https://bz-attachments.freebsd.org/attachment.cgi?id=199020&format=raw' $ svnlite patch "$tmp" U mail/notmuch-emacs/Makefile D mail/notmuch-emacs/files/patch-doc_Makefile.local D mail/notmuch-emacs/files/patch-emacs_notmuch-emacs-mua D mail/notmuch-emacs/files U mail/notmuch-mutt/Makefile U mail/notmuch/Makefile U mail/notmuch/distinfo A mail/notmuch/files/patch-configure A mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile U mail/notmuch/pkg-plist $ rm "$tmp" $ unset tmp
# svn info | grep Revision Revision: 484404 # svn patch "$tmp" C mail/notmuch-emacs/Makefile > rejected hunk @@ -40,9 +40,11 @@ G mail/notmuch-emacs/files/patch-doc_Makefile.local > hunk @@ -1,11 +0,0 @@ already applied G mail/notmuch-emacs/files/patch-emacs_notmuch-emacs-mua > hunk @@ -1,35 +0,0 @@ already applied C mail/notmuch-mutt/Makefile > rejected hunk @@ -14,6 +14,7 @@ > rejected hunk @@ -22,14 +23,15 @@ C mail/notmuch/Makefile > rejected hunk @@ -2,7 +2,7 @@ > rejected hunk @@ -27,7 +27,7 @@ > rejected hunk @@ -60,12 +60,16 @@ C mail/notmuch/distinfo > rejected hunk @@ -1,3 +1,3 @@ G mail/notmuch/files/patch-configure > hunk @@ -0,0 +1,18 @@ already applied G mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile > hunk @@ -0,0 +1,15 @@ already applied C mail/notmuch/pkg-plist > rejected hunk @@ -23,4 +23,5 @@ Summary of conflicts: Text conflicts: 5
Ah I got it, I'm in wrong dir, sorry.
A commit references this bug: Author: krion Date: Thu Nov 8 07:35:31 UTC 2018 New revision: 484432 URL: https://svnweb.freebsd.org/changeset/ports/484432 Log: Update to 0.28 PR: 232310 Submitted by: maintainer Changes: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/files/patch-configure head/mail/notmuch/files/patch-contrib_notmuch-mutt_Makefile head/mail/notmuch/pkg-plist head/mail/notmuch-emacs/Makefile head/mail/notmuch-emacs/files/ head/mail/notmuch-mutt/Makefile
A commit references this bug: Author: tobik Date: Sat Nov 10 17:17:56 UTC 2018 New revision: 484625 URL: https://svnweb.freebsd.org/changeset/ports/484625 Log: mail/notmuch-mutt: Unbreak build when PREFIX != LOCALBASE ===> Generating temporary packing list [...] mkdir -p /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/etc/Muttrc.d install -m 644 notmuch-mutt.rc /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/etc/Muttrc.d/notmuch-mutt.rc mv: rename /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/usr/local/etc/Muttrc.d/notmuch-mutt.rc to /wrkdirs/usr/ports/mail/notmuch-mutt/work/stage/prefix/notmuch-mutt-0.28/share/examples/notmuch/notmuch-mutt.rc: No such file or directory PR: 232310 Changes: head/mail/notmuch-mutt/Makefile