and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva)
When EXTRACT_CMD was removed, it was replace by UNZIP_CMD which required
a new dependency on infozip. By using TAR to extract the zip archive
instead, that new dependency is no longer necessary.
This actually changes the extract tool from /usr/bin/unzip to /usr/bin/tar
because UNZIP_CMD currently refers to $LOCALBASE/bin/unzip so using that
would require a new dependency on info.
To avoid adding a new dependency, just use TAR which works fine.
Despite all 6 distribution files being zip archives, the extraction target
is using a tar-specific set of arguments. USES=zip cannot be used (native
or infozip) so explicitly require ${TAR} for future-proofing reasons.
Approved by: Infrastructure blanket
The tool needed for extract is zip. However UNZIP_CMD explicitly refers
to zipinfo, and UNZIP_NATIVE_CMD isn't available on DragonFly. To future-
proof the port, convert EXTRACT_CMD and EXTRACT_BEFORE_ARGS to UNZIP_CMD
and the default zip extraction args. The (small) price is a new
dependency on infozip. Covered by general infrastructure blanket.
Despite all 8 distribution files being zip archives, the extraction target
is using a tar-specific set of arguments. USES=zip cannot be used (native
or infozip) so explicitly require ${TAR} for future-proofing reasons.
Approved by: Infrastructure blanket
A few months ago, sdocbook-xml was split up along with many other
docbook ports to use a common makefile. Since then, the other docbook
ports have been consolidated into two flavors (xml and sgml) and neither
use the textproc/docbook/bsd.docbook.mk makefile.
Moreover, it conditionally sets the EXTRACT_SUFX to .zip, but without
setting USES+= zip which is now required for all zip distfiles.
The cleanest fix is to move the needed bits from the common makefile
back into sdocbook-xml and delete the common makefile. It passed 8x
on redport and DragonFly (w/ AK archiver patch in place)
Approved by: portmgr (mat)
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit)