mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade.
This commit is contained in:
parent
6552fe66c1
commit
30edab0d7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1398
4 changed files with 97 additions and 80 deletions
|
@ -1,14 +1,15 @@
|
||||||
# New ports collection makefile for: procmail
|
# New ports collection makefile for: procmail
|
||||||
# Version required: 3.10
|
# Version required: 3.11pre1
|
||||||
# Date created: 24 September 1994
|
# Date created: 24 September 1994
|
||||||
# Whom: adam
|
# Whom: adam
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.12 1995/04/11 20:28:28 asami Exp $
|
# $Id: Makefile,v 1.13 1995/04/16 07:41:42 asami Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= procmail-3.10
|
DISTNAME= procmail-3.11pre1
|
||||||
CATEGORIES+= mail
|
CATEGORIES+= mail
|
||||||
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
|
||||||
|
MAINTAINER= ache@FreeBSD.ORG
|
||||||
|
|
||||||
IS_INTERACTIVE= yes
|
IS_INTERACTIVE= yes
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (procmail-3.10.tar.gz) = 16de956c59cf2582d3aaf3db63418f51
|
MD5 (procmail-3.11pre1.tar.gz) = 1fff3b76ed04c5a290f521c7abafde96
|
||||||
|
|
|
@ -1,86 +1,102 @@
|
||||||
*** Makefile.1.old Thu Sep 8 20:11:33 1994
|
*** initmake.bak Mon Apr 10 23:28:00 1995
|
||||||
--- Makefile.1 Fri Oct 7 04:15:50 1994
|
--- initmake Sun Apr 16 16:51:35 1995
|
||||||
|
***************
|
||||||
|
*** 336,343 ****
|
||||||
|
test -z "$MAKE" && echo "MAKE = make" >>_Makefile
|
||||||
|
test a"$cc" != a"$CC" && echo "CC = $cc" >>_Makefile
|
||||||
|
|
||||||
|
! echo "CFLAGS = \$(CFLAGS1)$CFLAGS" >>_Makefile
|
||||||
|
! echo "LDFLAGS = \$(LDFLAGS1)$LDFLAGS" >>_Makefile
|
||||||
|
echo >>_Makefile
|
||||||
|
|
||||||
|
MANSS=""
|
||||||
|
--- 336,343 ----
|
||||||
|
test -z "$MAKE" && echo "MAKE = make" >>_Makefile
|
||||||
|
test a"$cc" != a"$CC" && echo "CC = $cc" >>_Makefile
|
||||||
|
|
||||||
|
! echo "CFLAGS += \$(CFLAGS1)$CFLAGS" >>_Makefile
|
||||||
|
! echo "LDFLAGS += \$(LDFLAGS1)$LDFLAGS" >>_Makefile
|
||||||
|
echo >>_Makefile
|
||||||
|
|
||||||
|
MANSS=""
|
||||||
|
*** Makefile.bak Sun Apr 16 16:53:15 1995
|
||||||
|
--- Makefile Sun Apr 16 16:53:33 1995
|
||||||
|
***************
|
||||||
|
*** 86,92 ****
|
||||||
|
-Waggregate-return #-Wuninitialized
|
||||||
|
|
||||||
|
# The place to put your favourite extra cc flag
|
||||||
|
! CFLAGS0 = -O #$(GCC_WARNINGS)
|
||||||
|
LDFLAGS0= -s
|
||||||
|
# Read my libs :-)
|
||||||
|
LIBS=
|
||||||
|
--- 86,92 ----
|
||||||
|
-Waggregate-return #-Wuninitialized
|
||||||
|
|
||||||
|
# The place to put your favourite extra cc flag
|
||||||
|
! CFLAGS0 = #-O #$(GCC_WARNINGS)
|
||||||
|
LDFLAGS0= -s
|
||||||
|
# Read my libs :-)
|
||||||
|
LIBS=
|
||||||
|
*** Makefile.1.bak Fri Mar 31 21:30:24 1995
|
||||||
|
--- Makefile.1 Sun Apr 16 17:09:42 1995
|
||||||
***************
|
***************
|
||||||
*** 93,105 ****
|
*** 93,105 ****
|
||||||
@for a in $(MANS1S); \
|
@for a in $(MANS1S); \
|
||||||
do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
||||||
if test "X$(MANCOMPRESS)" != "X"; \
|
if test "X$(MANCOMPRESS)" != "X"; \
|
||||||
! then $(MANCOMPRESS) <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
! then $(MANCOMPRESS) <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
@for a in $(MANS5S); \
|
@for a in $(MANS5S); \
|
||||||
do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
||||||
if test "X$(MANCOMPRESS)" != "X"; \
|
if test "X$(MANCOMPRESS)" != "X"; \
|
||||||
! then $(MANCOMPRESS) <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
! then $(MANCOMPRESS) <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
echo Housekeeping file >install.man
|
echo Housekeeping file >install.man
|
||||||
--- 93,105 ----
|
--- 93,105 ----
|
||||||
@for a in $(MANS1S); \
|
@for a in $(MANS1S); \
|
||||||
do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
||||||
if test "X$(MANCOMPRESS)" != "X"; \
|
if test "X$(MANCOMPRESS)" != "X"; \
|
||||||
! then "$(MANCOMPRESS)" <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
! then "$(MANCOMPRESS)" <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
@for a in $(MANS5S); \
|
@for a in $(MANS5S); \
|
||||||
do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
||||||
if test "X$(MANCOMPRESS)" != "X"; \
|
if test "X$(MANCOMPRESS)" != "X"; \
|
||||||
! then "$(MANCOMPRESS)" <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
! then "$(MANCOMPRESS)" <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
echo Housekeeping file >install.man
|
echo Housekeeping file >install.man
|
||||||
*** src/formail.c Mon Oct 31 18:30:09 1994
|
*** src/recommend.c.bak Thu Aug 18 17:45:20 1994
|
||||||
--- src/formail.c Sat Nov 19 13:09:22 1994
|
--- src/recommend.c Sun Apr 16 17:07:40 1995
|
||||||
***************
|
***************
|
||||||
*** 35,41 ****
|
*** 52,59 ****
|
||||||
x_[]= "X-", /* general extension */
|
--- 52,61 ----
|
||||||
old_[]= OLD_PREFIX, /* my extension */
|
printf("chmod %o %s\n",sgid|PERMIS,argv[2]);
|
||||||
xloop[]= "X-Loop:", /* ditto ... */
|
else if(chmdir==1)
|
||||||
! daemon[]="<>",unknown[]=UNKNOWN,re[]=" Re:",fmusage[]=FM_USAGE;
|
goto nogchmod;
|
||||||
|
+ #ifndef __FreeBSD__
|
||||||
static const struct {const char*hedr;int lnr;}cdigest[]=
|
if(chmdir)
|
||||||
{
|
printf("chmod %c+w %s.\n",chmdir==1?'g':'a',systm_mbox);
|
||||||
--- 35,41 ----
|
+ #endif
|
||||||
x_[]= "X-", /* general extension */
|
nogchmod:
|
||||||
old_[]= OLD_PREFIX, /* my extension */
|
return EXIT_SUCCESS;
|
||||||
xloop[]= "X-Loop:", /* ditto ... */
|
|
||||||
! mdaemon[]="<>",unknown[]=UNKNOWN,re[]=" Re:",fmusage[]=FM_USAGE;
|
|
||||||
|
|
||||||
static const struct {const char*hedr;int lnr;}cdigest[]=
|
|
||||||
{
|
|
||||||
***************
|
|
||||||
*** 275,281 ****
|
|
||||||
goto pnewname;
|
|
||||||
}
|
|
||||||
else if(sest[i].head==returnpath) /* nill Return-Path: */
|
|
||||||
! { saddr=(char*)daemon;nowm=maxindex(sest)+2; /* override */
|
|
||||||
pnewname: lastm=nowm;saddr=strcpy(malloc(strlen(saddr)+1),saddr);
|
|
||||||
if(namep)
|
|
||||||
free(namep);
|
|
||||||
--- 275,281 ----
|
|
||||||
goto pnewname;
|
|
||||||
}
|
|
||||||
else if(sest[i].head==returnpath) /* nill Return-Path: */
|
|
||||||
! { saddr=(char*)mdaemon;nowm=maxindex(sest)+2; /* override */
|
|
||||||
pnewname: lastm=nowm;saddr=strcpy(malloc(strlen(saddr)+1),saddr);
|
|
||||||
if(namep)
|
|
||||||
free(namep);
|
|
||||||
*** src/misc.c.old Wed Jan 11 18:11:02 1995
|
|
||||||
--- src/misc.c Wed Jan 11 17:40:33 1995
|
|
||||||
***************
|
|
||||||
*** 290,296 ****
|
|
||||||
{ if(sp->filled==sp->tspace) /* growth limit reached? */
|
|
||||||
{ if(!sp->offs)
|
|
||||||
sp->offs=malloc(1);
|
|
||||||
! sp->offs=realloc(sp->offs,(sp->tspace+=4)*sizeof sp->offs); /* expand */
|
|
||||||
}
|
|
||||||
sp->offs[sp->filled++]=val; /* append to it */
|
|
||||||
}
|
|
||||||
--- 290,296 ----
|
|
||||||
{ if(sp->filled==sp->tspace) /* growth limit reached? */
|
|
||||||
{ if(!sp->offs)
|
|
||||||
sp->offs=malloc(1);
|
|
||||||
! sp->offs=realloc(sp->offs,(sp->tspace+=4)*sizeof(off_t)); /* expand */
|
|
||||||
}
|
|
||||||
sp->offs[sp->filled++]=val; /* append to it */
|
|
||||||
}
|
}
|
||||||
|
*** src/autoconf.bak Mon Apr 10 23:28:22 1995
|
||||||
|
--- src/autoconf Sun Apr 16 17:33:03 1995
|
||||||
|
***************
|
||||||
|
*** 959,964 ****
|
||||||
|
--- 959,969 ----
|
||||||
|
grepfor setregid '#define NOsetregid' &&
|
||||||
|
grepfor setresgid '#define NOsetresgid'
|
||||||
|
fi
|
||||||
|
+ echo '#ifdef __FreeBSD___' >>$ACONF
|
||||||
|
+ echo '#define NOsetrgid' >>$ACONF
|
||||||
|
+ echo '#define NOsetregid' >>$ACONF
|
||||||
|
+ echo '#define NOsetresgid' >>$ACONF
|
||||||
|
+ echo '#endif' >>$ACONF
|
||||||
|
grepfor pow '#define NOpow'
|
||||||
|
grepfor mkdir '#define NOmkdir'
|
||||||
|
grepfor fstat '#define NOfstat'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ProcMail local mail delivery agent, version 3.10
|
ProcMail local mail delivery agent, version 3.11pre1
|
||||||
|
|
Loading…
Add table
Reference in a new issue