ports/75481: [patch] devel/ace+tao: fix error introduced in last commit

Dryice Liu dryice at hotpop.com
Sat Dec 25 04:40:24 UTC 2004


>Number:         75481
>Category:       ports
>Synopsis:       [patch] devel/ace+tao: fix error introduced in last commit
>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:   Sat Dec 25 04:40:20 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:
	ports/75385 introduced a bug in the Makefile. Sorry and here is the patch.
>How-To-Repeat:
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4-exp.2004122407/ace+tao-5.4.2+1.4.2.log
>Fix:


--- ace+tao.diff begins here ---
diff -ruN ace+tao.old/Makefile ace+tao/Makefile
--- ace+tao.old/Makefile	Wed Dec 22 23:31:49 2004
+++ ace+tao/Makefile	Sat Dec 25 12:22:34 2004
@@ -138,7 +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-freebsd.h -o \
 		-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