non port: comms/linrad/Makefile |
SVNWeb
|
Number of commits found: 61 |
Wed, 22 Feb 2023
|
[ 15:16 Diane Bruce (db) ] 370297f
comms/linrad: Update to work with newer base compiler
Latest compiler is pickier about functions without prototypes
remove unused variable
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Thu, 23 Dec 2021
|
[ 18:01 Diane Bruce (db) ] e91198d
comms/linrad: Unbreak on current
Unbreak on head of tree.
The port itself needs a major update. Patches welcome.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 7 Dec 2020
|
[ 03:09 linimon ]
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
|
Wed, 23 Sep 2020
|
[ 18:19 linimon ]
Also mark broken on powerpc64le (untested, but will fail same way).
Approved by: portmgr (tier-2 blanket)
|
Fri, 28 Aug 2020
|
[ 15:29 db ]
- Fix under clang11
- simplify patch for help.c
|
Tue, 17 Mar 2020
|
[ 17:17 db ]
Ubreak on -head
Pet portlint
regenerate distinfo
Clean up Makefile
Reported by: pkg-fallout@
|
Mon, 4 Nov 2019
|
[ 21:36 zeising ] (Only the first 10 of 43 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
|
Sun, 24 Feb 2019
|
[ 19:12 martymac ]
comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0
Also:
- Switch to Github mirror
- Bump dependent ports' PORTREVISIONs
|
Wed, 1 Aug 2018
|
[ 16:33 adamw ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to."
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
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
|
Fri, 13 Oct 2017
|
[ 14:19 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Cleanup dead MASTER_SITES
|
Sun, 21 May 2017
|
[ 21:55 linimon ] (Only the first 10 of 49 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Tue, 31 Jan 2017
|
[ 03:40 linimon ] (Only the first 10 of 37 ports in this commit are shown above. )
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 30 May 2015
|
[ 20:39 bapt ] (Only the first 10 of 68 ports in this commit are shown above. )
Update portaudio to v19/Remove portaudio2 [1]
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
|
Fri, 1 May 2015
|
[ 16:25 db ] (Only the first 10 of 15 ports in this commit are shown above. )
Fix linrad on latest gcc
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
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
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
|
Tue, 24 Mar 2015
|
[ 23:45 marino ] (Only the first 10 of 24 ports in this commit are shown above. )
2 ports categories: Remove $PTHREAD_LIBS
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
|
Sun, 25 Jan 2015
|
[ 00:46 pawel ] (Only the first 10 of 15 ports in this commit are shown above. )
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
|
Tue, 9 Dec 2014
|
[ 18:56 shurd ]
Disable ALSA test completely. When the ALSA lib wasn't detected, was still
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.
|
Mon, 8 Dec 2014
|
[ 11:20 shurd ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 4.02 and fix build errors with clang 5
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.
|
Sun, 3 Aug 2014
|
[ 11:36 pi ]
devel/libftdi: USES=libtool, fix build, bump dependencies
comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom
devel/xc3sprog is already bumped via PR 188055
|
Sun, 20 Jul 2014
|
[ 19:10 antoine ]
Fix LIB_DEPENDS
|
Tue, 15 Jul 2014
|
[ 15:03 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Tue, 1 Jul 2014
|
[ 18:28 shurd ] (Only the first 10 of 13 ports in this commit are shown above. )
STAGEify and update to 4.00
Portaudio support
Improved AGC
Voice squelch
Spur removal
Support for the rtlsdr library
Reviewed by: db, skreuzer
Approved by: db, skreuzer (mentors)
|
Thu, 13 Mar 2014
|
[ 08:18 miwi ]
- Convert USE_GMAKE/USE_BZIP2 to USES
|
Fri, 3 Jan 2014
|
[ 16:06 adamw ] (Only the first 10 of 12 ports in this commit are shown above. )
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Tue, 13 Oct 2009
|
[ 14:41 db ]
- Update to 3.08 linrad
- remove patches for code accepted upstream
|
Thu, 26 Mar 2009
|
[ 13:54 db ]
- Update to 3.03
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Aug 2008
|
[ 17:08 db ]
- Update to 2.49
- Vendor has fixed lsetad.c so patch no longer necessary.
|
Fri, 25 Jul 2008
|
[ 16:33 db ]
- Update to 2.48
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
|
Sun, 23 Mar 2008
|
[ 10:35 pav ]
- Correct previous commit
Pointy hat to: db
|
Sat, 22 Mar 2008
|
[ 17:55 db ]
- Add virtual category hamradio.
|
Tue, 18 Mar 2008
|
[ 15:55 db ]
- Update to 2.43
- Make portlint happy
- Remove unecessary sed
|
Wed, 19 Dec 2007
|
[ 00:34 db ]
- Update to 2.4
|
Fri, 28 Sep 2007
|
[ 02:23 db ]
- Update to 2.38
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
|
Tue, 10 Jul 2007
|
[ 16:41 db ]
- update to 2.34
Approved: ehaupt (mentor)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 23 Apr 2007
|
[ 21:28 db ]
- Update version to 2.28
- Remove support for 4.x
- Tidy up Makefile a bit
Approved by: ehaupt (mentor)
|
Tue, 27 Feb 2007
|
[ 17:06 db ]
- update to latest
- clean up DOCS install
Approved: ehaupt (mentor)
|
Fri, 19 Jan 2007
|
[ 18:14 db ] (Only the first 10 of 24 ports in this commit are shown above. )
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor)
|
Sun, 3 Dec 2006
|
[ 23:21 laszlof ]
1) Update to version 2.20
2) Respect X11BASE
PR: ports/106247
Submitted by: Diane Bruce <db@db.net> (maintainer)
|
Tue, 12 Sep 2006
|
[ 08:14 itetcu ]
- fixed dup site in MASTER_SITES
- fixes from upstream until 2.18 is ready
PR: ports/103175
Submitted by: Diane Bruce (maintainer)
|
Fri, 8 Sep 2006
|
[ 22:52 itetcu ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 2.17
Added file(s):
- files/linrad
- pkg-message
Removed file(s):
- files/patch-lmain.c
- files/patch-settx.c
- BROKEN on 4
PR: ports/103002
Submitted by: Diane Bruce (maintainer)
|
Sat, 1 Jul 2006
|
[ 16:45 shaun ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 2.14
- Limit to i386
PR: ports/99235
Submitted by: Diane Bruce <db@db.net> (maintainer)
Approved by: ahze (mentor)
|
Wed, 3 May 2006
|
[ 23:38 edwin ] (Only the first 10 of 88 ports in this commit are shown above. )
remove USE_REINPLACE for all ports with categories starting with C
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sun, 13 Nov 2005
|
[ 03:42 mnag ]
Respect LOCALBASE
Add SHA256
PR: 88891
Submitted by: Diane Bruce <db@db.net> (maintainer)
|
Wed, 14 Jul 2004
|
[ 16:09 pav ] (Only the first 10 of 15 ports in this commit are shown above. )
Add linrad, Amateur Radio DSP utility (SDR)
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net>
|
Number of commits found: 61 |