Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 09:36:14 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433716 - head/devel/gperf/files
Message-ID:  <201702090936.v199aE2M075854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Feb  9 09:36:13 2017
New Revision: 433716
URL: https://svnweb.freebsd.org/changeset/ports/433716

Log:
  - make portlint happier

Modified:
  head/devel/gperf/files/patch-offsetof
  head/devel/gperf/files/patch-size_type

Modified: head/devel/gperf/files/patch-offsetof
==============================================================================
--- head/devel/gperf/files/patch-offsetof	Thu Feb  9 09:11:45 2017	(r433715)
+++ head/devel/gperf/files/patch-offsetof	Thu Feb  9 09:36:13 2017	(r433716)
@@ -1,5 +1,5 @@
---- src/output.cc	2007-03-31 08:16:05.000000000 -0700
-+++ src/output.cc	2008-05-27 16:07:01.000000000 -0700
+--- src/output.cc	2007-03-31 15:16:05 UTC
++++ src/output.cc
 @@ -1106,9 +1106,7 @@ output_keyword_entry (KeywordExt *temp, 
    if (option[TYPE])
      printf ("{");

Modified: head/devel/gperf/files/patch-size_type
==============================================================================
--- head/devel/gperf/files/patch-size_type	Thu Feb  9 09:11:45 2017	(r433715)
+++ head/devel/gperf/files/patch-size_type	Thu Feb  9 09:36:13 2017	(r433716)
@@ -1,6 +1,5 @@
-diff -up -r ./doc/gperf.1 ./doc/gperf.1
---- ./doc/gperf.1	2007-05-02 09:01:25.000000000 -0700
-+++ ./doc/gperf.1	2011-10-06 14:21:41.000000000 -0700
+--- ./doc/gperf.1	2007-05-02 16:01:25 UTC
++++ ./doc/gperf.1
 @@ -1,5 +1,5 @@
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
 -.TH GPERF "1" "May 2007" "GNU gperf 3.0.3" FSF
@@ -19,9 +18,8 @@ diff -up -r ./doc/gperf.1 ./doc/gperf.1
  .SS "Algorithm employed by gperf:"
  .TP
  \fB\-k\fR, \fB\-\-key\-positions\fR=\fIKEYS\fR
-diff -up -r ./src/options.cc ./src/options.cc
---- ./src/options.cc	2007-03-31 08:22:16.000000000 -0700
-+++ ./src/options.cc	2011-10-06 14:13:41.000000000 -0700
+--- ./src/options.cc	2007-03-31 15:22:16 UTC
++++ ./src/options.cc
 @@ -67,6 +67,8 @@ static const char *const DEFAULT_STRINGP
  /* Default delimiters that separate keywords from their attributes.  */
  static const char *const DEFAULT_DELIMITERS = ",";
@@ -99,9 +97,8 @@ diff -up -r ./src/options.cc ./src/optio
          default:
            short_usage (stderr);
            exit (1);
-diff -up -r ./src/options.h ./src/options.h
---- ./src/options.h	2005-05-14 07:22:36.000000000 -0700
-+++ ./src/options.h	2011-10-06 13:29:28.000000000 -0700
+--- ./src/options.h	2005-05-14 14:22:36 UTC
++++ ./src/options.h
 @@ -209,6 +209,9 @@ public:
    /* Sets the delimiters string, if not already set.  */
    void                  set_delimiters (const char *delimiters);
@@ -121,9 +118,8 @@ diff -up -r ./src/options.h ./src/option
    /* Contains user-specified key choices.  */
    Positions             _key_positions;
  };
-diff -up -r ./src/options.icc ./src/options.icc
---- ./src/options.icc	2005-05-14 07:22:36.000000000 -0700
-+++ ./src/options.icc	2011-10-06 13:42:59.000000000 -0700
+--- ./src/options.icc	2005-05-14 14:22:36 UTC
++++ ./src/options.icc
 @@ -155,3 +155,9 @@ Options::get_key_positions () const
  {
    return _key_positions;
@@ -134,9 +130,8 @@ diff -up -r ./src/options.icc ./src/opti
 +{
 +	return _size_type;
 +}
-diff -up -r ./src/output.cc ./src/output.cc
---- ./src/output.cc	2011-10-06 14:23:05.000000000 -0700
-+++ ./src/output.cc	2011-10-06 13:41:53.000000000 -0700
+--- ./src/output.cc	2007-03-31 15:16:05 UTC
++++ ./src/output.cc
 @@ -772,14 +772,14 @@ Output::output_hash_function () const
    printf (option[KRC] ?
                   "(str, len)\n"
@@ -203,9 +198,8 @@ diff -up -r ./src/output.cc ./src/output
  
    output_hash_function ();
  
-diff -up -r ./tests/c-parse.exp ./tests/c-parse.exp
---- ./tests/c-parse.exp	2007-04-06 08:38:50.000000000 -0700
-+++ ./tests/c-parse.exp	2011-10-06 13:45:57.000000000 -0700
+--- ./tests/c-parse.exp	2007-04-06 15:38:50 UTC
++++ ./tests/c-parse.exp
 @@ -80,7 +80,7 @@ hash (str, len)
        126, 126, 126, 126, 126, 126, 126, 126, 126, 126,
        126, 126, 126, 126, 126, 126
@@ -215,9 +209,8 @@ diff -up -r ./tests/c-parse.exp ./tests/
  
    switch (hval)
      {
-diff -up -r ./tests/charsets.exp ./tests/charsets.exp
---- ./tests/charsets.exp	2007-04-19 04:13:42.000000000 -0700
-+++ ./tests/charsets.exp	2011-10-06 13:47:31.000000000 -0700
+--- ./tests/charsets.exp	2007-04-19 11:13:42 UTC
++++ ./tests/charsets.exp
 @@ -89,7 +90,7 @@ hash (str, len)
        5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046,
        5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046
@@ -227,9 +220,8 @@ diff -up -r ./tests/charsets.exp ./tests
  
    switch (hval)
      {
-diff -up -r ./tests/chill.exp ./tests/chill.exp
---- ./tests/chill.exp	2007-04-19 04:13:42.000000000 -0700
-+++ ./tests/chill.exp	2011-10-06 13:46:47.000000000 -0700
+--- ./tests/chill.exp	2007-04-19 11:13:42 UTC
++++ ./tests/chill.exp
 @@ -78,7 +78,7 @@ hash (str, len)
        1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050, 1050,
        1050, 1050, 1050, 1050, 1050, 1050, 1050
@@ -239,9 +231,8 @@ diff -up -r ./tests/chill.exp ./tests/ch
  
    switch (hval)
      {
-diff -up -r ./tests/cplusplus.exp ./tests/cplusplus.exp
---- ./tests/cplusplus.exp	2007-04-19 03:16:41.000000000 -0700
-+++ ./tests/cplusplus.exp	2011-10-06 13:47:03.000000000 -0700
+--- ./tests/cplusplus.exp	2007-04-19 10:16:41 UTC
++++ ./tests/cplusplus.exp
 @@ -80,7 +80,7 @@ hash (str, len)
        164, 164, 164, 164, 164, 164, 164, 164, 164, 164,
        164, 164, 164, 164, 164, 164
@@ -251,9 +242,8 @@ diff -up -r ./tests/cplusplus.exp ./test
  
    switch (hval)
      {
-diff -up -r ./tests/java.exp ./tests/java.exp
---- ./tests/java.exp	2007-04-19 03:16:41.000000000 -0700
-+++ ./tests/java.exp	2011-10-06 13:47:19.000000000 -0700
+--- ./tests/java.exp	2007-04-19 10:16:41 UTC
++++ ./tests/java.exp
 @@ -104,7 +104,7 @@ hash (str, len)
        77, 77, 77, 77, 77, 77, 77, 77, 77, 77,
        77, 77, 77, 77, 77, 77
@@ -263,9 +253,8 @@ diff -up -r ./tests/java.exp ./tests/jav
  
    switch (hval)
      {
-diff -up -r ./tests/languages.exp ./tests/languages.exp
---- ./tests/languages.exp	2007-04-19 03:16:41.000000000 -0700
-+++ ./tests/languages.exp	2011-10-06 13:47:47.000000000 -0700
+--- ./tests/languages.exp	2007-04-19 10:16:41 UTC
++++ ./tests/languages.exp
 @@ -93,7 +94,7 @@ hash (str, len)
        3861, 3861, 3861, 3861, 3861, 3861, 3861, 3861, 3861, 3861,
        3861, 3861, 3861, 3861, 3861
@@ -275,9 +264,8 @@ diff -up -r ./tests/languages.exp ./test
  
    switch (hval)
      {
-diff -up -r ./tests/objc.exp ./tests/objc.exp
---- ./tests/objc.exp	2007-04-19 03:16:41.000000000 -0700
-+++ ./tests/objc.exp	2011-10-06 13:46:34.000000000 -0700
+--- ./tests/objc.exp	2007-04-19 10:16:41 UTC
++++ ./tests/objc.exp
 @@ -80,7 +80,7 @@ hash (str, len)
        96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
        96, 96, 96, 96, 96, 96
@@ -287,8 +275,8 @@ diff -up -r ./tests/objc.exp ./tests/obj
  
    switch (hval)
      {
---- tests/test-6.exp	2004-08-22 09:04:17.000000000 -0700
-+++ tests/test-6.out	2011-10-06 14:31:09.000000000 -0700
+--- tests/test-6.exp	2004-08-22 16:04:17 UTC
++++ tests/test-6.out
 @@ -88,6 +88,8 @@ Details in the output code:
                           Prevents the transfer of the type declaration to the
                           output file. Use this option if the type is already



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702090936.v199aE2M075854>