Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Mar 2017 01:57:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217486] chinese/gcin: update moc-qt4 executable path
Message-ID:  <bug-217486-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: yunchih@csie.ntu.edu.tw
          Assignee: vanilla@FreeBSD.org
             Flags: maintainer-feedback?(vanilla@FreeBSD.org)

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

%%QT_BINDIR%%/moc-qt4  =3D=3D> %%QT_BINDIR%%/moc=20

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

Index: chinese/gcin/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- chinese/gcin/Makefile       (revision 435057)
+++ chinese/gcin/Makefile       (working copy)
@@ -41,7 +41,7 @@
                s,-ldl,,; \
                s,mandir=3D$$datadir,mandir=3D$$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=20
[2]
https://svnweb.freebsd.org/ports/head/devel/qt4-moc/pkg-plist?r1=3D434380&r=
2=3D434379&pathrev=3D434380

--=20
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-217486-13>