Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2009 02:22:41 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138796: [patch] - update converters/ruby-lv
Message-ID:  <200909140222.n8E2MfqU057901@www.freebsd.org>
Resent-Message-ID: <200909140230.n8E2U42C013553@freefall.freebsd.org>

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

>Number:         138796
>Category:       ports
>Synopsis:       [patch] - update converters/ruby-lv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 14 02:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Substituting  "BROKEN= Does not build on amd64 (Needs to link against shared library)" for "NOT_FOR_ARCHS=	amd64".
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../ruby-lv.orig/Makefile ./Makefile
--- ../ruby-lv.orig/Makefile	2009-09-13 22:53:29.000000000 -0300
+++ ./Makefile	2009-09-13 22:55:13.000000000 -0300
@@ -33,9 +33,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64"
-BROKEN=		"Does not build on amd64 (Needs to link against shared library)"
-.endif
+#Does not build on amd64 (Needs to link against shared library)
+NOT_FOR_ARCHS=	amd64
 
 post-extract:
 	${CP} -Rp `${LV_WRKSRC_CMD}` ${WRKSRC}/lv


>Release-Note:
>Audit-Trail:
>Unformatted:



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