Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2_9 31 Oct 2024 21:52:08 |
Rene Ladan (rene) |
audio/funktrackergold: Remove expired port
2024-10-30 audio/funktrackergold: Software looks abandoned: last release is in
1999 and WWW link had nothing to do with the software. Does not build with GCC
14.2 |
1.5.2_9 04 Sep 2024 09:29:29 |
Lorenzo Salvadore (salvadore) |
audio/funktrackergold: Deprecate port
Deprecate port as the software looks abandoned:
- latest release is in 1999;
- WWW link (removed with this commit) is a page that has nothing to do with the
software;
- does not build with GCC 14.2 [1].
PR: 281222 [1] |
1.5.2_9 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.5.2_8 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.5.2_8 30 Aug 2022 08:25:52 |
Antoine Brodin (antoine) |
audio/funktrackergold: gcc does not know the -fnested-functions flag
Reported by: pkg-fallout |
1.5.2_8 26 Aug 2022 07:39:03 |
Baptiste Daroussin (bapt) |
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE
CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework
PR: 199098 |
1.5.2_8 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 ) |
1.5.2_8 24 Sep 2021 13:11:53 |
Baptiste Daroussin (bapt) |
ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29
In many places I overlooked at the problem we were trying to solve when
libncurses is split. |
1.5.2_8 23 Sep 2021 16:22:54 |
Baptiste Daroussin (bapt) |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
1.5.2_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.5.2_7 06 Feb 2019 00:44:28 |
linimon |
If compiling with base GCC, -fnested-functions needs to be passed.
PR: 235541
Submitted by: Piotr Kubaj |
1.5.2_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.5.2_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.5.2_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.5.2_4 18 Dec 2017 15:44:57 |
amdmi3 |
- Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
- Update WWW |
1.5.2_4 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.5.2_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.5.2_3 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.5.2_3 13 May 2017 03:35:51 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.5.2_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.5.2_2 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.5.2_1 07 Feb 2016 12:56:55 |
marino |
audio/funktrackergold: USES+= ncurses |
1.5.2_1 13 Dec 2015 16:07:28 |
swills |
mark some of the ports that don't build on powerpc64 for me |
1.5.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.5.2_1 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 |
1.5.2_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.5.2_1 15 Jul 2014 17:37:39 |
adamw |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions. |
1.5.2_1 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
1.5.2_1 06 Apr 2014 17:41:17 |
bapt |
Support stage
Use compiler:nestedfct to choose the right compiler instead of USE_GCC |
1.5.2_1 21 Feb 2014 13:35:10 |
ehaupt |
Remove trailing whitespaces from category audio |
1.5.2_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.5.2_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.5.2_1 24 May 2013 13:54:01 |
bapt |
Fix build on current by forcing usage of gcc: the code uses nested functions
which is a gcc extensions
While here trim headers
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS |
1.5.2_1 19 May 2011 18:25:58 |
sylvio |
- Add license |
1.5.2_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5.2_1 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
1.5.2_1 19 Sep 2009 16:52:02 |
miwi |
- Convert to PORTDOCS and PLIST_FILES
- Pass maintainership to submitter
PR: 138592
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes |
1.5.2_1 14 Jul 2007 20:06:29 |
trasz |
- Fix build with gcc42.
Approved by: miwi (mentor) |
1.5.2_1 27 May 2007 02:39:02 |
kris |
BROKEN with gcc 4.2 |
1.5.2_1 21 Jul 2006 19:43:54 |
jmelo |
- Remove bad mastersite:
* http://jsno.leal.com.au/rel/unix_projects/ |
1.5.2_1 15 Apr 2006 00:01:12 |
linimon |
Reset markp due to lack of response to email and maintainer-timeouts.
Hat: portmgr |
1.5.2_1 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.5.2_1 14 Apr 2005 20:53:41 |
jylefort |
Fix a crash on startup.
PR: ports/71591
Submitted by: Shawn K. Quinn <skquinn@xevious.kicks-ass.net>, Simon Barner
<barner@in.tum.de>
Approved by: adamw (mentor), maintainer timeout |
1.5.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.5.2 12 Dec 2003 10:43:35 |
markp |
Updated homepage. |
1.5.2 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.5.2 22 Feb 2003 17:14:31 |
markp |
De-pkg-comment. |
29 Aug 2001 10:17:11 |
markp |
Update URLs - website moved. |
08 Jun 2001 06:36:46 |
markp |
Updated MAINTAINER to my new committer email address |
07 Apr 2001 07:10:56 |
will |
Add funktrackergold 1.5.2, a curses MOD/FNK music tracker. |