Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 08:20:11 -0000
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mikeh@FreeBSD.org
Subject:   ports/50895: Update mail/xfmail 		
Message-ID:  <E194cfo-000Fan-00@voodoo.oberon.net>
Resent-Message-ID: <200304130820.h3D8K8x1093417@freefall.freebsd.org>

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

>Number:         50895
>Category:       ports
>Synopsis:       Update mail/xfmail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 01:20:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
FreeBSD voodoo.oberon.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Wed Apr  2 12:24:32 CEST 2003     root@voodoo.oberon.net:/usr/obj/usr/src/sys/FREAK  i386
 
        
>Description:
Fix building mail/xfmail 

Details: http://bento.freebsd.org/errorlogs/i386-4-latest/xfmail-1.5.4_1.log 

>How-To-Repeat:

>Fix:
diff -ruN xfmail.orig/Makefile xfmail/Makefile
--- xfmail.orig/Makefile        Fri Mar  7 07:06:02 2003
+++ xfmail/Makefile     Sun Apr 13 10:11:43 2003
@@ -32,6 +32,7 @@
 USE_LIBTOOL=   yes
 USE_X_PREFIX=  yes
 USE_XPM=       yes
+USE_REINPLACE=  yes
 
 AUTOCONF=      autoconf
 AUTOHEADER=    autoheader
@@ -52,7 +53,9 @@
 MAN1=          xfmail.1
 
 pre-configure:
-       @(cd ${WRKSRC} && ${SH} autogen.sh);    \
-       ${MAKE} LIBTOOLFILES=aclocal.m4 patch-libtool
+       @(cd ${WRKSRC} && ${SH} autogen.sh);    \
+       ${MAKE} LIBTOOLFILES=aclocal.m4 patch-libtool;  \
+       ${REINPLACE_CMD} -e       \
+       's|--no-verify|--build="$build"|g' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E194cfo-000Fan-00>