Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (92e5543baf9df08197ebe041ef58f1ba48c85fdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (92e5543baf9df08197ebe041ef58f1ba48c85fdf)
  • Date: Mon, 11 Feb 2008 10:44:08 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

archive-libs/zziplib/HISTORY | 4 ++++
archive-libs/zziplib/PRE_BUILD | 5 +++++
2 files changed, 9 insertions(+)

New commits:
commit f060ddfcf9343fd1a1fd5f112bd1f6ec6aaeaff8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

zziplib: fix install on systems with many man pages

diff --git a/archive-libs/zziplib/HISTORY b/archive-libs/zziplib/HISTORY
index cace951..3d03e76 100644
--- a/archive-libs/zziplib/HISTORY
+++ b/archive-libs/zziplib/HISTORY
@@ -1,3 +1,7 @@
+2008-02-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: Do no chmod 644 * in /usr/share/man/man3 ... that can
break build with too
+ long argument list and is unnecessary anyhow.
+
2008-01-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* BUILD: Fix datadir location (See Debian Bug #439395)
diff --git a/archive-libs/zziplib/PRE_BUILD b/archive-libs/zziplib/PRE_BUILD
new file mode 100755
index 0000000..f997d0b
--- /dev/null
+++ b/archive-libs/zziplib/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+message "${MESSAGE_COLOR}Removing that chmod * thing that may choke on
install (too many args).$DEFAULT_COLOR" &&
+sed -i 's/chmod 664 \*/true/' docs/Makefile.am &&
+sed -i 's/chmod 664 \*/true/' docs/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (92e5543baf9df08197ebe041ef58f1ba48c85fdf), Thomas Orgis, 02/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page