Skip to Content.
Sympa Menu

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

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 (a5e10c08bdce968600ad21e88403364c0e08797b)
  • Date: Thu, 16 Jul 2015 12:01:08 +0000

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

ChangeLog |
1
haskell/haskell-bloomfilter/0001-fix-compile-errors-with-array-0.5.patch |
41 ----------
haskell/haskell-bloomfilter/DETAILS |
4
haskell/haskell-bloomfilter/HISTORY |
5 +
haskell/haskell-bloomfilter/PRE_BUILD |
3
haskell/haskell-case-insensitive/DETAILS |
4
haskell/haskell-case-insensitive/HISTORY |
3
haskell/haskell-edit-distance/DETAILS |
4
haskell/haskell-edit-distance/HISTORY |
3
haskell/haskell-http/DEPENDS |
1
haskell/haskell-http/DETAILS |
4
haskell/haskell-http/HISTORY |
4
haskell/haskell-monadcatchio-transformers/DETAILS |
4
haskell/haskell-monadcatchio-transformers/HISTORY |
3
haskell/haskell-network-uri/DEPENDS |
2
haskell/haskell-network-uri/DETAILS |
17 ++++
haskell/haskell-network-uri/HISTORY |
2
utils/syslinux/BUILD |
2
utils/syslinux/HISTORY |
3
x11-toolkits/gtk+2/HISTORY |
4
x11-toolkits/gtk+2/PRE_BUILD |
3
21 files changed, 56 insertions(+), 61 deletions(-)

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

gtk+2: Do not try to fix ref. manpage rules

commit c57ae89ca9f755d6ed587a50e43d3336587e7e0f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "x11-toolkits/gtk+2: removed fix for gtk-doc"

Breaks the build when db2html is present.

This reverts commit 945b37f4c9f19fe4540db7e6b4020d5905dc0276.

commit 3c6523bb13b4ba3b5f6a6281115248877932a04d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "syslinux: Add -flto and -fuse-linker-plugin to the LDFLAGS
blacklist"

Should be part of CFLAGS/CXXFLAGS, not LDFLAGS.

This reverts commit 05ef5c31253df17e3fb3bf9c1305c3a4f6f91393.

commit 870e005260db1d5d9c8d7ee0704b74437f2001fc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-case-insensitive 1.2.0.4

commit 58d92f54c7446cfd10712fb5011df2561c905796
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-http 4000.2.20

commit c710b9bac1b40e3b3a563d6e8a008e70f31a73ca
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-network-uri: new spell, URI manipulation

commit 6976e10838a639d5eac2cfbe248809edf62d22c9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-monadcatchio-transformers 0.3.1.3

commit e08d534871878b9d651ab327765628085d320bdd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-edit-distance 0.2.2.1

commit d227f24201ce58f3ba90a4a6ac08806e9d562eac
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haskell-bloomfilter 2.0.1.0

diff --git a/ChangeLog b/ChangeLog
index 563482b..983c437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-07-16 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-uuid-types: new spell, Type definitions for
Universally Unique Identifiers
+ * haskell/haskell-network-uri: new spell, URI manipulation

