[Bug 190501] New: [maintainer] fix lang/ypsilon on HEAD

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Mon Jun 2 11:53:37 UTC 2014


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 at FreeBSD.org
          Reporter: vmagerya at 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.


More information about the freebsd-ports-bugs mailing list