Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (a472d27503b5edd8cd9a57e144387f95d1a1cd71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (a472d27503b5edd8cd9a57e144387f95d1a1cd71)
  • Date: Thu, 30 Apr 2015 03:59:14 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

archive-libs/ucl/BUILD | 3 +++
archive-libs/ucl/HISTORY | 3 +++
archive/upx/DETAILS | 3 ++-
archive/upx/HISTORY | 5 +++++
archive/upx/INSTALL | 2 +-
archive/upx/PRE_BUILD | 3 +++
6 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit a472d27503b5edd8cd9a57e144387f95d1a1cd71
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

upx: post-update fixes

(cherry picked from commit b3083586823c717c5055040c701fdca4eeb82c56)

commit e13c37575c735197b04b68e62d00ed1588662470
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ucl: build shared library

(cherry picked from commit a2c1327e2be40d61de2aa76e56689f74bbcf812d)

diff --git a/archive-libs/ucl/BUILD b/archive-libs/ucl/BUILD
new file mode 100755
index 0000000..6bf90bf
--- /dev/null
+++ b/archive-libs/ucl/BUILD
@@ -0,0 +1,3 @@
+OPTS="--enable-shared $OPTS" &&
+
+default_build
diff --git a/archive-libs/ucl/HISTORY b/archive-libs/ucl/HISTORY
index d5b7625..2cf6915 100644
--- a/archive-libs/ucl/HISTORY
+++ b/archive-libs/ucl/HISTORY
@@ -1,3 +1,6 @@
+2015-04-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: added, to build shared library
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/archive/upx/DETAILS b/archive/upx/DETAILS
index 8a8d8e8..237a31a 100755
--- a/archive/upx/DETAILS
+++ b/archive/upx/DETAILS
@@ -4,7 +4,8 @@
SOURCE_URL[0]=http://upx.sourceforge.net/download/${SOURCE}

SOURCE_HASH=sha512:7e9a392fe11daf7baf9632f2c448ef9936da7dfab215f86ba417e9f097770949acb653aaabe6cc5ed812efc486cb35e0c1e128c80026b02825713d8b12251cf5
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-src
-SOURCE_DIRECTORY2=${BUILD_DIRECTORY}/ucl-1.03
+ DOC_DIRS=""
+ DOCS="doc/*.txt $DOCS"
WEB_SITE=http://upx.sourceforge.net/
ENTERED=20050330
LICENSE[0]=GPL
diff --git a/archive/upx/HISTORY b/archive/upx/HISTORY
index c6638c7..857d70a 100644
--- a/archive/upx/HISTORY
+++ b/archive/upx/HISTORY
@@ -1,3 +1,8 @@
+2015-04-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: removed useless SOURCE_DIRECTORY2; don't do useless doc-ing
+ * PRE_BUILD: respect system optimization flags
+ * INSTALL: renamed upx.out to upx
+
2014-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.91, remove SOURCE2
* BUILD, INSTALL: adapt to current Makefile
diff --git a/archive/upx/INSTALL b/archive/upx/INSTALL
index 06f9418..b956a8c 100755
--- a/archive/upx/INSTALL
+++ b/archive/upx/INSTALL
@@ -1,4 +1,4 @@
-install -m755 ${SOURCE_DIRECTORY}/src/upx.out ${INSTALL_ROOT}/usr/bin/ &&
+install -m755 ${SOURCE_DIRECTORY}/src/upx.out ${INSTALL_ROOT}/usr/bin/upx &&

if spell_installed perl; then
cp ${SOURCE_DIRECTORY}/doc/upx.1 ${INSTALL_ROOT}/usr/share/man/man1/
diff --git a/archive/upx/PRE_BUILD b/archive/upx/PRE_BUILD
index 7d32ad4..1b7c1d5 100755
--- a/archive/upx/PRE_BUILD
+++ b/archive/upx/PRE_BUILD
@@ -1,4 +1,7 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

+# respect system optimization flags
+sedit "s:-O.::g" src/Makefile &&
+
patch -p1 < $SPELL_DIRECTORY/0001-use-system-ucl.patch



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (a472d27503b5edd8cd9a57e144387f95d1a1cd71), Vlad Glagolev, 04/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page