Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.0.0.0_2,2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
11.0.0.0_2,2 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
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 ) |
11.0.0.0_2,2 24 Oct 2021 20:17:04
    |
Daniel Engberg (diizzy)  Author: Tatsuki Makino |
audio/libamrnb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.
PR: 259202
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32621 |
11.0.0.0_1,2 06 May 2021 11:47:41
    |
Mathieu Arnold (mat)  |
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 |
11.0.0.0_1,2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.0.0.0_1,2 13 Aug 2019 16:00:39
  |
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
11.0.0.0_1,2 29 May 2019 14:14:15
  |
danfe  |
For ports under categories a* and b*: remove some excessive linefeeds. |
11.0.0.0_1,2 18 Jan 2017 13:20:32
  |
tijl  |
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) |
11.0.0.0_1,2 04 Aug 2016 03:40:18
  |
marino  |
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) |
11.0.0.0_1,2 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
11.0.0.0_1,2 20 Aug 2015 19:39:19
  |
amdmi3  |
- Fix docs installation
Approved by: portmgr blanket |
11.0.0.0_1,2 19 Aug 2015 13:30:00
  |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
11.0.0.0_1,2 20 Jan 2015 21:13:53
  |
marino  |
audio/libamr*: change INSTALL_TARGET to install-strip
PR: 196418
Submitted by: maintainer (Tatsuki Makino) |
11.0.0.0,2 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
11.0.0.0,2 15 Aug 2014 16:21:28
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
11.0.0.0,1 15 Mar 2014 08:08:30
  |
riggs  |
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) |
11.0.0.0,1 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
11.0.0.0,1 09 Sep 2013 18:19:10
  |
sunpoet  |
- 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) |
30 Aug 2013 23:01:06

|
bapt  |
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 |
10.0.0.0,1 12 Jan 2012 08:53:13
 |
scheidell  |
- 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) |
7.0.0.2,1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
7.0.0.2,1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
7.0.0.2,1 08 Sep 2009 21:08:41
 |
wxs  |
- 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> |
7.0.0.2,1 02 Aug 2009 19:36:34
 |
mezz  |
-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 |
7.0.0.2,1 01 Jun 2008 20:31:47
 |
miwi  |
- Update to 7.0.0.2
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) |
7.0.0.1,1 21 Apr 2008 08:37:02
 |
vanilla  |
Upgrade to 7.0.0.1.
PR: ports/122918
Submitted by: maintainer |
7.0.0.0,1 27 Sep 2007 20:59:14
 |
alepulver  |
- 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) |
6.1.0.4_1,1 14 Jul 2007 21:33:04
 |
miwi  |
- Fix Build
- Makefile cleanup
PR: 113627
Submitted by: pointyhat via kris/pav
Thanks to: Fredrik Lindberg, linimon
Reviewed by: sat |
6.1.0.4,1 08 Jun 2007 19:02:33
 |
miwi  |
- Switch from NO_PACKAGE to RESTRICTED
Requested by: kris |
6.1.0.4,1 07 Jun 2007 06:16:33
 |
miwi  |
- Update to 6.1.0.4
- Set PORTEPOCH
PR: 113434
Submitted by: Tatsuki Makino<tatsuki_makino@hotmail.com> (maintainer) |
6.1.0.4 05 Jun 2007 07:10:40
 |
miwi  |
The floating-point Adaptive Multi Rate (AMR) speech codec libraries, based on
the reference implementation.
WWW: http://www.penguin.cz/~utx/amr
PR: ports/113143
Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com> |