aboutsummaryrefslogtreecommitdiff
path: root/comms/linrad
Commit message (Collapse)AuthorAgeFilesLines
* comms/linrad: Really unbreak linrad on currentDiane Bruce2021-12-232-0/+102
| | | | - I forgot to add the patch files somehow
* comms/linrad: Unbreak on currentDiane Bruce2021-12-233-22/+18
| | | | | Unbreak on head of tree. The port itself needs a major update. Patches welcome.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64.Mark Linimon2020-12-071-7/+8
| | | | | | | | | | While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=557201
* Also mark broken on powerpc64le (untested, but will fail same way).Mark Linimon2020-09-231-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549771
* - Fix under clang11Diane Bruce2020-08-284-16/+50
| | | | | | | - simplify patch for help.c Notes: svn path=/head/; revision=546741
* Ubreak on -headDiane Bruce2020-03-178-26/+98
| | | | | | | | | | | Pet portlint regenerate distinfo Clean up Makefile Reported by: pkg-fallout@ Notes: svn path=/head/; revision=528587
* Add USES=xorg USES=gl, ports categories cNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'. Notes: svn path=/head/; revision=516745
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508834
* comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0Ganael LAPLANCHE2019-02-241-1/+1
| | | | | | | | | Also: - Switch to Github mirror - Bump dependent ports' PORTREVISIONs Notes: svn path=/head/; revision=493800
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-2/+2
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Cleanup dead MASTER_SITESBaptiste Daroussin2017-10-131-1/+0
| | | | Notes: svn path=/head/; revision=452001
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-3/+4
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* Fix build for latest clang importDiane Bruce2016-12-071-0/+11
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=428065
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426082
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-2/+2
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* Fix linrad on latest gccDiane Bruce2015-05-0115-72/+103
| | | | | | | | | | | | | | | | | | | | | | I checked linrad upstream, and they still haven't fixed these two bugs. I am surprised they haven't been reported yet. Without these fixes, linrad cannot be built with gcc5. the menu.c patch simply reverses the order of the condition. One must check the bounds constraint first! It's a pretty dumb mistake but I've seen this kind before. The second one fails because -Werror is set. This took me a while because I couldn't figure out the relationship between ADCHANS and rxchan. In any case, setting 4 locations per channel did indeed allow the array to be big enough. (at first I thought the loop was running too high, but I finally determined the array was too small). These were found on DragonFly that uses gcc5. This patch has not been tested on FreeBSD but I can't how it could possibly fail. It would be good if the ham@ maintainer reports the issue upstream. Updated patch files using make makepatch PR: ports/199737 Submitted by: marino Notes: svn path=/head/; revision=385126
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-2/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-2/+1
| | | | | | | | | | | | | Categories: net-p2p, comms Note that qrq was not properly staged, it failed stage-QA. aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA with a fs violation, but it may be acceptable. Fixes added to both. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382189
* Fix detection of libportaudio librariesPawel Pekala2015-01-251-1/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* Disable ALSA test completely. When the ALSA lib wasn't detected, was stillStephen Hurd2014-12-092-1/+20
| | | | | | | | | | | trying to link with libalsa.so. When it was detected, resulted in linking with a non-dependant lib. If there is enough demand, I can add OPTS for ALSA vs portaudio etc, but for now just a hard dependency on portaudio will be enough. Notes: svn path=/head/; revision=374418
* Update to 4.02 and fix build errors with clang 5Stephen Hurd2014-12-0812-104/+126
| | | | | | | | | | | Linrad-04.02 comes with many improvements. The first FFT can now run in parallel in up to 6 separate threads. More efficient FFT implementations are available for some hardware architectures. The converter option is corrected. Several bug corrections. Notes: svn path=/head/; revision=374259
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371247
* devel/libftdi: USES=libtool, fix build, bump dependenciesKurt Jaeger2014-08-031-0/+1
| | | | | | | | | | | | | | comms/linrad comms/lirc devel/urjtag devel/openocd sysutils/lcdproc sysutils/flashrom devel/xc3sprog is already bumped via PR 188055 Notes: svn path=/head/; revision=363878
* Fix LIB_DEPENDSAntoine Brodin2014-07-201-1/+1
| | | | Notes: svn path=/head/; revision=362350
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361937
* STAGEify and update to 4.00Stephen Hurd2014-07-0113-72/+273
| | | | | | | | | | | | | | Portaudio support Improved AGC Voice squelch Spur removal Support for the rtlsdr library Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors) Notes: svn path=/head/; revision=360075
* - Convert USE_GMAKE/USE_BZIP2 to USESMartin Wilke2014-03-131-2/+1
| | | | Notes: svn path=/head/; revision=348047
* Convert comms to MDOCS and MEXAMPLES.Adam Weinberger2014-01-031-1/+1
| | | | | | | Hold-out shame list: perl Notes: svn path=/head/; revision=338555
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 3.08 linradDiane Bruce2009-10-139-143/+44
| | | | | | | - remove patches for code accepted upstream Notes: svn path=/head/; revision=242775
* - Update to 3.03Diane Bruce2009-03-267-38/+56
| | | | Notes: svn path=/head/; revision=231064
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 2.49Diane Bruce2008-08-045-59/+13
| | | | | | | - Vendor has fixed lsetad.c so patch no longer necessary. Notes: svn path=/head/; revision=218030
* - Update to 2.48Diane Bruce2008-07-258-55/+65
| | | | Notes: svn path=/head/; revision=217487
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Correct previous commitPav Lucistnik2008-03-231-2/+2
| | | | | | | Pointy hat to: db Notes: svn path=/head/; revision=209615
* - Add virtual category hamradio.Diane Bruce2008-03-221-1/+1
| | | | Notes: svn path=/head/; revision=209588
* - Update to 2.43Diane Bruce2008-03-183-12/+12
| | | | | | | | - Make portlint happy - Remove unecessary sed Notes: svn path=/head/; revision=209302
* - Update to 2.4Diane Bruce2007-12-194-11/+11
| | | | Notes: svn path=/head/; revision=204067
* - Update to 2.38Diane Bruce2007-09-288-25/+35
| | | | Notes: svn path=/head/; revision=200247
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111