Date: Sun, 24 Jan 2016 10:51:49 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407097 - in branches/2016Q1/mail/mutt14: . files Message-ID: <201601241051.u0OApnBa016686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Jan 24 10:51:49 2016 New Revision: 407097 URL: https://svnweb.freebsd.org/changeset/ports/407097 Log: MFH: r407094 Fix build failures on current and pkg builds with XFACE option PR: 205719 Submitted by: Udo.Schweigert@siemens.com (maintainer) Approved by: portmgr (miwi) Added: branches/2016Q1/mail/mutt14/files/patch-Makefile.am - copied unchanged from r407094, head/mail/mutt14/files/patch-Makefile.am Modified: branches/2016Q1/mail/mutt14/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/mutt14/Makefile ============================================================================== --- branches/2016Q1/mail/mutt14/Makefile Sun Jan 24 10:48:02 2016 (r407096) +++ branches/2016Q1/mail/mutt14/Makefile Sun Jan 24 10:51:49 2016 (r407097) @@ -145,7 +145,7 @@ post-patch: ${WRKSRC}/contrib/Makefile.in .if ${PORT_OPTIONS:MMUTT_XFACE} @${ECHO} "===> Applying XFACE patch" - slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \ + slrnface_dir=`${FIND} ${WRKDIR}/../../../news/slrnface/work -type d \ -name slrnface-\*`; \ cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch .endif Copied: branches/2016Q1/mail/mutt14/files/patch-Makefile.am (from r407094, head/mail/mutt14/files/patch-Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/mail/mutt14/files/patch-Makefile.am Sun Jan 24 10:51:49 2016 (r407097, copy of r407094, head/mail/mutt14/files/patch-Makefile.am) @@ -0,0 +1,22 @@ +--- Makefile.am.orig 2007-05-23 03:17:52.000000000 +0200 ++++ Makefile.am 2015-12-29 17:27:11.713299000 +0100 +@@ -2,7 +2,7 @@ + ## Use aclocal -I m4; automake --foreign + + AUTOMAKE_OPTIONS = foreign +-EXTRA_PROGRAMS = mutt_dotlock pgpring makedoc ++EXTRA_PROGRAMS = mutt_dotlock pgpewrap pgpring makedoc + + if BUILD_IMAP + IMAP_SUBDIR = imap +@@ -90,6 +90,10 @@ + pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) + pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS) + ++pgpewrap_SOURCES = pgpewrap.c ++pgpewrap_LDADD = @LIBOBJS@ $(INTLLIBS) ++pgpewrap_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS) ++ + mutt_dotlock.c: dotlock.c + cp $(srcdir)/dotlock.c mutt_dotlock.c +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601241051.u0OApnBa016686>