Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.6_3 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
3.2.6_2 15 Jul 2023 17:06:16 |
Roman Bogorodskiy (novel) |
audio/mp3blaster: fix build on -CURRENT
Drop the no longer supported 'register' keyword to fix build with
Clang 16.
Reported by: pkg-fallout |
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) |
3.2.6_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 ) |
3.2.6_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 ) |
3.2.6_2 29 Jun 2022 14:42:06 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict) |
3.2.6_2 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
3.2.6_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.6_2 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
3.2.6_2 25 Feb 2019 14:32:37 |
bapt |
First step at deorbitting esound:
remove esound options where it is possible to |
3.2.6_1 04 Feb 2019 21:50:50 |
amdmi3 |
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket |
3.2.6_1 24 Jun 2018 04:06:02 |
novel |
audio/mp3blaster: un-break on powerpc64
Previously clang 6 narrowing errors were silenced by adding
-Wno-narrowing to CXXFLAGS. However, the older gcc on powerpc64
(and probably some other Tier-2 platforms) does not support
this flag, so un-break the build by removing this flag and
fixing narrowing issues on the code level. |
3.2.6_1 18 Jun 2018 01:48:46 |
linimon |
Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
3.2.6_1 28 Jan 2018 13:33:10 |
novel |
audio/mp3blaster: assorted fixes
- Fix build with clang 6;
- Add missing dependencies when building with NAS;
- Don't silent INSTALL_DATA command;
- Bump PORTREVISION. |
3.2.6 06 Jun 2017 21:20:56 |
tobik |
Update to 3.2.6
While here:
- Add license
- Add the missing SDL option to OPTIONS_DEFINE
- Fix ESOUND option
- Fix build of NAS option with Clang < 4.0
- The configure script says this
configure: WARNING: unrecognized options: --with-cxxflags
so remove it from CONFIGURE_ARGS
- Regenerate patches
Changes: http://www.mp3blaster.org/2017/05/its-only-been-8-years.html
PR: 219808
Approved by: lme (mentor), novel (maintainer)
Differential Revision: https://reviews.freebsd.org/D11076 |
3.2.5_6 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. |
3.2.5_5 19 Sep 2016 18:00:03 |
emaste |
audio/mp3blaster: fix build with Clang 3.9
PR: 212623
Approved by: novel |
3.2.5_5 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
3.2.5_5 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.2.5_5 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.2.5_5 07 Feb 2016 13:05:13 |
marino |
audio/mp3blaster: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
3.2.5_5 13 Sep 2015 13:27:53 |
novel |
The 'NAS" option had handlers but was not listed in OPTIONS,
so add it to OPTIONS_DEFINE.
Reported by: bapt |
3.2.5_5 13 Sep 2015 12:56:50 |
bapt |
Convert the automatically discovered esound into a proper option
Approved by: novel (maintainer) |
3.2.5_5 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? |
3.2.5_5 25 Mar 2015 21:37:40 |
marino |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
3.2.5_5 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
3.2.5_5 11 Aug 2014 13:59:47 |
tijl |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1] |
3.2.5_4 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
3.2.5_4 25 Mar 2014 14:19:00 |
novel |
Stage support. |
3.2.5_4 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
3.2.5_4 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
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 |
3.2.5_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.2.5_4 21 Mar 2013 17:32:35 |
bapt |
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build |
3.2.5_4 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
3.2.5_3 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
3.2.5_2 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 |
3.2.5_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.2.5_2 26 Feb 2011 22:11:54 |
nox |
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
USB DVB tuner remotes supported by the Linux code), and enable
support for a few more USB devices while we're at it tho of those
only an FTDI-based one was tested:
http://www.huitsing.nl/irftdi/ [1]
- Fix plist for audio/rhythmbox and multimedia/totem and
add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
multimedia/xine when building them with (optional) lirc support. [2]
- Chase liblirc_client shlib version bump for ports depdending on it
and bump PORTREVISIONs for ports depending on it by default.
Approved by: portmgr (miwi) [2]
Thanks to: Warren Block <wblock@wonkity.com> for testing [1] |
3.2.5_2 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
3.2.5_1 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
3.2.5_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
3.2.5 05 Apr 2009 15:17:56 |
novel |
Update to 3.2.5 and mark MAKE_JOBS_SAFE.
PR: 133281 (based on)
Submitted by: delphij |
3.2.4 19 Jan 2009 20:05:42 |
novel |
Update to 3.2.4. |
3.2.3_4 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.2.3_4 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
3.2.3_3 02 Aug 2007 12:58:01 |
novel |
- Introduce WITH_NAS knob
- Minor style nits |
3.2.3_3 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
3.2.3_2 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 |
3.2.3_2 30 Jun 2007 17:38:53 |
novel |
Chase comms/lirc shared lib version bump.
Reported by: max |
3.2.3_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.2.3_1 16 Apr 2007 11:41:04 |
novel |
Cleanup non-supported FreeBSD versions.
PR: 111678
Submitted by: edwin |
3.2.3_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
3.2.3 29 Aug 2006 05:52:17 |
novel |
Update to 3.2.3. |
3.2.2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
3.2.2 31 Jan 2006 15:20:00 |
novel |
Update to 3.2.2. |
3.2.1 10 Jan 2006 09:01:34 |
novel |
- Update to 3.2.1
- Update MASTER_SITES and WWW since project moved to sourceforge
- Utilize DATADIR |
3.2.0_2 14 May 2005 19:13:33 |
novel |
- Install docs
- Take maintainership |
3.2.0_2 21 Aug 2004 20:40:03 |
pav |
- Convert to OPTIONS
PR: ports/70760
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
3.2.0_2 19 May 2004 18:41:31 |
krion |
- Fix typo
PR: ports/66880
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
3.2.0_2 22 Mar 2004 13:40:31 |
clement |
Fix path in sample configuration file.
PR: 64559
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
3.2.0_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.2.0_1 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
3.2.0_1 20 Dec 2003 16:14:14 |
naddy |
Catch up with libogg/libvorbis version bump. |
3.2.0 06 Dec 2003 20:47:50 |
krion |
- Fix build on 5.x, if devel/libgnugetopt is installed
Submitted by:i Ports Fury |
3.2.0 05 Dec 2003 20:59:22 |
krion |
- Update to version 3.2.0
* Fix playing Vorbis files on big-endian archs.
* Add optional sidplay support (enabled by default).
PR: 59841 59880
Submitted by: Ports Fury, naddy |
3.1.3 03 Nov 2003 00:54:32 |
kris |
Reset maintainer of ports owned by inactive committers who were just retired. |
3.1.3 26 Sep 2003 00:07:08 |
naddy |
Honor PTHREAD_{CFLAGS,LIBS}.
Approved by: greid |
3.1.3 07 Mar 2003 05:56:07 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.1.3 06 Mar 2003 00:02:51 |
naddy |
Fix build on -CURRENT. |
3.1.3 28 Feb 2003 22:53:02 |
kris |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
3.1.3 22 Oct 2002 03:05:23 |
pat |
Update to 3.1.3 and also take care of a portlint warning.
Approved by: maintainer |
3.1.1 21 Jul 2002 20:54:54 |
naddy |
* Update to 3.1.1.
* Fix building with gcc3.1 (-CURRENT).
* Add Ogg Vorbis support.
Approved by: maintainer |
20 Aug 2001 06:46:01 |
greid |
- Update to 3.0p8 - Respect CXXFLAGS |
08 Jun 2001 17:45:26 |
greid |
Fix the build of this port in the case where the devel/pth port has also been
installed. |
17 May 2001 19:01:53 |
greid |
Update to 3.0p7 |
21 Feb 2001 08:05:46 |
roger |
Add splay.1 to the MAN page list |
18 Feb 2001 11:54:26 |
sf |
get rid of libgnugetopt dependency. |
28 Jan 2001 21:42:13 |
clive |
Update to 3.0p5 |
27 Jan 2001 15:23:18 |
ijliao |
update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.org |
16 Nov 2000 13:14:27 |
tg |
Depend on ncurses.5 after the upgrade of devel/ncurses. |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |