Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eee5632882dd06dfe23e027262bccbe07282f2e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eee5632882dd06dfe23e027262bccbe07282f2e8)
  • Date: Tue, 11 Dec 2018 18:39:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/poppler/HISTORY | 3 +++
graphics-libs/poppler/PRE_BUILD | 4 ----
graphics-libs/poppler/patches-0.71.0/c_str.patch | 11 -----------
3 files changed, 3 insertions(+), 15 deletions(-)

New commits:
commit eee5632882dd06dfe23e027262bccbe07282f2e8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/poppler: dropped patches for 0.71.0

diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 642e913..f7748c4 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD,, patches-0.71.0/c_str.patch: dropped, not needed anymore
+
2018-12-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.72.0
* PRE_BUILD,, patches-0.71.0/c_str.patch: added patch for 0.71.0 to
diff --git a/graphics-libs/poppler/PRE_BUILD b/graphics-libs/poppler/PRE_BUILD
deleted file mode 100755
index 167f6bb..0000000
--- a/graphics-libs/poppler/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir "patches-${VERSION}"
diff --git a/graphics-libs/poppler/patches-0.71.0/c_str.patch
b/graphics-libs/poppler/patches-0.71.0/c_str.patch
deleted file mode 100644
index 628ebfe..0000000
--- a/graphics-libs/poppler/patches-0.71.0/c_str.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/goo/GooString.h b/goo/GooString.h
---- a/goo/GooString.h
-+++ b/goo/GooString.h
-@@ -129,6 +129,7 @@
-
- // Get C string.
- const char *getCString() const { return c_str(); }
-+ using std::string::c_str;
-
- // Get <i>th character.
- char getChar(int i) const { return (*this)[i]; }



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (eee5632882dd06dfe23e027262bccbe07282f2e8), Pavel Vinogradov, 12/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page