pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
stfl: Update wip/stfl to 0.24.
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Tue May 24 10:11:36 2016 +0200
Changeset: 21c8eac0389bfa3b8e08878b15358fbe3923983c
Modified Files:
stfl/Makefile
stfl/distinfo
stfl/patches/patch-aa
stfl/patches/patch-ab
stfl/patches/patch-ac
stfl/patches/patch-ad
Removed Files:
stfl/TODO
Log Message:
stfl: Update wip/stfl to 0.24.
pkgsrc changes:
* Comment all the patches
* Strictly require ncursesw on non-NetBSD systems (to better follow what
upstream are requiring) and get rid of the TODO
Changes:
Unfortunately no changelog is available according to the HOMEPAGE (and ATM the
ML seems to have no mails).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21c8eac0389bfa3b8e08878b15358fbe3923983c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stfl/Makefile | 5 ++---
stfl/TODO | 3 ---
stfl/distinfo | 15 ++++++++-------
stfl/patches/patch-aa | 2 ++
stfl/patches/patch-ab | 2 ++
stfl/patches/patch-ac | 4 +++-
stfl/patches/patch-ad | 3 +++
7 files changed, 20 insertions(+), 14 deletions(-)
diffs:
diff --git a/stfl/Makefile b/stfl/Makefile
index 6e7df86..cf779d3 100644
--- a/stfl/Makefile
+++ b/stfl/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.15 2012/10/07 16:23:17 asau Exp $
MAJOR= 0
-MINOR= 22
+MINOR= 24
DISTNAME= stfl-${MAJOR}.${MINOR}
CATEGORIES= devel
MASTER_SITES= http://www.clifford.at/stfl/
@@ -35,8 +35,7 @@ SUBST_FILES.curses= stfl.pc.in Makefile
SUBST_SED.curses= -e "s|-lncursesw|-lcurses|g"
.include "../../mk/curses.buildlink3.mk"
.else
-USE_NCURSES= yes
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
.endif
PLIST_SUBST+= MAJOR=${MAJOR:Q} MINOR=${MINOR:Q}
diff --git a/stfl/TODO b/stfl/TODO
deleted file mode 100644
index 811bc1d..0000000
--- a/stfl/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-- use the options framework to decide whether to use native curses (on NetBSD),
- ncurses or ncursesw rather than always using curses on NetBSD and ncursesw
- everywhere else
diff --git a/stfl/distinfo b/stfl/distinfo
index 2e05e46..5383a00 100644
--- a/stfl/distinfo
+++ b/stfl/distinfo
@@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.4 2012/02/07 19:43:48 mwilhelmy Exp $
-SHA1 (stfl-0.22.tar.gz) = 226488be2b33867dfb233f0fa2dde2d066e494bd
-RMD160 (stfl-0.22.tar.gz) = d76a0ef7a86efcf7c4b25033958f161a7dcc3220
-Size (stfl-0.22.tar.gz) = 41412 bytes
-SHA1 (patch-aa) = 29c72489d2e0c5b136a51bd858f8f603005d8300
-SHA1 (patch-ab) = 17663626b836a1bafe55dc864a4833658205814e
-SHA1 (patch-ac) = daf006a085fa0cf329f476801ae2cced3c997e65
-SHA1 (patch-ad) = f67156ba53fd214b0c097953a8d529abf46ee793
+SHA1 (stfl-0.24.tar.gz) = c770a20f719f5a7f0a691727098c51b43df9c33c
+RMD160 (stfl-0.24.tar.gz) = 374ef95e6de3e77991a469ce75c1c972d8c8a3be
+SHA512 (stfl-0.24.tar.gz) = 95df4574b1bc32d795751156dc5b93afbca3ba241607a3a55210c89dda61b9a26ad574bb5f729a0158c9052235dbf63d6c58b38e7f1061d14ab7062af6150fa0
+Size (stfl-0.24.tar.gz) = 45585 bytes
+SHA1 (patch-aa) = fc6e09cdb31feaa59422222ebf6ea6ac788c8813
+SHA1 (patch-ab) = 3ef69d82bf1c2d1477332f79f5535a59ed87b89a
+SHA1 (patch-ac) = dfaa67b489463ff4758161ffbf4bccad510f0d7f
+SHA1 (patch-ad) = 3a92ae825c02ced62802630ca82affedeab88a03
diff --git a/stfl/patches/patch-aa b/stfl/patches/patch-aa
index 281bc25..cbcdc17 100644
--- a/stfl/patches/patch-aa
+++ b/stfl/patches/patch-aa
@@ -1,5 +1,7 @@
$NetBSD: patch-aa,v 1.2 2012/02/07 18:20:00 mwilhelmy Exp $
+Specify all needed linker flags.
+
--- stfl.pc.in.orig 2012-01-19 19:51:47.000000000 +0000
+++ stfl.pc.in 2012-01-19 19:53:51.000000000 +0000
@@ -8,6 +8,6 @@
diff --git a/stfl/patches/patch-ab b/stfl/patches/patch-ab
index 838c230..7dbecd3 100644
--- a/stfl/patches/patch-ab
+++ b/stfl/patches/patch-ab
@@ -1,5 +1,7 @@
$NetBSD: patch-ab,v 1.2 2012/02/07 18:20:00 mwilhelmy Exp $
+Create a symbolic link also for the versioned SONAME.
+
--- Makefile.orig 2012-01-19 21:12:56.000000000 +0000
+++ Makefile 2012-01-19 21:13:57.000000000 +0000
@@ -65,6 +65,7 @@
diff --git a/stfl/patches/patch-ac b/stfl/patches/patch-ac
index a93d95c..e826f90 100644
--- a/stfl/patches/patch-ac
+++ b/stfl/patches/patch-ac
@@ -1,6 +1,8 @@
$NetBSD: patch-ac,v 1.1 2012/02/07 19:43:48 mwilhelmy Exp $
---- stfl_internals.h.orig 2011-10-24 05:52:06.000000000 +0000
+Use curses(3) in NetBSD instead of ncursesw.
+
+--- stfl_internals.h.orig 2015-01-05 10:47:32.000000000 +0000
+++ stfl_internals.h
@@ -28,7 +28,12 @@ extern "C" {
#endif
diff --git a/stfl/patches/patch-ad b/stfl/patches/patch-ad
index 615a47f..f5b11ba 100644
--- a/stfl/patches/patch-ad
+++ b/stfl/patches/patch-ad
@@ -1,5 +1,8 @@
$NetBSD: patch-ad,v 1.1 2012/02/07 19:43:48 mwilhelmy Exp $
+Disable building modules/binding for other programming languages and avoid to
+check if they are present.
+
--- Makefile.cfg.orig 2009-05-31 18:20:39.000000000 +0000
+++ Makefile.cfg
@@ -22,33 +22,11 @@ export libdir ?= lib
Home |
Main Index |
Thread Index |
Old Index