Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b1e958180c5d89e8e122474fb88b76cde3f3b6a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b1e958180c5d89e8e122474fb88b76cde3f3b6a2)
  • Date: Fri, 20 Aug 2021 20:30:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/ncurses/BUILD | 18 ++++++++++--------
libs/ncurses/DETAILS | 1 +
libs/ncurses/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 8 deletions(-)

New commits:
commit b1e958180c5d89e8e122474fb88b76cde3f3b6a2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ncurses: Fix path of pkgconfig files; PATCHLEVEL++

diff --git a/libs/ncurses/BUILD b/libs/ncurses/BUILD
index 9daa3c4..512034f 100755
--- a/libs/ncurses/BUILD
+++ b/libs/ncurses/BUILD
@@ -4,11 +4,13 @@ OPTS="$OPTS --build=${BUILD}"
if [[ $UTF8 == y ]]; then
OPTS="$OPTS --enable-widec"
fi &&
-OPTS="$OPTS --with-shared --libdir=${TRACK_ROOT}/lib --enable-pc-files" &&
- ./configure --prefix=${TRACK_ROOT}/usr \
- --sysconfdir=${TRACK_ROOT}/etc \
- --localstatedir=${TRACK_ROOT}/var \
- --mandir=${TRACK_ROOT}/usr/share/man \
- --infodir=${TRACK_ROOT}/usr/share/info \
- $OPTS &&
- make DESTDIR=$INSTALL_ROOT
+OPTS+=" --with-shared --enable-pc-files" &&
+./configure --prefix="$TRACK_ROOT"/usr \
+ --sysconfdir="$TRACK_ROOT"/etc \
+ --localstatedir="$TRACK_ROOT"/var \
+ --libdir="$TRACK_ROOT"/lib \
+ --with-pkg-config-libdir="$TRACK_ROOT"/usr/lib/pkgconfig \
+ --mandir="$TRACK_ROOT"/usr/share/man \
+ --infodir="$TRACK_ROOT"/usr/share/info \
+ $OPTS &&
+make DESTDIR="$INSTALL_ROOT"
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index a886dc2..5da53a9 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,5 +1,6 @@
SPELL=ncurses
VERSION=6.2
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index 2537d56..dce769f 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,7 @@
+2021-08-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: fixed path of pkgconfig files
+
2020-07-09 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: add dependencies mentioned in the documentation




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b1e958180c5d89e8e122474fb88b76cde3f3b6a2), Ismael Luceno, 08/20/2021

Archive powered by MHonArc 2.6.24.

Top of Page