Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1,1 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Christian Weisgerber |
*/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.2.1_1,1 23 Jan 2024 19:56:18 |
Muhammad Moinur Rahman (bofh) |
audio/speex: Impelled to share/man
Approved by: portmgr (blanket) |
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) |
1.2.1,1 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 ) |
1.2.1,1 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 ) |
1.2.1,1 26 Jun 2022 09:29:00 |
Thomas Zander (riggs) |
audio/{speex|speexdsp}: Update to upstream release 1.2.1
Details:
- Despite speex is officially obsoleted by Opus (see banner on
https://speex.org/), there have been multiple fixes over the years
since the 1.2.0 release, including cleanups and potential overflows
detected via fuzzing. Details:
https://gitlab.xiph.org/xiph/speex/-/commits/release/1.2.1/
https://gitlab.xiph.org/xiph/speexdsp/-/commits/release/1.2.1/ |
1.2.0,1 13 Dec 2021 20:08:46 |
Bernhard Froehlich (decke) |
audio/speex: Add CPE information
Approved by: portmgr (blanket) |
1.2.0,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0,1 10 Sep 2018 20:28:43 |
sunpoet |
Remove no-op DOCS option
Approved by: portmgr (blanket) |
1.2.0,1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.2.0,1 11 Jul 2018 09:07:40 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
1.2.0,1 11 Dec 2016 12:12:16 |
bapt |
Update to 1.2.0 |
1.2.r2,1 09 Sep 2016 19:24:33 |
amdmi3 |
- Fix build with --disable-silent-rules
PR: 212411
Submitted by: amdmi3
Approved by: portmgr |
1.2.r2,1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.2.r2,1 09 Jan 2015 17:18:47 |
tijl |
Add USES=pkgconfig
PR: 196641 |
1.2.r2,1 09 Jan 2015 14:37:53 |
tijl |
Update audio/speex to 1.2rc2. One of the libraries has been split off into
a new port audio/speexdsp. |
1.2.r1_7,1 14 Nov 2014 18:34:00 |
sbruno |
Fix the cross-compile case where we build for armv6/mips on a system
that is actually amd64.
Phabric: D1155
Reviewed by: bapt |
1.2.r1_7,1 22 Sep 2014 10:09:53 |
bapt |
Cleanup plist
Strip binaries |
1.2.r1_7,1 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.2.r1_6,1 02 Mar 2014 21:57:20 |
bapt |
Convert to USES=libtool |
1.2.r1_5,1 04 Feb 2014 22:02:31 |
naddy |
Fix typo in r342600. |
1.2.r1_5,1 04 Feb 2014 19:56:01 |
kwm |
Only test MACHINE_CPU if it is set. |
1.2.r1_5,1 19 Oct 2013 00:05:32 |
bapt |
Strip binaries |
1.2.r1_4,1 04 Oct 2013 20:09:38 |
bapt |
Stagify and cleanup |
1.2.r1_4,1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.2.r1_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2.r1_4,1 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.2.r1_3,1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.r1_3 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.r1_3,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.r1_3,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.r1_3,1 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.2.r1_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 |
1.2.r1_2,1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.2.r1_1,1 24 Mar 2009 16:58:56 |
mm |
- Add MAKE_JOBS_SAFE to support SMP compilation |
1.2.r1_1,1 29 Jul 2008 23:33:01 |
ahze |
Fix build with libxine
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
1.2.r1,1 26 Jul 2008 19:27:38 |
ahze |
Update to 1.2rc1
Requested by: marcus |
1.2.b2,1 15 Jun 2008 12:52:11 |
olgeni |
A few typo fixes for ports/audio descriptions. |
1.2.b2,1 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.2.b2,1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.2.b2,1 27 Jun 2007 17:28:56 |
ahze |
Update to 1.2beta2 |
1.2.b1_1,1 25 Feb 2007 21:47:19 |
mezz |
Force commit, bump the PORTREVISION. |
1.2.b1_1,1 25 Feb 2007 21:46:33 |
mezz |
Hack in speex.pc to add -I/usr/local/include/speex to make it more backwards
compatibility. It should avoid for us to create more hacks in other ports.
Discussed with: ahze |
1.2.b1,1 23 Feb 2007 22:50:15 |
mezz |
audio/speex-devel -> audio/speex, remove audio/speex-devel. |
1.0.5_1,1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.0.5_1,1 12 Jun 2006 06:11:33 |
mezz |
Portlint:
-Use -[0-9]* in CONFLICT. |
1.0.5_1,1 09 Jun 2006 18:00:35 |
ahze |
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports) |
1.0.5_1,1 18 May 2006 16:42:31 |
sergei |
- Use configure script --with-ogg-dir argument to specify devel/libogg
dependency location instead of explicitly passing modified CPPFLAGS
and LDFLAGS variables. This gives configure script a chance to do the
right thing when detecting libogg if ${LOCALBASE} != "/usr/local"
PR: ports/97464
Submitted by: sergei
Approved by: ahze (maintainer) |
1.0.5_1,1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.0.5_1,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.5,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.5,1 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
1.0.5,1 16 Oct 2005 21:22:23 |
ahze |
- Make sure man pages get installed in PREFIX
Reported by: pointyhat via kris |
1.0.5,1 10 May 2005 15:53:22 |
ahze |
- Add MASTER_SITE_LOCAL to MASTER_SITES since a few people
said the current mirror is very very slow for them. |
1.0.5,1 09 May 2005 22:21:04 |
ahze |
- Update MASTER_SITES, some reason it doesn't work unless a proxy is set.
Reported by: krismail |
1.0.5,1 08 May 2005 03:59:05 |
ahze |
- Update to 1.0.5
- Use libtool15 now instead of libtool13
- Speex bumped lib version but there is no need so I put it back at .3 |
1.0.4_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.4_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.4_1,1 28 Dec 2004 22:29:11 |
ahze |
- Fix Version: line in speex.pc pkg-config file
- Bump PORTREVISON
Pointed out by: kwm |
1.0.4,1 11 Nov 2004 08:48:30 |
ahze |
Add CONFLICTS to speex-devel
Approved by: pav (co mentor) |
1.0.4,1 08 Nov 2004 06:38:31 |
ahze |
Grab Maintainer
Approved by: jre@vineyard.net
pav (co mentor) |
1.0.4,1 23 Jul 2004 09:09:55 |
krion |
Update to 1.0.4
PR: ports/69389
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer |
1.0.3_1,1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.0.3_1,1 20 Mar 2004 21:03:41 |
trevor |
Add size data, approved by maintainers. |
1.0.3_1,1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0.3_1,1 20 Dec 2003 15:22:56 |
naddy |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files. |
1.0.3,1 21 Nov 2003 15:50:50 |
naddy |
Reinstate PORTEPOCH, accidentally deleted in previous commit.
Submitted by: krion |
1.0.3 20 Nov 2003 20:25:22 |
naddy |
Update to 1.0.3: minor bugfixes.
Approved by: maintainer |
1.0.2,1 30 Sep 2003 05:24:25 |
krion |
- Update to version 1.0.2
PR: 57387
Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer) |
1.0.1,1 11 Jun 2003 17:51:34 |
naddy |
Update to version 1.0.1.
PR: 53098
Submitted by: Ports Fury |
1.0,1 25 Mar 2003 05:16:13 |
nork |
Give maintainership to submitter.
Submitted by: Josh Elsasser <jre@vineyard.net> |
1.0,1 25 Mar 2003 04:22:06 |
nork |
Update to 1.0.
PR: ports/50261
Submitted by: Josh Elsasser <jre@vineyard.net> |
1.0.r2,1 19 Mar 2003 03:06:50 |
nork |
Fix dependency on devel/libgnugetopt.
Pointed out by: kris
Approved by: kris (portmgr) |
1.0.r2,1 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
1.0.r2,1 18 Feb 2003 16:24:15 |
sobomax |
PORTEPOCH should never be decreasing.
Revealed by: pkg_version(1)
Pointy hat to: roger |
1.0.r2 08 Feb 2003 05:27:23 |
nork |
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury |
1.0.r2 02 Feb 2003 17:49:42 |
roger |
Upgrade to rc 2 |
1.0.b4,1 02 Feb 2003 14:20:18 |
nork |
Conditionalize libgnugetopt dependencies.
PR: ports/47745
Submitted by: Ports Fury |
1.0.b4,1 03 Jan 2003 19:07:05 |
ijliao |
upgrade to 1.0b4
PR: 46424
Submitted by: Ports Fury |
1.0.b3,1 22 Nov 2002 09:44:40 |
roger |
Speex uses the Xiph licence now. |
1.0.b3,1 20 Nov 2002 12:21:14 |
ijliao |
- Add missing MAN line
- Fix pkg-plist
- Update WWW: line
PR: 45422
Submitted by: Ports Fury |
1.0.b3 13 Nov 2002 09:56:09 |
roger |
Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)
and stereo support. |
1.0.b1 19 Oct 2002 13:44:38 |
roger |
Rename to comply with porters handbook. |
1.0beta1 17 Oct 2002 12:44:25 |
roger |
Upgrade to latest release |
0.8.1 06 Sep 2002 05:12:39 |
roger |
Upgrade to 0.8.1 |
0.8.0 31 Aug 2002 17:24:19 |
dwcjr |
Update to 0.8.0
PR: 42238
Submitted by: tkato@prontomail.com |
0.7.0 17 Aug 2002 18:38:58 |
naddy |
Update to 0.7.0
PR: 41731
Submitted by: Ports Fury |
0.6.0 06 Aug 2002 00:46:24 |
pat |
Update to 0.6.0
PR: ports/41354
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.5.2_1 30 Jul 2002 23:32:44 |
naddy |
Do not install .la files, general clean-up.
PR: 41169
Submitted by: Ports Fury |
0.5.2 30 Jul 2002 08:52:54 |
ijliao |
add speex 0.5.2
An open-source (LGPL) patent-free voice codec |