Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2022 22:01:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263150] net/wifimgr fails to build without NLS option
Message-ID:  <bug-263150-7788-4I1kgVIFC9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263150-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263150-7788@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=3D263150

--- Comment #2 from J.R. Oldroyd <fbsd@opal.com> ---
Ah, I see that the saved config here overrode the OPTIONS_UNSET envar so my
successful build just now wasn't actually with NLS unset.

Okay, this patch should fix it.  If okay, I will get a port update out
tomorrow.

diff --git a/po/Makefile b/po/Makefile
index ab1d151..20f0b51 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -53,4 +53,14 @@ pot:         wifimgr.pot
 wifimgr.pot:   ../src/wifimgr.pot
                if [ -f $@ ]; then ${MSGMERGE} -U $@ $?; else ${CP} $? $@; =
fi

+.else
+
+do-build:
+
+do-clean:
+
+do-install:
+
+do-deinstall:
+
 .endif

--=20
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-263150-7788-4I1kgVIFC9>