[Bug 214642] comms/jsdr : switch to using qmake

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 18 22:47:11 UTC 2016


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

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

Created attachment 177160
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177160&action=edit
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=qmake to do the rest:

+--------------------------------------+
| TEMPLATE = subdirs                   |
|                                      |
| SUBDIRS = make-x64/swreceiver \      |
|           make-x64/fmreceiver \      |         
|           make-x64/spectrum-viewer \ |
|           make-x64/mini-receiver     |
|                                      |
| CONFIG += 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

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


More information about the freebsd-ports-bugs mailing list