GCC-specific -fno-builtin-<FUNCTION> arguments.
Now has two failures on 10.0-RC5 and three on 9.2-RELEASE-p3 (both
amd64) with the respective default compiler.
It fails to fetch from every listed MASTER_SITE.
It fetches from FreeBSD, but the checksum doesn't match.
PR: ports/185231
Forced by: maintainer timeout
The PR was written because the port started to fail in jail where $HOME
is read-only. It turns out that it is not the port's fault, but rather
that of the (former) build dependency, childsplay.
The only reason it was a build dependency was to check if it's version
is at least 0.71. Childsplay is currently at version 2.5, so there's
no reason to check the version. The fix was to remove the check and
childsplay as a build dependency.
Stage support was also added, so there's not much left of the original
install.sh.
PR: ports/185202
Approved by: maintainer timeout
failures.
Note I have revised the Makefile, and I have also added USE_GCC=any
because we get considerably more "make check" failures with clang.
PR: ports/185261
PR: ports/185797
Submitted by: Yuri <yuri@rawbw.com> (maintainer)
- Update to 0.9.97.
- Support staging.
- Add support for the DOCS and NLS options.
PR: ports/185807
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
- Note in DirectFB option about deprecation upstream
- Conditionaly depend on compiler:c11 (math and sse2 functions require this)
- Use DISTVERSIONSUFFIX to construct correct DISTNAME automagically and
avoid both declaration of PORTVERSION and DISTVERSION with beta suffixes
- Pet portlint
This commit enables multibyte search support on AMD64. Previous search
attempts result in "Pattern not found". The origin for this fix is pkgsrc
handled by a committer I know and trust. While here, support stage.
PR: ports/182113
- Use new style for LIB_DEPENDS
- Pass maintainership from Koichiro IWAO to myself for -gnome and -nx ports by his request
- Bump PORTREVISION due to changed dependencies list [2]
Noticed by: QAT [1], mat@ [2]
use this module, all references to time and sleep will be
internalized. You can set custom time by passing time => number after
the use statement.
WWW: http://search.cpan.org/dist/Test-Time/
- Make docs unconditional to stage
* Remove bsd.port.options.mk, accordingly
- Improve REINPLACE_CMD statement
Pointed out by: danfe@ (on ports-committers@ and svn-ports-all@)
The Modula-3 bootstrap compiler was built on FreeBSD 9.
It will not run on FreeBSD 8 due to missing symbols, e.g.
_ThreadRuneLocale. As with i386, I don't feel it is worth my time
to create a separate bootstrap for FreeBSD 8.x AMD64, so let's just
IGNORE this to save the user a 100Mb download.