non port: lang/scm/Makefile |
SVNWeb
|
Number of commits found: 65 |
Mon, 25 Apr 2022
|
[ 14:12 Piotr Kubaj (pkubaj) ] e219a47
lang/scm: enable on powerpc64
|
Sun, 17 Oct 2021
|
[ 11:54 Piotr Kubaj (pkubaj) ] 088f48d
lang/scm: fix build on powerpc64*
(#<primitive-procedure call-with-current-continuation> #<CLOSURE <anon>
"r4rstest.scm": (exit) (for-each (lambda (x) (if (negative? x) (exit x))) (quote
(54 0 37 -3 245 19))) #t>) ==>
;ERROR: "r4rstest.scm": segment violation 11
; in expression: (#@apply #@fun #@args)
; in scope:
; (expect fun . args) procedure test
; defined by load: "r4rstest.scm"
;STACK TRACE
1; (#@let ((res (#@if (#@procedure? #@0+1) (#@apply #@0+1 #@0-2) ...
2; (#@test -3 #@call-with-current-continuation (#@lambda (exit) ( ...
3; (#@define ((filesuf #@file) (hss (#@has-suffix? #@file (#@sche ...
4; ((#@thunk) (#@set! #@complete #t))
5; ((#@do-thunk (#@lambda () (#@cond (#@*syntax-rules* (require ( ...
6; ((#@case #@option #(#<unspecified> #f #\? #\: #\n #\u #\m #\s ...
7; ((#@cond ((#@not #@*argv*) (#@set! #@*argv* (#@program-argumen ...
; program args: ("./scm" "-rmacro" "-fsyntest1.scm" "-fsyntest2.scm"
"-fr4rstest.scm" "-e(test-sc4)(test-cont)(test-delay)" "-fsyntest1" "-e" "(or
(null? errs) (quit 1))")
Builds fine with GCC.
While here, remove ia64 support.
|
Sat, 15 May 2021
|
[ 07:14 Tobias Kortkamp (tobik) Author: Yasuhiro Kimura ] 9671981 (Only the first 10 of 40 ports in this commit are shown above. )
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
|
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, 1 Jan 2021
|
[ 23:51 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket)
|
Thu, 31 Dec 2020
|
[ 20:21 mi ]
Start searching for headers and libraries under ${LOCALBASE}/ --
in case newer implementations of anything are installed there.
When compiling on 13.x or above, insist on libgnuregex version above
5 -- earlier FreeBSD releases came with libgnuregex.so.5, but that's
now gone and replaced by the devel/libgnuregex port, which currently
installs libgnuregex.so.6.
PR: 252252 252250 252245
Submitted by: kevans
Sponsored by: United Marsupials
|
Mon, 18 May 2020
|
[ 00:49 linimon ]
Mark as BROKEN on powerpc64:
"/wrkdirs/usr/ports/lang/scm/work/slib/lineio.scm": read-char: Wrong type in
arg1 #f
Approved by: portmgr (tier-2 blanket)
|
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.
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Fri, 29 Mar 2019
|
[ 21:20 linimon ]
Mark broken on aarch64:
ld: error: undefined symbol: sbrk
Approved by: portmgr (tier-2 blanket)
|
Wed, 19 Dec 2018
|
[ 19:53 mi ]
Unbreak by providing handling for readline from base as well as from port.
PR: 232936
|
Sun, 2 Dec 2018
|
[ 20:27 antoine ]
Mark BROKEN: fails to stage
(system "cc -pipe -O0 -Wall -Wwrite-strings -Wmissing-declarations
-Wredundant-decls -Wcast-qual -Wno-unused-label -Wno-uninitialized
-fstack-protector -fno-strict-aliasing -fPIC -c -Wall edline.c")
edline.c:22:10: fatal error: 'readline/readline.h' file not found
#include <readline/readline.h>
^~~~~~~~~~~~~~~~~~~~~
...
install: /wrkdirs/usr/ports/lang/scm/work/scm/edline.so: No such file or
directory
Reported by: pkg-fallout
|
Sun, 18 Nov 2018
|
[ 22:06 mi ]
Try to improve chances of successful build - including, but not
limited to disabling compiler-optimizations.
Proper fixing seems inherently impossible -- even with -O0 valgrind
flags hundreds of unitilized memory accesses during self-check.
Tested with gcc8 and the base cc (clang) -- remove the GCC-requirement.
Add some patches from Debian.
While here simplify the extract-target a little and remove the BROKEN*
lines to attempt building on other platforms again...
Bump port-revision.
PR: 232936
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Tue, 2 May 2017
|
[ 22:23 linimon ]
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
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.
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Wed, 19 Aug 2015
|
[ 16:40 mi ]
Stop avoiding the gmalloc-implementation bundled with the code in the hope,
it will help get rid of the occasional crashes (reported upstream 6 months
ago to no avail).
Fix plist as reported in:
PR: 202489
Submitted by: amdmi3
|
Sun, 16 Aug 2015
|
[ 11:15 danfe ]
Revert r394321: optimizing away MASTER_SITE_SUBDIR actually makes the port
more fragile towards the next upgrades. While it also does hide the moment
of the next version update, we should generally try keeping ports fetchable
at all times (and thus more robust).
This also reverts freefall login expansion in Makefile header: despite its
sanity and merit, it incidentally clashes with one of the PHB "rules" that
had recently plagued the Handbook. Correct fix would be to fix the latter,
but for now this particular issue is causing too much drama on the lists.
Requested by: mat
|
Sat, 15 Aug 2015
|
[ 15:16 danfe ]
- Get rid of MASTER_SITE_SUBDIR (in fact, OLD subdirectory does not carry
current distfiles)
- Expand Makefile header while here
|
Tue, 27 Jan 2015
|
[ 08:40 mi ]
Upgrade from 5f1 to 5f2.
The bad news:
1. gcc is still required -- clang can build the binaries, but
some self-tests will fail, unless all optimization was
disabled. This is, probably, due to some suspect code in
bytenumb.c -- would be good to investigate.
2. Building this port in parallel is still not possible -- the
Makefile is too convoluted and same sources are recompiled
multiple times with different #defines set.
The good news:
1. Resolve a large number of warnings.
2. Fix build on ia64 and sparc64 (tested on pluto and flame
respectively). Other platforms (alpha, powerpc?) have a
better chance of working now...
|
Sat, 14 Jun 2014
|
[ 05:49 miwi ]
- Fix build with i386
PR: 190900
Submitted by: ports fury
|
Mon, 10 Mar 2014
|
[ 16:01 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Convert l* to USES=zip
|
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)
|
Tue, 28 May 2013
|
[ 13:46 miwi ]
- Update to 5f1
PR: 178869
Submitted by: ports fury
|
Sat, 18 Sep 2010
|
[ 15:57 makc ]
Update to version 5e7
PR: ports/150668
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
Thu, 1 Apr 2010
|
[ 05:16 linimon ] (Only the first 10 of 18 ports in this commit are shown above. )
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
|
Sun, 22 Nov 2009
|
[ 19:49 pav ] (Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 8 Aug 2009
|
[ 06:24 miwi ]
- Update to 5e6
PR: 137530
Submitted by: Ports Fury
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Mon, 18 Feb 2008
|
[ 22:15 miwi ]
- Update to version 5e5
PR: 5e5
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 20 Jan 2008
|
[ 21:55 miwi ]
- Update to 5e4
PR: 119724
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 9 Jan 2007
|
[ 22:51 miwi ]
- Update to 5e3
PR: ports/107631
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 30 Nov 2006
|
[ 23:42 kris ]
BROKEN on ia64 and sparc64: Does not compile
|
Sun, 17 Sep 2006
|
[ 19:53 kris ]
This is now buildable on amd64, taking a guess it builds on other
arches too.
|
Mon, 21 Aug 2006
|
[ 10:16 miwi ]
- Add backup MASTER_SITES
Submitted by: pointyhat via kris mail
Approved by: krion (mentor)
|
Sat, 24 Jun 2006
|
[ 20:08 miwi ]
Update to 5e2
Submitted by: miwi
Approved by: markus (co mentor)
|
Tue, 9 May 2006
|
[ 20:52 edwin ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Wed, 6 Jul 2005
|
[ 15:53 pav ]
- Update to 5e1
PR: ports/82940
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 12 Dec 2004
|
[ 15:32 sem ]
- Unbreak on 5.3+
PR: ports/71684
Submitted by: Florent Thoumie <flz(at)xbsd.org>
|
Sun, 26 Sep 2004
|
[ 03:05 kris ]
BROKEN on 5.x: Segfault during build
Approved by: portmgr (self)
|
Mon, 23 Feb 2004
|
[ 05:21 kris ]
BROKEN on !i386: Does not compile
|
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)
|
Tue, 9 Dec 2003
|
[ 19:48 krion ]
- Update to version 5d9
PR: 60070
Submitted by: Ports Fury
|
Thu, 28 Aug 2003
|
[ 00:09 edwin ] (Only the first 10 of 13 ports in this commit are shown above. )
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
Sat, 9 Aug 2003
|
[ 13:32 krion ]
- Update to version 5d8
PR: 55420
Submitted by: Ports Fury
|
Thu, 20 Feb 2003
|
[ 18:38 knu ] (Only the first 10 of 104 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 2 Jan 2003
|
[ 17:46 ijliao ]
upgrade to 5d7
PR: 45855
Submitted by: Ports Fury
|
Sun, 11 Aug 2002
|
[ 05:08 ijliao ]
fix typo, PORTREVERSION -> PORTREVISION
Submitted by: kcwu@ck.tp.edu.tw
|
Fri, 21 Jun 2002
|
[ 16:20 ijliao ]
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Wed, 5 Jun 2002
|
[ 00:43 petef ]
Allow scm to load modules.
PR: 38882
Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
|
Thu, 30 May 2002
|
[ 04:05 pat ]
Update to 5d6
PR: 38702
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Tue, 9 Apr 2002
|
[ 07:46 ijliao ]
- Add loadable module support
PR: 36893
Submitted by: Ports Fury
|
Tue, 12 Mar 2002
|
[ 00:47 pat ]
Update to 5d5
PR: 35792
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sat, 25 Aug 2001
|
[ 00:30 dwcjr ]
Update slib version to 2d2
|
Tue, 10 Apr 2001
|
[ 18:17 lioux ]
Update to version 5d4
|
Tue, 24 Oct 2000
|
[ 16:49 kevlo ]
- Update slib version to 2c9 - Fix pkg-descr
|
Sun, 17 Sep 2000
|
[ 12:15 kris ]
MASTER_SITE_GNU doesnt carry the latest version of the files.
|
Fri, 18 Aug 2000
|
[ 17:29 kevlo ]
Update to version 5d3
|
Number of commits found: 65 |