run with a kernel that has had IPv6 ommitted from its configuration,
so I can't make this a default (yet).
* Remove crazy handling of exim.sh and replace it with something much
simpler and more sane. This allows non-root users to build, even if
they can't install (properly).
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
note: DRI modules would not build. They are borken for FreeBSD.
Reviewed by: maintainer
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
-fontLatin2 has been integrated into -75dpi and -100dpi.
Reviewed by: maintainer
PR: ports/28094
Submitted by: Saito Tomokatsu <saito@a2z.co.jp>
Running scripts/configure.postgresql at the post-extract stage is too
late. Do it at pre-everything to reflect added BUILD_DEPENDS entries.
Bugs fixed:
- When the floor for a report is in terms of "% of the requests", you can get
bad header text for the report.
- The "last 7 days" data is wrong in the File Size Report.
- Now installing a man page for 'orionctl'.
- Correctly stopping Orion and removing the PID file on deinstall.
- Verbose install (removed the @-signs).
- Changes the exit codes in the script (and documented them in the man page)
- Extended the documentation in pkg-descr.
PR: 27748
Submitted by: maintainer
Changelog:
1) If scrollback is initialised with a negative nubmer then negate it
rather than setting it to 0. Should not hurt anyone, and might even make
some people's stuff work (eh, Scott??)
2) Microsoft exchange chat server doesn;t recognise the -w flag for wallops
so I have added the "-nowallops" option to networks/servers so that it
won't get sent (and the button will not appear either)
Updated to latest version - 1.07
Moved EXTRACT_ONLY down one
Add url to website
Add correct paths and make it follow PORTDOCS to pkg-plist
PR: 28043
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Reviewed by: keichii
. changed maintainership to ports@;
. build with TCL support (``package require sqlite'');
. run the vendor's tests after build (sorry, Maxim) -- zero errors;
. generate from the TCL sources and install the HTML documentation;
(unless NOPORTDOCS is set);
. build and install two usefull tools, which come with the software:
gdbmdump and gdbmstat;
. build and install the shared version of -lsqlite -- usefull and
needed for dynamic loading into TCL interpreter;
. lastly: the new functionality (TCL, tools, docs) called for the
PORTREVISION bump.
Approved by: after the previous maintainer suggested the first point above,
the rest was easy :-)