ports/138796: [patch] - update converters/ruby-lv
| From: | Cristiano Rolim Pereira <cristianorolim@hotmail.com> |
| Date: | Mon, 14 Sep 2009 02:22:41 GMT |
| Subject: | [patch] - update converters/ruby-lv |
| Send-pr version: | www-3.1 |
| Number: | 138796 |
| Category: | ports |
| Synopsis: | [patch] - update converters/ruby-lv |
| Severity: | non-critical |
| Priority: | low |
| Responsible: | ruby@FreeBSD.org |
| State: | open |
| Class: | update |
| Arrival-Date: | Mon Sep 14 02:30:04 UTC 2009 |
| Closed-Date: | |
| Last-Modified: | Mon Sep 14 02:30:21 UTC 2009 |
| Originator: | Cristiano Rolim Pereira |
| Release: | 7.2-RELEASE |
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
Substituting "BROKEN= Does not build on amd64 (Needs to link against shared library)" for "NOT_FOR_ARCHS= amd64".
|
Download patch.txt
|
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
|
| Responsible Changed |
| From-To: | freebsd-ports-bugs->ruby |
| By: | edwin |
| When: | Mon Sep 14 02:30:20 UTC 2009 |
| Why: | Over to maintainer (via the GNATS Auto Assign Tool)
|