+DEB_HOST_ARCH_OS  := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifneq (linux,$(DEB_HOST_ARCH_OS))
+        YPBIND_CONF=--disable-dbus-nm
+endif

This looks wrong - configure should be figuring this out for itself if
the system doesn't have usable DBus and/or NetworkManager support.  Why
are you forcing this manually?

Well, the current configure figures this out for itself, but it doesn't
continue to build without explicitely asked:

-------------------------------------------------------------------------------
checking pkg-config is at least version 0.9.0... yes
checking for DBUS... configure: error: Package requirements (dbus-glib-1 >= 
0.60) were not met:

No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: [build] Error 1 (ignored)
(cd ypbind-mt-1.20.1 && make )
make[1]: Entering directory `/tmp/nis-3.17/ypbind-mt-1.20.1'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/tmp/nis-3.17/ypbind-mt-1.20.1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
---------------------------------------------------------------------------------


Also, is there any plan to fix Network Manager to work on kFreeBSD?

The network-manager operates on low level interfaces,
which are different between Linux and FreeBSD.
Just run "grep -ir include.*linux ." on NM sources.

Petr




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to