Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.11.1_1 22 Jan 2024 20:26:40 |
Muhammad Moinur Rahman (bofh) |
lang/racket: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
8.11.1 02 Dec 2023 20:18:04 |
Jimmy Olgeni (olgeni) |
lang/racket: update to version 8.11.1 |
8.10 21 Aug 2023 08:48:02 |
Jimmy Olgeni (olgeni) |
lang/racket: update to version 8.10 |
8.9_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
8.9 22 May 2023 00:08:12 |
Piotr Kubaj (pkubaj) |
lang/racket: remove redundant LIB_DEPENDS
There already is USE_GNOME=cairo. |
8.9 14 May 2023 08:11:30 |
Jimmy Olgeni (olgeni) |
lang/racket: update to version 8.9 |
8.5_1 22 Sep 2022 10:13:56 |
Piotr Kubaj (pkubaj) |
lang/racket: fix build on powerpc |
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) |
8.5_1 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 ) |
8.5_1 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 ) |
8.5_1 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
8.5 03 May 2022 07:12:40 |
Jimmy Olgeni (olgeni) |
lang/racket: update to version 8.5 |
8.4 09 Feb 2022 23:15:39 |
Jimmy Olgeni (olgeni) |
lang/racket: update to version 8.4 |
8.3 09 Feb 2022 23:15:38 |
Jimmy Olgeni (olgeni) |
lang/racket: apply portfmt |
8.3 08 Nov 2021 09:16:41 |
Jimmy Olgeni (olgeni) |
lang/racket: Update to version 8.3 |
8.2 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) |
8.2 19 Oct 2021 11:14:32 |
Stefan Eßer (se) |
lang/racket: Add CPE information
Approved by: portmgr (blanket) |
8.2 25 Jul 2021 19:13:36 |
Piotr Kubaj (pkubaj) |
lang/racket: fix build on powerpc64*
CS is not supported on powerpc64*. |
8.2 25 Jul 2021 09:48:14 |
Jimmy Olgeni (olgeni) |
lang/racket: Update to version 8.2, with default ChezScheme support.
PR: 257367
Reported by: Philipp Ost <bsd@philippost.de> |
7.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.9 02 Feb 2021 19:23:38 |
linimon |
Mark as NOT_FOR riscv64: unsupported platform.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
7.9 29 Nov 2020 16:31:43 |
mikael |
lang/racket: Update to 7.9
Changes: https://download.racket-lang.org/v7.9.html
PR: 250860
Submitted by: m.ne@gmx.net
Approved by: olgeni (maintainer timeout) |
7.8 31 Aug 2020 14:01:21 |
olgeni |
Update lang/racket to version 7.8 and apply portfmt.
PR: 248722
Submitted by: m.ne@gmx.net |
7.7_1 19 Aug 2020 15:33:26 |
pkubaj |
lang/racket: fix build on non-x86
Even without JIT option available, FUTURES is enabled by default, breaking
build. Make FUTURES also x86-only.
MFH: 2020Q3 (fix build blanket) |
7.7_1 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
7.7 23 May 2020 20:38:17 |
olgeni |
Update lang/racket to version 7.7.
PR: 246378
Submitted by: m.ne@gmx.net |
7.5_1 15 Jan 2020 21:24:03 |
bapt |
Fix bad usage of MANDIRS |
7.5_1 26 Nov 2019 11:21:23 |
olgeni |
lang/racket and lang/racket-minimal: make FUTURES depend on JIT.
Set CFLAGS only for amd64 with JIT enabled, so as to unbreak i386
(poudriere confirms.)
PR: 237528
Submitted by: m.ne@gmx.net |
7.5_1 24 Nov 2019 13:32:35 |
olgeni |
Cleanup of lang/racket and racket-minimal.
- Reformat with portfmt
- Reduce diff between Racket ports
- Fix some portlint warnings
- Fix typo in --enable-ffi (it was just -enable-ffi before)
- Now FUTURES is enabled in lang/racket too
Update licensing information as per upstream announcement:
https://blog.racket-lang.org/2019/11/completing-racket-s-relicensing-effort.html |
7.5 24 Nov 2019 09:19:06 |
olgeni |
Update lang/racket* to version 7.5.
Remove --enable-shared, as it breaks the configure phase with a
multiline value of "AR". |
7.3 26 May 2019 16:41:52 |
olgeni |
Update lang/racket to version 7.3. |
7.2 04 May 2019 09:31:28 |
amdmi3 |
- Add LICENSE_FILE
- Add USES=gnome
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket |
7.2 24 Apr 2019 15:12:52 |
tobik |
lang/racket: Unbreak build and put back DOCS option after r499719
The port still has %%PORTDOCS%% in pkg-plist.
Pointy hat: linimon
PR: 237527, 230019
Reported by: m.ne@gmx.net |
7.2 23 Apr 2019 07:49:20 |
linimon |
Pet portlint.
Approved by: portmgr (tier-2 blanket) |
7.2 23 Apr 2019 07:48:36 |
linimon |
Remove spurious OPTIONS_DEFAULT which should have been removed as
part of r483669.
PR: 230019
Submitted by: Greg V (greg at unrelenting dot technology)
Approved by: portmgr (tier-2 blanket) |
7.2 04 Feb 2019 09:18:51 |
olgeni |
Update lang/racket to version 7.2. |
7.1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
7.1 01 Nov 2018 14:42:57 |
linimon |
Racket actually has been ported to all the architectures, just without JIT.
FUTURES actually seems to require JIT (errors with JIT-related object files
when compiling on aarch64), so move FUTURES to the amd64/i386 only section.
aarch64 also required a define. Submitted upstream:
https://github.com/racket/racket/pull/2187
While here, clarify the status on powerpc64 (tested by linimon).
PR: 230019
Submitted by: greg at unrelenting dot technology
Approved by: portmgr (tier-2 blanket) |
7.1 27 Oct 2018 18:52:17 |
olgeni |
Update lang/racket to version 7.1. |
7.0 23 Oct 2018 16:34:44 |
jbeich |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT |
7.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
7.0 30 Jul 2018 22:20:33 |
olgeni |
Update lang/racket to version 7.0. |
6.12 27 Jan 2018 19:40:37 |
olgeni |
Update lang/racket to version 6.12. |
6.11 30 Nov 2017 05:55:17 |
linimon |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket) |
6.11 31 Oct 2017 10:56:03 |
olgeni |
Update lang/racket to version 6.11. |
6.10.1 13 Sep 2017 16:10:47 |
olgeni |
Update lang/racket to version 6.10.1. |
6.10 02 Aug 2017 15:55:30 |
olgeni |
Update lang/racket to version 6.10. |
6.9 24 Jun 2017 18:36:19 |
linimon |
Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages.
Approved by: portmgr (tier-2 blanket) |
6.9 22 May 2017 16:04:19 |
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 |
6.9 28 Apr 2017 19:06:29 |
olgeni |
Update lang/racket to version 6.9. |
6.8 26 Feb 2017 15:38:10 |
linimon |
Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket) |
6.8 28 Jan 2017 11:45:58 |
olgeni |
Update lang/racket to version 6.8 (still BROKEN on i386). |
6.7 21 Nov 2016 16:36:09 |
amdmi3 |
- Fix BROKENs |
6.7 21 Nov 2016 16:33:22 |
amdmi3 |
- Mark BROKEN on 10+ i386: segfaults during build
/usr/bin/make sysinfer3m
./racket3m -cqu ./mksystem.rkt system.rktd "cpp -I. -I./include -I./src
-I/usr/local/include -DLIBICONV_PLUG -pthread -DUSE_SENORA_GC
-DMZ_USES_SHARED_LIB ./src/systype.c" "" "./racket3m" "./racket3m"
Seg fault (internal error) at 0x606060a
Approved by: portmgr blanket |
6.7 11 Nov 2016 07:11:59 |
linimon |
The correct spelling is aarch64, not arm64. |
6.7 08 Nov 2016 03:12:40 |
linimon |
Mark as broken on arm64: platform not supported.
Approved by: portmgr (tier-2 blanket) |
6.7 27 Oct 2016 20:57:35 |
olgeni |
Update lang/racket to version 6.7. |
6.6 23 Jul 2016 08:48:08 |
olgeni |
Update lang/racket to version 6.6. |
6.5 04 Jul 2016 14:06:48 |
olgeni |
Update lang/racket and lang/racket-minimal to version 6.5.
- Use prebuilt Racket packages to prevent building during the
staging phase (PR 200101).
- patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt
Prevent inclusion of libunique, which brings in GTK2, which
then conflicts with the default GTK3 toolkit.
- patch-src_racket_src_future.c
Include commit f16f54a from github/racket/racket, which fixes
semaphore handling when futures are disabled (this broke the
IDE). (Only the first 15 lines of the commit message are shown above ) |
6.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
6.2 10 Jan 2016 16:44:24 |
bapt |
Convert categories m* and m* to USES=sqlite and USES=firebird |
6.2 20 Aug 2015 16:05:11 |
rpaulo |
Update racket to 6.2.
Approved by: olgeni |
6.1.1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
6.1.1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
6.1.1 02 May 2015 18:59:18 |
olgeni |
Upgrade to version 6.1.1. |
6.1_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
6.1_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
6.1_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
6.1_1 14 Sep 2014 09:37:54 |
tijl |
- Move some variable definitions in front of bsd.port.options.mk
- Use option helpers
- Specify --disable-lt to use the bundled libtool |
6.1 05 Aug 2014 21:10:11 |
olgeni |
Upgrade Racket to 6.1 and remove MANUAL_PACKAGE_BUILD for i386. |
6.0.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) |
6.0.1 23 Jul 2014 14:24:20 |
olgeni |
Upgrade to version 6.0.1. |
5.93_1 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
5.93_1 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
5.93 01 Feb 2014 14:19:15 |
olgeni |
Upgrade Racket to 5.93. |
5.92 27 Jan 2014 12:37:07 |
olgeni |
- Upgrade Racket to version 5.92.
- Unbreak on FreeBSD 10.
- racket-textual is renamed to racket-minimal upstream.
- Fix COMMENT. |
5.3.6 07 Oct 2013 13:11:03 |
olgeni |
Upgrade to version 5.3.6.
Pending issues:
- Support for long doubles was disabled (does not build on 9.x.)
- Using readline/rep causes a core dump on SIGWINCH.
- Calls to (find-seconds 0 0 0 1 5 1970 #f) fail, so a bit of
documentation was cut out as it broke the build by using this
specific call. |
5.3.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
5.3.1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
5.3.1 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
5.3.1 08 Nov 2012 15:33:43 |
olgeni |
Upgrade to version 5.3.1.
Feature safe: yes |
5.3 08 Aug 2012 14:43:28 |
olgeni |
Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Some whitespace fixes. |
5.2.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
5.2.1_1 16 Apr 2012 22:38:01 |
olgeni |
Document conflict with lang/racket-textual. |
5.2.1_1 16 Apr 2012 21:33:40 |
olgeni |
* Disable support for WITHOUT_X11; a separate text-only version
will be provided in lang/racket-textual.
* Add missing libffi dependency.
* Reduce diffs with upcoming racket-textual port.
* Add support for RACKET_PLACES option[1].
Submitted by: Yves Fischer <yvesf@xapek.org> [1] |
5.2.1 13 Feb 2012 21:12:52 |
olgeni |
Upgrade to version 5.2.1. |
5.2 15 Nov 2011 19:51:24 |
olgeni |
Upgrade to version 5.2.
Feature safe: yes |
5.1.3_1 06 Oct 2011 15:08:29 |
olgeni |
Add MAKE_JOBS_UNSAFE[1] and fix portlint warnings.
PR: ports/161320 [1]
Submitted by: dougb |
5.1.3_1 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 |
5.1.3_1 12 Sep 2011 15:54:23 |
olgeni |
Set MANUAL_PACKAGE_BUILD when ARCH == i386.
Building Racket on i386 requires kern.maxdsiz to be tuned at boot
(640M is a good value). |
5.1.3_1 07 Sep 2011 04:13:00 |
olgeni |
Add a couple of missing entries to pkg-plist.
Reported by: pav |
5.1.3 30 Aug 2011 15:02:48 |
olgeni |
Upgrade to version 5.1.3. |
5.0.2 02 Feb 2011 06:56:29 |
olgeni |
Refactor and make X11 support optional.
Submitted by: ashish
Feature safe: yes |
5.0.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
5.0.2 08 Nov 2010 10:57:29 |
olgeni |
Upgrade to version 5.0.2. |
5.0_1 10 Aug 2010 15:10:01 |
olgeni |
Restore %%ARCH%% in PLIST.
Noticed by: QAT |
5.0.1 10 Aug 2010 13:56:31 |
olgeni |
Upgrade to version 5.0.1. |
5.0_1 09 Aug 2010 10:55:45 |
olgeni |
Add a few missing files to pkg-plist.
Reported by: QAT |
5.0 08 Aug 2010 11:51:35 |
olgeni |
Upgrade repocopied plt-scheme to Razor 5.0 and take over maintainership.
PR: ports/149198
Submitted by: olgeni
Approved by: maintainer |
4.2.4_2 08 Aug 2010 09:28:46 |
olgeni |
Document repocopy of lang/plt-scheme (4.2.4) to lang/racket.
PR: ports/149198
Submitted by: olgeni
Repocopy by: marcus |