non port: audio/libamrwb/Makefile |
SVNWeb
|
Number of commits found: 23 |
Sun, 24 Oct 2021
|
[ 20:19 Daniel Engberg (diizzy) Author: Tatsuki Makino ] 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) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
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 ]
audio/libamr*: change INSTALL_TARGET to install-strip
PR: 196418
Submitted by: maintainer (Tatsuki Makino)
|
Fri, 15 Aug 2014
|
[ 16:21 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Sat, 15 Mar 2014
|
[ 08:08 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)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Mon, 9 Sep 2013
|
[ 18:19 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)
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] (Only the first 10 of 222 ports in this commit are shown above. )
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 ]
- 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 ]
- 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 ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 8 Sep 2009
|
[ 21:08 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>
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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 ]
- Update to 7.0.0.3
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Thu, 27 Sep 2007
|
[ 20:59 alepulver ] (Only the first 10 of 12 ports in this commit are shown above. )
- 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 ]
- 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 ]
- Switch from NO_PACKAGE to RESTRICTED
Requested by: kris
|
Thu, 7 Jun 2007
|
[ 08:57 miwi ]
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: 23 |