pkgsrc-WIP-changes archive

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

solvespace-git: Update a patch and the PLIST



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Mon Mar 13 22:32:01 2017 +0100
Changeset:	6f6c2cffa8924d78d665e40d3d90fdddb2d20c49

Modified Files:
	solvespace-git/PLIST
	solvespace-git/distinfo
Added Files:
	solvespace-git/patches/patch-src_platform_platform.cpp
Removed Files:
	solvespace-git/patches/patch-src_platform_unixutil.cpp

Log Message:
solvespace-git: Update a patch and the PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6f6c2cffa8924d78d665e40d3d90fdddb2d20c49

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

diffstat:
 solvespace-git/PLIST                                   |  1 +
 solvespace-git/distinfo                                |  2 +-
 solvespace-git/patches/patch-src_platform_platform.cpp | 15 +++++++++++++++
 solvespace-git/patches/patch-src_platform_unixutil.cpp | 15 ---------------
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs:
diff --git a/solvespace-git/PLIST b/solvespace-git/PLIST
index 352eb66a96..3e37b09887 100644
--- a/solvespace-git/PLIST
+++ b/solvespace-git/PLIST
@@ -39,6 +39,7 @@ share/solvespace/icons/graphics-window/construction.png
 share/solvespace/icons/graphics-window/equal.png
 share/solvespace/icons/graphics-window/extrude.png
 share/solvespace/icons/graphics-window/horiz.png
+share/solvespace/icons/graphics-window/image.png
 share/solvespace/icons/graphics-window/in3d.png
 share/solvespace/icons/graphics-window/lathe.png
 share/solvespace/icons/graphics-window/length.png
diff --git a/solvespace-git/distinfo b/solvespace-git/distinfo
index f8cc9398e3..1b205642a7 100644
--- a/solvespace-git/distinfo
+++ b/solvespace-git/distinfo
@@ -4,4 +4,4 @@ SHA1 (solvespace/v2.1.rc1.tar.gz) = 4b716d86811e780473368ab616b11d2bbc09a05d
 RMD160 (solvespace/v2.1.rc1.tar.gz) = 4fb817cba16db664a3b9ed336e58e56384ca7404
 SHA512 (solvespace/v2.1.rc1.tar.gz) = ac89cc634c2d463cca3e0afa652b11646776f9e95a79a0b470c1553a7a16a44ee4ac979813ce408654be70d9a9e3ff8f0fc1db325237977c0fe3d1c9130fb056
 Size (solvespace/v2.1.rc1.tar.gz) = 2049653 bytes
-SHA1 (patch-src_platform_unixutil.cpp) = d45197e0e55f9f9dd8de85f862e63f283968a7c8
+SHA1 (patch-src_platform_platform.cpp) = f0e6098ee2e939545954805e5b89a4bae435267b
diff --git a/solvespace-git/patches/patch-src_platform_platform.cpp b/solvespace-git/patches/patch-src_platform_platform.cpp
new file mode 100644
index 0000000000..b09779ad49
--- /dev/null
+++ b/solvespace-git/patches/patch-src_platform_platform.cpp
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add missing semicolon
+
+--- src/platform/platform.cpp.orig	2017-03-13 20:25:28.000000000 +0000
++++ src/platform/platform.cpp
+@@ -504,7 +504,7 @@ static Platform::Path ResourcePath(const
+ #    if defined(__linux__)
+ static const char *selfSymlink = "/proc/self/exe";
+ #    elif defined(__NetBSD__)
+-static const char *selfSymlink = "/proc/curproc/exe"
++static const char *selfSymlink = "/proc/curproc/exe";
+ #    elif defined(__OpenBSD__) || defined(__FreeBSD__)
+ static const char *selfSymlink = "/proc/curproc/file";
+ #    else
diff --git a/solvespace-git/patches/patch-src_platform_unixutil.cpp b/solvespace-git/patches/patch-src_platform_unixutil.cpp
deleted file mode 100644
index e583787368..0000000000
--- a/solvespace-git/patches/patch-src_platform_unixutil.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add missing semicolon
-
---- src/platform/unixutil.cpp.orig	2017-01-24 20:55:17.000000000 +0000
-+++ src/platform/unixutil.cpp
-@@ -122,7 +122,7 @@ static const std::string &FindLocalResou
- #if defined(__linux__)
-     selfPath = "/proc/self/exe";
- #elif defined(__NetBSD__)
--    selfPath = "/proc/curproc/exe"
-+    selfPath = "/proc/curproc/exe";
- #elif defined(__OpenBSD__) || defined(__FreeBSD__)
-     selfPath = "/proc/curproc/file";
- #elif defined(__APPLE__)


Home | Main Index | Thread Index | Old Index