This port seems to require the tzdata and combine applications,
but it actually needs httpoison too. If httpoison is not
installed during the build then tzdata will not be able to start
and a required ETS table will not be created, thus no timezone
info will ever be available and the build will fail.
able to save input method engine preferences.
PR: ports/197191
Submitted by: Christopher Hall <christopherhall hsw gmail.com>
Approved by: maintainer timeout (> 6 months)
MFH: 2015Q3
rebar3 has the uncontrollable urge to write some stuff into the user's
HOME, even if just an empty directory. Redirect HOME to WRKDIR so that it
at least shoots a blank and does not bump into build_fs_violation checks.
This fixes devel/erlang-bbmustache and www/erlang-hackney.
a link with a copy of linked file
The distribution File-Copy-Link includes the modules
File::Spec::Link and File::Copy::Link and the script
copylink. They include routines to read and copy links.
WWW: http://search.cpan.org/dist/File-Copy-Link/
Approved by: koobs, mat
Differential Revision: https://reviews.freebsd.org/D3446
pre-generated Makefile already provided
- Unbreak the build on PowerPC by not treating it differently from other
FreeBSD systems
- Respect CFLAGS in a more sane way than patching ${WRKSRC}/machine.h in
`_post-configure' target with some cryptic sed(1) regexp
- Factor out docfiles installation into `post-install-DOCS-on' target,
sanitize it a bit, unmute installation commands, move OPTIONS_DEFINE
knob lower while I am here
- Avoid use of contraction in the port description text
order of float4store() arguments which was breaking the build on big-
endian architectures in version 1.1.1, and plugged resource leaks in
void mysac_close(MYSAC *mysac) function
- Define LICENSE (GPLv3) and simplify `do-install' target recipe
- Cleanup COMMENT and port description text (remove EOL whitespace and
double `uses uses` typo), update WWW address to avoid redirect
do-install is for the app itself, post-install is for extras.
r392488 reversed the logic because option helpers didn't support
do-* targets before r394503. So, pick clarity over |svn blame| churn.
NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks
all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and
post-build-${opt}-on/off. Since the targets haven't been run yet
do-install-DOXYGEN-on fails due to missing files.
Fix by leaking a call to nop "all" target in vendor Makefile. It should
be less kludgy than defining our own dummy do-build and less confusing
than treating do-build itself as an option helper. In case "all" starts
doing something useful the port would automatically take advantage of it.
PR: 202951
Reviewed by: mat
Approved by: portmgr blanket