svn commit: r408672 - head/devel/ccache/files

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 11 01:29:37 UTC 2016


Author: bdrewery
Date: Thu Feb 11 01:29:36 2016
New Revision: 408672
URL: https://svnweb.freebsd.org/changeset/ports/408672

Log:
  Regenerate patches

Modified:
  head/devel/ccache/files/patch-ccache.c
  head/devel/ccache/files/patch-conf.c
  head/devel/ccache/files/patch-configure

Modified: head/devel/ccache/files/patch-ccache.c
==============================================================================
--- head/devel/ccache/files/patch-ccache.c	Thu Feb 11 01:15:19 2016	(r408671)
+++ head/devel/ccache/files/patch-ccache.c	Thu Feb 11 01:29:36 2016	(r408672)
@@ -1,7 +1,7 @@
 Determine whether cc(1) is clang or gcc at compile-time.
 
---- ccache.c.orig	2015-10-15 15:01:14.756621000 -0700
-+++ ccache.c	2015-10-15 15:01:47.738326000 -0700
+--- ccache.c.orig	2015-10-08 19:14:23 UTC
++++ ccache.c
 @@ -1350,6 +1350,11 @@ compiler_is_clang(struct args *args)
  {
  	char *name = basename(args->argv[0]);

Modified: head/devel/ccache/files/patch-conf.c
==============================================================================
--- head/devel/ccache/files/patch-conf.c	Thu Feb 11 01:15:19 2016	(r408671)
+++ head/devel/ccache/files/patch-conf.c	Thu Feb 11 01:29:36 2016	(r408672)
@@ -1,5 +1,5 @@
---- conf.c.orig	2015-01-16 16:26:23.872241677 -0600
-+++ conf.c	2015-01-16 16:27:00.595237894 -0600
+--- conf.c.orig	2015-10-08 19:14:23 UTC
++++ conf.c
 @@ -321,7 +321,11 @@ conf_create(void)
  	conf->read_only = false;
  	conf->read_only_direct = false;

Modified: head/devel/ccache/files/patch-configure
==============================================================================
--- head/devel/ccache/files/patch-configure	Thu Feb 11 01:15:19 2016	(r408671)
+++ head/devel/ccache/files/patch-configure	Thu Feb 11 01:29:36 2016	(r408672)
@@ -1,6 +1,6 @@
---- configure.orig	2015-10-08 12:14:23.000000000 -0700
-+++ configure	2015-10-27 10:49:04.338642000 -0700
-@@ -3672,7 +3672,7 @@
+--- configure.orig	2015-10-08 19:14:23 UTC
++++ configure
+@@ -3672,7 +3672,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>c
        ;;
      *)
  
@@ -9,7 +9,7 @@
  
        ;;
    esac
-@@ -3694,7 +3694,7 @@
+@@ -3694,7 +3694,7 @@ $as_echo "#define _XOPEN_SOURCE_EXTENDED
    esac
  
  


More information about the svn-ports-all mailing list