2015-07-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: do not cd into $SOURCE_DIRECTORY explicitely in
qt4_build,
diff --git
a/haskell/haskell-bloomfilter/0001-fix-compile-errors-with-array-0.5.patch
b/haskell/haskell-bloomfilter/0001-fix-compile-errors-with-array-0.5.patch
deleted file mode 100644
index 8c580cd..0000000
--- a/haskell/haskell-bloomfilter/0001-fix-compile-errors-with-array-0.5.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From fe97449bf7d5757de1712d42a66b280582278901 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
-Date: Sat, 3 May 2014 15:02:34 +0200
-Subject: [PATCH] fix compile errors with array-0.5
-
----
- Data/BloomFilter.hs | 3 ++-
- Data/BloomFilter/Array.hs | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/Data/BloomFilter.hs b/Data/BloomFilter.hs
-index 69711ef..7a284b8 100644
---- a/Data/BloomFilter.hs
-+++ b/Data/BloomFilter.hs
-@@ -93,7 +93,8 @@ import Control.Monad (liftM, forM_)
- import Control.Monad.ST (ST, runST)
- import Control.DeepSeq (NFData(..))
- import Data.Array.Base (unsafeAt, unsafeRead, unsafeWrite)
--import Data.Array.ST (STUArray, thaw, unsafeFreeze)
-+import Data.Array.ST (STUArray, thaw)
-+import Data.Array.Unsafe (unsafeFreeze)
- import Data.Array.Unboxed (UArray)
- import Data.Bits ((.&.), (.|.))
- import Data.BloomFilter.Array (newArray)
-diff --git a/Data/BloomFilter/Array.hs b/Data/BloomFilter/Array.hs
-index e085bbe..d94757a 100644
---- a/Data/BloomFilter/Array.hs
-+++ b/Data/BloomFilter/Array.hs
-@@ -3,7 +3,8 @@
-
- module Data.BloomFilter.Array (newArray) where
-
--import Control.Monad.ST (ST, unsafeIOToST)
-+import Control.Monad.ST (ST)
-+import Control.Monad.ST.Unsafe (unsafeIOToST)
- import Data.Array.Base (MArray, STUArray(..), unsafeNewArray_)
- #if __GLASGOW_HASKELL__ >= 704
- import Foreign.C.Types (CInt(..), CSize(..))
---
-1.9.1
-
diff --git a/haskell/haskell-bloomfilter/DETAILS
b/haskell/haskell-bloomfilter/DETAILS
index 7f34bda..96bbfde 100755
--- a/haskell/haskell-bloomfilter/DETAILS
+++ b/haskell/haskell-bloomfilter/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-bloomfilter
- VERSION=1.2.6.10
+ VERSION=2.0.1.0
SOURCE="bloomfilter-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/bloomfilter/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:fb8cdfc7b11c5f5ca8653f5cc24b5000ed8703520bcbb94748c405544cb81f4d24eba7f4149ac80cf73a301ac0d991510df1ada120c24e22e9909591a5662611
+
SOURCE_HASH=sha512:1031cc28c5e5c1b7687355b709d436ebab1956ffd7591a010fa3852a1bc7412925a365f99937feeacf4b1a5d3c7b34bc0370707ad6e4533280dcac4ea3fa7c21
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/bloomfilter-${VERSION}"
WEB_SITE="https://github.com/bos/bloomfilter";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-bloomfilter/HISTORY
b/haskell/haskell-bloomfilter/HISTORY
index 43dff36..a033b2e 100644
--- a/haskell/haskell-bloomfilter/HISTORY
+++ b/haskell/haskell-bloomfilter/HISTORY
@@ -1,3 +1,8 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed, no longer needed
+ * 0001-fix-compile-errors-with-array-0.5.patch: removed, no longer
needed
+ * DETAILS: updated spell to 2.0.1.0
+
2014-05-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, 0001-fix-compile-errors-with-array-0.5.patch:
fix compile error with array-0.5
diff --git a/haskell/haskell-bloomfilter/PRE_BUILD
b/haskell/haskell-bloomfilter/PRE_BUILD
deleted file mode 100755
index 3246958..0000000
--- a/haskell/haskell-bloomfilter/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < $SPELL_DIRECTORY/0001-fix-compile-errors-with-array-0.5.patch
diff --git a/haskell/haskell-case-insensitive/DETAILS
b/haskell/haskell-case-insensitive/DETAILS
index df81b9b..76a602b 100755
--- a/haskell/haskell-case-insensitive/DETAILS
+++ b/haskell/haskell-case-insensitive/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-case-insensitive
- VERSION=1.2.0.0
+ VERSION=1.2.0.4
SOURCE="case-insensitive-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/package/case-insensitive-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:bfdcf01256fb7150bcde060d4fba4b6e9e3f750aaa6948ce2bd39f38319e844a14c338def5af896696d41fc613442116ee7b17a1e9f018666eda6c9b3fec3432
+
SOURCE_HASH=sha512:15aed92814756f3cd1b58d38e52623cc9b6121874d7779a5e2490322713f3d5cb1cc7bcb4864b3ce2e387df87291e52d3fe8bfb9c836103007fd561a2c1a65e2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/case-insensitive-${VERSION}"
WEB_SITE="https://github.com/basvandijk/case-insensitive";
LICENSE[0]=BSD
diff --git a/haskell/haskell-case-insensitive/HISTORY
b/haskell/haskell-case-insensitive/HISTORY
index ebdc8d4..cb04b14 100644
--- a/haskell/haskell-case-insensitive/HISTORY
+++ b/haskell/haskell-case-insensitive/HISTORY
@@ -1,3 +1,6 @@
+2015-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.0.4
+
2014-05-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.2.0.0

