Date: Mon, 12 Oct 1998 18:51:36 -0500 (CDT) From: Steve Price <sprice@hiwaay.net> To: Ben Smithurst <ben@scientia.demon.co.uk> Cc: "Justin M. Seger" <jseger@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/bulk_mailer Makefile ports/mail/bulk_mailer/patches patch-ac Message-ID: <Pine.OSF.4.02.9810121849190.14117-100000@fly.HiWAAY.net> In-Reply-To: <19981012232150.A20278@scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
How about the attached patch instead since ${INSTALL_PROGRAM}
strips the executable by default? :)
Steve
On Mon, 12 Oct 1998, Ben Smithurst wrote:
# Justin M. Seger wrote:
#
# > Mark BROKEN for ELF:
# > ===> Installing for bulk_mailer-1.11
# > ===> Generating temporary packing list
# > -s: not found
# > *** Error code 1
#
# Looks like it expects ${STRIP} == strip, or something. Since (from what
# I can see in other things) ${STRIP} isn't used for that, about the only
# way to fix it must be ...
[patch elided]
# I'll probably get told this is a really bad idea, but never mind :-(
#
# --
# Ben Smithurst ben@scientia.demon.co.uk
#
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/bulk_mailer/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 1998/10/12 18:33:55 1.5
+++ Makefile 1998/10/12 22:17:14
@@ -14,8 +14,6 @@
MAN1= bulk_mailer.1
-BROKEN_ELF= -s: not found
-
WRKSRC= ${WRKDIR}/bulk_mailer
#EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf
@@ -28,8 +26,5 @@
@ ${INSTALL_DATA} ${WRKSRC}/bulk_mailer.README \
${PREFIX}/share/doc/bulk_mailer.README
@ ${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/man/man1/bulk_mailer.1
-
-post-install:
- @ ${STRIP} ${PREFIX}/bin/bulk_mailer
.include <bsd.port.mk>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9810121849190.14117-100000>
