unexpectedly getting readline from ports if it's already installed.
- Add patch to work with newer libreadline.
- Provide an option to use libedit from ports, avoiding the libedit in base.
- Note: libreadline is not BSD licensed and while libedit would be preferable,
it seems to have issues with UTF8 still, see ruby bug 9204. Once that's
resolved, we can make libedit the default. Similar changes were done to Ruby
2.0 and 2.1 in r355890. Also convert to USES=tar:bzip2 while here and cleanup
a plist issue.
- Stagify
- Introduce explicit dependency on GCC to make it build on 10.x and later
- Remove indefinite article from COMMENT
- Mark jobs unsafe as it does not build reliably on multi-core systems
- Remove hmake from conflicting packages, it is long gone
- Rework handling of documentation
- Update master site
Obtained from: FreeBSD Haskell
2014-07-01 security/sudosh3: Funcition replaced by sudo -s
2014-07-01 security/sudosh: Funcition replaced by sudo -s
2014-07-01 security/sudosh2: Funcition replaced by sudo -s
2014-07-01 lang/pike76: Outdated: Users should switch to lang/pike78
2014-07-01 editors/gummi: Builds fine but the program itself is unusable
- Add USE_GCC to make it build on 10.x and later
- Remove indefinite article from COMMENT
- Remove options
- Add dependency on ALUT to make the respective package build
- Bump PORTREVISION
Obtained from: FreeBSD Haskell
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
Due to the way we have been handling PORTREVISION before lang/gcc48 this
requires PORTEPOCH.
Also, since this is now final and stable, no longer bootstrap this port.
Changes:
* The makefile mk_freebsd.mk has been changed to work with the new
version of chkccomp.c. Thanks go to Pietro Cerutti for pointing out
the problem.
* The self extracting Seed7 package for windows has been improved to
use gcc version 4.8.1 instead of 4.5.0.
* The new function removeTree, which removes a directory tree, has
been introduced in osfiles.s7i. The function removeAnyFile, which
has been used for the same purpose, is deprecated. Deprecated
functions will be removed in a future version.
* Checks for hash tables with character keys have been added to
chkhsh.sd7.
* The test program "chkcmd.sd7" has been added. This program checks
functions that copy, move and remove files. Note that windows has
race conditions when files are copied, moved and removed quickly in
succession. This bug of windows cannot be fixed in a runtime
library.
* The function temp_name_in_dir has been added to striutl.c.
* The typedef of socketType in common.h has been changed such that
socketType is always int.
* Functions in soc_rtl.c, pol_sel.c and pol_unx.c have been changed
to use the type os_socketType.
* Tracing statements in hsh_rtl.c, cmd_rtl.c, drw_win.c and drw_x11.c
have been changed to use the FMT_ strings from common.h. This way
the tracing is more portable.
* Under Windows the functions cmdRemoveFile and cmdRemoveTree now
rename a file before it is removed. When the renaming fails the
directory is left intact. This avoids half removed directory trees
under Windows, when a process has the current working directory
somewhere in the directory that is to be removed. The renaming also
lowers the probability of race conditions under Windows, but they
still can happen.
* The function checkMoveDirectory has been added to chkccomp.c.
* The target make7 has been added to the makefiles. With 'make make7'
an executable of the make7 program is generated and placed in
seed7/bin.
- Remove dependency on rake, and switch to built-in rake, and thus
unbreaking it
- Build in UTF-8 locale to fix issue with building
- Add dependency on execinfo