- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case
- Better pkg-message handling
- Reorder variables in the Makefile in more canonical way
PR: 126492
Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com>
Patch by: me
Approved by: maintainer timeout
1. Update the names of some configure flags. This would not have affected
users who used the defaults, or the package.
2. In order for the speller option to actually be chosen by configure
it already has to be installed, so add them to BUILD_DEPENDS. [1]
Fixing this properly also required a patch to configure which I am
submitting upstream.
3. Update the location of mlock (if installed) [1]
4. Turns out that alpine no longer uses the value of SSLTYPE internally,
(it is only used by the IMAP server which we don't build) so simplify
the whole SSL section considerably. All authentication types are now
available to alpine by default.
5. Include the proper MAKE_ARGS and relax a test in configure to give
users who want to try the new S/MIME support a fighting chance. [2]
Bump PORTREVISION accordingly
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> [1]
Inspired by: scf [2]
Argentina will start DST on Sunday October 19, 2008
Brazil will start DST on 2008-10-19 (need to change rule)
Pakistan DST extended till Oct 31
Morocco will change the clocks back on the midnight between August 31 and September 1
server and proxying.
Three proxy modes are supported.
- Unathenticated proxying mode in which case it just sits between
the client and specified server.
- Athenticated proxying mode, which is the same as above, but only
for authenticated connection.
- Smart proxying mode in which it accepts will send the mail through
a server specified in the user's config by matching the the sender
using regexps to determine what server should be used.
PR: 124967
Submitted by: "Zane C.B." <vvelox at vvelox dot net>
- Remove BROKEN for Metis option: it builds fine
- Remove BROKENness for 4.x, we don't check that anymore.
PR: 126696
Submitted by: Pedro Giffuni <pfgshield-freebsd at yahoo dot com>
following way:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
* USE_GHOSTSCRIPT now supports a version number which the port
requires. The valid value is "7" or "8". If other value is
specified, value of WITH_GHOSTSCRIPT_VER is used.
* WITH_GHOSTSCRIPT_GNU has been removed in favor of
WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is
"7" or "8", and the default value is "8".
Approved by: portmgr (pav)