from ${WRKDIR}/.config to ${WRKDIR}/config .
Conditionalize the interactivity of the configure script on the
existence of ${FILESDIR}/config . If the file exists, copy it
to ${WRKDIR}/config and do not ask questions.
by the Biopython Project, intended to provide the basis for building
bioinformatics applications in the Python language.
PR: ports/20260
Submitted by: Johann Visagie <johann@egenetics.com>
This is imitation of Japanese "Hanabi Taikai". It is very popular event
in Japanese summer and performed on some rivers.
Reviewed by: ports-jp ML <ports-jp@jp.freebsd.org>
Other improvements:
- make USE_LIBTOOL actually working;
- enable building of python module and make python the secondary category;
- install api documentation;
- reshape PLIST to fully use screen estate;
- replace ugly ${FILESDIR}/patch.Makefile with normal patch.
- add 3dnow support using external patch (I reworked it to touch only generated
by automake/autoconf files, made it .gz instead of .bz2 and put on
MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021.
- Add LIBTOOLFILES to use our own libtool for libxmms too.
PR: 20261 (LIBTOOLFILES)
PR: 20193 (3DNOW)
Submitted by: maintainer, FUJISHIMA Satsuki <k5@cheerful.com>
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>
Submitted by: MAINTAINER <anders@codefactory.se>
It was originally created to facilitate the reproduction of tab published
in many music magazines and books. It takes as input a file consisting of
note information, and builds the tab staffs.
patch-cc (configure.in): Merged with patch-ch.
patch-af (src/unexfreebsd.c): Removed. Not used by this port.
patch-ca (src/Makefile.in): Removed. 5-CURRENT's and
4-STABLE's libtermcap -> libncurses symbolic link issues
are now well handled by vendor's src/s/freebsd.h.
Moved LIBS_XPG changes to patch-cb.
patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7.
Update the conditional of enclosing the USE_XPG check
so as not to link libxpg4 on recently 5-CURRENT and
4-STABLE after the merge of libxpg4 into libc.
Added LIBS_XPG to LIBS_SYSTEM.
PR: ports/19653
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>