a) Build fails: [...] ===> Patching for miredo-1.1.6 ===> miredo-1.1.6 depends on shared library: Judy.1 - found ===> Configuring for miredo-1.1.6 [...] checking Judy.h usability... no checking Judy.h presence... no checking for Judy.h... no configure: WARNING: If you don't care about scalability, re-run configure with '--without-Judy'. configure: error: Required Judy dynamic arrays library missing. ===> Script "configure" failed unexpectedly. [...] b) The remove of sample configuration file does not work. 1.) %%TARGETDIR%% is not defined, replaced with "%D". 2.) The path to the file in PORTDOCS has no prefix "%D". 3.) The argument to rm has wrong path. "miredo/etc" must be "etc/miredo" c) Remove extra directories created by make install Fix: apply this patch How-To-Repeat: $ make clean all WITHOUT_NLS=yes
Responsible Changed From-To: freebsd-ports-bugs->sumikawa Over to maintainer (via the GNATS Auto Assign Tool)
sumikawa 2009-05-21 05:56:42 UTC FreeBSD ports repository Modified files: net/miredo Makefile pkg-plist Removed files: net/miredo/files isatapd.in Log: 1. remove unnessary starup file 2. change localstatedir to use /var/run 3. miredo.conf remove fix 4. Fix complie error with WITHOUT_NLS=yes PR: ports/134772 (3 and 4) Submitted by: dirk.meyer@dinoex.sub.org (3 and 4) Revision Changes Path 1.10 +6 -11 ports/net/miredo/Makefile 1.3 +0 -26 ports/net/miredo/files/isatapd.in (dead) 1.4 +1 -1 ports/net/miredo/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commited, thanks. In the case of @dirrmtry var/run, I've changed localstatedir.