non port: audio/mp3blaster/Makefile |
SVNWeb
|
Number of commits found: 69 |
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, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Wed, 29 Jun 2022
|
[ 14:42 Stefan Eßer (se) ] d11ee7c
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict)
|
Thu, 13 Jan 2022
|
[ 21:01 Stefan Eßer (se) ] 98f7d7d (Only the first 10 of 45 ports in this commit are shown above. )
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)
|
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, 7 Nov 2019
|
[ 20:20 zeising ] (Only the first 10 of 70 ports in this commit are shown above. )
Sprinkle more USES=xorg
|
Mon, 25 Feb 2019
|
[ 14:32 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
First step at deorbitting esound:
remove esound options where it is possible to
|
Mon, 4 Feb 2019
|
[ 21:50 amdmi3 ]
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket
|
Sun, 24 Jun 2018
|
[ 04:06 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.
|
Mon, 18 Jun 2018
|
[ 01:48 linimon ] (Only the first 10 of 11 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Sun, 28 Jan 2018
|
[ 13:33 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.
|
Tue, 6 Jun 2017
|
[ 21:20 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
|
Thu, 8 Dec 2016
|
[ 15:38 tijl ] (Only the first 10 of 31 ports in this commit are shown above. )
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.
|
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, 7 Feb 2016
|
[ 13:05 marino ]
audio/mp3blaster: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
|
Sun, 13 Sep 2015
|
[ 13:27 novel ]
The 'NAS" option had handlers but was not listed in OPTIONS,
so add it to OPTIONS_DEFINE.
Reported by: bapt
|
[ 12:56 bapt ]
Convert the automatically discovered esound into a proper option
Approved by: novel (maintainer)
|
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?
|
Wed, 25 Mar 2015
|
[ 21:37 marino ] (Only the first 10 of 37 ports in this commit are shown above. )
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Mon, 11 Aug 2014
|
[ 13:59 tijl ] (Only the first 10 of 17 ports in this commit are shown above. )
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]
|
Tue, 25 Mar 2014
|
[ 14:19 novel ]
Stage support.
|
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
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 26 Feb 2011
|
[ 22:11 nox ] (Only the first 10 of 31 ports in this commit are shown above. )
- 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]
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Sun, 5 Apr 2009
|
[ 15:17 novel ]
Update to 3.2.5 and mark MAKE_JOBS_SAFE.
PR: 133281 (based on)
Submitted by: delphij
|
Mon, 19 Jan 2009
|
[ 20:05 novel ]
Update to 3.2.4.
|
Thu, 20 Mar 2008
|
[ 09:19 pav ] (Only the first 10 of 42 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Thu, 2 Aug 2007
|
[ 12:58 novel ]
- Introduce WITH_NAS knob
- Minor style nits
|
Sat, 28 Jul 2007
|
[ 12:27 miwi ] (Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 30 Jun 2007
|
[ 17:38 novel ]
Chase comms/lirc shared lib version bump.
Reported by: max
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 16 Apr 2007
|
[ 11:41 novel ]
Cleanup non-supported FreeBSD versions.
PR: 111678
Submitted by: edwin
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- 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)
|
Tue, 29 Aug 2006
|
[ 05:52 novel ]
Update to 3.2.3.
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Tue, 31 Jan 2006
|
[ 15:20 novel ]
Update to 3.2.2.
|
Tue, 10 Jan 2006
|
[ 09:01 novel ]
- Update to 3.2.1
- Update MASTER_SITES and WWW since project moved to sourceforge
- Utilize DATADIR
|
Sat, 14 May 2005
|
[ 19:13 novel ]
- Install docs
- Take maintainership
|
Sat, 21 Aug 2004
|
[ 20:40 pav ]
- Convert to OPTIONS
PR: ports/70760
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
Wed, 19 May 2004
|
[ 18:41 krion ]
- Fix typo
PR: ports/66880
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
Mon, 22 Mar 2004
|
[ 13:40 clement ]
Fix path in sample configuration file.
PR: 64559
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sat, 20 Dec 2003
|
[ 16:14 naddy ] (Only the first 10 of 38 ports in this commit are shown above. )
Catch up with libogg/libvorbis version bump.
|
Sat, 6 Dec 2003
|
[ 20:47 krion ]
- Fix build on 5.x, if devel/libgnugetopt is installed
Submitted by:i Ports Fury
|
Fri, 5 Dec 2003
|
[ 20:59 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
|
Mon, 3 Nov 2003
|
[ 00:54 kris ] (Only the first 10 of 25 ports in this commit are shown above. )
Reset maintainer of ports owned by inactive committers who were just retired.
|
Fri, 26 Sep 2003
|
[ 00:07 naddy ]
Honor PTHREAD_{CFLAGS,LIBS}.
Approved by: greid
|
Fri, 7 Mar 2003
|
[ 05:56 ade ] (Only the first 10 of 118 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 28 Feb 2003
|
[ 22:53 kris ] (Only the first 10 of 38 ports in this commit are shown above. )
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
|
Tue, 22 Oct 2002
|
[ 03:05 pat ]
Update to 3.1.3 and also take care of a portlint warning.
Approved by: maintainer
|
Sun, 21 Jul 2002
|
[ 20:54 naddy ]
* Update to 3.1.1.
* Fix building with gcc3.1 (-CURRENT).
* Add Ogg Vorbis support.
Approved by: maintainer
|
Mon, 20 Aug 2001
|
[ 06:46 greid ]
- Update to 3.0p8 - Respect CXXFLAGS
|
Thu, 17 May 2001
|
[ 19:01 greid ]
Update to 3.0p7
|
Wed, 21 Feb 2001
|
[ 08:05 roger ]
Add splay.1 to the MAN page list
|
Sun, 18 Feb 2001
|
[ 11:54 sf ]
get rid of libgnugetopt dependency.
|
Sun, 28 Jan 2001
|
[ 21:42 clive ]
Update to 3.0p5
|
Sat, 27 Jan 2001
|
[ 15:23 ijliao ]
update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.org
|
Thu, 16 Nov 2000
|
[ 13:14 tg ]
Depend on ncurses.5 after the upgrade of devel/ncurses.
|
Number of commits found: 69 |