cvs commit: ports/net/jabber-msn Makefile

Vitaly Markitantov vm at dics.com.ua
Tue May 6 02:32:25 PDT 2003


On Tue, May 06, 2003 at 01:55:49AM -0700, Kris Kennaway wrote:
> On Tue, May 06, 2003 at 11:21:50AM +0300, Vitaly Markitantov wrote:
> > On Tue, May 06, 2003 at 12:27:15AM -0700, Kris Kennaway wrote:
> > > kris        2003/05/06 00:27:15 PDT
> > > 
> > >   FreeBSD ports repository
> > > 
> > >   Modified files:
> > >     net/jabber-msn       Makefile 
> > >   Log:
> > >   BROKEN: Does not build
> > 
> >  On 4.8 this builds and works perfectly.
> 
> Not on a clean system.
> 
> http://bento.freebsd.org/errorlogs/i386-4-latest/jabber-msn-transport-1.2.1.log
> 

 Does this patch helps?


--- Makefile.orig       Tue May  6 12:23:31 2003
+++ Makefile    Tue May  6 12:27:46 2003
@@ -16,7 +16,7 @@
 BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
 
 USE_GMAKE=     yes
-USE_AUTOHEADER=        yes
+USE_AUTOCONF=  yes
 USE_AUTOMAKE=  yes
 AUTOMAKE_ARGS+=        --include-deps --add-missing --foreign
 USE_AUTOMAKE_VER=      14
@@ -24,7 +24,7 @@
 
 pre-configure:
        @cd ${WRKSRC} ; \
-       aclocal14 && autoheader
+       ${ACLOCAL} && ${AUTOHEADER}
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/src/msntrans.so ${PREFIX}/lib/jabber/

 

-- 
 Vitaly Markitantov         mailto: vm at dics.com.ua


More information about the cvs-ports mailing list