Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
5.0 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 ) |
5.0 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
5.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0 21 Dec 2020 20:11:55 |
dmgk |
math/glpk: Update to 5.0
Changes: https://lists.gnu.org/archive/html/help-glpk/2020-12/msg00009.html |
4.65 16 Sep 2019 20:55:08 |
dmgk |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677 |
4.65 16 Feb 2018 17:19:55 |
zeising |
Update to 4.65
PR: 225951
Submitted by: Dmitri Goutnik (maintainer) |
4.64 04 Dec 2017 18:11:52 |
pi |
math/glpk: update 4.63 -> 4.64, submitter becomes maintainer
PR: 224082
Changes: https://lists.gnu.org/archive/html/help-glpk/2017-12/msg00000.html
Submitted by: Dmitri Goutnik <dg@syrec.org> |
4.63 28 Nov 2017 03:03:52 |
yuri |
math/glpk: Update to 4.63
PR: 223884
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13261 |
4.61 31 Jan 2017 09:24:04 |
demon |
Update to version 4.61. |
4.55_1 31 Jan 2017 09:01:23 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Fix CONFLICTS
- Strip library
- Switch to new test framework
- Simplify docs installation |
4.55 29 Jul 2016 17:31:43 |
pawel |
- Update to version 4.55 [1]
- Convert to USES=localbase
- Move OPTIONS block to proper place, use helpers
- Argument --disable-dl for MYSQL=off was dropped because
it made configure script fail when IODBC=on
PR: 203448
Submitted by: pfg [1] |
4.52.1_3 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
4.52.1_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.52.1_3 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
4.52.1_2 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 |
4.52.1_2 10 Sep 2014 12:17:52 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
4.52.1_1 15 Jul 2014 16:23:08 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
4.52.1_1 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
4.52.1_1 27 May 2014 18:18:53 |
amdmi3 |
- Stagify
- Add missing USES=libtool
Approved by: portmgr blanket |
4.52.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
4.52.1 06 Aug 2013 19:08:58 |
bf |
Update math/glpk to 4.52.1 and adjust dependent ports |
4.50 29 May 2013 23:43:55 |
bf |
Update math/glpk to 4.50 and adjust dependent ports |
4.49 10 May 2013 19:39:58 |
bf |
update math/glpk to 4.49, and adjust dependent ports
Approved by: maho |
4.48 31 Jan 2013 13:03:32 |
bf |
update glpk to 4.48 and adjust dependent ports |
4.47 09 Jun 2012 04:55:58 |
bf |
add some CONFLICTS [1]; minor clean-up
Reported by: S.-M. Silber [1] |
4.47 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
4.47 29 Oct 2011 07:40:51 |
miwi |
- Fix build with FreeBSD 10 |
4.47 19 Oct 2011 18:11:24 |
bf |
assume maintainership
Approved by: demon |
4.47 17 Oct 2011 11:44:27 |
bf |
update to 4.47; the necessary adjustments to math/octave*
were made in the math/fftw3 update of a few minutes ago
PR: 161670
Submitted by: H. Schumacher (partial patch)
Approved by: demon |
4.45 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 |
4.45 24 May 2011 13:22:14 |
demon |
Update to version 4.45.
PR: 157241
Submitted by: bf |
4.43_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.43_1 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
4.43 19 Mar 2010 15:09:41 |
demon |
Update to version 4.43.
PR: 144256
Submitted by: bf <bf1783@gmail.com> |
4.42 14 Jan 2010 12:33:21 |
demon |
Update to 4.42.
PR: 142822
Submitted by: bf <bf1783@gmail.com> |
4.39 04 Sep 2009 13:25:57 |
demon |
Update to version 4.39.
PR: 137783
Submitted by: bf <bf1783@gmail.com> |
4.38 24 Jun 2009 08:30:11 |
demon |
Update to version 4.38.
PR: 135956
Submitted by: bf <bf1783@gmail.com> |
4.37_1 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
4.37 02 Apr 2009 10:00:58 |
demon |
Update to version 4.37.
Based on PR: 131101
Submitted by: bf <bf2006a@yahoo.com> |
4.34 26 Dec 2008 15:09:35 |
demon |
Update to version 4.34.
PR: 129446
Submitted by: bf <bf2006a@yahoo.com> |
4.33 07 Nov 2008 13:41:02 |
demon |
Update to version 4.33.
Submitted by: bf <bf2006a@yahoo.com> |
4.31 04 Sep 2008 10:23:32 |
demon |
Update to 4.31.
PR: 127064
Submitted by: bf <bf2006a@yahoo.com> |
4.30 15 Aug 2008 14:11:11 |
demon |
Update to version 4.30. |
4.29 15 Jul 2008 13:01:10 |
demon |
Update to 4.29.
PR: 125395
Submitted by: bf <bf2006a@yahoo.com> |
4.28 19 May 2008 15:28:27 |
demon |
Update to 4.28.
PR: 123543
Submitted by: bf <bf2006a@yahoo.com> |
4.25 08 Feb 2008 15:07:23 |
demon |
Update to 4.25.
Install more headers.
PR: 119662
Submitted by: bf <bf2006a@yahoo.com> |
4.24 12 Dec 2007 14:12:43 |
demon |
- Update to version 4.24.
- include headers required for building gmpl support in math/clp
- remover -fPIC hack for amd64 which doesn't seem necessary anymore.
PR: 118265
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> |
4.21 30 Aug 2007 07:45:34 |
demon |
Update to 4.21.
PR: 115810
Submitted by: bf <bf2006a@yahoo.com> |
4.17 31 May 2007 11:42:15 |
demon |
Update to 4.17.
PR: ports/112773
Submitted by: bf<bf2006a@yahoo.com> |
4.15 26 Mar 2007 12:32:01 |
demon |
Update to 4.15.
Submitted by: bf <bf2006a@yahoo.com> |
4.14 08 Feb 2007 14:39:49 |
demon |
Update to 4.14.
PR: 108857
Submitted by: ijliao |
4.10 29 May 2006 14:04:13 |
demon |
Update to version 4.10.
Based on:
PR: 93547
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
4.8 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
4.8 05 Sep 2005 11:18:14 |
demon |
Upgrade to version 4.8.
PR: 84905
Submitted by: Ulrich Spoerlein <q@galgenberg.net> |
4.4 31 May 2004 07:28:33 |
demon |
Update to version 4.4. |
4.0 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
4.0 10 Jun 2003 05:20:00 |
demon |
Update to version 4.0. |
3.2.4 09 Mar 2003 17:03:33 |
demon |
Add missing files.
Submitted by: bento
Approved by: lioux |
3.2.4 22 Feb 2003 08:46:40 |
demon |
Update to 3.2.4;
Remove BROKEN -- problem resolved.
Remove pkg-comment and add COMMENT to Makefile. |
3.2.1 22 Feb 2003 04:02:03 |
kris |
BROKEN: Installs files into /usr/include |
3.2.1 21 Sep 2002 18:04:50 |
demon |
Update to 3.2.1 and unbreak.
Approved by: will |
3.2 20 Sep 2002 21:11:55 |
kris |
BROKEN: Does not install |
3.2 18 Jul 2002 11:52:02 |
demon |
Remove obsolete MASTER_SITE. |
3.2 18 Jul 2002 08:45:19 |
demon |
Upgrade to version 3.2 |
3.0.7 05 May 2002 16:10:35 |
demon |
Upgrade to version 3.0.7 |
10 Feb 2002 02:24:07 |
demon |
Upgrade to 3.0.5 |
29 Sep 2001 12:11:28 |
demon |
Update to 3.0.2 |
02 Aug 2001 04:46:15 |
demon |
Upgrade to 3.0.1 |
29 Jul 2001 03:31:08 |
demon |
Update to 3.0 |
15 Jul 2001 09:21:18 |
demon |
Utilize DATADIR and DOCSDIR. |
30 Mar 2001 12:22:46 |
demon |
Update to version 2.2. Host disappeared documentation locally. |
13 Mar 2001 11:55:18 |
demon |
Install additional documentation. |
13 Mar 2001 11:27:19 |
demon |
Update to version 2.1. |
05 Feb 2001 15:04:47 |
olgeni |
More style fixes for ports/math. |
18 Dec 2000 10:17:22 |
demon |
GLPK -- GNU Linear Programming Kit. |