summaryrefslogtreecommitdiff
path: root/lang/racket (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-5/+1
| | | | Notes: svn path=/head/; revision=312502
* Upgrade to version 5.3.1.Jimmy Olgeni2012-11-083-82/+488
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307189
* Upgrade to version 5.3.Jimmy Olgeni2012-08-083-1669/+904
| | | | | | | | | - Remove explicit ABI versions frmo LIB_DEPENDS (portlint). - Convert to OptionsNG. - Some whitespace fixes. Notes: svn path=/head/; revision=302291
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Document conflict with lang/racket-textual.Jimmy Olgeni2012-04-161-0/+2
| | | | Notes: svn path=/head/; revision=294933
* * Disable support for WITHOUT_X11; a separate text-only versionJimmy Olgeni2012-04-161-19/+23
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=294929
* Upgrade to version 5.2.1.Jimmy Olgeni2012-02-133-186/+939
| | | | Notes: svn path=/head/; revision=291308
* Upgrade to version 5.2.Jimmy Olgeni2011-11-153-1176/+2294
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285870
* Add MAKE_JOBS_UNSAFE[1] and fix portlint warnings.Jimmy Olgeni2011-10-061-3/+5
| | | | | | | | PR: ports/161320 [1] Submitted by: dougb Notes: svn path=/head/; revision=283042
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Set MANUAL_PACKAGE_BUILD when ARCH == i386.Jimmy Olgeni2011-09-121-0/+4
| | | | | | | | Building Racket on i386 requires kern.maxdsiz to be tuned at boot (640M is a good value). Notes: svn path=/head/; revision=281675
* Add a couple of missing entries to pkg-plist.Jimmy Olgeni2011-09-072-0/+3
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=281352
* Upgrade to version 5.1.3.Jimmy Olgeni2011-08-303-3044/+4218
| | | | Notes: svn path=/head/; revision=280767
* Refactor and make X11 support optional.Jimmy Olgeni2011-02-023-36/+40
| | | | | | | | Submitted by: ashish Feature safe: yes Notes: svn path=/head/; revision=268544
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Upgrade to version 5.0.2.Jimmy Olgeni2010-11-083-16914/+17443
| | | | Notes: svn path=/head/; revision=264237
* Restore %%ARCH%% in PLIST.Jimmy Olgeni2010-08-101-6/+6
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=259071
* Upgrade to version 5.0.1.Jimmy Olgeni2010-08-103-108/+1052
| | | | Notes: svn path=/head/; revision=259069
* Add a few missing files to pkg-plist.Jimmy Olgeni2010-08-092-0/+8
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=259002
* Upgrade repocopied plt-scheme to Razor 5.0 and take over maintainership.Jimmy Olgeni2010-08-085-14664/+16001
| | | | | | | | | PR: ports/149198 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=258930
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* * Upgrade to version 4.2.4.Jimmy Olgeni2010-02-043-63/+308
| | | | | | | | | | | * Remove CONFLICTS on lang/drscheme, which was removed from the tree. * Suppress echo in pre-patch. * Fix whitespace. Approved by: maintainer Notes: svn path=/head/; revision=249236
* Upgrade to version 4.2.3.Jimmy Olgeni2010-01-063-1144/+2881
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=247266
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Update to 4.1.4Dmitry Marakasov2009-01-233-158/+463
| | | | | | | | PR: 130859 Submitted by: Andrew Reilly <areilly at bigpond dot net dot au> (maintainer) Notes: svn path=/head/; revision=226712
* lang/plt-scheme: update from 4.0.2 to 4.1.2Daichi GOTO2008-11-114-359/+865
| | | | | | | | PR: ports/128769 Submitted by: Andrew Reilly <areilly@bigpond.net.au> (maintainer) Notes: svn path=/head/; revision=222714
* - New port: plt-schemePietro Cerutti2008-07-086-0/+11955
The PLT-Scheme group have released a new version of their Scheme language and IDE tools suite, and here's a port that builds it on FreeBSD. PR: 124776 Submitted by: Andrew Reilly <areilly@bigpond.net.au> (new maintainer) Notes: svn path=/head/; revision=216546