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: audio/HVSC-Update/Makefile
SVNWeb

Number of commits found: 29

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:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

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

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Wed, 1 Aug 2018
[ 06:16 tobik search for other commits by this committer ] Original commit   Revision:476157
audio/HVSC-Update: Fix build with Clang 6

The configure check for ios::binary fails with

/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its
first declaration
_Noreturn void   exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
#define _Noreturn               [[noreturn]]
                                  ^
conftest.cc:9:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
     ^

which leads to the build falling back to using ios::bin due to
having HAVE_IOS_BIN defined.

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/HVSC-Update-2.8.7.log
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
Mon, 11 Jan 2016
[ 11:02 amdmi3 search for other commits by this committer ] Original commit   Revision:405773
- Switch to options helpers
Thu, 1 Oct 2015
[ 05:58 vanilla search for other commits by this committer ] Original commit   Revision:398249
Upgrade to 2.8.7.
Wed, 16 Jul 2014
[ 03:47 adamw search for other commits by this committer ] Original commit   Revision:362027 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Sun, 24 Nov 2013
[ 18:36 bapt search for other commits by this committer ] Original commit   Revision:334756
Fix staging
[ 18:24 bapt search for other commits by this committer ] Original commit   Revision:334750
Support stage
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 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:
audio)
Sat, 7 Sep 2013
[ 06:06 rm search for other commits by this committer ] Original commit   Revision:326571
- update to 2.8.6
- sort knobs alphabetically
Fri, 30 Aug 2013
[ 23:01 bapt search for other commits by this committer ] Original commit   Revision:325727 (Only the first 10 of 222 ports in this commit are shown above. View all ports for this commit)
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 31 Dec 2012
[ 14:19 bapt search for other commits by this committer ] Original commit   Revision:309750
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Remove useless use of pre.mk/post.mk
Trim headers
Wed, 31 Aug 2011
[ 21:43 dhn search for other commits by this committer ] Original commit 
- Update to 2.8.5

PR:             ports/160073
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 4 Aug 2009
[ 23:20 anders search for other commits by this committer ] Original commit 
Drop maintainership of some ports I do not use or have interest for
anymore.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 15 Apr 2008
[ 22:53 anders search for other commits by this committer ] Original commit 
Update to 2.8.4.
Sun, 27 Feb 2005
[ 14:22 anders search for other commits by this committer ] Original commit 
Unbreak build for FreeBSD >= 5.x.
Thu, 19 Aug 2004
[ 01:30 anholt search for other commits by this committer ] Original commit 
Fix to use X_IMAKE_PORT instead of hardcoding imake-4.

Reported by:    kris
Thu, 1 Jul 2004
[ 20:04 kris search for other commits by this committer ] Original commit 
Still BROKEN on 5.2-CURRENT
Thu, 3 Jun 2004
[ 10:11 anders search for other commits by this committer ] Original commit 
Update to 2.8.3.
This unbreaks building on 5.x.
Fri, 6 Feb 2004
[ 12:52 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: does not compile
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 7 Mar 2003
[ 05:56 ade search for other commits by this committer ] Original commit  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sat, 4 Jan 2003
[ 20:50 anders search for other commits by this committer ] Original commit 
Correct list of docs.

Requested by:   olgeni
[ 12:39 anders search for other commits by this committer ] Original commit 
Update to 2.8.2.
Sun, 13 Oct 2002
[ 12:48 anders search for other commits by this committer ] Original commit 
Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection.

Number of commits found: 29