| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=557153
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://practical-scheme.net/gauche/gmemo/?Release%200.9.9
Reported by: portscout
Notes:
svn path=/head/; revision=520288
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=508590
|
|
|
|
|
|
|
|
| |
- Ensure that installed xDBM ports would be ignored
unless explicitly selected in the OPTIONS dialog
Notes:
svn path=/head/; revision=505143
|
|
|
|
| |
Notes:
svn path=/head/; revision=505140
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=500816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=479770
|
|
|
|
|
|
|
|
| |
MFH: 2018Q3
Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
Notes:
svn path=/head/; revision=476834
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425823
|
|
|
|
| |
Notes:
svn path=/head/; revision=422644
|
|
|
|
| |
Notes:
svn path=/head/; revision=422436
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=388720
|
|
|
|
| |
Notes:
svn path=/head/; revision=380306
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
|
| |
PR: ports/192207
Submitted by: tkato432 at yahoo.com
Notes:
svn path=/head/; revision=363290
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362712
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362049
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359321
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 177494
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: maintainer timeout (1 month)
Notes:
svn path=/head/; revision=320345
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
|
| |
- pointhat on amd64.8.2
Approved by: maintainer (erik@bz.bzflag.bz,implicit), gabor (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=287088
|
|
|
|
|
|
|
|
|
|
|
| |
-Addresses pr ports/160927
PR: ports/163096
Approved by: gabor (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=287061
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=285419
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=273418
|
|
|
|
|
|
|
| |
Submitted by: maintainer (private email)
Notes:
svn path=/head/; revision=265540
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
disables the problematic pre-processor optimization of ccache.
PR: ports/144125
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=251378
|
|
|
|
|
|
|
|
| |
PR: ports/141384
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes:
svn path=/head/; revision=249657
|
|
|
|
|
|
|
| |
starting with H,I,J,K,L
Notes:
svn path=/head/; revision=240071
|
|
|
|
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 136817
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=238676
|
|
|
|
|
|
|
|
| |
Submitted by: QA Tindy run
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=214997
|
|
|
|
|
|
|
|
| |
Submitted by: Sakae Kobayashi <sakae@ps.ksky.ne.jp>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=210318
|