Submitter of the PR [1] noticed that the port is not completely fixed after
my first commit to it.
PR: ports/94461 [1]
Submitted by: Ron MacNeil <macro@hotmail.com>
* remove BUILD_DEPENDS of wmf, since it should addressed in
GraphicsMagick or ImageMagick
* Propagate the NOPORTDOCS setting to the software build using
--disable-htmldoc on the configure script
PR: ports/98907
Submitted by: Rui Lopes <rgl_AT_ruilopes dot com>
- Bump PORTREVISION due to plist changes
- Remove user-modified files conf/acl.auth.php, conf/users.auth.php, and
data/changes.log from the plist. This results in data/changes.log being
reported as erroneously left behind.
PR: ports/98863
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Restrict to Perl 5.6+ due to problems with 'make test' and references
PR: ports/98239
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
- Use BUILD_DEPENDS and RUN_DEPENDS to replace LIB_DEPENDS.
This will
1) force install port-base libreadline if OSVERSION < 700016 and
2) avoid configure broken with misc/compat5x installed.
PR: ports/98904
Submitted by: maintainer (Gea-Suan Lin)
(when "Use the text box font & colors" is ON). Took from xchat CVS.
- Fix the plist when disable dbus support.
- Add a new knob, WITHOUT_GTKSPELL, to disable spell check support.
- Bump the PORTREVISION.
a problem with the upcomming new default one (which doesn't needs thi port,
it comntains already similar files) in an exp-build run.
Approved by: maintainer (implicit)
the meantime I hardcode the linux base dependency to the current default
one. This solves a problem with the upcomming new default one in an
exp-build run.