diff --git a/haskell/haskell-edit-distance/DETAILS
b/haskell/haskell-edit-distance/DETAILS
index bb9a631..abce68d 100755
--- a/haskell/haskell-edit-distance/DETAILS
+++ b/haskell/haskell-edit-distance/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-edit-distance
- VERSION=0.2.1.2
+ VERSION=0.2.2.1
SOURCE="edit-distance-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/edit-distance/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:a3bfc928c1a165fedaa1dfd143c758c75da040811127a60eb735314e763177046fcdffad78b6a563f8016894a84e66ba85a9af02bc430ca482e0cfdb360077f6
+
SOURCE_HASH=sha512:67d19c9f5712191f88641d32ff0b84aaf05c2acd71cfa81a17675690ac9076b34aff687afa8501f8b22ddcece12a439e053265d14b70dc155b0e08406050fdd7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/edit-distance-${VERSION}"
WEB_SITE="http://github.com/batterseapower/edit-distance";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-edit-distance/HISTORY
b/haskell/haskell-edit-distance/HISTORY
index 0d8eec9..6f51a28 100644
--- a/haskell/haskell-edit-distance/HISTORY
+++ b/haskell/haskell-edit-distance/HISTORY
@@ -1,3 +1,6 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.2.1
+
2013-07-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created

diff --git a/haskell/haskell-http/DEPENDS b/haskell/haskell-http/DEPENDS
index 9de73df..d767f19 100755
--- a/haskell/haskell-http/DEPENDS
+++ b/haskell/haskell-http/DEPENDS
@@ -1,4 +1,5 @@
depends ghc &&
depends haskell-network &&
+depends haskell-network-uri &&
depends haskell-mtl &&
depends haskell-parsec
diff --git a/haskell/haskell-http/DETAILS b/haskell/haskell-http/DETAILS
index 8deb7e2..e17a54d 100755
--- a/haskell/haskell-http/DETAILS
+++ b/haskell/haskell-http/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-http
- VERSION=4000.2.18
+ VERSION=4000.2.20
SOURCE="HTTP-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/HTTP/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:3141daa2732bfe013f7f6a8d3017ee9e56d377af5615e1686c42acea9eb52b4b9c2212b3d3550ac2ca72b949b6a7c2abb8fba8f5669fe60fe176dc133ea3fa9b
+
SOURCE_HASH=sha512:0f5927f0cfbc638c7ebce738c4f7b460b2c0b40f28dc137909c47f05dfea04e975482dcf626425f23f90f131689f1c03d9f8dc7d834e61b9e389a92f6c64f8f0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/HTTP-${VERSION}"
WEB_SITE="https://github.com/haskell/HTTP";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-http/HISTORY b/haskell/haskell-http/HISTORY
index 7426375..f0ac58e 100644
--- a/haskell/haskell-http/HISTORY
+++ b/haskell/haskell-http/HISTORY
@@ -1,3 +1,7 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4000.2.20
+ * DEPENDS: depends on haskell-network-uri
+
2014-12-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4000.2.18

diff --git a/haskell/haskell-monadcatchio-transformers/DETAILS
b/haskell/haskell-monadcatchio-transformers/DETAILS
index b51b8cb..afb6d8b 100755
--- a/haskell/haskell-monadcatchio-transformers/DETAILS
+++ b/haskell/haskell-monadcatchio-transformers/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-monadcatchio-transformers
- VERSION=0.3.1.2
+ VERSION=0.3.1.3
SOURCE="MonadCatchIO-transformers-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/MonadCatchIO-transformers/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:b4b95a18250da15f7c10215eb060db0c489d64a857de0ed352a45dc978301c128ee8048b72d132cd6e7ce97efa861cab059126a31450e703df408b4a94fbf8f6
+
SOURCE_HASH=sha512:7794596851f59bcf3cc60e69bbad7c32f2f35fb4c9b1f53455e92d38503539b06dc50d4a9633ed3b6855bdfd0d69d41c37805c727025a81e9841d0819fea684c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MonadCatchIO-transformers-${VERSION}"

