Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37403281
en ru br
ALT Linux repos
5.0: 4.64L-alt5.1
4.1: 4.64L-alt5
4.0: 4.64L-alt4.1
3.0: 4.58L-alt4
+backports:4.64L-alt0.M30.4

Group :: Networking/Mail
RPM: pine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pine-4.51-ALT-build.patch
Download


--- pine4.51/doc/tech-notes/Makefile.buildconf	1998-05-11 22:33:59 +0400
+++ pine4.51/doc/tech-notes/Makefile	2002-12-29 23:53:04 +0300
@@ -59,9 +59,14 @@
 
 .SUFFIXES: .html .txt
 
+all:: tech-notes.txt
+
 tech-notes.txt:	$(TXTS)
 	cat $(TXTS) > tech-notes.txt
-	rm $(TXTS)
+
+clean::
+	rm -rf $(TXTS)
+	rm -rf tech-notes.txt
 
 www:	$(ALLSRC)
 	cp $(ALLSRC) $(WWWDIR)
@@ -69,4 +74,3 @@
 
 .html.txt:
 	$(HTML2TXT) $< > $@
-
--- pine4.51/pine/osdep/os-lnx.h.buildconf	2001-02-07 04:05:06 +0300
+++ pine4.51/pine/osdep/os-lnx.h	2002-12-29 23:53:04 +0300
@@ -60,7 +60,7 @@
    there should be a dummy disk_quota() routine in os-xxx.c so that defining
    this won't be harmful anyway.
  ----*/
-/* #define USE_QUOTAS */
+#define USE_QUOTAS
 
 
 
--- pine4.51/pine/makefile.lnx.buildconf	2002-12-29 23:53:04 +0300
+++ pine4.51/pine/makefile.lnx	2002-12-29 23:53:04 +0300
@@ -99,7 +99,7 @@
 	$(CC) -o pine-use pine-use.c
 
 clean:
-	$(RM) *.o os.h os.c helptext.c helptext.h pine rpdump rpload
+	$(RM) *.o os.h os.c helptext.c helptext.h pine rpdump rpload date.c
 	cd osdep; make clean; cd ..
 
 os.h:	osdep/os-lnx.h
--- pine4.51/build.buildconf	2002-12-09 20:54:38 +0300
+++ pine4.51/build	2002-12-29 23:58:00 +0300
@@ -490,6 +490,7 @@
         make $makeargs -f makefile.ult clean
         echo "Done"
         cd "$PHOME"
+        rm -f .bld.hlp imapd mtest
         ;;
 
     no-target)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin