From owner-freebsd-questions@FreeBSD.ORG Fri Apr 10 19:30:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD631065734 for ; Fri, 10 Apr 2009 19:30:50 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 28ED98FC20 for ; Fri, 10 Apr 2009 19:30:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so764681yxm.13 for ; Fri, 10 Apr 2009 12:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type; bh=GVHtiPpg8K4bIPo7N+SMuZ9IKnKAejVOVSyoDCJBaTw=; b=PI1p5GDgRQCBg2Uh/P47RchJZ4D0fArvjDuGrCZ6t0S82cUScawhgjuqlL31PAkiN3 spyUxGOnKXDP88ZkXEDrBRa499LxGZVjXRu0Ulr513by9vQGe2q2sTada27UJco/Ac6R 2Nqa82c/iVydYZAINCChAOspHvn2Cpx06nZjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; b=xbQOHYswfHWS4wWfqR1NPhpULgjb1xAlGICFV6KCtkfRXsk1UprZE1DartH7kGBWlQ kFJGLdrJXOxIFjFZGBLGtilGleU8k73xOl+BRDQGopSAzguOeAxrAGFk+JV8VQTb0oEp xrBAmW/yqi8P7LGbBUZbirqTMQo8Fx+aVd9VM= Received: by 10.90.98.13 with SMTP id v13mr4856588agb.30.1239391849382; Fri, 10 Apr 2009 12:30:49 -0700 (PDT) Received: from ?216.16.29.53? (host-53.216-16-29.iw.net [216.16.29.53]) by mx.google.com with ESMTPS id 5sm2465025agc.54.2009.04.10.12.30.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Apr 2009 12:30:48 -0700 (PDT) Message-ID: <49DF9E7A.4030300@gmail.com> Date: Fri, 10 Apr 2009 14:31:06 -0500 From: Adam Vandemore User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20090410190237.27848BE71@kev.msw.wpafb.af.mil> In-Reply-To: <20090410190237.27848BE71@kev.msw.wpafb.af.mil> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: sorta newb help compiling samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 19:30:51 -0000 Karl Vogel wrote: >>> On Wed, 8 Apr 2009 13:21:17 -0500, >>> "Gary Gatten" said: >>> > > G> I've been playing with various flavors of *nix off and on for almost twenty > G> years, but not doing much development the make process often causes me > G> issues - as is the case with samba. > > This is why I only use the ports system for small, simple builds like > rsync. For anything major (Perl, OpenSSH, OpenSSL, Apache ...) I either > use a pre-built package or build directly from source. I used these > commands for my most recent Samba build: > > me% CC=gcc ./configure --with-acl-support \ > --with-configdir=/usr/local/etc \ > --prefix=/usr/local > me% make > root# make install > > I use a (fairly generic) script to handle starting and stopping Samba > cleanly. It also handles log rotation. It's attached below, if you're > interested. The "killpg" program used is derived from kill, but sends its > signals to a process group instead of a process. > > How do you handle major builds that use FBSD specific patches....asterisk for example? -- Adam Vandemore Systems Administrator IMED Mobility (605) 498-1610