Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jun 2014 11:53:37 +0000
From:      no-reply-bugzilla-daemon@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190501] New: [maintainer] fix lang/ypsilon on HEAD
Message-ID:  <bug-190501-13@http.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190501

            Bug ID: 190501
           Summary: [maintainer] fix lang/ypsilon on HEAD
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: vmagerya@gmail.com

The C compiler in HEAD now exits when unknown options are passed, which breaks
lang/ypsilon. Use this patch to resolve this problem.

Redports logs are at [1].

[1] https://redports.org/buildarchive/20140602114601-39225/

Fix:
Patch attached with submission follows:

diff -ruN ypsilon.orig/Makefile ypsilon/Makefile
--- ypsilon.orig/Makefile    2014-06-02 14:44:47.000000000 +0300
+++ ypsilon/Makefile    2014-06-02 14:43:07.000000000 +0300
@@ -20,6 +20,9 @@

 OPTIONS_DEFINE=    EXAMPLES

+post-patch:
+    ${REINPLACE_CMD} 's/-fno-[a-z-]*//g' ${WRKSRC}/Makefile
+
 do-install:
     ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
     ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1

-- 
You are receiving this mail because:
You are the assignee for the bug.



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