Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (42e90e7ce7ebf19117e33af111ed12dc1eca1005)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (42e90e7ce7ebf19117e33af111ed12dc1eca1005)
  • Date: Fri, 9 Aug 2019 07:07:41 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/lvm/DETAILS | 4 ++--
disk/lvm/HISTORY | 5 +++++
disk/lvm/PRE_BUILD | 4 ++++
3 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 42e90e7ce7ebf19117e33af111ed12dc1eca1005
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lvm: Updated to 2.03.05

Update WEB_SITE to sourceware.org as redhat no longer hosts the site.
Fix non-working dummy de.po that breaks install even on prior version
make[1]: Entering directory '/usr/src/LVM2.2.03.05/po'
Installing translation files in /usr/share/locale
/bin/install: cannot stat 'de.mo': No such file or directory
make[1]: *** [Makefile:54: install] Error 1
make[1]: Leaving directory '/usr/src/LVM2.2.03.05/po'
make: *** [make.tmpl:353: po.install] Error 2

diff --git a/disk/lvm/DETAILS b/disk/lvm/DETAILS
index 8a4c0a6..b64bbe1 100755
--- a/disk/lvm/DETAILS
+++ b/disk/lvm/DETAILS
@@ -1,5 +1,5 @@
SPELL=lvm
- VERSION=2.03.02
+ VERSION=2.03.05
SOURCE=LVM2.$VERSION.tgz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
SOURCE_GPG=lvm.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- WEB_SITE=https://sources.redhat.com/lvm2/
+ WEB_SITE=https://sourceware.org/lvm2/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="disk"
diff --git a/disk/lvm/HISTORY b/disk/lvm/HISTORY
index 5dd4513..9ee015f 100644
--- a/disk/lvm/HISTORY
+++ b/disk/lvm/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.03.05
+ Update WEB_SITE to sourceware.org as redhat no longer hosts the
site.
+ * PRE_BUILD: Fix non-working dummy de.po that breaks install even on
prior version
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/disk/lvm/PRE_BUILD b/disk/lvm/PRE_BUILD
new file mode 100755
index 0000000..ba11d9b
--- /dev/null
+++ b/disk/lvm/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+# Don't try to install non-existent po/de.mo which isn't even bothered to be
created from the dummy file po/de.po
+sedit 's:^LANGS=de:#&:' "${SOURCE_DIRECTORY}"/po/Makefile.in &&
+sedit 's:^#TARGETS=\(.*\):TARGETS=\1:' "${SOURCE_DIRECTORY}"/po/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (42e90e7ce7ebf19117e33af111ed12dc1eca1005), Eric Sandall, 08/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page