aboutsummaryrefslogtreecommitdiff
path: root/lang/gauche
Commit message (Collapse)AuthorAgeFilesLines
* lang/gauche: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/gauche: update to 0.9.10Rainer Hurling2020-12-254-602/+678
| | | | | | | | | | | | | | - Port changes default TLS library to external mbedTLS Changelog: https://practical-scheme.net/gauche/gmemo/?Release%200.9.10 PR: 252060 Submitted by: Lassi Kortela <lassi+freebsd@lassi.io> (new maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27746 Notes: svn path=/head/; revision=559258
* Mark as BROKEN on riscv64.Mark Linimon2020-12-061-0/+1
| | | | Notes: svn path=/head/; revision=557153
* lang/gauche: fix build on GCC architecturesPiotr Kubaj2019-12-311-1/+1
| | | | | | | | | C11 compiler is necessary: gauche/priv/vmP.h:108: error: redefinition of typedef 'ScmEscapePoint' ./gauche/vm.h:233: error: previous declaration of 'ScmEscapePoint' was here Notes: svn path=/head/; revision=521583
* lang/gauche: update to 0.9.9Fernando Apesteguía2019-12-163-10/+70
| | | | | | | | | ChangeLog: http://practical-scheme.net/gauche/gmemo/?Release%200.9.9 Reported by: portscout Notes: svn path=/head/; revision=520288
* These ports now build on aarch64.Mark Linimon2019-08-111-1/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=508590
* - Update Gauche to version 0.9.8Alexey Dokuchaev2019-06-264-12/+26
| | | | | | | | - Ensure that installed xDBM ports would be ignored unless explicitly selected in the OPTIONS dialog Notes: svn path=/head/; revision=505143
* In sight of upcoming update, sort the pkg-plist.Alexey Dokuchaev2019-06-261-5/+5
| | | | Notes: svn path=/head/; revision=505140
* These ports now build on armv7 (and, presumably, armv6).Mark Linimon2019-05-041-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=500816
* - Update `lang/gauche' to version 0.9.7Alexey Dokuchaev2018-12-294-521/+520
| | | | | | | | | | | | | | | | | | | - Fix two tests that are failing on FreeBSD: one because clang aborts due to failed assertion when trying to compile ``extern void sin(); sin();'': Assertion failed: (Arg < NumArgs && "Arg access out of range!"), function getArg, file /usr/src/contrib/llvm/tools/clang/include/clang/AST/Expr.h, line 2283. cc: error: unable to execute command: Abort trap (core dumped) Another test (cf-check-lib) fails because of the LIBS variable which is passed on the TEST_ENV list. Since there's nothing useful to the tests there anyway, just ensure it is empty PR: 234257 Notes: svn path=/head/; revision=488658
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-111-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=484696
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-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 Notes: svn path=/head/; revision=484628
* Update security/mbedtls to 2.13.0 and bump dependent ports.Tijl Coosemans2018-09-141-1/+1
| | | | Notes: svn path=/head/; revision=479770
* Update security/mbedtls to 2.12.0 and bump dependent ports.Tijl Coosemans2018-08-101-0/+1
| | | | | | | | MFH: 2018Q3 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02 Notes: svn path=/head/; revision=476834
* - Update `lang/gauche' to version 0.9.6 and add TLS supportAlexey Dokuchaev2018-08-054-26/+99
| | | | | | | | | - Unfortunately, it now requires GNU make to build (pattern rules in doc/Makefile.in); also, regression tests fail with BSD make: https://github.com/shirok/Gauche/issues/367 Notes: svn path=/head/; revision=476412
* - Update `lang/gauche' to version 0.9.5Alexey Dokuchaev2018-06-064-16/+102
| | | | | | | | | | | | - Fix SLIB_BUILD_DEPENDS so it points to the file actually being used - Convert to our testing framework (TEST_TARGET) and unbreak regression tests by preserving the `gosh' executable (prior to relinking), which allows to run the tests without having Gauche installed Tested on: i386, amd64 (all tests pass) Notes: svn path=/head/; revision=471868
* Unbreak the build of `lang/gauche' when option SLIB is set: by default,Alexey Dokuchaev2018-06-061-0/+12
| | | | | | | | | | | | | | | | upstream expects that SLIB catalogue is generated *after* everything is installed. They are aware that this logic does not go along well with staging (e.g. for RPM, they suggest it to be called in the postinstall script), and also provide ``slibcat-in-place'' target which is exactly what we need for staging. Patch the ``Makefile.in'' since I find these changes easier to follow/ debug than changes to the port's Makefile suggested in the PR. PR: 226653 Notes: svn path=/head/; revision=471858
* Unbreak the build on sparc64: configure script was correctly detecting thatAlexey Dokuchaev2018-01-101-2/+2
| | | | | | | | | extra MD file is required, but since it is under `src' subdirectory, make(1) was not able to find and make it. While here, remove s|-lpthread|-pthread| gimmick which is no-op these days. Notes: svn path=/head/; revision=458624
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-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 Notes: svn path=/head/; revision=455167
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+1
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Fix obvious braino.Mark Linimon2016-09-231-4/+4
| | | | Notes: svn path=/head/; revision=422644
* Mark as broken on various tier-2 archs.Mark Linimon2016-09-191-0/+5
| | | | Notes: svn path=/head/; revision=422436
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-4/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* - Fix strippingDmitry Marakasov2015-06-071-0/+5
| | | | Notes: svn path=/head/; revision=388720
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* Cleanup plistBaptiste Daroussin2014-10-271-52/+0
| | | | Notes: svn path=/head/; revision=371587
* Upgrade to 0.9.4Vanilla I. Shu2014-07-294-343/+393
| | | | | | | | PR: ports/192207 Submitted by: tkato432 at yahoo.com Notes: svn path=/head/; revision=363290
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362049
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359321
* 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
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-071-1/+1
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* Properly evaluate option PTHREADS.Stefan Walter2013-06-091-3/+10
| | | | | | | | | PR: 177494 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=320345
* - Unbreak and update to 0.9.3.3.Stefan Walter2013-05-024-40/+74
| | | | | | | | | | | | | - Add option to enable gdbm support. - Update maintainer's e-mail address. PR: 177494 [1], 168407 [2] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1] Vitaly Magerya <vmagerya@gmail.com> [2] Approved by: Erik Greenwald <erik@elfga.com> (maintainer) Notes: svn path=/head/; revision=317145
* - 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
* - fix package pkg-plist on other then i386-8.2Michael Scheidell2011-12-081-2/+2
| | | | | | | | | | - pointhat on amd64.8.2 Approved by: maintainer (erik@bz.bzflag.bz,implicit), gabor (mentor) Feature safe: yes Notes: svn path=/head/; revision=287088
* -Update to 0.9.2Michael Scheidell2011-12-083-126/+158
| | | | | | | | | | | -Addresses pr ports/160927 PR: ports/163096 Approved by: gabor (mentor) Feature safe: yes Notes: svn path=/head/; revision=287061
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Disallow from amd64/9 on pointyhat, segfaults during buildPav Lucistnik2011-05-011-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=273418
* Update maintainer's email address.Mark Linimon2010-12-011-1/+1
| | | | | | | Submitted by: maintainer (private email) Notes: svn path=/head/; revision=265540
* - Fix build on PowerPC [1]Beat Gaetzi2010-09-131-3/+7
| | | | | | | | | | | - Fix leftovers with NOPORTDOCS option set PR: ports/149783 [1] Submitted by: andreast [1] Approved by: maintainer timeout (26 days) Notes: svn path=/head/; revision=261069
* Fix build with ccache by adding CCACHE_CPP2=1 to MAKE_ENV, whichAkinori MUSHA2010-03-221-0/+2
| | | | | | | | | | | disables the problematic pre-processor optimization of ccache. PR: ports/144125 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=251378
* - Update to 0.9Pav Lucistnik2010-02-1212-395/+67
| | | | | | | | PR: ports/141384 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=249657
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Mark MAKE_JOBS_UNSAFEDmitry Marakasov2009-07-301-2/+3
| | | | | | | | | | | - Use SF macro PR: 136817 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=238676
* - fix install when -DNOPORTDOCSIon-Mihai Tetcu2008-06-171-7/+12
| | | | | | | | Submitted by: QA Tindy run Approved by: maintainer timeout Notes: svn path=/head/; revision=214997