Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.2_13 31 Dec 2022 02:12:01 |
Muhammad Moinur Rahman (bofh) |
math/graphthing: Cleanup expired ports
Approved by: portmgr |
22 Dec 2022 12:00:52
|
Loïc Bartoletti (lbartoletti) |
math/graphthing: mark deprecated |
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.3.2_13 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.3.2_13 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 ) |
1.3.2_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.2_13 08 Nov 2019 14:11:46 |
tobik |
math: Add missing USES={gl,gnome,php,sdl,xorg} |
1.3.2_13 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.3.2_12 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.3.2_11 02 Dec 2018 12:49:53 |
linimon |
USES=compiler:c++11-lang is necessary to fix build on GCC-based
architectures.
While here, pet portlint.
PR: 233614
Submitted by: Piotr Kubaj |
1.3.2_11 16 Aug 2016 08:32:15 |
amdmi3 |
- Drop deprecated WX_UNICODE
- Regenerate patches with `make makepatch`
- Fix WWW: |
1.3.2_11 16 Sep 2015 19:51:28 |
bapt |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
1.3.2_10 25 Mar 2015 07:37:15 |
marino |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket |
1.3.2_10 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.3.2_9 24 Mar 2014 17:16:56 |
bapt |
Use only 2.8 and unicode version of wxGTK |
1.3.2_8 16 Feb 2014 19:12:23 |
danilo |
- Add stage support
- Convert USE_GMAKE to USES |
1.3.2_8 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.3.2_8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.2_8 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.3.2_8 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
1.3.2_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.2_7 24 Mar 2012 16:44:25 |
miwi |
- Fix build with newer wxWidgets
- Add MAKE_JOBS_SAFE
PR: 166044
Submitted by: Ports Fury
Feature safe: yes |
1.3.2_6 21 Feb 2012 13:16:58 |
arved |
Fix build errors with latest bison |
1.3.2_6 13 Feb 2012 10:42:56 |
arved |
Drop maintainership, as i have not been able to fix this port before it became
marked broken |
1.3.2_6 10 Feb 2012 20:13:26 |
pav |
- Mark BROKEN: does not compile
gt-bison.y -> gt-bison.tab.cc
gt-bison.tab.cc -> gt-bison.tab.o
gt-bison.y: In function 'int yy_gt_parse()':
gt-bison.y:95: warning: deprecated conversion from string constant to 'char*'
gt-bison.y:100: warning: deprecated conversion from string constant to 'char*'
gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*'
gt-bison.tab.cc:1596: error: initializing argument 1 of 'int
yy_gt_error(char*)'
gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to
'char*'
gmake[1]: *** [gt-bison.tab.o] Error 1
Reported by: pointyhat |
1.3.2_6 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.3.2_6 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.3.2_6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.2_6 30 May 2010 17:39:07 |
arved |
Add LICENSE and LICENSE_FILE to my ports. |
1.3.2_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.2_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.3.2_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.3.2_3 06 Jun 2008 13:44:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3.2_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.3.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.2 27 Dec 2006 09:31:05 |
arved |
Update to 1.3.2 |
1.3.1 10 Dec 2006 13:11:32 |
arved |
Update to 1.3.1 |
1.3 01 Dec 2006 07:39:02 |
pav |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
1.3 18 Sep 2006 16:15:27 |
arved |
Upgrade to 1.3 |
1.2.1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.2.1 12 Nov 2005 18:19:32 |
arved |
Update to 1.2.1
Add SHA256
Grab back Maintainership |
1.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.2 29 Oct 2005 22:40:00 |
mnag |
Update to 1.2
PR: 88192
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1 01 Aug 2005 08:11:30 |
thierry |
Upgrade to 1.1.
PR: 84405
Submitted by: KATO Tsuguru |
1.0 04 Jul 2005 15:37:00 |
arved |
Update to 1.0
- Switch from gtkmm to wxgtk
PR: 82944
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.9.5 25 Feb 2005 21:49:44 |
pav |
- Fix build on gcc-3.4
PR: ports/78017
Submitted by: Johan van Selst <johans@stack.nl> |
0.9.5 26 Sep 2004 01:41:12 |
kris |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self) |
0.9.5 01 Mar 2004 18:12:58 |
krion |
- Update to version 0.9.5
PR: ports/63594
Submitted by: Ports Fury |
0.9.4_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9.4 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9.4 15 Jan 2004 13:10:27 |
arved |
Update to 0.9.4 |
0.9.3 18 Dec 2003 17:08:12 |
arved |
Update to 0.9.3 |
0.9.2_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.9.2 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.9.2 24 Aug 2003 09:08:40 |
krion |
- Update to 0.9.2 |
0.9.1 20 Apr 2003 19:32:47 |
marcus |
Remove USE_GNOMENG. |
0.9.1 24 Mar 2003 09:51:40 |
arved |
Collect a patch during last commit, that got integrated
Submitted by: kay_lehmann@web.de (Kay Lehmann) |
0.9.1 23 Mar 2003 23:15:27 |
arved |
Update to 0.9.1. |
0.7 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
0.7 09 Jan 2003 11:20:37 |
arved |
Fix WWW.
Drop Maintainership. |
0.7 23 Nov 2002 13:58:38 |
arved |
Add a patch i forgot with the last commit |
0.7 19 Nov 2002 18:59:45 |
arved |
This port uses bison.
Spotted by: bento |
0.7 30 Oct 2002 13:59:30 |
arved |
Update my Emailaddress |
0.7 30 Oct 2002 13:57:19 |
arved |
Fix Build on -CURRENT |
0.7 30 Aug 2002 14:07:44 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42208
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.7 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
0.7 15 May 2002 13:43:44 |
ijliao |
misc/graphthing -> math/graphthing |