non port: audio/libbs2b/Makefile |
SVNWeb
|
Number of commits found: 23 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Thu, 22 Dec 2016
|
[ 22:42 lifanov ]
audio/libbs2b: back out r301301
/usr/bin/ld no longer pulls indirect dependencies.
PR: 215252
Submitted by: jbeich
Reviewed by: matthew
Approved by: matthew (mentor), liangtai.s26@gmail.com (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D8885
|
Mon, 23 May 2016
|
[ 18:11 amdmi3 ]
- Add LICENSE
- Switch to USES=localbase and pathfix
PR: 209684
Submitted by: liangtai.s16@gmail.com (maintainer)
|
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
|
Sun, 12 Apr 2015
|
[ 11:11 riggs ]
- Un-break port (distfile is now fetchable)
- Update maintainer mail address
PR: 199285
Submitted by: liangtai.s16@gmail.com (maintainer)
|
Tue, 7 Apr 2015
|
[ 23:32 linimon ]
Maintainer's email address no longer valid (has been disabled).
|
Sun, 5 Apr 2015
|
[ 19:21 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark broken unfetchable ports
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Thu, 5 Jun 2014
|
[ 13:05 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Sun, 1 Jun 2014
|
[ 13:03 ohauer ] (Only the first 10 of 52 ports in this commit are shown above. )
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
|
Sat, 4 Jan 2014
|
[ 17:50 bapt ]
Support stage
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
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)
|
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
|
Sun, 9 Jun 2013
|
[ 19:30 naddy ] (Only the first 10 of 67 ports in this commit are shown above. )
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
|
Mon, 22 Apr 2013
|
[ 23:19 bapt ] (Only the first 10 of 57 ports in this commit are shown above. )
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Sun, 22 Jul 2012
|
[ 08:24 pawel ]
- Bump port after recent audio/libogg update [1]
- Add explicit dependency on audio/libogg so this port
will not be forgotten in the future [1]
- Add explicit dependency on audio/flac and audio/vorbis,
bs2bconvert binary links to them as well [2]
PR: ports/170034 [1]
Submitted by: myself [1], maintainer [2]
Approved by: maintainer
|
Thu, 16 Feb 2012
|
[ 02:25 scheidell ]
- Remove invalid USE_PKGCONFIG [1], reported in ports/157174 [2]
- Add BUILD_DEPENDS for pkg-config [1]
- No bump portrevision since USE_PKGCONFIG was ignored anyway.
PR: ports/165172 [1]
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) [1]
Reported by: Alex kozlov <spam@rm-rf.kiev.ua> [2]
Approved by: gabor (mentor, implicit)
Feature safe: Yes
|
Sat, 22 May 2010
|
[ 04:42 miwi ]
The Bauer stereophonic-to-binaural DSP (bs2b) is designed
to improve headphone listening of stereo audio records.
WWW: http://bs2b.sourceforge.net/
PR: ports/146814
Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
|
Number of commits found: 23 |