aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scm
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/readline to 8.0sunpoet2019-04-131-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* Mark broken on aarch64:linimon2019-03-301-0/+2
| | | | | | ld: error: undefined symbol: sbrk Approved by: portmgr (tier-2 blanket)
* Unbreak by providing handling for readline from base as well as from port.mi2018-12-201-4/+12
| | | | PR: 232936
* Mark BROKEN: fails to stageantoine2018-12-031-0/+2
| | | | | | | | | | | (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
* Try to improve chances of successful build - including, but notmi2018-11-195-36/+363
| | | | | | | | | | | | | | | | | | 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
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
| | | | version 1.1.0 (via revision 464079).
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
| | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (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
* Update devel/readline to 7.0 patch 3sunpoet2017-06-271-1/+1
| | | | | | | | | | | - 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
* Mark some ports failing on aarch64, and, in a few cases, other tier-2linimon2017-05-031-1/+5
| | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1
| | | | | | | | | 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.
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Stop avoiding the gmalloc-implementation bundled with the code in the hope,mi2015-08-203-7/+2
| | | | | | | | | | 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
* Revert r394321: optimizing away MASTER_SITE_SUBDIR actually makes the portdanfe2015-08-161-2/+3
| | | | | | | | | | | | | 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
* - Get rid of MASTER_SITE_SUBDIR (in fact, OLD subdirectory does not carrydanfe2015-08-151-3/+2
| | | | | current distfiles) - Expand Makefile header while here
* Upgrade from 5f1 to 5f2.mi2015-01-276-57/+6922
| | | | | | | | | | | | | | | | | | | 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...
* Cleanup plistbapt2014-10-271-3/+0
|
* - Fix build with i386miwi2014-06-147-64/+126
| | | | | PR: 190900 Submitted by: ports fury
* Convert l* to USES=zipbapt2014-03-111-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* - Update to 5f1miwi2013-05-284-70/+80
| | | | | PR: 178869 Submitted by: ports fury
* - remove MD5ohauer2011-07-031-3/+0
|
* Update to version 5e7makc2010-09-183-9/+10
| | | | | PR: ports/150668 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Mark various ports as broken or ignore on powerpc.linimon2010-04-011-2/+2
| | | | While here, remove remnants of alpha.
* - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1
| | | | Reported by: pointyhat
* - Update to 5e6miwi2009-08-085-82/+79
| | | | | PR: 137530 Submitted by: Ports Fury
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-2/+2
| | | | | | | | | | | | | | | - 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)
* - Update to version 5e5miwi2008-02-195-24/+17
| | | | | PR: 5e5 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 5e4miwi2008-01-214-14/+16
| | | | | PR: 119724 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 5e3miwi2007-01-103-12/+17
| | | | | PR: ports/107631 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* BROKEN on ia64 and sparc64: Does not compilekris2006-12-011-0/+4
|
* This is now buildable on amd64, taking a guess it builds on otherkris2006-09-181-4/+0
| | | | arches too.
* - Add backup MASTER_SITESmiwi2006-08-211-1/+2
| | | | | Submitted by: pointyhat via kris mail Approved by: krion (mentor)
* Update to 5e2miwi2006-06-252-7/+7
| | | | | Submitted by: miwi Approved by: markus (co mentor)
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
|
* - Add SHA256pav2005-11-251-0/+3
|
* - Update to 5e1pav2005-07-066-45/+94
| | | | | PR: ports/82940 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Unbreak on 5.3+sem2004-12-122-4/+11
| | | | | PR: ports/71684 Submitted by: Florent Thoumie <flz(at)xbsd.org>
* BROKEN on 5.x: Segfault during buildkris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* Cram into 80 columns by 24 rows.trevor2004-04-111-22/+14
|
* SIZEify.trevor2004-03-181-0/+3
|
* BROKEN on !i386: Does not compilekris2004-02-231-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to version 5d9krion2003-12-104-15/+22
| | | | | PR: 60070 Submitted by: Ports Fury
* Use the new virtual category 'scheme'edwin2003-08-281-1/+1
| | | | | | | | | - 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>
* - Update to version 5d8krion2003-08-093-11/+8
| | | | | PR: 55420 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 5d7ijliao2003-01-035-79/+45
| | | | | PR: 45855 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* fix typo, PORTREVERSION -> PORTREVISIONijliao2002-08-111-1/+1
| | | | Submitted by: kcwu@ck.tp.edu.tw
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-221-2/+3
| | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Allow scm to load modules.petef2002-06-052-1/+2
| | | | | PR: 38882 Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
* Update to 5d6pat2002-05-303-7/+6
| | | | | PR: 38702 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* - Add loadable module supportijliao2002-04-094-170/+279
| | | | | PR: 36893 Submitted by: Ports Fury
* Update to 5d5pat2002-03-124-13/+25
| | | | | PR: 35792 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update slib version to 2d2dwcjr2001-08-253-16/+17
| | | | | PR: 30042 Submitted by: tkato@prontomail.com
* Update to version 5d4lioux2001-04-113-6/+8
| | | | | PR: 26485 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update slib version to 2c9kevlo2000-10-244-6/+9
| | | | | | | - Fix pkg-descr PR: 22254 Submitted by: Ports Fury
* MASTER_SITE_GNU doesnt carry the latest version of the files.kris2000-09-171-3/+1
|
* Update to version 5d3kevlo2000-08-195-162/+191
| | | | | PR: 20654 Submitted by: Ports Fury
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+3
|
* Update version to 5d2.imura2000-01-154-136/+182
| | | | | PR: 15917 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* Add more MASTER_SITES.vanilla1998-12-111-7/+6
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* The first time I tried committing this set of manpage removals it gothoek1998-08-191-1/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Find the distfile again and portlint while I'm here.steve1998-08-103-10/+118
| | | | | PR: 7545 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Add OLD/ as a possible MASTER_SITE, since most of the distfiles moved.fenner1998-02-021-2/+3
| | | | Submitted by: distfile checker
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-4/+4
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Checksum changed for two files.asami1996-10-171-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Checksum was wrong.asami1996-03-101-2/+2
|
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Remove the second @cwd (to /usr/local/info) and add "info/" in frontasami1995-04-251-6/+5
| | | | of all the subsequent lines.
* Run makeinfo before trying to install info files.asami1995-04-251-1/+2
|
* Update lang Makefiles, compressing some man pages and stripping someasami1995-04-241-5/+3
| | | | executables along the way.
* Make various install and pre-install targets depend on build.asami1995-04-171-2/+2
|
* Update of lang Makefiles....asami1995-04-151-2/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* it's now slib2a2.tar.gzgpalmer1995-03-282-3/+3
|
* Fetched the slib.info.tar.gz new and corrected the checksum in the md5ats1995-03-121-1/+1
| | | | file.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+5
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* changed /usr/gnu/info to /usr/local/infohsu1994-11-222-4/+4
|
* scm - a scheme interpreterhsu1994-11-064-0/+70