WEB_SITE="http://hackage.haskell.org/package/MonadCatchIO-transformers";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-monadcatchio-transformers/HISTORY
b/haskell/haskell-monadcatchio-transformers/HISTORY
index 18274a3..9d33091 100644
--- a/haskell/haskell-monadcatchio-transformers/HISTORY
+++ b/haskell/haskell-monadcatchio-transformers/HISTORY
@@ -1,3 +1,6 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.1.3
+
2014-12-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.3.1.2

diff --git a/haskell/haskell-network-uri/DEPENDS
b/haskell/haskell-network-uri/DEPENDS
new file mode 100755
index 0000000..6f6be51
--- /dev/null
+++ b/haskell/haskell-network-uri/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-parsec
diff --git a/haskell/haskell-network-uri/DETAILS
b/haskell/haskell-network-uri/DETAILS
new file mode 100755
index 0000000..cef9e08
--- /dev/null
+++ b/haskell/haskell-network-uri/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-network-uri
+ VERSION=2.6.0.3
+ SOURCE="network-uri-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/network-uri-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:69d52462ed5af44fc3c1e27b741d87a33e0e90fe1fb314f68fd7b8819007a0e88dbde5f53ae7672d820ee48ac99cb9e422dc7274b7032c965f867089468d73ba
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/network-uri-$VERSION"
+ WEB_SITE="https://github.com/haskell/network-uri";
+ LICENSE[0]="BSD3"
+ ENTERED=20150715
+ KEYWORDS=""
+ SHORT="URI manipulation"
+cat << EOF
+This package provides an URI manipulation inteface.
+
+In network-2.6 the @Network.URI@ module was split off from the network
+package into this package.
+EOF
diff --git a/haskell/haskell-network-uri/HISTORY
b/haskell/haskell-network-uri/HISTORY
new file mode 100644
index 0000000..aa2e1d0
--- /dev/null
+++ b/haskell/haskell-network-uri/HISTORY
@@ -0,0 +1,2 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/utils/syslinux/BUILD b/utils/syslinux/BUILD
index 5fbab5c..e6cd611 100755
--- a/utils/syslinux/BUILD
+++ b/utils/syslinux/BUILD
@@ -6,7 +6,5 @@ CFLAGS="" &&
LDFLAGS=${LDFLAGS/-Wl,-O1} &&
LDFLAGS=${LDFLAGS/-Wl,--hash-style=gnu} &&
LDFLAGS=${LDFLAGS/-Wl,--as-needed} &&
-LDFLAGS=${LDFLAGS/-flto} &&
-LDFLAGS=${LDFLAGS/-fuse-linker-plugin} &&

make
diff --git a/utils/syslinux/HISTORY b/utils/syslinux/HISTORY
index b78ad0c..bf567fe 100644
--- a/utils/syslinux/HISTORY
+++ b/utils/syslinux/HISTORY
@@ -1,6 +1,3 @@
-2015-07-14 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Add -flto and -fuse-linker-plugin to the LDFLAGS blacklist
-
2015-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 6.03
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index 45983a6..a9b0e3e 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,5 +1,5 @@
-2015-05-25 Pavel Vinogradov <public AT sourcemage.org>
- * PRE_BUILD: removed, now causes a breakage
+2015-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Don't try to fix reference manpage rules

2015-05-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 2.24.28
diff --git a/x11-toolkits/gtk+2/PRE_BUILD b/x11-toolkits/gtk+2/PRE_BUILD
new file mode 100755
index 0000000..b1300b7
--- /dev/null
+++ b/x11-toolkits/gtk+2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i 's#l \(gtk-.*\).sgml#& -o \1#' docs/{faq,tutorial}/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a5e10c08bdce968600ad21e88403364c0e08797b), Ismael Luceno, 07/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page