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

(-)files/patch-Makefile (-5 / +21 lines)
Lines 1-5 Link Here
1
--- Makefile.dist	2006-08-13 03:50:15.000000000 -0500
1
--- Makefile.orig	2015-09-18 17:22:35 UTC
2
+++ Makefile	2014-05-19 20:04:56.636909101 -0500
2
+++ Makefile
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 11-17 Link Here
11
 
11
 
12
 # First things first we need to set up some various options since OS's aren't
12
 # First things first we need to set up some various options since OS's aren't
13
 # as nice about things are they could be.
13
 # as nice about things are they could be.
14
@@ -33,7 +33,7 @@
14
@@ -33,7 +33,7 @@ MODDIR = ../modules
15
 # Uncomment this if you are on a BSD system AND you want dynamic modules
15
 # Uncomment this if you are on a BSD system AND you want dynamic modules
16
 # SunOS (4 and 5 both) also needs this setting.
16
 # SunOS (4 and 5 both) also needs this setting.
17
 #
17
 #
Lines 20-26 Link Here
20
 
20
 
21
 # Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1)
21
 # Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1)
22
 #OBSDMOD = 1
22
 #OBSDMOD = 1
23
@@ -120,7 +120,6 @@
23
@@ -120,7 +120,6 @@ GNU_STRFTIME=-DGNU_STRFTIME
24
 ifdef BSDIMOD
24
 ifdef BSDIMOD
25
 CC=shlicc
25
 CC=shlicc
26
 else
26
 else
Lines 28-34 Link Here
28
 endif
28
 endif
29
 
29
 
30
 # Warning-level flags.  Under SunOS (4 and 5), this NEEDS TO BE BLANK.
30
 # Warning-level flags.  Under SunOS (4 and 5), this NEEDS TO BE BLANK.
31
@@ -129,9 +128,7 @@
31
@@ -129,9 +128,7 @@ endif
32
 #
32
 #
33
 # It appears that IRIX is also rather stupid, and may require this
33
 # It appears that IRIX is also rather stupid, and may require this
34
 # to be removed.
34
 # to be removed.
Lines 39-41 Link Here
39
 
39
 
40
 # Now set up the initial command line.  SUNOS_5 makes this a bit wierd.
40
 # Now set up the initial command line.  SUNOS_5 makes this a bit wierd.
41
 ifndef SUNOS_5
41
 ifndef SUNOS_5
42
@@ -301,7 +298,6 @@ targets: make_modules ecartis
43
 ecartis: ${OBJS}
44
 	${CC} ${EXTRA_LFLAGS} ${LFLAGS} -o ecartis ${OBJS} ${EXTRA_LIBS} ${LIBS}
45
 	cp ecartis build/ecartis
46
-	chmod ug+s build/ecartis
47
 
48
 make_modules:
49
 	@for dir in ${MODULES}; \
50
@@ -321,7 +317,6 @@ make_modules:
51
 
52
 install: targets
53
 	cp build/ecartis ${BINDIR}
54
-	chmod ug+s ${BINDIR}/ecartis
55
 ifdef DYNMOD
56
 	@for dir in ${MODULES}; do \
57
 		cp build/$${dir}.lpm ${MODDIR}/$${dir}.lpm; \
(-)pkg-plist (-10 / +12 lines)
Lines 1-6 Link Here
1
@owner %%EC_USER%%
1
@owner %%EC_USER%%
2
@group %%EC_GROUP%%
2
@group %%EC_GROUP%%
3
ecartis/ecartis
3
@(%%EC_USER%%,%%EC_GROUP%%,6755) ecartis/ecartis
4
ecartis/banned
4
ecartis/banned
5
ecartis/documentation/Makefile
5
ecartis/documentation/Makefile
6
ecartis/documentation/ecartis.sty
6
ecartis/documentation/ecartis.sty
Lines 65-76 Link Here
65
ecartis/ecartis.hlp
65
ecartis/ecartis.hlp
66
ecartis/ecartis.cfg.dist
66
ecartis/ecartis.cfg.dist
67
ecartis/ecartis.aliases.dist
67
ecartis/ecartis.aliases.dist
68
@dirrm ecartis/lists/test/text
68
@dir ecartis/lists/test/text
69
@dirrm ecartis/lists/test
69
@dir ecartis/lists/test
70
@dirrmtry ecartis/lists
70
@dir ecartis/lists
71
@dirrm ecartis/templates
71
@dir ecartis/templates
72
@dirrm ecartis/scripts
72
@dir ecartis/scripts
73
@dirrmtry ecartis/queue
73
@dir ecartis/queue
74
@dirrm ecartis/modules
74
@dir ecartis/modules
75
@dirrm ecartis/documentation
75
@dir ecartis/documentation
76
@dirrmtry ecartis
76
@dir ecartis
77
@owner
78
@group

Return to bug 203198