- Fix an apparent typo: OPTIONS_SET should be OPTIONS_DEFINE
- Remove bogus, superfluous trailing slashes after directory names
- Make INSTALL_DATA commands atomic and $cwd-agnostic while here
Approved by: miwi, bapt (portmgr, implicit)
- Add WWW line in pkg-descr
GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02.
Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core.
Reported by: tim@bishnet.net, milki@rescomp.berkeley.edu
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works
properly even when you fork(), and may require less memory to extract a tarball.
On the other hand, this isn't pluggable (this only supports file formats used in
the CPAN toolchains), and this doesn't check mime types (at least as of this
writing).
WWW: http://search.cpan.org/dist/Archive-Any-Lite/
- Exporter and base are runtime dependencies
- Use TEST_DEPENDS
- Check PERL_LEVEL:
- p5-Test-Simple is required for perl5.12 users only
- p5-base and p5-Carp are required for perl5.12 and perl5.14 users only
- Add LICENSE
- Bump PORTREVISION for dependency change
full bootstrap of GCC and just running a simple build.
Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port. No change in default behavior
for this port -- for the time being we continue to bootstrap.
Update to the 20130822 snapshot of GCC 4.8.2.
Config::Model::Tester provides a way to test configuration models with tests
files. This class was designed to tests several models and several tests cases
per model.
WWW: http://search.cpan.org/dist/Config-Model-Tester/
- Trim Makefile header, fix a typo in email address
- Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs
- Allow non-root installation: pre-install should be pre-su-install
since it touches non-user writable directory
- Make INSTALL_DATA command atomic and $cwd-agnostic
- While here, fix port description: drop explicit author attribution
and use space, not tab, after WWW: per PH section 3.2.1
Approved by: miwi, bapt (portmgr, implicit)
looks like autotools-generated files require it; when building with e.g.
bmake(1), some *.lo files, particularly inside libsofia-sip-ua/sdp, will
be rebuild concurrently for some reason, which breaks parallel builds;
judging from the logs, this does not happen with GNU make(1) on several
different -jX values tested
- While here: define LICENSE (LGPL21), reindent MAN1 assignments, reformat
port description text a bit so it look nicer (wrap after hyphen); also,
terminate sentence with a dot (full stop).
- Avoid hardcoding version in DISTNAME, use modern LIB_DEPENDS syntax
- Do not install COPYING as portdocs, use LICENSE framework instead
- Fix the build against Clang (return should match function prototype)
- Cleanup do-install target recipe while I am here
Approved by: miwi, bapt (portmgr, implicit)
- Adjust the header and COMMENT line, contract MASTER_SITES
- Unmute installation commands, don't use absolute path in symlink
Technically, since this port does not install any binaries (although it
builds them), we could avoid -jX race by setting ALL_TARGET accordingly,
but given that problem was easy to fix, retain current state of things).
Approved by: miwi, bapt (portmgr, implicit)