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
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
This port needs staging. It doesn't like like a quick job so I'm leaving
that to the listed maintainer.
Approved by: infrastructure improvements blanket
Approved by: portmgr (implicit) (to skip stage check)
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
Approved by: infrastructure improvements blanket
Adding a configure argument for libiconv make clisps build with either
libc or libiconv as appropriate. Fix verified on Redports on all supported
platforms.
PR: ports/187282
Submitted by: Robert Cina
Fixed by: marino
Approved by: maintainer timeout (due to impending death of port)
Approved by: portmgr (implicit)
Note that this port is still going to die in a few weeks, so I am not
bothering to stage it.
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
Approved by: infrastructure improvements blanket
2014.05.28 - This release contains
many many improvements to the core system, including
substantial improvements to the undo/redo code, UTF-8
handling, the configure script, and display of shortcuts
on very wide terminals, New features include the
ability to read named pipes (--noread), as well as
linter support (see the nanorc man page for details). Also
included are much improved syntax highlighting code, and
configurations for JSON, texinfo, Go, and a default syntax
for catch all highlighting. Finally, nano now has the
ability to set the color of the title bar, status bar, and
shortcut keys (e.g. "^X") and their descriptions. Again
see the nanorc page for details.
- Remove leading, undefined article from COMMENT
- Add graphics/ImageMagick to RUN_DEPENDS
- Enable garbage collection via devel/boehm-gc-threaded [1]
- Sort variables
- Use autotools [1]
- Use texlive, and don't install files already installed by it [1]
- Use options helpers
- Add option OFFSCREEN (default off) to enable offscreen rendering
using OSMesa library
- Add support for stage dir [1]
- Strip binary file asy
- Add files/patch-configure.ac and files/patch-settings.cc
- Remove Author field, and use a single space after WWW in pkg-descr [1]
Release Notes: http://sourceforge.net/projects/asymptote/files/2.32/
PR: ports/190196 [1]
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
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)