Displaying 10 results from an estimated 10 matches for "portsdir".
2007 Nov 12
11
Various FreeBSD bits...
I just drudged through a bit of the archives and see a FreeBSD bits
floating in there that are of some value, but aren''t on the wiki. I
posted a few bits on the wiki regarding some FreeBSD cobbling that
I''ve done recently and hope that folk find it of use (and start
posting their useful bits there as well).
http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD
The
2007 Nov 12
0
FreeBSD portsnap class...
...t/wiki/PuppetFreeBSD#portsnap
## EXAMPLE
import ''freebsd.pp''
import ''schedule.pp''
node ''freebsd.local'' {
include freebsd::portsnap
}
## END
Depends on a schedule ''maint'' that runs once a night and class freebsd
having $_portsdir set. I recommend using tricks like the following so
that you can set $freebsd::portsdir wherever to whatever, if you need
to.
class freebsd {
$_portsdir = $portsdir ? { '''' => ''/usr/ports'', default => $portsdir }
}
schedule { maint:
range =>...
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...R= dwcjr@FreeBSD.org
COMMENT= A free SMB and CIFS client and server
for UNIX
CONFLICTS= ja-samba-2.* samba-3.*
samba-libsmbclient-3.* sharity-light-1.*
USE_BZIP2="YES"
.if !defined(WITHOUT_CUPS)
WITH_CUPS= yes
.endif
.if defined(WITH_CUPS)
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
.endif
# directories
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba
SAMBA_LOGDIR= ${VARDIR}/log
SAMBA_PRIVATE= ${PREFIX}/private
SAMBA_CONFDIR= ${PREFIX}/etc
# sample files...
2009 Dec 22
8
Illegal instruction: 4 (core dumped) when running testparm & [sn]mbd with default config
I'm running FreeBSD 8 on a Sheevaplug (ARM5 processor)
I compiled and installed Samba 3.3.9 from ports using defaults and defaults
for dependencies.
I left the smb.conf file untouched, ran testparm and immediately received
the coredump.
The same happens running smbd and nmbd.
Can anyone help me resolve?
http://old.nabble.com/file/p26879957/testparm.core.gz testparm.core.gz
--
View this
2003 Jul 21
2
Mozilla port.
I have a very strange problem with Mozilla since I updated it to the
latest stable. The font used on the menus are rendered extermly badly
such as lots of white spaces between the letters, large blocky font.
The font option does not seem to change any of those fonts which makes
me think it maybe something to do with X11. However, none of the other
things I use have any font issues...
Any idea
2003 Sep 03
1
index build killed by ports/science/chemtool
...nd for science/chemtool for database
freshports
: make -V PORTNAME -V PKGNAME -V DESCR -V CATEGORIES -V
PORTVERSION -
V PORTREVISION -V COMMENT -V COMMENTFILE -V MAINTAINER -V
EXTRACT_SUFX -V BUILD_DEPENDS -V RUN_DEPENDS -V FORBIDDEN -V
BROKEN -
f /usr/home/dan/ports/science/chemtool/Makefile
PORTSDIR=/usr/home/dan/ports
2>/tmp/FreshPorts.science.chemtool.make-
error.2003.9.3.15.37.46.6207 =>
"/usr/home/dan/ports/science/chemtool/Makefile", line 23:
Unassociated shell command "LDFLAGS="-L${LOCALBASE}/lib""
make: fatal errors encountered -- cannot continue
*...
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
...ems to be the compatibility
layer from libusb 1.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+=...
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
I just finished up a port of Andy Polyakov's excellent dvd+rw-tools
to FreeBSD, and he has incorporated the patches into his release:
http://fy.chalmers.se/~appro/
http://fy.chalmers.se/~appro/linux/DVD+RW/
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
(version 5.8.4.4.4)
These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners,
including the popular Sony
2003 May 22
1
readmes
...rint-run-depends-list)"'|' \
-e 's|%%TOP%%|'"$$(${ECHO_CMD} ${CATEGORIES} | \
${SED} -e 's| .*||' -e 's|[^/]*|..|g')"'/..|' \
${TEMPLATES}/README.port >> $@
# The following two targets require an up-to-date INDEX in ${PORTSDIR}
--- ~bsd.port.subdir.mk Thu May 22 02:45:48 2003
+++ bsd.port.subdir.mk Thu May 22 21:12:32 2003
@@ -129,15 +129,17 @@
if [ "$$OK" = "" ]; then \
${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \
cd ${.CURDIR}/$${edir}; \
${MAKE} -B ${.TARGET:E:realinstall=in...
2005 Nov 26
7
Reflections on Trusting Trust
or "How do I know my copy of FreeBSD is the same as yours?"
I have recently been meditating on the issue of validating X.509
root certificates. An obvious extension to that is validating
FreeBSD itself.
Under "The Cutting Edge", the handbook lists 3 methods of
synchronising your personal copy of FreeBSD with the Project's copy:
Anonymous CVS, CTM and CVSup. There are