Displaying 3 results from an estimated 3 matches for "configure_env".
2019 Apr 01
1
gencache.tdb: device busy
...owever, I get this message with 4.10.0.
There is enough file space and the partition is mounted and the permissions are the same as with the older samba version. I have no clue why the "device" should be "busy"...
The configure options were:
CONFIGURE_PREFIX = /usr/lib/samba
CONFIGURE_ENV += CPP="$(CC) -E"
CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
CONFIGURE_ENV += CUPS_CONFIG=$(USRBINDIR)/cups-config
CONFIGURE_ENV += PYTHONARCHDIR=$(PYTHON_VENDOR_PACKAGES)/samba
# --enable-fhs should not be on
CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
CONFIGURE_OPTIONS +=...
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie,
Is there a way to get the default BSD 5.3 openssh to compile against
the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so
that the heimdal kerberos is not built, and rebuilt world, then installed
/usr/ports/security/krb5 and rebuilt world again. sshd is however not being
built against MIT at all.
[root@foobar] ~ # ldd /usr/sbin/sshd
/usr/sbin/sshd:
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...ltimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS+= theora 3.1
SHARED_LIBS+= theoradec 1.0
-SHARED_LIBS+= theoraenc 1.1
+SHARED_LIBS+= theoraenc 1.2
HOMEPAGE= http://www.theora.org/
@@ -30,5 +30,8 @@
CONFIGURE_ARGS= --disable-examples
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \
ac_cv_prog_HAVE_PDFLATEX=false
+
+#MODULES+= gcc4
+#MODGCC4_ARCHES= *
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/libtheora/distinfo,v
retrieving revisio...