From owner-p4-projects@FreeBSD.ORG Sat Jul 9 12:16:09 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CBE4416A420; Sat, 9 Jul 2005 12:16:08 +0000 (GMT) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38F716A41C for ; Sat, 9 Jul 2005 12:16:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7DF43D49 for ; Sat, 9 Jul 2005 12:16:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7203 invoked from network); 9 Jul 2005 12:16:07 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Jul 2005 12:16:07 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j69CFxfm030633; Sat, 9 Jul 2005 08:15:59 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: soc-tyler Date: Sat, 9 Jul 2005 08:11:02 -0400 User-Agent: KMail/1.8 References: <200507082347.j68NlN7L001942@repoman.freebsd.org> In-Reply-To: <200507082347.j68NlN7L001942@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507090811.03859.jhb@FreeBSD.org> X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx Cc: Perforce Change Reviews Subject: Re: PERFORCE change 79785 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 12:16:09 -0000 On Friday 08 July 2005 07:47 pm, soc-tyler wrote: > http://perforce.freebsd.org/chv.cgi?CH=79785 > > Change 79785 by soc-tyler@soc-tyler_launchd on 2005/07/08 23:46:51 > > Remove -lexpat from Makefile, we're not going with XML for now. > Comment out all the CoreFoundation related functions and begin to > implement replacement functions for them (using libutil, etc) > > Affected files ... > > .. //depot/projects/soc2005/launchd/launchctl/Makefile#4 edit > .. //depot/projects/soc2005/launchd/launchctl/launchctl.c#4 edit > > Differences ... > > ==== //depot/projects/soc2005/launchd/launchctl/Makefile#4 (text+ko) ==== > > @@ -9,7 +9,7 @@ > LAUNCHD= ${.CURDIR}/../ > > CFLAGS+= -g -Wall -W -Wshadow -Wpadded -I${LAUNCHD}/includes > -LDADD+= -lreadline > +LDADD+= -lreadline -lutil > > .PATH: ${LAUNCHD} > > Doesn't look like -lexpat was ever in the list. :) Note that there is a version of libexpat in the base system for system utilities to use that is called libbsdxml. libgeom uses it to parse GEOM's XML tree. So, if the reason you decided to not do XML was to avoid importing libexpat into the tree, you don't have to worry about that, it's already there. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org