non port: lang/mit-scheme/Makefile |
SVNWeb
|
Number of commits found: 46 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 29 May 2020
|
[ 00:22 emaste ]
lang/mit-scheme: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 6 Nov 2019
|
[ 18:09 zeising ] (Only the first 10 of 17 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Sun, 10 Feb 2019
|
[ 10:17 olgeni ]
lang/mit-scheme: modernize option handling.
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Sun, 3 Sep 2017
|
[ 08:48 olgeni ]
Fix linkage flags to allow loading of prx11.so.
Submitted by: Art Kamog
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Wed, 17 Sep 2014
|
[ 17:29 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
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
|
Sun, 8 Jun 2014
|
[ 10:12 olgeni ]
Upgrade to version 9.2.
- On FreeBSD < 9 (amd64) it will USE_GCC to get a newer assembler.
- Add LICENSE.
- Upgrade LIB_DEPENDS format.
|
Thu, 7 Nov 2013
|
[ 14:59 olgeni ]
- Switch to USES=gmake.
- Add staging support.
- Use find -delete.
- Do not mute install commands.
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Sat, 12 Jan 2013
|
[ 16:58 olgeni ]
Upgrade to version 9.1.1, with amd64 support.
The configure script is not able to detect some functions from
fenv.h, possibly because it does not use "#pragma STDC FENV_ACCESS ON",
which is used in the actual code. If you know of a way to make
configure work without hacking config.h.in, suggestions are welcome.
|
Sun, 7 Oct 2012
|
[ 14:28 olgeni ]
Convert to OptionsNG; sort DISTNAME according to portlint.
|
Mon, 2 Aug 2010
|
[ 11:42 olgeni ]
Add OPTIONS for proper PostgreSQL support (previously, PLIST was
incorrect when PostgreSQL client was not installed).
|
Tue, 29 Jun 2010
|
[ 21:33 olgeni ]
Upgrade to version 9.0.1.
Feature safe: yes
|
Mon, 24 Mar 2008
|
[ 23:21 miwi ] (Only the first 10 of 102 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Tue, 23 Oct 2007
|
[ 11:15 olgeni ]
Unbreak for GCC 4.2.
PR: ports/117386
Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko(at)verizon.net>
|
Thu, 4 Oct 2007
|
[ 15:23 linimon ]
Mark as broken with gcc4.2.
|
Sat, 22 Sep 2007
|
[ 09:03 olgeni ]
Fix MASTER_SITES.
PR: ports/116530
Submitted by: Alexander Zhuravlev <zaa(at)zaa.pp.ru>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thu, 22 Jan 2004
|
[ 08:05 trevor ] (Only the first 10 of 25 ports in this commit are shown above. )
Use PAX macro.
|
Thu, 28 Aug 2003
|
[ 00:01 edwin ] (Only the first 10 of 14 ports in this commit are shown above. )
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>
|
Sun, 23 Feb 2003
|
[ 11:07 olgeni ]
Suppress command echo.
|
[ 10:51 olgeni ] (Only the first 10 of 66 ports in this commit are shown above. )
De-pkg-comment my ports + some more.
|
Sat, 7 Sep 2002
|
[ 19:51 olgeni ]
Add missing url type to MASTER_SITES.
|
Fri, 26 Jul 2002
|
[ 13:54 olgeni ]
Use source distribution rather than binaries, and remove bogus dependency
on libc.3.
PR: 41001
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
|
Thu, 20 Jun 2002
|
[ 10:01 olgeni ]
Update port to version 7.7.1
Prompted by: ijliao
|
Thu, 31 Jan 2002
|
[ 09:44 olgeni ]
Update port to version 7.6.1.
|
Mon, 21 Jan 2002
|
[ 10:36 olgeni ]
Update port to version 7.6.0.
|
Tue, 4 Sep 2001
|
[ 12:18 olgeni ]
Add dependency on misc/compat3x (for libncurses).
|
Fri, 23 Mar 2001
|
[ 10:01 olgeni ]
I'll maintain this port.
|
Thu, 22 Mar 2001
|
[ 11:10 olgeni ]
Update port to version 7.5.16.
|
[ 10:44 olgeni ]
mit-scheme has been updated, and DISTFILE moved to the OLD subdirectory.
Change MASTER_SITES as a quick fix, pending a full port upgrade.
|
Wed, 28 Feb 2001
|
[ 15:38 kevlo ]
Update to version 7.5.13
|
Mon, 5 Feb 2001
|
[ 15:04 olgeni ] (Only the first 10 of 12 ports in this commit are shown above. )
Some style fixes in the lang category (usual round of spaces -> tabs)
|
Thu, 28 Dec 2000
|
[ 15:47 kevlo ]
Upgrade to 7.5.12
|
Sat, 2 Dec 2000
|
[ 16:17 kevlo ]
Upgrade to version 7.5.11
|
Thu, 19 Oct 2000
|
[ 16:23 ade ]
Update to 7.5.10
|
Fri, 7 Jul 2000
|
[ 20:46 steve ]
Location on MASTER_SITE has changed.
|
Number of commits found: 46 |