ports/75385: [patch] devel/ace+tao: install config-freebsd.h

Dryice Liu dryice at hotpop.com
Wed Dec 22 14:30:40 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list