This reverts r338918, r338948, r338951 and r338953 (modulo reassigning the
port to ports@, some comment fixes and the removal of a patch that was meant
for FreeBSD 7).
ImageMagick is normally a beast to update, and somewhere between 6.8.0 and
6.8.8 the developers also decided to change the naming scheme for their
libraries, which requires updating tons of ports in the tree and bumping a
lot of PORTREVISIONs. I do not have the time for that at the moment, so it's
safer to go back to what was working and let a braver soul handle the update
properly later, otherwise the tree will be on fire for quite a while.
ache: I'm truly sorry for reverting your PerlMagick commits, but I couldn't
test if they still worked with the older version in a timely fashion.
- Change dependency print/py-reportlab to print/py-reportlab2
- Use PYDISTUTILS_AUTOPLIST=yes instead of pkg-plist
- Support STAGEDIR
- Add DOCS and NLS Options
- Use NLS_USES=gettext instead of USES=gettext
- Change NLS
==[ .2 RELEASE ]==
The following major issues were present in 3.2.10 & 3.2.10.1 and have
been fixed in this version:
- A remote crash issue when compiled with SSL (NULL pointer dereference)
- A second issue that can potentially lead to a crash (read-after-free)
In addition to these 3.2.10.x fixes there were also some other bugs fixed,
mostly in the area of server linking and flood hardening.
The external libraries of the Windows version have been updated (openssl,
c-ares, zlib). The bundled c-ares source (for *NIX) has been updated too.
PR: ports/185249
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer)
This port uses python based man build script working with
both python2 and python3 so BUILD_DEPENDS on lang/python
- Nothing in package use python on runtime
- Bump PORTREVISION as dependencies changed
Submitted by: myself
Approved by: maintainer via email
a fresh -CURRENT (after clang have made default).
PORTREVISION not bumped because this is a build fix for earlier
FreeBSD versions.
Reported by: Henry Hu (maintainer), kmoore