pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/safecat



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jul 26 02:27:20 UTC 2017

Modified Files:
        pkgsrc/mail/safecat: Makefile distinfo
        pkgsrc/mail/safecat/patches: patch-ab

Log Message:
Really don't build catpages.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/safecat/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/safecat/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/safecat/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/safecat/Makefile
diff -u pkgsrc/mail/safecat/Makefile:1.18 pkgsrc/mail/safecat/Makefile:1.19
--- pkgsrc/mail/safecat/Makefile:1.18   Fri Apr  1 11:20:58 2016
+++ pkgsrc/mail/safecat/Makefile        Wed Jul 26 02:27:20 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/04/01 11:20:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/07/26 02:27:20 schmonz Exp $
 #
 
 DISTNAME=              safecat-1.13
@@ -13,7 +13,7 @@ COMMENT=              Write data safely to a maildir
 MAKE_JOBS_SAFE=                no
 
 DJB_RESTRICTED=                NO
-BUILD_TARGETS=         install instcheck
+BUILD_TARGET=          install instcheck
 DJB_CONFIG_HOME=       conf-root
 
 MAKE_FLAGS+=           DESTDIR=${DESTDIR:Q}

Index: pkgsrc/mail/safecat/distinfo
diff -u pkgsrc/mail/safecat/distinfo:1.9 pkgsrc/mail/safecat/distinfo:1.10
--- pkgsrc/mail/safecat/distinfo:1.9    Fri Apr  1 11:20:58 2016
+++ pkgsrc/mail/safecat/distinfo        Wed Jul 26 02:27:20 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2016/04/01 11:20:58 jperkin Exp $
+$NetBSD: distinfo,v 1.10 2017/07/26 02:27:20 schmonz Exp $
 
 SHA1 (safecat-1.13.tar.gz) = 07b42cb06490abeacefce9429a1dbf96caa1629b
 RMD160 (safecat-1.13.tar.gz) = 614df1d43d13a638ab30a2921b66d78f3fafc4c6
 SHA512 (safecat-1.13.tar.gz) = e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210
 Size (safecat-1.13.tar.gz) = 33953 bytes
 SHA1 (patch-aa) = 269073a9aa0d0b4814a2a0dd889396a575f51c20
-SHA1 (patch-ab) = 59b4876e127ebffdbd3cad83a37e3971d9736e8f
+SHA1 (patch-ab) = bfbbdfd34e1b97adccfd36709b5bdd69b6dbd615
 SHA1 (patch-hier.c) = b4483673a6eb3a2c55da096a1b01a3a5a9a053a9

Index: pkgsrc/mail/safecat/patches/patch-ab
diff -u pkgsrc/mail/safecat/patches/patch-ab:1.1 pkgsrc/mail/safecat/patches/patch-ab:1.2
--- pkgsrc/mail/safecat/patches/patch-ab:1.1    Sat Feb 16 15:21:40 2008
+++ pkgsrc/mail/safecat/patches/patch-ab        Wed Jul 26 02:27:20 2017
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.1 2008/02/16 15:21:40 heinz Exp $
+$NetBSD: patch-ab,v 1.2 2017/07/26 02:27:20 schmonz Exp $
 
   Allow installation to DESTDIR (taken from safecat-buildroot.patch in
   the archive).
 
---- Makefile.orig      2004-08-17 02:50:09.000000000 +0200
+--- Makefile.orig      2004-08-17 00:50:09.000000000 +0000
 +++ Makefile
 @@ -31,7 +31,7 @@ compile auto-str.c substdio.h readwrite.
  
@@ -14,3 +14,12 @@ $NetBSD: patch-ab,v 1.1 2008/02/16 15:21
  
  auto_home.o: \
  compile auto_home.c
+@@ -123,7 +123,7 @@ compile instcheck.c strerr.h error_no.h 
+       ./compile instcheck.c
+ 
+ it: \
+-maildir safecat man
++maildir safecat
+ 
+ find-systype: \
+ find-systype.sh auto-ccld.sh



Home | Main Index | Thread Index | Old Index