search for: filesdir

Displaying 6 results from an estimated 6 matches for "filesdir".

Did you mean: filedir
2003 Sep 08
1
ports/55928: vmware2 broken on -STABLE, presumably by PAE import
...testing your suggestions. Cheers, -- Anders. -------------- next part -------------- diff -Nur vmware2.old/Makefile vmware2/Makefile --- vmware2.old/Makefile Sun Apr 13 11:55:43 2003 +++ vmware2/Makefile Mon Sep 8 09:22:11 2003 @@ -99,6 +99,8 @@ .endif .if ${OSVERSION} >= 500027 ${CAT} ${FILESDIR}/pmap.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 +.elseif ${OSVERSION} < 500000 && ${OSVERSION} >= 480101 + ${CAT} ${FILESDIR}/pmap.patch-stable | (cd ${WRKSRC} && patch) > /dev/null 2>&1 .endif ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP}...
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...X}/share/examples/samba ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ ${STARTUP_SCRIPT} ; \ fi @test -d ${SAMBA_SPOOL} || ${MKDIR} ${SAMBA_SPOOL} && ${CHMOD} 1777 ${SAMBA_SPOOL} @if [ ! -f ${SAMPLE_CONFIG} ]; then \...
2016 Aug 13
0
Samba 4.2.14 Group Policy (GPO) sync error
...bundled libraries - if possible. Though there seems to be some incompatibility. So currently my solution is to use a custom ebuild allowing bundled libraries and removing the custom Gentoo patch. # diff /usr/portage/net-fs/samba/samba-4.2.14.ebuild samba-4.2.14.ebuild 93c93 < "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" --- > # "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" 143,144c143,144 < --bundled-libraries=NONE < --builtin-libraries=NONE --- > # --bundled-libraries=NONE > # --...
2016 Aug 08
5
Samba 4.2.14 Group Policy (GPO) sync error
Hi Louis, > Ive tested the following, i use static and dhcp ip here. I am using DHCP only. > Everything on static ip works perfect on win7 and win10. > And at the domain join the a and ptr is created automaticly. > GPO works fine for both. Can't tell about static setup as it's impractical in my networks. > Dhcp ip. > Win 7 works fine, AD join A and PTR is created
2016 Aug 14
2
Samba 4.2.14 Group Policy (GPO) sync error
...ough there seems to be some incompatibility. > > > So currently my solution is to use a custom ebuild allowing bundled > libraries and removing the custom Gentoo patch. > > # diff /usr/portage/net-fs/samba/samba-4.2.14.ebuild samba-4.2.14.ebuild > 93c93 > < "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" > --- >> # "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" > 143,144c143,144 > < --bundled-libraries=NONE > < --builtin-libraries=NONE > --- >> # --bundled-libra...
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
...0. However, it doesn't include the libusb-config binary. This is from the 'ports' Makefile for NUT: ########## - - 8< - - cut here - - ############## .if !defined(WITHOUT_USB) . if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb . else EXTRA_PATCHES= ${FILESDIR}/extra-patch-m4_nut_check_libusb.m4 . endif CONFIGURE_ARGS+= --with-usb=auto MAN8+= bcmxcp_usb.8 megatec_usb.8 richcomm_usb.8 tripplite_usb.8 \ usbhid-ups.8 PLIST_SUB+= NUT_USB="" .else CONFIGURE_ARGS+= --without-usb PLIST_SUB+= NUT_USB=&quot...