Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 2004 12:34:05 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/75481: [patch] devel/ace+tao: fix error introduced in last commit
Message-ID:  <20041225043405.82EA312EEEFF@smtp-3.hotpop.com>
Resent-Message-ID: <200412250440.iBP4eNVc047842@freefall.freebsd.org>

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

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



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