Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 22:47:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214642] comms/jsdr : switch to using qmake
Message-ID:  <bug-214642-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214642
           Summary: comms/jsdr : switch to using qmake
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: tcberner@freebsd.org

Created attachment 177160
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177160&action=
=3Dedit
Simplify Makefile

Hi

Instead of doing a manual do-configure / do-build / do-install targets, the
attached patch copies a small 'jsdr.pro' file to WRKSRC and then relies on
USES=3Dqmake to do the rest:

+--------------------------------------+
| TEMPLATE =3D subdirs                   |
|                                      |
| SUBDIRS =3D make-x64/swreceiver \      |
|           make-x64/fmreceiver \      |=20=20=20=20=20=20=20=20=20
|           make-x64/spectrum-viewer \ |
|           make-x64/mini-receiver     |
|                                      |
| CONFIG +=3D ordered                    |
+--------------------------------------+

And modifies the patches to the four .pro files in the subdirs to create an
install target.


The version-suffix of the two binaries spectrum-viewer and fmreceiver was
dropped in the process (why was it there?).


mfg Tobias

--=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-214642-13>