Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1_10 10 Apr 2024 19:12:09 |
Rene Ladan (rene) |
lang/qscheme: Remove expired port
2024-04-10 lang/qscheme: Unmaintained and there are more modern alternatives |
0.5.1_10 10 Mar 2024 15:32:56 |
Muhammad Moinur Rahman (bofh) |
lang/qscheme: Mark DEPRECATED
- Last upstream release was in 2000
- There are more modern alternatives like CHEZ, Guile
- Set EXPIRATION_DATE 2024-04-10
If someone needs this port please feel free to take over the MAINTAINER
and reset the DEPRECATION. |
0.5.1_10 11 Jun 2023 19:16:22 |
Muhammad Moinur Rahman (bofh) |
lang/qscheme: Fix buils with llvm15
- Pet portclippy
- Adopt port |
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.5.1_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.5.1_10 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.1_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.1_10 28 Jul 2017 18:58:24 |
ultima |
* Renamed ffcall --> libffcall, renamed upstream
PR: 220905
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11763 |
0.5.1_10 27 Jun 2017 15:34:17 |
tobik |
- Fix build with clang and remove USE_GCC
- Link dynamically with libavcall, libpcre and libgmp and fix build on
amd64 (and optimistically sparc64 too)
- Remove the devel/libgetline dependency and don't link with libgetline:
While libgetline provides getline() it has an entirely different
signature than getline(3). This make the fgetline builtin function
unusable and causes e.g. the cat.scm example to segfault.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11352 |
0.5.1_9 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.5.1_8 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.5.1_7 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.5.1_7 25 May 2015 14:24:07 |
antoine |
Fix build without /usr/bin/perl symlink
Reported by: pkg-fallout |
0.5.1_7 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
0.5.1_7 30 Aug 2014 21:15:14 |
marino |
Stage lang/qscheme and unbreak on FreeBSD 10+
PR: 193040
Submitted by: Ports Fury |
0.5.1_6 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.5.1_6 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.5.1_6 05 Jul 2014 19:27:04 |
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. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
0.5.1_6 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.5.1_6 17 Sep 2013 06:51:04 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
0.5.1_6 19 Dec 2010 15:10:19 |
makc |
Unbreak by adding build dependency on perl
PR: ports/152375
Submitted by: Vitaly Magerya <vmagerya at gmail.com>
Approved by: Erik Greenwald (maintainer) |
0.5.1_6 01 Dec 2010 23:12:16 |
linimon |
Update maintainer's email address.
Submitted by: maintainer (private email) |
0.5.1_6 18 Nov 2010 10:49:49 |
miwi |
- Fails to build
Reported by: pointyhat |
0.5.1_6 19 Jun 2010 07:54:14 |
linimon |
Also broken on sparc64.
Hat: portmgr
Feature safe: yes |
0.5.1_6 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) |
0.5.1_5 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
0.5.1_4 01 Apr 2009 22:32:28 |
amdmi3 |
- Forced commit to note that I've also added a comment on why it's broken on
amd64 |
0.5.1_4 01 Apr 2009 22:31:31 |
amdmi3 |
- Fix build with gcc 4.2
PR: 132287
Submitted by: Vitaly Magerya <vmagerya at gmail dot com>
Approved by: Erik Greenwald <erik dot greenwald at gmail dot com>
(maintainer) |
0.5.1_3 04 Oct 2007 15:47:28 |
linimon |
Mark as broken with gcc4.2. |
0.5.1_3 04 Oct 2007 01:25:18 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.5.1_3 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
0.5.1_3 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.1_3 04 Dec 2004 01:50:44 |
kris |
BROKEN on amd64 and ia64: Does not build |
0.5.1_3 01 Nov 2004 21:59:34 |
sem |
- Fix configure error from bad tarball
- Eliminate dependancy on gcc 2.95
- Fix gmp lib dir flaw
PR: ports/73362
Submitted by: maintainer |
0.5.1_2 10 Jun 2004 18:30:09 |
krion |
- Trim newlines at the end of patches
- portlint
PR: ports/67805
Submitted by: maintainer |
0.5.1_2 16 May 2004 07:30:10 |
kris |
Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight. Sorry, Erik. |
0.5.1_2 16 May 2004 04:04:18 |
kris |
Reset bouncing maintainer address:
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1) |
0.5.1_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5.1_2 17 Feb 2004 10:17:36 |
krion |
- Honour PTHREAD_{CFLAGS,LIBS}
PR: ports/62945
Submitted by: maintainer |
0.5.1_1 17 Feb 2004 00:18:38 |
kris |
FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} |
0.5.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.5.1 20 Nov 2003 23:39:47 |
linimon |
Force to use gcc2.95. Fix configuration problems, too.
Build-tested on 4.x and 5.x.
PR: ports/58239
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer). |
0.5.1 28 Aug 2003 00:01:09 |
edwin |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
0.5.1 21 Feb 2003 12:35:09 |
knu |
De-pkg-comment. |
0.5.1 21 Dec 2002 08:57:03 |
anholt |
Fix on -current (get gmp from ${LOCALBASE})
Submitted by: bento |
0.5.1 18 Dec 2002 13:04:36 |
knu |
Set MAINTAINER back to the submitter. He is now reachable again.
Submitted by: Erik Greenwald <erik@smluc.org> |
0.5.1 24 Nov 2002 01:12:46 |
edwin |
port wants gmp, port gets gmp
Noticed by: bento |
0.5.1 18 Nov 2002 03:48:10 |
kris |
Reset undeliverable maintainer addresses to ports@FreeBSD.org |
0.5.1 27 Jun 2002 14:32:30 |
will |
Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR: 34999
Submitted by: erik@smluc.org |