Bug 81617 - New Port: comms/linpsk Hamradio psk31 program using QT and soundcard
Summary: New Port: comms/linpsk Hamradio psk31 program using QT and soundcard
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 11:00 UTC by Soeren Straarup
Modified: 2005-06-02 22:03 UTC (History)
0 users

See Also:


Attachments
linpsk.tar.uu (13.81 KB, text/plain)
2005-05-29 11:00 UTC, Soeren Straarup
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Straarup 2005-05-29 11:00:27 UTC
	LinPSK is a hamradio psk31 program that uses QT and soundcard.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-30 23:45:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-02 21:52:31 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Major modifications performed: 
- add the traditional Makefile header 
- use the ports portaudio rather than the included one 
- ports must not set their own optimization compiler flags, remove -O2 
- do not install libinterfaces.a, it is a private library which is 
statically linked into the program 
- use the SUB_FILES facility for substituting pkg-message 
- set IGNORE on 4.x, as the program does not build on it 
- list fftw3 in LIB_DEPENDS, not BUILD_DEPENDS