]> git.pld-linux.org Git - packages/inn.git/blobdiff - inn-install.patch
- release 4 (by relup.sh)
[packages/inn.git] / inn-install.patch
index bdc2807a87c52355a970482812ae77fcabd8a5dc..6b9626fa482258010d53de25fbe660f6aff3b7f0 100644 (file)
-diff -ur inn-2.2.2.orig/Makefile.global.in inn-2.2.2/Makefile.global.in
---- inn-2.2.2.orig/Makefile.global.in  Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/Makefile.global.in       Sat Jan 29 22:56:17 2000
-@@ -38,6 +38,7 @@
- TCLLIB        = @TCL_LIB@
- TCLINC        = @TCL_INC@
- EXTRA_SRC = @EXTRA_SRC@
-+INSTALL = @INSTALL@
+--- inn-2.5.3/Makefile.global.in.orig  2013-06-11 18:02:09.360682066 +0200
++++ inn-2.5.3/Makefile.global.in       2013-06-11 18:04:16.297346087 +0200
+@@ -305,7 +305,7 @@
+ BACKUP_OPTION = -B .OLD
+-LI_SPRI               = $(LIBTOOLINST) $(INSTALL) -o root -g $(RUNASGROUP) -m 4550 $(BACKUP_OPTION)
++LI_SPRI               = $(LIBTOOLINST) $(INSTALL) -m 4550 $(BACKUP_OPTION)
+ LI_XPRI               = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0550 $(BACKUP_OPTION)
+ LI_XPUB               = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0555 $(BACKUP_OPTION)
+--- inn-2.5.3/site/Makefile.orig       2013-06-11 18:02:09.357348733 +0200
++++ inn-2.5.3/site/Makefile    2013-06-11 18:05:13.754011556 +0200
+@@ -145,13 +145,9 @@
+ $D$(PATH_NEWSGROUPS): ; $(CP_DATA) newsgroups.minimal $@
+ $D$(PATH_ACTIVE_TIMES):
+       touch $@
+-      chown $(RUNASUSER) $@
+-      chgrp $(RUNASGROUP) $@
+       chmod $(FILEMODE) $@
+ $D$(PATH_HISTORY):
+       touch $@
+-      chown $(RUNASUSER) $@
+-      chgrp $(RUNASGROUP) $@
+       chmod $(FILEMODE) $@
+-      test -z "$D" && $(PATHBIN)/makedbz -i -o
++      test -z "$D" && $(PATHBIN)/makedbz -i -o || :
  
