pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/celestia



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 03:07:39 UTC 2023

Modified Files:
        pkgsrc/misc/celestia: distinfo
        pkgsrc/misc/celestia/patches: patch-src_celengine_command.cpp

Log Message:
misc/celestia: regen patch pkglint doesn't like. No functional change


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/celestia/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp

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

Modified files:

Index: pkgsrc/misc/celestia/distinfo
diff -u pkgsrc/misc/celestia/distinfo:1.30 pkgsrc/misc/celestia/distinfo:1.31
--- pkgsrc/misc/celestia/distinfo:1.30  Mon Jan 16 03:03:57 2023
+++ pkgsrc/misc/celestia/distinfo       Mon Jan 16 03:07:39 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2023/01/16 03:03:57 dholland Exp $
+$NetBSD: distinfo,v 1.31 2023/01/16 03:07:39 dholland Exp $
 
 BLAKE2s (celestia-1.6.1.tar.gz) = d25b3f41db4de388fe36f42f3d4e96c1b630822da5c1e64fe69bdea45225027f
 SHA512 (celestia-1.6.1.tar.gz) = 5b1221e97ee03f7def317e5e29c5100ebe714a4a3aeb8b9818dc9445e4282b6f87026ab35c7b3d5eb02fa6dbb33693977999d14d9648fc4e6d1947abe32a413f
@@ -17,7 +17,7 @@ SHA1 (patch-aq) = fdc7b7f0ff04672f93af14
 SHA1 (patch-src_celengine_astro.cpp) = 0331128a2a01259958afd5e806a51d5b0e75769a
 SHA1 (patch-src_celengine_body.h) = 0ba0733aba554fe02340b09754e98bfdd0ed865b
 SHA1 (patch-src_celengine_cmdparser.cpp) = b1c54d0b5c6af92606cdf9f23b73c1a8662a1acb
-SHA1 (patch-src_celengine_command.cpp) = 5f1466541f4153651425f597f45f852c93af8b7f
+SHA1 (patch-src_celengine_command.cpp) = 49e13c39ee8f87ed8446e9fe5cbb20c30b9acca5
 SHA1 (patch-src_celengine_frametree.h) = 899bd5f958864ed26addc2a87ef61d97806cf37c
 SHA1 (patch-src_celengine_stardb.cpp) = 43d1998fcdd0116db43267b334533ec5fa3dfc72
 SHA1 (patch-src_celengine_texture.cpp) = eb60e81aab7097a3cb2481b052a3a9fe98bfb8e6

Index: pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp
diff -u pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp:1.1 pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp:1.2
--- pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp:1.1    Sun Oct 27 21:21:26 2013
+++ pkgsrc/misc/celestia/patches/patch-src_celengine_command.cpp        Mon Jan 16 03:07:39 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_celengine_command.cpp,v 1.1 2013/10/27 21:21:26 dholland Exp $
+$NetBSD: patch-src_celengine_command.cpp,v 1.2 2023/01/16 03:07:39 dholland Exp $
 
 Fix build with lua switched off.
 (This is probably not the right place to switch it off, but it does
 build this way.)
 
---- src/celengine/command.cpp~ 2013-10-27 20:32:16.000000000 +0000
+--- src/celengine/command.cpp.orig     2011-06-05 16:11:09.000000000 +0000
 +++ src/celengine/command.cpp
 @@ -11,7 +11,9 @@
  #include <celutil/util.h>
@@ -24,7 +24,7 @@ build this way.)
      vector<Observer*> observer_list;
      getObservers(env.getCelestiaCore(), observer_list);
  
-@@ -785,6 +786,7 @@ void CommandSplitView::process(Execution
+@@ -783,6 +786,7 @@ void CommandSplitView::process(Execution
          View::Type type = (compareIgnoringCase(splitType, "h") == 0) ? View::HorizontalSplit : View::VerticalSplit;
          env.getCelestiaCore()->splitView(type, view, (float)splitPos);
      }
@@ -40,7 +40,7 @@ build this way.)
      vector<Observer*> observer_list;
      getObservers(env.getCelestiaCore(), observer_list);
  
-@@ -807,6 +810,7 @@ void CommandDeleteView::process(Executio
+@@ -805,6 +810,7 @@ void CommandDeleteView::process(Executio
          View* view = getViewByObserver(env.getCelestiaCore(), obs);
          env.getCelestiaCore()->deleteView(view);
      }
@@ -59,7 +59,7 @@ build this way.)
  }
  
  
-@@ -834,6 +840,7 @@ CommandSetActiveView::CommandSetActiveVi
+@@ -832,6 +840,7 @@ CommandSetActiveView::CommandSetActiveVi
  
  void CommandSetActiveView::process(ExecutionEnvironment& env)
  {
@@ -67,7 +67,7 @@ build this way.)
      vector<Observer*> observer_list;
      getObservers(env.getCelestiaCore(), observer_list);
  
-@@ -843,6 +850,7 @@ void CommandSetActiveView::process(Execu
+@@ -841,6 +850,7 @@ void CommandSetActiveView::process(Execu
          View* view = getViewByObserver(env.getCelestiaCore(), obs);
          env.getCelestiaCore()->setActiveView(view);
      }
@@ -75,7 +75,7 @@ build this way.)
  }
  
  
-@@ -892,6 +900,7 @@ CommandSetLineColor::CommandSetLineColor
+@@ -890,6 +900,7 @@ CommandSetLineColor::CommandSetLineColor
  
  void CommandSetLineColor::process(ExecutionEnvironment& /* env */)
  {
@@ -83,7 +83,7 @@ build this way.)
      if (CelxLua::LineColorMap.count(item) == 0)
      {
          cerr << "Unknown line style: " << item << "\n";
-@@ -900,6 +909,7 @@ void CommandSetLineColor::process(Execut
+@@ -898,6 +909,7 @@ void CommandSetLineColor::process(Execut
      {
          *CelxLua::LineColorMap[item] = color;
      }
@@ -91,7 +91,7 @@ build this way.)
  }
  
  
-@@ -914,6 +924,7 @@ CommandSetLabelColor::CommandSetLabelCol
+@@ -912,6 +924,7 @@ CommandSetLabelColor::CommandSetLabelCol
  
  void CommandSetLabelColor::process(ExecutionEnvironment& /* env */)
  {
@@ -99,7 +99,7 @@ build this way.)
      if (CelxLua::LabelColorMap.count(item) == 0)
      {
          cerr << "Unknown label style: " << item << "\n";
-@@ -922,6 +933,7 @@ void CommandSetLabelColor::process(Execu
+@@ -920,6 +933,7 @@ void CommandSetLabelColor::process(Execu
      {
          *CelxLua::LabelColorMap[item] = color;
      }



Home | Main Index | Thread Index | Old Index