svn commit: r407094 - in head/mail/mutt14: . files

Thomas Zander riggs at FreeBSD.org
Sun Jan 24 10:21:28 UTC 2016


Author: riggs
Date: Sun Jan 24 10:21:26 2016
New Revision: 407094
URL: https://svnweb.freebsd.org/changeset/ports/407094

Log:
  Fix build failures on current and pkg builds with XFACE option
  
  PR:		205719
  Submitted by:	Udo.Schweigert at siemens.com (maintainer)
  MFH:		2016Q1

Added:
  head/mail/mutt14/files/patch-Makefile.am   (contents, props changed)
Modified:
  head/mail/mutt14/Makefile

Modified: head/mail/mutt14/Makefile
==============================================================================
--- head/mail/mutt14/Makefile	Sun Jan 24 09:42:44 2016	(r407093)
+++ head/mail/mutt14/Makefile	Sun Jan 24 10:21:26 2016	(r407094)
@@ -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

Added: head/mail/mutt14/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/mutt14/files/patch-Makefile.am	Sun Jan 24 10:21:26 2016	(r407094)
@@ -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
+ 


More information about the svn-ports-head mailing list