From owner-freebsd-current@FreeBSD.ORG Wed Aug 29 13:14:09 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26CE316A41B for ; Wed, 29 Aug 2007 13:14:09 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (220-135-222-5.HINET-IP.hinet.net [220.135.222.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9B15C13C458 for ; Wed, 29 Aug 2007 13:14:08 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail.fatpipi.com (Postfix, from userid 1002) id CC3F82E028; Wed, 29 Aug 2007 20:57:06 +0800 (CST) Date: Wed, 29 Aug 2007 20:57:06 +0800 From: "Vanilla I. Shu" To: current@freebsd.org Message-ID: <20070829125706.GA36689@fatpipi.cirx.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: patch for objc include files X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 13:14:09 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=big5 Content-Disposition: inline Hi: could someone to review this patch and commit it? /usr/include/objc/objc-api.h need to include objc-decls.h but it will not install by current objc Makefile. thanks. -- this patch will resolve broken of ports/lang/ofc. --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename="diff.objc" --- gnu/lib/libobjc/Makefile.orig 2007-08-29 20:35:38.780575573 +0800 +++ gnu/lib/libobjc/Makefile 2007-08-29 20:35:49.764902910 +0800 @@ -13,7 +13,7 @@ nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \ selector.c sendmsg.c thr.c thr-objc.c exception.c -INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \ +INCS= encoding.h hash.h objc-api.h objc-decls.h objc-list.h objc.h runtime.h \ sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h INCSDIR=${INCLUDEDIR}/objc --3MwIy2ne0vdjdPXF--