notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/rtl-sdr/Makefile
SVNWeb

Number of commits found: 37

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  commit hash:258a98847ee4f106a2eed7fade8197d0a987d592  258a9884  (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
comms: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Dec 2021
[ 08:49 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:58c60a94c8e30ebee823d8d14f49fcc53d4cf33e  commit hash:58c60a94c8e30ebee823d8d14f49fcc53d4cf33e  commit hash:58c60a94c8e30ebee823d8d14f49fcc53d4cf33e  58c60a9 
comms/rtl-sdr: regen plist after doxygen update

Sponsored by:	Netzkommune GmbH
Mon, 10 May 2021
[ 10:32 Ganael LAPLANCHE (martymac) search for other commits by this committer ]    commit hash:e806a5b226b205e1c99b597e3ec4bcc90427b2bb  commit hash:e806a5b226b205e1c99b597e3ec4bcc90427b2bb  commit hash:e806a5b226b205e1c99b597e3ec4bcc90427b2bb  e806a5b 
comms/rtl-sdr: Do not force gnu89 C std anymore

- gnu89 do not seem to be needed anymore
- also, remove useless dependency to gmake

PR:		255725
Reported by:	Nico Sonack <nsonack@outlook.com>
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 22 Mar 2021
[ 10:17 danfe search for other commits by this committer ] Original commit   Revision:568947 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
Fri, 8 Jan 2021
[ 07:47 fluffy search for other commits by this committer ] Original commit   Revision:560752 (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Sun, 24 Feb 2019
[ 19:12 martymac search for other commits by this committer ] Original commit   Revision:493800
comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0

Also:
- Switch to Github mirror
- Bump dependent ports' PORTREVISIONs
Wed, 24 Jan 2018
[ 11:07 martymac search for other commits by this committer ] Original commit   Revision:459833
Update to 20170919

(no ABI change, so no need to bump dependencies)
Fri, 19 Jan 2018
[ 21:28 antoine search for other commits by this committer ] Original commit   Revision:459474 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.14

PR:		225290
Submitted by:	Naram Qashat (maintainer)
Sun, 5 Feb 2017
[ 03:30 jbeich search for other commits by this committer ] Original commit   Revision:433346
Prefer -std=gnu89 over -fgnu89-inline
Mon, 16 Jan 2017
[ 21:18 martymac search for other commits by this committer ] Original commit   Revision:431703
Fix build with clang 4.0

PR:		216048
Submitted by:	jbeich
Thu, 5 Jan 2017
[ 22:58 jbeich search for other commits by this committer ] Original commit   Revision:430669 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Assume "pkg-config libusb*" works after 9.x EOL

FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
Fri, 21 Oct 2016
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:424427 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Fri, 30 Sep 2016
[ 23:41 marino search for other commits by this committer ] Original commit   Revision:423029
comms/rtl-sdr: pedantic typo correction
[ 17:03 mat search for other commits by this committer ] Original commit   Revision:423001
Fix build.

Reported by:	antoine
Pointy hat:	mat
Sponsored by:	Absolight
[ 16:04 mat search for other commits by this committer ] Original commit   Revision:422996
Only build docs with doxygen inside a DOXYGEN option.

Sponsored by:	Absolight
Tue, 27 Sep 2016
[ 16:32 antoine search for other commits by this committer ] Original commit   Revision:422818 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Mon, 27 Jul 2015
[ 17:11 antoine search for other commits by this committer ] Original commit   Revision:392994 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.10

PR:		201365
exp-run:	self
Tue, 3 Feb 2015
[ 11:09 martymac search for other commits by this committer ] Original commit   Revision:378347
Add support for HanfTek DVB-T

PR:		197272
Submitted by:	skreuzer
Wed, 31 Dec 2014
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:375872 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.9

PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
Thu, 18 Dec 2014
[ 16:57 bapt search for other commits by this committer ] Original commit   Revision:374911
The half done helper was not intended revert
[ 11:43 bapt search for other commits by this committer ] Original commit   Revision:374897
Convert to USES=autoreconf
Sat, 9 Aug 2014
[ 19:39 antoine search for other commits by this committer ] Original commit   Revision:364468 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Tue, 15 Jul 2014
[ 15:03 adamw search for other commits by this committer ] Original commit   Revision:361937
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Fri, 11 Jul 2014
[ 12:25 martymac search for other commits by this committer ] Original commit   Revision:361525
Fix librtlsdr.pc

Submitted by:	David Bjornsson <dabb@lolnet.is>
Wed, 21 May 2014
[ 12:14 martymac search for other commits by this committer ] Original commit   Revision:354747
Strip using INSTALL_TARGET=install-strip instead of post-install action
Fri, 16 May 2014
[ 12:27 martymac search for other commits by this committer ] Original commit   Revision:354215
Switch to USES=libtool
Wed, 26 Mar 2014
[ 08:50 martymac search for other commits by this committer ] Original commit   Revision:349236
Update to 20140210
Thu, 10 Oct 2013
[ 06:16 martymac search for other commits by this committer ] Original commit   Revision:329965
- Update comms/rtl-sdr to 20130913 and bump dependent ports' revisions
- Enable staging
- Update USES
- Remove IGNORE statement for pre-8.x versions
Fri, 20 Sep 2013
[ 16:03 bapt search for other commits by this committer ] Original commit   Revision:327714 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Tue, 23 Apr 2013
[ 06:34 bapt search for other commits by this committer ] Original commit   Revision:316310 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Convert all c categories to USE=pkgconfig
Tue, 22 Jan 2013
[ 07:01 martymac search for other commits by this committer ] Original commit   Revision:310805
Update to 20130116
Wed, 7 Nov 2012
[ 07:48 martymac search for other commits by this committer ] Original commit   Revision:307117
Add rtl-sdr, set of tools to use RTL2832U-based USB dongles as cheap SDR

Feature safe:	yes

Number of commits found: 37