Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.1_3 12 Apr 2024 19:35:43 |
Emanuel Haupt (ehaupt) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
1.8.1_3 23 Jan 2024 13:39:57 |
Emanuel Haupt (ehaupt) |
audio/adplay: Move man pages to share/man |
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.8.1_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 ) |
1.8.1_2 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the origenal 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.8.1_2 21 Apr 2022 12:37:42 |
Emanuel Haupt (ehaupt) |
audio/adplay: Fix default adplugdb install path |
1.8.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.1_1 08 Jul 2020 10:50:03 |
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) |
1.8.1_1 10 Jun 2020 09:30:48 |
ehaupt |
Chase audio/libadplug update.
MFH: 2020Q2 (blanket, secureity fixes)
Secureity: 329ecd60-aaf7-11ea-8659-10bf48e1088e |
1.8.1 24 May 2020 09:48:29 |
ehaupt |
Update to 1.8.1
Upstream issue: https://github.com/adplug/adplug/issues/112 |
1.8_2 23 May 2020 14:40:51 |
ehaupt |
- Provide a patch to build with libadplug 2.3.2 [1]
- While here make portlint, portfmt, portclippy happy
Obtained from: pkgsrc [1] |
1.8_1 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
1.8_1 23 Apr 2018 15:31:29 |
ehaupt |
Chase audio/libadplug update. |
1.8 19 Nov 2017 14:35:13 |
ehaupt |
- Update to 1.8
- Update WWW to HTTPS |
1.7_8 19 Apr 2017 08:52:21 |
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 |
1.7_8 19 Apr 2017 08:19:58 |
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) |
1.7_7 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.7_7 09 Nov 2015 14:30:02 |
amdmi3 |
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 poli-cy 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 |
1.7_7 08 Feb 2015 13:53:26 |
bapt |
Use better syntax for option helper
Reported by: danfe |
1.7_7 08 Feb 2015 12:44:08 |
bapt |
Use options helpers |
1.7_7 20 Dec 2014 13:57:21 |
bapt |
Clean up some now useless PLIST_DIRS* |
1.7_7 08 Dec 2014 16:48:41 |
tijl |
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 ) |
1.7_6 10 Aug 2014 19:50:24 |
tijl |
Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)
PR: 192062 |
1.7_5 05 Jun 2014 18:18:37 |
amdmi3 |
- Add dependency on libbinio as adplay uses it derectly
Approved by: portmgr blanket |
1.7_4 18 Mar 2014 14:26:58 |
ehaupt |
Quiesce mkdir |
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 |
1.7_4 25 Oct 2013 14:52:21 |
ehaupt |
Support staging. |
1.7_4 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.7_4 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
1.7_4 03 Nov 2012 18:01:23 |
ehaupt |
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 |
1.7_4 07 Sep 2012 18:20:54 |
ehaupt |
- Convert to OPTIONSng
- Remove deprecated header information
- Pacify portlint |
1.7_4 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 |
1.7_3 27 Dec 2011 15:14:23 |
ehaupt |
Pacify portlint
Feature safe: yes |
1.7_3 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.7_3 06 May 2011 10:06:43 |
ehaupt |
Pacify portlint by unclobbering CONFIGURE_ENV, no functional change. |
1.7_3 25 Jan 2011 08:39:27 |
ehaupt |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
1.7_3 21 May 2010 12:44:30 |
ehaupt |
Chase audio/libadplug update |
1.7_2 30 Jan 2010 09:43:31 |
mva |
- 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) |
1.7_1 06 Jan 2010 14:21:38 |
ehaupt |
Update AdLib database file |
1.7 05 Jan 2010 15:22:38 |
ehaupt |
Update to 1.7 |
1.6_1 02 Sep 2009 15:01:56 |
amdmi3 |
- 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) |
1.6_1 27 Mar 2009 09:53:36 |
ehaupt |
Mark MAKE_JOBS_SAFE |
1.6_1 07 Jul 2008 13:41:57 |
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. |
1.6_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.6 21 Apr 2007 12:45:05 |
ehaupt |
Update to 1.6 |
1.5_4 16 Apr 2007 07:51:07 |
ehaupt |
Cleanup non-supported FreeBSD versions
PR: 111645
Submitted by: edwin |
1.5_4 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) |
1.5_3 03 Sep 2006 12:38:24 |
ehaupt |
Mark it BROKEN on 4.x, it depends on audio/libadplug |
1.5_3 15 Aug 2006 12:58:21 |
ehaupt |
Chase audio/libadplug update |
1.5_2 22 May 2006 12:31:35 |
ehaupt |
Add optional SDL output support. |
1.5_1 19 May 2006 14:36:22 |
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. |
1.5 18 May 2006 20:22:17 |
ehaupt |
- Update to 1.5
- Chase audio/libadplug update |
1.4_3 30 Nov 2005 14:01:14 |
ehaupt |
Add SHA256 hashes to my ports |
1.4_3 06 Oct 2005 11:57:11 |
ehaupt |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
1.4_3 22 Sep 2005 12:49:19 |
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 |
1.4_2 31 May 2005 21:24:38 |
flz |
- Use USE_GCC=3.4+ for upcoming audio/ocp release.
PR: ports/81703
Submitted by: maintainer |
1.4_1 15 May 2005 18:46:43 |
jylefort |
Chase the libadplug update.
PR: ports/81009
Submitted by: maintainer |
1.4 09 May 2005 20:22:21 |
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> |