ports/53472: [patch] set ONLY_FOR_ARCHS in sysutils/ltrace

Mark Linimon linimon at lonesome.com
Thu Jun 19 00:10:16 UTC 2003


>Number:         53472
>Category:       ports
>Synopsis:       [patch] set ONLY_FOR_ARCHS in sysutils/ltrace
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 17:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	This ports's FreeBSD/ subdirectory only includes code for i386.
	Another directory has code for sparc if anyone wishes to take
	that on; in the meantime, it is useless to let bento attempt
	to do builds on anything other then i386.
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- ltrace/Makefile.dist	Fri Feb 21 07:17:17 2003
+++ ltrace/Makefile	Wed Jun 18 19:04:37 2003
@@ -15,6 +15,10 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dynamic Library Tracer -- similar to strace, but it traces library calls
 
+# although there is sparc code under the Linux/ directory, there is nothing
+# other than i386 in the FreeBSD/ directory as of 06/18/2003
+ONLY_FOR_ARCHS=	i386
+
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list