Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Sep 2002 12:59:48 +0200 (CEST)
From:      Eirik Nygaard <eirikn@bluezone.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42547: Error in mutt's Makefile
Message-ID:  <20020908105948.361F8100@eirikn.net>

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

>Number:         42547
>Category:       ports
>Synopsis:       Error in mutt's Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 04:00:13 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eirik Nygaard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD test.eirikn.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Sep 4 16:43:37 CEST 2002 eirik@test.eirikn.net:/usr/obj/usr/src/sys/ITvision i386


	
>Description:
	There are two entrys of pre-build in mutt's Makefile
>How-To-Repeat:
	make/make install the mutt port and you will get a warning.
>Fix:
	I have a attached a patch.
	

--- mutt-08.09.02.diff begins here ---
diff -urN ./Makefile /usr/home/eirik/src/fbsd/ports/mutt/Makefile
--- ./Makefile	Tue Sep  3 17:40:57 2002
+++ /usr/home/eirik/src/fbsd/ports/mutt/Makefile	Sun Sep  8 12:54:02 2002
@@ -93,8 +93,6 @@
 	@${PERL} -pi -e "s/^(ACLOCAL = ).+/\1${ACLOCAL}/; s/^(AUTOCONF = ).+/\1${AUTOCONF}/; \
 		s/^(AUTOMAKE = ).+/\1${AUTOMAKE}/; s/^(AUTOHEADER = ).+/\1${AUTOHEADER}/" \
 		${BUILD_WRKSRC}/Makefile
-
-pre-build:
 	cd ${WRKSRC} && ${MAKE} keymap_defs.h
 
 .if !defined(NOPORTDOCS)
--- mutt-08.09.02.diff ends here ---


>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?20020908105948.361F8100>