Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 02:46:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197530] [NEW PORT] net-im/corebird
Message-ID:  <bug-197530-13-uxu2ZtwLMx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197530-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197530-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197530

--- Comment #1 from Carlos Jacobo Puga Medina <cpm@fbsd.es> ---
Created attachment 152858
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152858&action=edit
11-i386-corebird-build.log

% portlint -AC
WARN: Makefile: Consider adding support for a NLS knob to conditionally disable
gettext support.
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 2 warnings found.

The following patch is necessary in order to build properly net-im/corebird
port.

Index: Mk/Uses/autoreconf.mk
===================================================================
--- Mk/Uses/autoreconf.mk
+++ Mk/Uses/autoreconf.mk
@@ -80,6 +80,9 @@
        @test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f}
 .endfor
        @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoreconf -f -i)
+.if defined(USE_GNOME) && (${USE_GNOME:Mintltool} || ${USE_GNOME:Mintlhack})
+       @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/intltoolize -f -c)
 .endif
+.endif

 .endif

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197530-13-uxu2ZtwLMx>