[Dnsmasq-discuss] FreeBSD port of release candidate (was: Announce: dnsmasq-2.63rc1)

Matthias Andree matthias.andree at gmx.de
Tue Aug 7 23:36:26 BST 2012


Am 29.07.2012 21:37, schrieb Simon Kelley:
> I'm starting the release process for dnsmasq-2.63 with a first release
> candidate. There's a reasonably hard deadline on making the final 2.63
> release of 23rd August, to catch the feature-freeze on the next Ubuntu
> release.

Greetings,

[...]

FreeBSD dnsmasq users:

I have just added a new FreeBSD port of dnsmasq-2.63rc2, it is in
dns/dnsmasq-devel, and was derived from FreeBSD's dnsmasq-2.62 port.

Note that I have requested that we do not build binary packages of
dnsmasq release candidates, so you need to build the port from source,
pkg_add -r will *not* work.

Note if you have dnsmasq-2.62 installed, you will need to uninstall it
before you can install dnsmasq-devel-2.63rc2.


Simon, GCC 4.6/4.7 seem to pick this nit, and are right about it:

gcc47 -O2 -pipe -Wall -Wno-unused-value -Wl,-rpath=/usr/local/lib/gcc47
-fno-strict-aliasing -O2 -pipe -Wall -Wno-unused-value
-Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing
-DLOCALEDIR='"/usr/local/share/locale"' -DVERSION='"2.63rc2"'
-I/usr/local/include   -c tftp.c	
tftp.c: In function 'tftp_request':
tftp.c:116:11: warning: variable 'check' set but not used
[-Wunused-but-set-variable]

The actual assignments (check = ...) are in lines 196 and 199.

Clang and GCC 4.2.1 are happy with the code.

Best regards,
Matthias




More information about the Dnsmasq-discuss mailing list