Below files are created at FreeBSD Patch phase.
mail/metamail/work/mm2.7/src/bin/showaudio.orig
mail/metamail/work/mm2.7/src/bin/showexternal.orig
mail/metamail/work/mm2.7/src/bin/showpartial.orig
and installed these files into ${PREFIX}/bin with below command
in mail/metamail/work/mm2.7/src/Makefile
No response from MAINTAINER
Submitted by: bento
DOCDIR which conflists with X11 -> YOUBIN_DOCDIR.
comment PREFIX?=${LOCALBASE}. I believe maintainer
knows cleaner way to do with this port.
PR: ports/22477
PLIST appropriately whatever the choice. This fixes the bento build
problem on RELENG_3, and doesn't affect packages that actually have
built before (RELENG_4 and HEAD), so no PORTREVISION bump.
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
users are directed in the Makefile to use WITH_MIMETYPES to let the
configure script try to find a mime.types file somewhere.
Since the package never built and this doesn't affect people who've
installed from ports, no PORTREVISION bump.
It has been included in Ruby 1.6.2-preview2 as one of the standard
libraries since 1.6.1, and has now got sufficient stablility.
Besides, it doesn't work with Ruby 1.4.x anyway, so there's no reason
to keep it anymore.
*Adds 2 missing binaries, flush and spawn and includes their man pages
*Changes postfix to ${PKGNAME}
*Delete duplicate code to create /var/spool/postfix
*Bump PORTREVISION to 1
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> MAINTAINER
ticks instead of double quotes for the replace message to get rid of the
backquote hack.
PR: 21349 (related to it anyway)
Submitted by: Yarema <yds@dppl.com>
loops. Fix occasional breakage when CC contains spaces. Remove manpages
from the PLIST. Remove miscellaneous erroneous lines from PLIST. Use
proper WITH_* PLIST_SUBs. Consolidate .if defined(WITH_*)'s. Add iteration
for CONF* files in their two separate locations as well as BIN*. Use
absolute paths in install script. Hand MAINTAINER saber over to David W.
Chapman. :-)
PR: 21439, 22409
Submitted by: Yarema <yds@dppl.com>
David W. Chapman Jr. <dwcjr@inethouston.net>
Approved by: MAINTAINER
making world; thus, "destroying" their qmail installation. A target
should be added later to "fix" this automatically.
PR: ports/22269
Submitted by: Gavin Cameron <gavin@itworks.com.au>
Discussed by: Chris Faulhaber <jedgar@fxp.org>
Discussed by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
Mike Silbersack <silby@silby.com>. Add a build- and install-time
warning about the probable existence of further remote security
problems, and remove FORBIDDEN.
Submitted by: Mike Silbersack <silby@silby.com>
It appears to have been heavily audited (at least as far as string format
paranoia goes, and optimizes: snprintf() -> strlcpy()).
PR: 22123
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Obtained from: OpenBSD
arguments to ${PKGINSTALL}. (I suspect this install script actually
working without the second argument is because of this Makefile, but I
won't touch the script itself.)
Preserve popauth's name on installation, as it looks up argv[0] and
tries to change its default behavior according to it.
Reported in: FreeBSD-users-jp@jp.FreeBSD.org mailing list
Cleanup Makefile & patches a bit.
Some simple changes. Mostly implementing Mr. Sada Kenji patches to
JX x11-toolkit family ports:
1. nonexistent -> ${NONEXISTENT}
2. Allow you to define WRKDIRPREFIX safely.
-JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3
+JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
Parenthetically, no software which uses 4299 sprintf/strcpy/strcat
calls can possibly be safe - I don't expect to remove this FORBIDDEN
tag any time soon. :-(
other minor tweaks.
"However, this is not worth a PORTREVISION tag. I did not
change the behavior of the qmail port in any way."
PR: 21563
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (maintainer)