Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 22:28:34 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/75385: [patch] devel/ace+tao: install config-freebsd.h
Message-ID:  <20041222142837.66B6112D5C8A@smtp-3.hotpop.com>
Resent-Message-ID: <200412221430.iBMEUX8W073888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75385
>Category:       ports
>Synopsis:       [patch] devel/ace+tao: install config-freebsd.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 14:30:30 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041222142837.66B6112D5C8A>