bapt@ reset the maintainer on non-staged ports on 25 Aug 2014 (r366054),
but pi@ accidently reverted that the same day (r366055). The PR it was
based on was not submitted by the maintainer. Thus, I am resetting it
again as it was intended.
. Fix the ancient bug, which prevented this from being
compiled with delightfully picky clang++ -- thus removing
the GCC-requirement added by pi@
. Remove the author's curious attempts to impose stack-size
limits on the various threads of this program -- this was,
what caused the program to crash at run-time
. Get rid of pkg-plist (which only had two files) anyway.
. Declare the LICENSE (LGPL21)
Bump PORTREVISION.
Approved by: port being condemned for deletion
- With patch from Ranjan1018 <214748mv@gmail.com> to fix man page
display error from PR 195309
- submitter becomes maintainer
PR: 198829
Submitted by: Ben Woods <woodsb02@gmail.com>
Skip ascii files. This significantly speeds up stage-qa on ports with a
considerable amount of text files being installed.
Differential Revision: https://reviews.freebsd.org/D2121
Approved by: bdrewery
(I decided to use 'git-describe --tags' now that USE_GITHUB supports it)
Changes:
- Allow overriding jail params with JAIL_PARAMS
- Remove old nxb-bin directory if needed.
- Fix more cases of running from local checkout
- Allow all COLOR variables to be overridden in poudriere.conf.
- testport -c is fixed
- bulk now creates a copy of /var/db/ports to avoid breakage if the
directory in /usr/local/etc/poudriere.d/options is touched during a build.
- XDEV: Remove /bin/sh /bin/csh from the static hardlink list on mips/mips64
as there are endian issues to work out.
This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.
With hat: portmgr
Reported by: sunpoet
- Fix plist under 32bit builds
- Fix build on 84amd64 by using GCC. Stass has suggested to me that
using clang may result in a broken runtime anyhow.
The error encountered was the one logged in r350881 about missing 'rdtscp'
instruction.
- Fix build occuring during 'make stage' phase.
The maintainer confirmed that the limitation of tclink to php 5.3 was
an error and that it functions on all supported versions of PHP. As a
result, the port's deprecation tag has been removed.
PR: 198778