1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

update to 1.12

Submitted by:	Michael <mharo@area51.fremont.ca.us>
Ok'ed by:	Satoshi
This commit is contained in:
David E. O'Brien 1999-02-13 02:50:51 +00:00
parent dd46931b2f
commit 6c14097bdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16716
3 changed files with 11 additions and 12 deletions

View File

@ -3,10 +3,10 @@
# Date created: 20 March 1997
# Whom: dlowe
#
# $Id: Makefile,v 1.5 1998/10/12 18:33:55 jseger Exp $
# $Id: Makefile,v 1.6 1998/10/13 01:32:55 jseger Exp $
#
DISTNAME= bulk_mailer-1.11
DISTNAME= bulk_mailer-1.12
CATEGORIES= mail
MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/
@ -14,12 +14,14 @@ MAINTAINER= dlowe@saturn5.com
MAN1= bulk_mailer.1
WRKSRC= ${WRKDIR}/bulk_mailer
HAS_CONFIGURE= YES
CONFIGURE_ARGS=--cache-file=/dev/null
ALL_TARGET= bulk_mailer
pre-configure:
cd ${WRKSRC} ; make distclean
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/bulk_mailer ${PREFIX}/bin/bulk_mailer
@ ${INSTALL_DATA} ${WRKSRC}/bulk_mailer.README \

View File

@ -1 +1 @@
MD5 (bulk_mailer-1.11.tar.gz) = 7753cb6e940d828fd81bea532ad4ee69
MD5 (bulk_mailer-1.12.tar.gz) = 6a5ea15eedfcc1c316e9690092670366

View File

@ -1,15 +1,12 @@
--- Makefile.in.ORIG Thu Jan 29 22:26:50 1998
+++ Makefile.in Thu Jan 29 22:30:35 1998
@@ -11,10 +11,10 @@
#DEFINES = $(HASSTRDUP) $(HASSTRERROR) $(DEFAULT_DOMAIN)
--- Makefile.in.orig Tue Sep 1 12:37:34 1998
+++ Makefile.in Fri Feb 12 17:36:11 1999
@@ -1,7 +1,7 @@
-DEFINES = @DEFS@
+DEFINES = @DEFS@ -DDEFAULT_DOMAIN=1 -DPIPECOMMAND='"/usr/sbin/sendmail -bs %s"'
LIBS = @LIBS@
-CFLAGS = $(DEFINES)
+CFLAGS = -O2 -Wall $(DEFINES)
+CFLAGS += -Wall $(DEFINES)
FILES = bulk_mailer.README INSTALL bulk_mailer.c patchlevel.h Makefile