From dryice@hotpop.com  Wed Dec 22 14:28:45 2004
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A612116A4CE; Wed, 22 Dec 2004 14:28:45 +0000 (GMT)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 597D343D3F; Wed, 22 Dec 2004 14:28:45 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103])
	by smtp-out.hotpop.com (Postfix) with SMTP
	id 84F85C13759; Wed, 22 Dec 2004 14:28:42 +0000 (UTC)
Received: from hotpop.com (unknown [221.0.238.185])
	by smtp-3.hotpop.com (Postfix) with ESMTP
	id 66B6112D5C8A; Wed, 22 Dec 2004 14:28:37 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Wed, 22 Dec 2004 22:28:34 +0800
Message-Id: <20041222142837.66B6112D5C8A@smtp-3.hotpop.com>
Date: Wed, 22 Dec 2004 22:28:34 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@liu.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sem@freebsd.org
Subject: [patch] devel/ace+tao: install config-freebsd.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75385
>Category:       ports
>Synopsis:       [patch] devel/ace+tao: install config-freebsd.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sem
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 14:30:30 GMT 2004
>Closed-Date:    Wed Dec 22 15:33:21 GMT 2004
>Last-Modified:  Wed Dec 22 15:33:21 GMT 2004
>Originator:     Dryice Liu
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Dec 7 10:38:59 CST 2004

>Description:
	Install config-freebsd.h, which is included from ace/config.h
>How-To-Repeat:
	Make a simple ACE program and compile it. The compiler will
	complain:
		/usr/local/include/ace/config.h:1:32: ace/config-freebsd.h: No such file or directory

>Fix:


--- ace+tao.diff begins here ---
diff -ruN ace+tao.old/Makefile ace+tao/Makefile
--- ace+tao.old/Makefile	Wed Dec  8 03:08:10 2004
+++ ace+tao/Makefile	Wed Dec 22 22:17:53 2004
@@ -138,6 +138,7 @@
 	${FIND} ace -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \
 		-o -name "*.cpp" \) \( -not -name "config-*.h" \
 		-o -name config-all.h -o -name config-lite.h -o \
+		-o -name config-freebsd.h \
 		-name config-posix.h -o -name config-g++-common.h \) -exec \
 			${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \;
 .if !defined(WITHOUT_TAO)
--- ace+tao.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Wed Dec 22 14:44:10 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75385 
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Wed Dec 22 15:32:03 GMT 2004 
State-Changed-Why:  
Committed, thanks! 
and the file added in pkg-plist 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75385 
>Unformatted:
