pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mit-krb5/patches



Module Name:    pkgsrc
Committed By:   tez
Date:           Mon Oct 31 17:15:36 UTC 2016

Modified Files:
        pkgsrc/security/mit-krb5/patches: patch-lib_krb5_ccache_Makefile.in

Log Message:
Need to take advantage of the logic that makes this null on non-OSX.
(distinfo already has the checksum for this corrected patch, sorry.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in

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

Modified files:

Index: pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in
diff -u pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in:1.1 pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in:1.2
--- pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in:1.1      Fri Oct 28 20:56:14 2016
+++ pkgsrc/security/mit-krb5/patches/patch-lib_krb5_ccache_Makefile.in  Mon Oct 31 17:15:36 2016
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib_krb5_ccache_Makefile.in,v 1.1 2016/10/28 20:56:14 tez Exp $
+$NetBSD: patch-lib_krb5_ccache_Makefile.in,v 1.2 2016/10/31 17:15:36 tez Exp $
 
 Fix build on OS X (missing kcmrpc.h)
 
@@ -9,7 +9,7 @@ Fix build on OS X (missing kcmrpc.h)
  
  all-windows:: subdirs $(OBJFILE) 
  
-+generate-files-mac: kcmrpc.h
++generate-files-mac: $(KCMRPC_DEPS)
 +
  ##DOS##subdirs:: ccapi\$(OUTPRE)file.lst
  



Home | Main Index | Thread Index | Old Index