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

Number of commits found: 25

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)
Sun, 24 Oct 2021
[ 20:19 Daniel Engberg (diizzy) search for other commits by this committer Author: Tatsuki Makino ]    commit hash:0f895daa66ad65b43aa935bd0c60fe7f4783057d  commit hash:0f895daa66ad65b43aa935bd0c60fe7f4783057d  commit hash:0f895daa66ad65b43aa935bd0c60fe7f4783057d  0f895da 
audio/libamrwb: Makefile adjustment

Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.

PR:		259203
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32622
Thu, 6 May 2021
[ 11:47 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  commit hash:adb93122cbf753a26a0497479dbb88cf415de29b  adb9312  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
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, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 4 Aug 2016
[ 03:40 marino search for other commits by this committer ] Original commit   Revision:419585
audio/libamr(n|w)b: Remove redundant dependency on unzip

A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).

Approved by:	infrastructure blanket (removal of redundant deps)
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?
Tue, 20 Jan 2015
[ 21:13 marino search for other commits by this committer ] Original commit   Revision:377539
audio/libamr*: change INSTALL_TARGET to install-strip

PR:		196418
Submitted by:	maintainer (Tatsuki Makino)
Fri, 15 Aug 2014
[ 16:21 amdmi3 search for other commits by this committer ] Original commit   Revision:364994
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Sat, 15 Mar 2014
[ 08:08 riggs search for other commits by this committer ] Original commit   Revision:348294
libamr(n|w)b
- Change MASTER_SITES
- Add LICENSE_* for complicated legal status
- Update LEGAL
- Support stage
- While on it, USE_BZIP2 -> USES tar:bzip2

PR:		ports/186065
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Approved by:	thierry (mentor)
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)
Mon, 9 Sep 2013
[ 18:19 sunpoet search for other commits by this committer ] Original commit   Revision:326829
- Update to 11.0.0.0
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation

Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)

PR:		ports/177681
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
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
Thu, 12 Jan 2012
[ 08:53 scheidell search for other commits by this committer ] Original commit 
- New versios amrnb-10.0.0.0 and amrwb-10.0.0.0 use new upstream code base
- change license to BSD-3 that allows 3GPP/Via Licensing contractors to
distribute wrapped libraries
- see http://www.penguin.cz/~utx/amr

PR:             ports/164037
Submitted by:   Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Approved by:    gabor (mentor, implicit)
Sat, 1 Oct 2011
[ 11:10 pawel search for other commits by this committer ] Original commit 
- Update to version 7.0.0.4
- Add LICENSE

PR:             ports/160707
Submitted by:   Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Approved by:    miwi, wen (mentors implicit)
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
Tue, 8 Sep 2009
[ 21:08 wxs search for other commits by this committer ] Original commit 
- Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
  "unzip -v" or similar which would break. Instead rely upon the unzip binary.

  http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html

Noticed by:     Dag-Erling Smørgrav <des@des.no>
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
Sun, 1 Jun 2008
[ 20:31 miwi search for other commits by this committer ] Original commit 
- Update to 7.0.0.3

PR:             124026
Submitted by:   Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Thu, 27 Sep 2007
[ 20:59 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update libamrnb to version 7.0.0.0.
- Update libamrwb to version 7.0.0.2.

PR:             ports/115819
Submitted by:   Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Sat, 14 Jul 2007
[ 21:39 miwi search for other commits by this committer ] Original commit 
- Fix Build
- Makefile cleanup

PR:             113641
Submitted by:   pointyhat via kris/pav
                Tatsuki Makino <tatsuki_makino@hotmail.com> (Maintainer)
Thanks to:      Fredrik Lindberg, linimon
Reviewed by:    sat
Fri, 8 Jun 2007
[ 19:02 miwi search for other commits by this committer ] Original commit 
- Switch from NO_PACKAGE to RESTRICTED

Requested by:   kris
Thu, 7 Jun 2007
[ 08:57 miwi search for other commits by this committer ] Original commit 
Adaptive Multi-Rate Wideband decoder and encoder library.
(3GPP TS 26.204 V7.0.0)

http://www.3gpp.org/ftp/Specs/html-info/26204.htm

WWW: http://www.penguin.cz/~utx/amr

PR:             ports/113444
Submitted by:   Tatsuki Makino <tatsuki_makino at hotmail.com>

Number of commits found: 25