View | Details | Raw Unified | Return to bug 37506
Collapse All | Expand All

(-)ecartis/Makefile Sat Apr 27 03:46:09 2002 (-1 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=   1.0.0b
9
PORTVERSION=   1.0.0b
10
CATEGORIES=    mail
10
CATEGORIES=    mail
11
MASTER_SITES=  ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/
11
MASTER_SITES=  ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/
12
DISTNAME=      ecartis-1.0.0-snap20020118
12
DISTNAME=      ecartis-1.0.0-snap20020427
13
13
14
MAINTAINER=    trish@bsdunix.net
14
MAINTAINER=    trish@bsdunix.net
15
15
(-)ecartis/distinfo Sat Apr 27 03:45:20 2002 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ecartis-1.0.0-snap20020118.tar.gz) = 9f3c60e2786212f73feb2f9366f491f3
1
MD5 (ecartis-1.0.0-snap20020427.tar.gz) = 3ae4896c772719bf0bc9168bac15b22d
(-)ecartis/files/patch-aa Sat Apr 27 09:36:13 2002 (-4 / +6 lines)
Lines 1-5 Link Here
1
--- Makefile.orig      Sun Jun 17 22:13:03 2001
1
--- Makefile.dist      Sat Apr 27 02:26:56 2002
2
+++ Makefile   Sun Jun 17 22:14:19 2001
2
+++ Makefile   Sat Apr 27 09:35:52 2002
3
@@ -6,8 +6,8 @@
3
@@ -6,8 +6,8 @@
4
 # they should be set.  All of them are conditional on options set in this
4
 # they should be set.  All of them are conditional on options set in this
5
 # file, so it should be relatively easy to determine which branch is correct
5
 # file, so it should be relatively easy to determine which branch is correct
Lines 37-52 Link Here
37
 endif
37
 endif
38
 
38
 
39
 # Warning-level flags.  Under SunOS (4 and 5), this NEEDS TO BE BLANK.
39
 # Warning-level flags.  Under SunOS (4 and 5), this NEEDS TO BE BLANK.
40
@@ -134,7 +133,7 @@
40
@@ -134,9 +133,7 @@
41
 #
41
 #
42
 # It appears that IRIX is also rather stupid, and may require this
42
 # It appears that IRIX is also rather stupid, and may require this
43
 # to be removed.
43
 # to be removed.
44
-WFLAGS=-Wall -Werror
44
-WFLAGS=-Wall -Werror
45
-# Uncomment this to build with gdb symbols (comment above line)
46
-#WFLAGS=-ggdb -Wall -Werror
45
+WFLAGS:=${CFLAGS}
47
+WFLAGS:=${CFLAGS}
46
 
48
 
47
 # Now set up the initial command line.  SUNOS_5 makes this a bit wierd.
49
 # Now set up the initial command line.  SUNOS_5 makes this a bit wierd.
48
 ifndef SUNOS_5
50
 ifndef SUNOS_5
49
@@ -321,6 +320,7 @@
51
@@ -327,6 +324,7 @@
50
 install: targets
52
 install: targets
51
       cp build/ecartis ${BINDIR}
53
       cp build/ecartis ${BINDIR}
52
       chmod ug+s ${BINDIR}/ecartis
54
       chmod ug+s ${BINDIR}/ecartis
(-)ecartis/pkg-plist Sat Apr 27 03:58:50 2002 (+2 lines)
Lines 49-54 Link Here
49
ecartis/README.LISTS
49
ecartis/README.LISTS
50
ecartis/README.DIGEST
50
ecartis/README.DIGEST
51
ecartis/README.ANTISPAM
51
ecartis/README.ANTISPAM
52
ecartis/README.CVS
52
ecartis/README
53
ecartis/README
53
ecartis/NOTE
54
ecartis/NOTE
54
ecartis/LICENSE
55
ecartis/LICENSE
Lines 66-69 Link Here
66
@dirrm ecartis/scripts
67
@dirrm ecartis/scripts
67
@dirrm ecartis/queue
68
@dirrm ecartis/queue
68
@dirrm ecartis/modules
69
@dirrm ecartis/modules
70
@dirrm ecartis/documentation
69
@dirrm ecartis
71
@dirrm ecartis

Return to bug 37506