pkgsrc-WIP-changes archive

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

solvespace-git: Drop a patch merged upstream



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Mar 22 20:20:56 2017 +0100
Changeset:	d7501b1a32437c457ab97b3f5c8fdb73a5755f16

Removed Files:
	solvespace-git/patches/patch-src_platform_platform.cpp

Log Message:
solvespace-git: Drop a patch merged upstream

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

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

diffstat:
 solvespace-git/patches/patch-src_platform_platform.cpp | 15 ---------------
 1 file changed, 15 deletions(-)

diffs:
diff --git a/solvespace-git/patches/patch-src_platform_platform.cpp b/solvespace-git/patches/patch-src_platform_platform.cpp
deleted file mode 100644
index b09779ad49..0000000000
--- a/solvespace-git/patches/patch-src_platform_platform.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$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


Home | Main Index | Thread Index | Old Index