ports/50895: Update mail/xfmail

Kirill Ponomarew ponomarew at oberon.net
Sun Apr 13 08:20:11 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list