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/tlf/Makefile
SVNWeb

Number of commits found: 42

Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
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)
Sat, 4 Dec 2021
[ 14:19 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:325ba0c274c54d151aa1d9b3264eb7b5695740d4  commit hash:325ba0c274c54d151aa1d9b3264eb7b5695740d4  commit hash:325ba0c274c54d151aa1d9b3264eb7b5695740d4  325ba0c 
comms/tlf: unbreak build after 8e39e791b0a9

sendqrg.c:103:6: error: use of undeclared identifier 'FILPATHLEN'
            FILPATHLEN - 1);
            ^
sendqrg.c:120:52: error: use of undeclared identifier 'FILPATHLEN'
        strncpy(my_rig->state.pttport.pathname, ptt_file, FILPATHLEN);
                                                          ^
sendqrg.c:122:52: error: use of undeclared identifier 'FILPATHLEN'
        strncpy(my_rig->state.dcdport.pathname, dcd_file, FILPATHLEN);
                                                          ^

Reported by:	pkg-fallout
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.
Tue, 7 Jul 2020
[ 12:27 tobik search for other commits by this committer ] Original commit   Revision:541417 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Clean up some things

Reported by:	portscan and common sense
Wed, 29 Apr 2020
[ 13:40 db search for other commits by this committer ] Original commit   Revision:533336
Update to 1.4.1

2019-10-28  Thomas Beierlein <tomjbe@gentoo.org>

  * NEWS, ToDo: Update NEWS and ToDo files

2019-09-30  Thomas Beierlein <tomjbe@gentoo.org>

  * src/fldigixmlrpc.c, src/gettxinfo.c, src/globalvars.h, src/main.c,
  test/data.c: Fix definition of 'rigmode' variable  Newest version of hamlib
  has an extended range of modei definitions and therefore defined it as
  UInt64. That conflicts with the former definition of 'rigmode' as 32 bit int.

Reported by:	portscout
Fri, 19 Apr 2019
[ 20:04 mat search for other commits by this committer ] Original commit   Revision:499387
Use USE_GITHUB correctly.
[ 09:23 shurd search for other commits by this committer ] Original commit   Revision:499342
Update to 1.3.2
Sun, 6 Jan 2019
[ 12:26 tobik search for other commits by this committer ] Original commit   Revision:489481
Do not set OPTIONS_DEFINE twice
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Thu, 30 Aug 2018
[ 04:05 danfe search for other commits by this committer ] Original commit   Revision:478429 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Tue, 7 Aug 2018
[ 00:19 shurd search for other commits by this committer ] Original commit   Revision:476556
Fix MASTER_SITES for new version
[ 00:16 shurd search for other commits by this committer ] Original commit   Revision:476555
Update to latest release

Add FLDIGI option to support fldigi XML-RPC interface
portlint complained about DOCS, add that option.
Sat, 7 Jan 2017
[ 01:07 adamw search for other commits by this committer ] Original commit   Revision:430761 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.

Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
Sat, 19 Nov 2016
[ 17:42 marino search for other commits by this committer ] Original commit   Revision:426518
comms/tlf, math/topaz, devel/devtodo: Document ncurses requirement

Approved by:	ncurses blanket
Thu, 7 Apr 2016
[ 12:07 shurd search for other commits by this committer ] Original commit   Revision:412660
Update to latest release
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
Fri, 27 Nov 2015
[ 21:40 shurd search for other commits by this committer ] Original commit   Revision:402495
Update to lateest release.

This release adds more contest rules.
Sun, 10 May 2015
[ 03:16 db search for other commits by this committer ] Original commit   Revision:385919 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 1.2.1

PR:		ports/200043
Submitted by:	takefu@airport.fm
Tue, 24 Mar 2015
[ 23:45 marino search for other commits by this committer ] Original commit   Revision:382189 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
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
Fri, 27 Jun 2014
[ 19:55 shurd search for other commits by this committer ] Original commit   Revision:359601
STAGEify
Switch to USE= libtool
Switch from CONFIGURE_ARGS to CFLAGS
Update MAINTAINER to hamradio@

PR:		191242
Submitted by:	shurd
Reviewed by:	skreuzer
Approved by:	sb, skreuzer (mentors)
Wed, 11 Dec 2013
[ 15:10 bapt search for other commits by this committer ] Original commit   Revision:336176 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
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, 16 Jul 2013
[ 05:42 ade search for other commits by this committer ] Original commit   Revision:323088 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
Fri, 8 Jun 2012
[ 03:47 db search for other commits by this committer ] Original commit 
- Convert to optionsng
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Mon, 24 Dec 2007
[ 02:48 db search for other commits by this committer ] Original commit 
- update version
- remove dead download site
- remove obsolete patch for 4.x
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Fri, 28 Sep 2007
[ 00:09 db search for other commits by this committer ] Original commit 
- remove -q flag in readcalls.c, it is a gnu uniq switch

Notified by:    Joe Hetrick <jhetrick@bitjanitor.net> (KC0VKN)
Fri, 19 Jan 2007
[ 18:14 db search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.

Approved by:    ehaupt (mentor)
Mon, 4 Dec 2006
[ 16:48 laszlof search for other commits by this committer ] Original commit 
Support OPTIONS framework and add a patch to fix configure script (patch
submitted upstream)

PR:             ports/106031
Submitted by:   Diane Bruce <db@db.net> (maintainer)
Tue, 9 May 2006
[ 17:13 mnag search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Update to 0.9.30
- portlint(1)

PR:             96992
Submitted by:   maintainer
Wed, 3 May 2006
[ 23:38 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
remove USE_REINPLACE for all ports with categories starting with C
Sat, 21 Jan 2006
[ 17:37 krion search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Fri, 12 Nov 2004
[ 21:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Add tlf, an amateur radio curses based logging program.

PR:             ports/69166
Submitted by:   Diane Bruce <db@heceta.db.net>

Number of commits found: 42