non port: audio/adplay/Makefile |
SVNWeb
|
Number of commits found: 54 |
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 )
|
Thu, 21 Apr 2022
|
[ 12:37 Emanuel Haupt (ehaupt) ] d51270a
audio/adplay: Fix default adplugdb install path
|
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.
|
Wed, 8 Jul 2020
|
[ 10:50 pkubaj ]
audio/adplay: fix build on GCC architectures
Use C++11 compiler:
/usr/local/lib/libadplug.so: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::append(char const*)@GLIBCXX_3.4.21'
MFH: 2020Q3 (fix build blanket)
|
Wed, 10 Jun 2020
|
[ 09:30 ehaupt ]
Chase audio/libadplug update.
MFH: 2020Q2 (blanket, security fixes)
Security: 329ecd60-aaf7-11ea-8659-10bf48e1088e
|
Sun, 24 May 2020
|
[ 09:48 ehaupt ]
Update to 1.8.1
Upstream issue: https://github.com/adplug/adplug/issues/112
|
Sat, 23 May 2020
|
[ 14:40 ehaupt ]
- Provide a patch to build with libadplug 2.3.2 [1]
- While here make portlint, portfmt, portclippy happy
Obtained from: pkgsrc [1]
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Mon, 23 Apr 2018
|
[ 15:31 ehaupt ]
Chase audio/libadplug update.
|
Sun, 19 Nov 2017
|
[ 14:35 ehaupt ]
- Update to 1.8
- Update WWW to HTTPS
|
Wed, 19 Apr 2017
|
[ 08:52 ehaupt ]
Use version tag in GH_TUPLE for database file instead of git hash now that the
version has been tagged.
GitHub reference:
https://github.com/adplug/adplay-unix/issues/5#issuecomment-295162419
|
[ 08:19 ehaupt ]
- Move from SF to GitHub
- Update WWW
- Define LICENSE_FILE
- Add ALSA option
- Use autoreconf and
- remove a lot of old cruft that's not needed anymore with the use of
autoreconf
- Bump PORTREVISION just to be safe (autoreconf)
|
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
|
Mon, 9 Nov 2015
|
[ 14:30 amdmi3 ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
|
Sun, 8 Feb 2015
|
[ 13:53 bapt ]
Use better syntax for option helper
Reported by: danfe
|
[ 12:44 bapt ]
Use options helpers
|
Sat, 20 Dec 2014
|
[ 13:57 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Clean up some now useless PLIST_DIRS*
|
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 )
|
Sun, 10 Aug 2014
|
[ 19:50 tijl ] (Only the first 10 of 26 ports in this commit are shown above. )
Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)
PR: 192062
|
Thu, 5 Jun 2014
|
[ 18:18 amdmi3 ]
- Add dependency on libbinio as adplay uses it derectly
Approved by: portmgr blanket
|
Tue, 18 Mar 2014
|
[ 14:26 ehaupt ] (Only the first 10 of 60 ports in this commit are shown above. )
Quiesce mkdir
|
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, 25 Oct 2013
|
[ 14:52 ehaupt ]
Support staging.
|
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)
|
Wed, 24 Jul 2013
|
[ 08:19 ehaupt ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove MAKE_JOBS_SAFE which is now default.
|
Sat, 3 Nov 2012
|
[ 18:01 ehaupt ] (Only the first 10 of 25 ports in this commit are shown above. )
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes
|
Fri, 7 Sep 2012
|
[ 18:20 ehaupt ]
- Convert to OPTIONSng
- Remove deprecated header information
- Pacify portlint
|
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
|
Tue, 27 Dec 2011
|
[ 15:14 ehaupt ] (Only the first 10 of 72 ports in this commit are shown above. )
Pacify portlint
Feature safe: yes
|
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
|
Fri, 6 May 2011
|
[ 10:06 ehaupt ]
Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.
|
Tue, 25 Jan 2011
|
[ 08:39 ehaupt ] (Only the first 10 of 44 ports in this commit are shown above. )
Add LICENSE and remove MD5 sums.
Feature safe: yes
|
Fri, 21 May 2010
|
[ 12:44 ehaupt ]
Chase audio/libadplug update
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
|
Wed, 6 Jan 2010
|
[ 14:21 ehaupt ]
Update AdLib database file
|
Tue, 5 Jan 2010
|
[ 15:22 ehaupt ]
Update to 1.7
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
Fri, 27 Mar 2009
|
[ 09:53 ehaupt ] (Only the first 10 of 132 ports in this commit are shown above. )
Mark MAKE_JOBS_SAFE
|
Mon, 7 Jul 2008
|
[ 13:41 ehaupt ]
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
|
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
|
Sat, 21 Apr 2007
|
[ 12:45 ehaupt ]
Update to 1.6
|
Mon, 16 Apr 2007
|
[ 07:51 ehaupt ]
Cleanup non-supported FreeBSD versions
PR: 111645
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)
|
Sun, 3 Sep 2006
|
[ 12:38 ehaupt ]
Mark it BROKEN on 4.x, it depends on audio/libadplug
|
Tue, 15 Aug 2006
|
[ 12:58 ehaupt ]
Chase audio/libadplug update
|
Mon, 22 May 2006
|
[ 12:31 ehaupt ]
Add optional SDL output support.
|
Fri, 19 May 2006
|
[ 14:36 ehaupt ]
Implement the official adplug database which contains additional, essential
replay information about problematic files. Some file formats contain too few
information about a song for it to be correctly replayed. To counter this, the
AdPlug database was created.
|
Thu, 18 May 2006
|
[ 20:22 ehaupt ]
- Update to 1.5
- Chase audio/libadplug update
|
Thu, 6 Oct 2005
|
[ 11:57 ehaupt ] (Only the first 10 of 107 ports in this commit are shown above. )
Change MAINTAINER address for my ports.
Approved by: novel (mentor)
|
Thu, 22 Sep 2005
|
[ 12:49 garga ]
devel/libbinio:
- Update to 1.4
all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4
PR: ports/86431
Submitted by: maintainer
|
Tue, 31 May 2005
|
[ 21:24 flz ]
- Use USE_GCC=3.4+ for upcoming audio/ocp release.
PR: ports/81703
Submitted by: maintainer
|
Sun, 15 May 2005
|
[ 18:46 jylefort ]
Chase the libadplug update.
PR: ports/81009
Submitted by: maintainer
|
Mon, 9 May 2005
|
[ 20:22 jylefort ]
Adplay is a command line AdLib player using the adplug library. It supports
many AdLib formats such as HSP and HSC.
WWW: http://adplug.sourceforge.net/
PR: ports/80727
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
Number of commits found: 54 |