[Bug 217486] chinese/gcin: update moc-qt4 executable path

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 2 01:57:31 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217486

            Bug ID: 217486
           Summary: chinese/gcin: update moc-qt4 executable path
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vanilla at FreeBSD.org
          Reporter: yunchih at csie.ntu.edu.tw
          Assignee: vanilla at FreeBSD.org
             Flags: maintainer-feedback?(vanilla at FreeBSD.org)

In the revision 434379[1], the path of the executable moc-qt4 has changed[2]:

%%QT_BINDIR%%/moc-qt4  ==> %%QT_BINDIR%%/moc 

This breaks gcin because the path is hard-coded in the Makefile.
The proposed patch is:

Index: chinese/gcin/Makefile
===================================================================
--- chinese/gcin/Makefile       (revision 435057)
+++ chinese/gcin/Makefile       (working copy)
@@ -41,7 +41,7 @@
                s,-ldl,,; \
                s,mandir=$$datadir,mandir=$$prefix,; \
                s,/usr/share,$$prefix/share,; \
-               s,/usr/bin/moc,${LOCALBASE}/bin/moc-qt4,; \
+               s,/usr/bin/moc,${LOCALBASE}/bin/moc,; \
                1, 300 s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,; \
                /GCIN_DEBUG/ d' ${WRKSRC}/configure
        @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,; \


[1] https://svnweb.freebsd.org/changeset/ports/434379 
[2]
https://svnweb.freebsd.org/ports/head/devel/qt4-moc/pkg-plist?r1=434380&r2=434379&pathrev=434380

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


More information about the freebsd-ports-bugs mailing list