Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.3_2,1 05 Apr 2023 17:29:42 |
Po-Chuan Hsieh (sunpoet) |
audio/ices: Update WWW and clean up pkg-descr |
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) |
2.0.3_2,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 ) |
2.0.3_2,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 ) |
2.0.3_2,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.0.3_1,1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.0.3,1 10 Jun 2021 13:48:47 |
Christian Weisgerber (naddy) |
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org
as a backup to all Xiph.org ports.
PR: 256515
Reported by: Daniel Engberg |
2.0.3,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.3,1 15 Nov 2020 17:57:54 |
sunpoet |
Update to 2.0.3
Changes: https://gitlab.xiph.org/xiph/icecast-ices/-/commits/master |
2.0.2_3,1 06 Nov 2018 21:09:51 |
sunpoet |
Update MASTER_SITES |
2.0.2_3,1 26 Aug 2018 18:41:08 |
sunpoet |
Update WWW |
2.0.2_3,1 08 Oct 2017 13:48:42 |
sunpoet |
Convert PLIST_FILES and PORTDATA=* to PLIST entries |
2.0.2_3,1 01 May 2017 12:46:00 |
sunpoet |
Use USES=gnome |
2.0.2_3,1 08 Dec 2016 15:38:24 |
tijl |
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since. |
2.0.2_2,1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.2_2,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 |
2.0.2_2,1 17 Oct 2015 18:07:29 |
sunpoet |
- Add LICENSE_FILE
- Cleanup Makefile
- Use PLIST_FILES and PORTDATA instead of PLIST |
2.0.2_2,1 25 Mar 2015 15:45:01 |
sunpoet |
- Use -lpthread instead of -pthread |
2.0.2_2,1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.0.2_2,1 05 May 2014 14:51:06 |
sunpoet |
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1] |
2.0.2_1,1 05 May 2014 14:40:49 |
sunpoet |
- Sort LIB_DEPENDS
- Use USES=tar:bzip2
- Remove deprecated PTHREAD_*
- Take maintainership |
2.0.2_1,1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.0.2,1 28 Dec 2013 20:35:26 |
antoine |
Stage support |
2.0.2,1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.0.2,1 16 Sep 2013 13:57:52 |
bapt |
Remove unsupported and old ices0 (consider using audio/ices if you need the
functionnality)
Modernize audio/ices |
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 |
2.0.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.2,1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
2.0.2,1 22 Apr 2013 23:19:09 |
bapt |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
2.0.2,1 06 Nov 2012 20:43:55 |
pawel |
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Add option for ALSA support
While here:
- Fix COMMENT
- Add missing deps that package links to
PR: ports/171960
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
2.0.2,1 20 Sep 2012 00:01:36 |
jase |
- Update to 2.0.2
PR: ports/171312
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> (submitter)
Approved by: flo (mentor) |
2.0.1_6,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). |
2.0.1_5,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 |
2.0.1_5,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.1_5,1 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
2.0.1_4,1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
2.0.1_3,1 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
2.0.1_3,1 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
2.0.1_2,1 12 Jun 2006 09:18:27 |
lofi |
Install ices0 as ices0 (and thus resolve a long-unnoticed conflict with ices),
clarify comment and pkg-descr to make clear that ices0 is for streaming mp3s,
add an rc-script, optionalize most dependencies, do not depend on lame by
default in order to enable the build of a binary package.
While here, modify comment of ices as well to make perfectly clear that ices
is for vorbis streaming.
Based on a submission by: "Dave" <dmehler26@woh.rr.com> |
2.0.1_2,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.0.1_2 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.1_2,1 16 Jan 2006 22:52:39 |
lofi |
... and bump PORTREVISION, too. |
2.0.1_1,1 16 Jan 2006 22:49:37 |
lofi |
Forgot to bump the shared lib revision here. |
2.0.1_1,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. |
2.0.1_1,1 04 Apr 2005 01:12:45 |
lofi |
You nasty little PORTEPOCH, come back here! |
2.0.1_1 03 Apr 2005 23:02:54 |
lofi |
Update libshout2 to 2.1 and chase library revision bump. |
2.0.1 03 Apr 2005 11:25:32 |
lofi |
Update to 2.0.1 |
2.0.0,1 26 Aug 2004 20:21:59 |
lofi |
Respect CFLAGS.
PR: 71001
Submitted by: "Paul Seniura" <pdseniura@techie.com> |
2.0.0,1 25 Aug 2004 13:24:46 |
mat |
Update to 2.0.0
Approved by: lofi (maintainer) |
2.0.b.2.20030811_2,1 18 Mar 2004 01:41:17 |
lofi |
SIZEify. |
2.0.b.2.20030811_2,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. |
2.0.b.2.20030811_2,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.b.2.20030811_1,1 20 Dec 2003 16:14:14 |
naddy |
Catch up with libogg/libvorbis version bump. |
2.0.b.2.20030811,1 12 Aug 2003 22:24:45 |
lofi |
Update to a current snapshot.
Approved by: arved (Mentor) |
20021112 23 Mar 2003 22:35:31 |
arved |
USE_AUTOMAKE
PR: 49091
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |
20021112 05 Mar 2003 10:20:14 |
kris |
Switch to bzip2 distfile
PR: ports/48833
Submitted by: michaelnottebrock@gmx.net (maintainer) |
20021112 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
20021112 18 Jan 2003 16:56:25 |
arved |
Add ices, streaming source client for icecast 2 servers. It provides flexible
and powerful static and live streaming capabilities for Ogg Vorbis streams.
PR: 45249
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |