- Manpages are now installed in STAGEDIR and added to pkg-plist [1]
- Fix shebangs (they had STAGEDIR in them previously due to useage of
the cwu update tool...we'll use shebangfix instead)
- Allow build by non-priviledged user and actually do build during
build target instead of install target
- Add LICENSE (GPLv2)
- Simplify PORTDOCS installation
- Strip binaries
- Bump PORTREVISION since manpages were lost and shebangs were wrong
Reported by: Redports QAT [1]
- Rewrite of the BiDi algorithm for full Unicode 6.3 support.
- Support for Video Mixing Renderer version 7.
- Various bug fixes.
Replace USE_GCC by USES=compiler:c11. [1]
Suggested by: dbn [1]
- Links for 1.14 were bad, fix it by updating to 1.15
- Allow staging [1]
PR: ports/183073, ports/183540
Submitted by: David Newman <dnewman networktest.com>, delphij, wg [1]
Approved by: maintainer (timeout)
This allows stage dir support for python packages using easy_install
method from setuptools module.
easy_install target does not support a --root so we workaround it with
PYTHONUSERBASE and other user flags.
Submitted by: nivit, wg
With hat on: python
Exp-run: bdrewery
- Use a modern GCC toolchain to unbreak the build on 8.x
- Force 32-bit mode on i386
- Enhance default OPTIONs for a better usability of the port
Supported by: John Van Sickle <john.vansickle@gmail.com>
* PORTREVISION bumped because previous package added empty directories.
* GPLv3 LICENSE added, but not installed as it messed up dynamic PLIST
* pkg-message used instead of post-install echoes
* Custom do-build target removed, default works after modifications
* OPTIONS_SUB=yes to handle standard PLIST_SUB conversions
* Auto-PLIST logic improvements
* To simplify Auto-PLIST, non-bin entries were removed from pkg-plist
* It was necessary to add pre-install target to pre-create directories that
are no longer present when port is installed in clean stage.
Clang does not support "-fcheck-new". Note it is a backport of S8021954
(http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299).
- Re-implement signal_name() with sys_signame(3) and adjust the comments.
- Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE.
- Fix DEBUG build with Clang on i386. Clang does not support "-gstabs".
- Limit allocatable physical memory per getrlimit(2).
- Changed LIB_DEPENDS to modern syntax
- Removed -O3 and -g flags to compiler
- Removed CFLAGS because not necessary
- A bit modified pkg-descr with recommendations by danfe
Submitted by: danfe
- create 3 empty directories when pkg_install is used
- regenerate .depdb post package install to prevent fs/stage violations
- add a note about staging this port, install-pear.php seems to be the way
- bump PORTREVISION
Reviewed by: bapt, ports@
2: fix install/deinstall problem of p5-XML-SAX-ExpatXS, will cause md5 checksum error of p5-XML-SAX.
PR: ports/183781
Submitted by: Ryan Frederick <ryanrfrederick@gmail.com>