Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.96.b8_11 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.96.b8_10 27 Feb 2023 20:31:58 |
Gerald Pfeifer (gerald) |
devel/tigcc: Drop special casing for GCC 4.2
Remove code specifically added for GCC 4.2 which we no longer ship.
This reverts part of e355cf10adbccd14e55f8bb391b3f2c27e60732a from
December 2018.
Approved by: danfe (maintainer) |
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) |
0.96.b8_10 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 ) |
0.96.b8_10 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.96.b8_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.96.b8_10 22 Jun 2020 04:49:21 |
tobik |
devel/tigcc: Unbreak build with GCC 10 (-fno-common)
/usr/local/bin/ld: libbackend.a(m68k.o):(.bss+0x50): multiple definition of
`m68k_regparm_string'; libbackend.a(options.o):(.bss+0x10): first defined here
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/tigcc-0.96.b8_10.log |
0.96.b8_10 10 Apr 2020 15:17:23 |
danfe |
Unbreak, undeprecate, and assume maintainership.
PR: 245402 |
0.96.b8_10 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.96.b8_10 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
0.96.b8_10 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.96.b8_10 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 |
0.96.b8_9 12 Jul 2019 01:57:57 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
These 4 cases are outliers because they set compiler:nestedfct which
currently hardwires gcc. So the real test for including -fnested-functions
into CFLAGS is "are we on the ancient base gcc".
Approved by: portmgr (tier-2 blanket) |
0.96.b8_9 21 Jun 2019 12:37:52 |
tobik |
devel/tigcc: Unbreak build with GCC 9
.../gnu/gcc-4.1-20060728/gcc/c-decl.c: At top level:
.../gnu/gcc-4.1-20060728/gcc/c-decl.c:1130:1: error: 'cgraph_node' is not
defined as a type
1130 | locate_old_decl (tree decl, void (*diag)(const char *, ...)
ATTRIBUTE_GCC_CDIAG(1,2))
| ^~~~~~~~~~~~~~~
http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/tigcc-0.96.b8_9.log
Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677
PR: 238330 |
0.96.b8_9 21 Jun 2019 12:36:57 |
tobik |
devel/tigcc: Make build and configure discrete steps
To avoid reruns of the configure scripts after restarting the build. |
0.96.b8_9 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 |
0.96.b8_8 07 Dec 2018 00:48:21 |
linimon |
The previous patch actually failed on amd64 but I missed it. Correct
it with feedback in the initial email from the PR.
Pointy hat to: linimon |
0.96.b8_8 06 Dec 2018 23:56:00 |
linimon |
-fnested-functions is necessary to support nested functions with base GCC.
While here, pet portlint.
PR: 232520
Submitted by: Piotr Kubaj
Approved by: maintainer (earlier version of patch) |
0.96.b8_8 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 |
0.96.b8_7 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). |
0.96.b8_6 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 |
0.96.b8_5 21 May 2017 13:21:04 |
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)
Reported by: swills |
0.96.b8_5 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 |
0.96.b8_4 05 Feb 2017 07:19:09 |
jbeich |
devel/tigcc: unbreak with gcc5 or later
PR: 216810 |
0.96.b8_4 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. |
0.96.b8_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.96.b8_3 27 Aug 2015 09:08:06 |
amdmi3 |
- Pet portlint, switch to options helpers
PR: 202529
Submitted by: cyberbotx@cyberbotx.com (maintainer) |
0.96.b8_3 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 |
0.96.b8_3 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
0.96.b8_3 25 Jun 2014 12:33:41 |
madpilot |
- Stagify
- Fix build on 10 and head
- Assign maintainership to submitter
PR: 190467
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> |
0.96.b8_2 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.96.b8_2 29 May 2014 15:09:43 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
0.96.b8_2 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.96.b8_2 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 |
0.96.b8_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.96.b8_2 05 Feb 2009 22:33:20 |
bsam |
Reset maintainership. Thanks for your good work!
Submitted by: the former maintainer via ports@ ML |
0.96.b8_2 31 May 2008 11:42:51 |
itetcu |
- Fix PORTDOCS and PORTEXAMPLES handling.
- bump PORTREVISION.
PR: ports/123838
Submitted by: Jona Joachim (maintainer)
Prompted by: ionbot (my alter ego :-D) |
0.96.b8_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.96.b8 25 May 2007 07:46:55 |
miwi |
- Update maintainer mail adress
PR: 112538
Submitted by: Jona Joachim<walkingshadow@grummel.net> (maintainer) |
0.96.b8 22 Nov 2006 08:56:20 |
rafan |
- Update to 0.96 beta 8
PR: ports/105704
Submitted by: Jona Joachim <walkingshadow at grummel.net> (maintainer) |
0.96.b7 25 Aug 2006 00:07:41 |
shaun |
Fix fetch by correcting the application of site-group specifiers.
PR: ports/102366
Submitted by: Jona Joachim <walkingshadow@grummel.net> (maintainer) |
0.96.b7 18 Aug 2006 08:05:19 |
okazaki |
- update to the latest beta, namely v0.96.b7
- unmark BROKEN on 4-STABLE
PR: 101977
Submitted by: maintainer |
0.96.b7 18 Aug 2006 08:05:16 |
okazaki |
- update to the latest beta, namely v0.96.b7
- unmark BROKEN on 4-STABLE
PR: 101977
Submitted by: maintainer |
0.96.b6_1 10 Jul 2006 22:54:33 |
itetcu |
- USE_BISON to fix build [1]
- mark BROKEN on 4.x [2]
PR: ports/100023
Submitted by: maintainer [1], me (itetcu) [2] |
0.96.b6_1 28 Jun 2006 07:08:02 |
daichi |
devel/tigcc: ports clean-up and bump PORTREVISION
PR: ports/98833
Submitted by: maintainer |
0.96.b6 03 Jun 2006 15:40:08 |
sat |
- Update to 0.96.b6
- New maintainer
Approved by: gabor (former maintainer) |
0.96.b5 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.96.b5 02 Apr 2006 23:12:23 |
kris |
BROKEN: Size mismatch |
0.96.b5 27 Nov 2005 16:29:39 |
fenner |
Use port groups to fetch the right files from the right subdirectories.
Approved by: Gabor Kovesdan (MAINTAINER) |
0.96.b5 09 Oct 2005 04:12:05 |
novel |
Change maintainer's e-mail.
PR: 87140
Submitted by: Gabor Kovesdan (maintainer) |
0.96.b5 29 Aug 2005 23:12:26 |
pav |
- Update to 0.96b5
- Transfer maintainership to submitter, old maintainer's address bounces
PR: ports/85057
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Approved by: maintainer's address bounced |
0.95_3 21 Aug 2004 19:03:39 |
pav |
- Update to new dist
PR: ports/70275
Submitted by: tuximus <JHaga@scu.edu> (maintainer) |
0.95_2 25 May 2004 00:26:25 |
pav |
- Update to latest snapshot
PR: ports/66784
Submitted by: Ben Haga <JHaga@scu.edu> (maintainer) |
0.95_1 19 Mar 2004 00:26:38 |
pav |
- Update to gcc-3.3.3
PR: ports/64351
Submitted by: tuximus <tuximus@tuximus.mine.nu> (maintainer) |
0.95 23 Feb 2004 22:07:28 |
pav |
Add tigcc, a C compiler for the TI89, TI92, and TI92+ calculators.
WWW: http://tigcc.ticalc.org/
PR: ports/62938
Submitted by: tuximus <tuximus@tuximus.mine.nu> |