1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
Jimmy Olgeni
b4ddf7a94c Update lang/racket to version 7.2. 2019-02-04 09:18:50 +00:00
Rene Ladan
8a502cb2d4 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
2018-11-02 13:32:34 +00:00
Mark Linimon
5630373c6d 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)
2018-11-01 14:42:57 +00:00
Jimmy Olgeni
c6870728ba Update lang/racket to version 7.1. 2018-10-27 18:52:17 +00:00
Jan Beich
0aa737a336 Expand FreeBSD 12 conditionals to include 13.0-CURRENT 2018-10-23 16:34:43 +00:00
Mathieu Arnold
e1bfdfbe56 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
2018-09-10 13:14:50 +00:00
Jimmy Olgeni
5385dba451 Update lang/racket to version 7.0. 2018-07-30 22:20:32 +00:00
Jimmy Olgeni
9f0efe388b Update lang/racket to version 6.12. 2018-01-27 19:40:37 +00:00
Mark Linimon
14295721d4 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)
2017-11-30 05:55:17 +00:00
Jimmy Olgeni
b288343fcd Update lang/racket to version 6.11. 2017-10-31 10:56:03 +00:00
Jimmy Olgeni
67b1deb984 Update lang/racket to version 6.10.1. 2017-09-13 16:10:47 +00:00
Jimmy Olgeni
8bfff4331e Update lang/racket to version 6.10. 2017-08-02 15:55:30 +00:00
Mark Linimon
983c320ec8 Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages.
Approved by:	portmgr (tier-2 blanket)
2017-06-24 18:36:19 +00:00
Mark Linimon
82c3cac0d2 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
2017-05-22 16:04:19 +00:00
Jimmy Olgeni
58db76b95a Update lang/racket to version 6.9. 2017-04-28 19:06:29 +00:00
Mark Linimon
f01a6f4ab3 Mark a few more ports that create large logfiles broken on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 15:38:10 +00:00
Jimmy Olgeni
d1da449c7a Update lang/racket to version 6.8 (still BROKEN on i386). 2017-01-28 11:45:58 +00:00
Dmitry Marakasov
1df3c4487f - Fix BROKENs 2016-11-21 16:36:09 +00:00
Dmitry Marakasov
d6440427fd - 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
2016-11-21 16:33:21 +00:00
Mark Linimon
dddf5cf498 The correct spelling is aarch64, not arm64. 2016-11-11 07:11:59 +00:00
Mark Linimon
71f20309c3 Mark as broken on arm64: platform not supported.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 03:12:39 +00:00
Jimmy Olgeni
07fe2718a6 Update lang/racket to version 6.7. 2016-10-27 20:57:35 +00:00
Jimmy Olgeni
9146ef9763 Update lang/racket to version 6.6. 2016-07-23 08:48:08 +00:00
Jimmy Olgeni
e03b780a64 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).

- Add options for FUTURES and JIT (i386/amd64 only).

- Remove unnecessary patches.

~ Credits ~

Juan Francisco Cantero Hurtado (OpenBSD maintainer) - kindly
brought me up to speed on Racket's status and prebuilt packages,
so I could remove lots of cruft from the port.

Sam Tobin-Hochstadt - tracked down the futures issue.

PR:		200101
Differential Revision:	https://reviews.freebsd.org/D6984
Differential Revision:	https://reviews.freebsd.org/D6985
Reviewed by:	Martin Sugioarto
2016-07-04 14:06:48 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Baptiste Daroussin
72a6ab7988 Convert categories m* and m* to USES=sqlite and USES=firebird 2016-01-10 16:44:24 +00:00
Rui Paulo
5ffc0b7309 Update racket to 6.2.
Approved by:	olgeni
2015-08-20 16:05:10 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Jimmy Olgeni
cee4fd5452 Upgrade to version 6.1.1. 2015-05-02 18:59:17 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Tijl Coosemans
8e73755458 - Move some variable definitions in front of bsd.port.options.mk
- Use option helpers
- Specify --disable-lt to use the bundled libtool
2014-09-14 09:37:54 +00:00
Jimmy Olgeni
a71d032c24 Upgrade Racket to 6.1 and remove MANUAL_PACKAGE_BUILD for i386. 2014-08-05 21:10:10 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Jimmy Olgeni
e138a23b62 Upgrade to version 6.0.1. 2014-07-23 14:24:20 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +00:00
Tijl Coosemans
a5185846f0 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)
2014-07-04 09:40:59 +00:00
Jimmy Olgeni
7a636eaf7d Upgrade Racket to 5.93. 2014-02-01 14:19:14 +00:00
Jimmy Olgeni
8366f4f595 - Upgrade Racket to version 5.92.
- Unbreak on FreeBSD 10.
- racket-textual is renamed to racket-minimal upstream.
- Fix COMMENT.
2014-01-27 12:37:06 +00:00
Jimmy Olgeni
e44105a5bb 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.
2013-10-07 13:11:03 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Jimmy Olgeni
b24b0a131d Convert Makefile headers to the new format. 2013-02-18 12:34:39 +00:00
Jimmy Olgeni
b711b1f9c8 Upgrade to version 5.3.1.
Feature safe:	yes
2012-11-08 15:33:43 +00:00
Jimmy Olgeni
9ba9b8cc89 Upgrade to version 5.3.
- Remove explicit ABI versions frmo LIB_DEPENDS (portlint).
- Convert to OptionsNG.
- Some whitespace fixes.
2012-08-08 14:43:27 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jimmy Olgeni
78b0408b82 Document conflict with lang/racket-textual. 2012-04-16 22:38:01 +00:00
Jimmy Olgeni
37d7248112 * 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]
2012-04-16 21:33:40 +00:00