- OWNER         = -O @NEWSUSER@ -G @NEWSGRP@
- ROWNER                = -O @NEWSUSER@ -G uucp
-Only in inn-2.2.2: Makefile.global.in~
-diff -ur inn-2.2.2.orig/backends/Makefile inn-2.2.2/backends/Makefile
---- inn-2.2.2.orig/backends/Makefile   Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/backends/Makefile        Sat Jan 29 22:46:54 2000
-@@ -17,8 +17,8 @@
- install:      all
-       for i in ${ALL}; \
--              do $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 \
--                      -b .OLD $${i} $D${PATHBIN}/$${i}; \
-+              do $(LIBTOOL) --mode=install $(INSTALL) -m 0555 \
-+                      $${i} $D${PATHBIN}; \
-       done
- clobber clean:
-Only in inn-2.2.2/backends: Makefile~
-diff -ur inn-2.2.2.orig/configure.in inn-2.2.2/configure.in
---- inn-2.2.2.orig/configure.in        Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/configure.in     Sat Jan 29 22:57:07 2000
-@@ -129,6 +129,7 @@
- AC_PROG_YACC
- AC_PROG_LEX
- AC_PROG_RANLIB
-+AC_PROG_INSTALL
- dnl System specific
- AC_AIX
-Only in inn-2.2.2: configure.in~
-diff -ur inn-2.2.2.orig/expire/Makefile inn-2.2.2/expire/Makefile
---- inn-2.2.2.orig/expire/Makefile     Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/expire/Makefile  Sat Jan 29 22:49:09 2000
-@@ -85,25 +85,25 @@
- ##  Low-level install actions.
- $D$(PATHBIN)/convdate:                convdate
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/expire:          expire
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/expireover:              expireover
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/expireindex:             expireindex
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/fastrm:          fastrm
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/grephistory:     grephistory
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/makeactive:      makeactive
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/makehistory:     makehistory
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/newsrequeue:     newsrequeue
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/prunehistory:    prunehistory
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- ##  Dependencies.  Default list, below, is probably good enough.
- depend:               Makefile $(SOURCES)
-Only in inn-2.2.2/expire: Makefile~
-diff -ur inn-2.2.2.orig/frontends/Makefile inn-2.2.2/frontends/Makefile
---- inn-2.2.2.orig/frontends/Makefile  Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/frontends/Makefile       Sat Jan 29 22:50:56 2000
-@@ -64,25 +64,25 @@
- ##  Low-level install actions.
- $D$(PATHBIN)/inews:           inews
--      $(LIBTOOL) ../installit.sh $(OWNER) -m $(INEWSMODE) -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/rnews:           rnews
--      $(LIBTOOL) ../installit.sh $(ROWNER) -m $(RNEWSMODE) -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/ctlinnd: ctlinnd
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/sm:      sm
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/getlist: getlist
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/innconfval:      innconfval
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(RNEWSPROGS)/c7unbatch:    c7unbatch.sh
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(RNEWSPROGS)/gunbatch:     gunbatch.sh
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(RNEWSPROGS)/decode:               decode
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(RNEWSPROGS)/encode:               encode
--      $(LIBTOOL) ../installit.sh $(OWNER) -m  0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- ##  Dependencies.  Default list, below, is probably good enough.
- depend:               Makefile $(SOURCES)
-Only in inn-2.2.2/frontends: Makefile~
-diff -ur inn-2.2.2.orig/innd/Makefile inn-2.2.2/innd/Makefile
---- inn-2.2.2.orig/innd/Makefile       Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/innd/Makefile    Sat Jan 29 22:51:57 2000
-@@ -18,10 +18,10 @@
- install: $D${PATHBIN}/innd $D${PATHBIN}/inndstart
- $D${PATHBIN}/innd: innd
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D${PATHBIN}/inndstart: inndstart
--      -$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
-       @ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
-       if [ "X$$ME" = Xroot ]; then \
-               echo $@ has been installed setuid root. ;\
-Only in inn-2.2.2/innd: Makefile~
-diff -ur inn-2.2.2.orig/innfeed/Makefile inn-2.2.2/innfeed/Makefile
---- inn-2.2.2.orig/innfeed/Makefile    Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/innfeed/Makefile Sat Jan 29 22:55:52 2000
-@@ -89,7 +89,6 @@
- MV            = mv
- TAG           = etags
- CHMOD         = chmod
--INSTALL               = $(LIBTOOL) install -c 
- MAKEDEPEND    = ./makedepend
- DEPENDFLAGS   = -s -c '$(CC) -E'
-@@ -111,19 +110,19 @@
-       $(LINK.c) -o $@ $(OBJS) version.o $(LIBNEWS) $(LIBNEWS) $(LIBS)
- $D$(PATHBIN)/innfeed: innfeed
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/procbatch: procbatch
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- $D$(PATHBIN)/innfeed-convcfg: innfeed-convcfg
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
-       $(SAVEOLD)
-       $(COPYFILE)
- $D$(PATHBIN)/startinnfeed: startinnfeed
--      -$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
-       @ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
-       if [ "X$$ME" = Xroot ]; then \
-               echo $@ has been installed setuid root. ;\
-Only in inn-2.2.2/innfeed: Makefile~
-diff -ur inn-2.2.2.orig/lib/Makefile inn-2.2.2/lib/Makefile
---- inn-2.2.2.orig/lib/Makefile        Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/lib/Makefile     Sat Jan 29 22:53:01 2000
-@@ -103,7 +103,7 @@
- ##  Low-level install actions.
- $(D)$(PATHLIB)/libinn.$(EXTLIB):              libinn.$(EXTLIB)
-       @rm -f $@
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD libinn.$(EXTLIB) $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHLIB)
- ##  Dependencies.  Default list, below, is probably good enough.
- depend:               Makefile $(SOURCES) ../include/dbz.h
-Only in inn-2.2.2/lib: Makefile~
-diff -ur inn-2.2.2.orig/nnrpd/Makefile inn-2.2.2/nnrpd/Makefile
---- inn-2.2.2.orig/nnrpd/Makefile      Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/nnrpd/Makefile   Sat Jan 29 22:53:30 2000
-@@ -22,11 +22,11 @@
- ##  Low-level install actions.
- $D$(NNRPD):   nnrpd
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- ##  Low-level install actions.
- $D$(ACTIVED): actived
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD $? $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHBIN)
- clobber clean:
-       rm -f *.o $(ALL)
-Only in inn-2.2.2/nnrpd: Makefile~
-diff -ur inn-2.2.2.orig/storage/Makefile inn-2.2.2/storage/Makefile
---- inn-2.2.2.orig/storage/Makefile    Mon Dec 13 14:18:37 1999
-+++ inn-2.2.2/storage/Makefile Sat Jan 29 22:54:07 2000
-@@ -68,7 +68,7 @@
- ##  Low-level install actions.
- $(D)$(PATHLIB)/libstorage.$(EXTLIB):  libstorage.$(EXTLIB)
-       @rm -f $@
--      $(LIBTOOL) ../installit.sh $(OWNER) -m 0555 -b .OLD libstorage.$(EXTLIB) $@
-+      $(LIBTOOL) --mode=install $(INSTALL) $? $D$(PATHLIB)
- ##  Dependencies.  Default list, below, is probably good enough.
- depend:               Makefile $(SOURCES)
-Only in inn-2.2.2/storage: Makefile~
This page took 0.092766 seconds and 4 git commands to generate.