Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 11:07:43 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33571: maintainer-update of mail/mutt-devel
Message-ID:  <200201051007.g05A7hbp090128@reims.mchp.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         33571
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 02:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #38: Sat Dec 22 08:45:23 CET 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

Fix a little bug from the last submission which prevented installation if 
WITH_MUTT_HTML wasn't defined.

Also change the depency for WITH_MUTT_NNTP to inn-stable instead if inn.

(Sorry, sorry for so many PRs in a short time for one port ;-)

>How-To-Repeat:
>Fix:

diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile
--- /usr/ports/mail/mutt-devel/Makefile	Sat Jan  5 01:23:20 2002
+++ mutt-devel/Makefile	Sat Jan  5 10:37:14 2002
@@ -23,8 +23,8 @@
 #
 # If you want to read news with mutt define:
 #  WITH_MUTT_NNTP
-#    (note that this implies building of the inn port to be able to post new
-#     articles)
+#    (note that this implies building of the inn-stable port to be able to 
+#     post new articles)
 #
 # If you want to use the SASL authentication features with your email server
 # define
@@ -139,7 +139,7 @@
 BUILD_DEPENDS+=	sgmlfmt:${PORTSDIR}/textproc/sgmlformat
 .endif
 .if defined(WITH_MUTT_NNTP)
-BUILD_DEPENDS+=	${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn
+BUILD_DEPENDS+=	${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn-stable
 pre-configure::
 	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-inews
 .endif
diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/files/patch-02 mutt-devel/files/patch-02
--- /usr/ports/mail/mutt-devel/files/patch-02	Sat Jan  5 01:23:28 2002
+++ mutt-devel/files/patch-02	Sat Jan  5 10:43:37 2002
@@ -9,7 +9,7 @@
  
  try-html: ../makedoc
 -	test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
-+	rm *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
++	rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
  
  try-txt: ../makedoc
 -	test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201051007.g05A7hbp090128>