Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (46cf379de6bc4e1951cc3b434a2bb15ce2f6b8da)

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 devel-xorg-modular grimoire by Vlad Glagolev (46cf379de6bc4e1951cc3b434a2bb15ce2f6b8da)
  • Date: Thu, 10 Nov 2011 08:55:32 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

chat-libs/libmsn/DETAILS | 4 ++--
chat-libs/libmsn/HISTORY | 3 +++
database/postgresql/DETAILS | 4 ++--
database/postgresql/HISTORY | 5 +++++
database/postgresql/PRE_BUILD | 2 --
database/postgresql/perl514.patch | 35 -----------------------------------
editors/nano/CONFIGURE | 5 +++--
editors/nano/HISTORY | 3 +++
x11/libvncserver/DETAILS | 4 ++--
x11/libvncserver/HISTORY | 3 +++
10 files changed, 23 insertions(+), 45 deletions(-)

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

nano: corrected all-opts-enabled flag usage

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

libvncserver: => 0.9.8.2

commit 7198170e6e59d94be52a5f67ad7d6b29be4d3867
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

postgresql: => 9.0.5

commit cb1f95f754a99aafd0015b7aa9f397bc7e3126b3
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libmsn: updated spell to 4.2

diff --git a/chat-libs/libmsn/DETAILS b/chat-libs/libmsn/DETAILS
index b3bede3..6b57c4b 100755
--- a/chat-libs/libmsn/DETAILS
+++ b/chat-libs/libmsn/DETAILS
@@ -1,6 +1,6 @@
SPELL=libmsn
- VERSION=4.1
-
SOURCE_HASH=sha512:2926f6fab9871125805d2d257212c96dcec49f795da4e379236e423f74e87636bc432e3eaf8021f8a0378ae418b56b62d4e67180b8bac7b3674dc966ccd4f823
+ VERSION=4.2
+
SOURCE_HASH=sha512:8bdb25c08f36e0f3b10d190cdef703fecba419fcd5e4cd9d56c94ddff2e5f21b033204511b15d091302aa8ef41f7dff46996d2497f98570c0fc337427a7084d0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/chat-libs/libmsn/HISTORY b/chat-libs/libmsn/HISTORY
index ab57f5f..f62d837 100644
--- a/chat-libs/libmsn/HISTORY
+++ b/chat-libs/libmsn/HISTORY
@@ -1,3 +1,6 @@
+2011-11-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 4.2
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 532398c..a9d2b78 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.0.4
-
SOURCE_HASH=sha512:7ea402e1e98c2694ab3331fa9ad3b4ea95cc34c6f93d846d2f3f497815faaca5062fb61f582fb6a94073d0d4d1f8d8c11b4d54434cacd4d459dff82bbe0dd00f
+ VERSION=9.0.5
+
SOURCE_HASH=sha512:4f9faaf429bec2cf3a51269630a2072bd195f4e16de4fb1045035986da2eea069831a6fbcdbdbcfb6db5d37ad31ca1b7cec3f3aafcb209c82bebe4cadb0ebca5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 17c42f0..984328d 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2011-11-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.5
+ * PRE_BUILD: no longer need perl514.patch
+ * perl514.patch: deleted
+
2011-09-12 Bor Kraljič <pyrobor AT ver.si>
* FINAL: show user url that exists (sourcemage.org ->
wiki.sourcemage.org)

diff --git a/database/postgresql/PRE_BUILD b/database/postgresql/PRE_BUILD
index 0b1ebea..2f70e1b 100755
--- a/database/postgresql/PRE_BUILD
+++ b/database/postgresql/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/perl514.patch" &&
-
if [[ $PGSQL_CLUSTER == y ]]; then
verify_file 2 &&
zcat "$SOURCE_CACHE/$SOURCE2" | patch -p1
diff --git a/database/postgresql/perl514.patch
b/database/postgresql/perl514.patch
deleted file mode 100644
index 2b85ffe..0000000
--- a/database/postgresql/perl514.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-*** src/pl/plperl/plperl.c.orig
---- src/pl/plperl/plperl.c
-***************
-*** 926,932 **** plperl_trusted_init(void)
- if (!isGV_with_GP(sv) || !GvCV(sv))
- continue;
- SvREFCNT_dec(GvCV(sv)); /* free the CV */
-! GvCV(sv) = NULL; /* prevent call via GV */
- }
- hv_clear(stash);
-
---- 926,932 ----
- if (!isGV_with_GP(sv) || !GvCV(sv))
- continue;
- SvREFCNT_dec(GvCV(sv)); /* free the CV */
-! GvCV_set(sv, NULL); /* prevent call via GV */
- }
- hv_clear(stash);
-
-*** src/pl/plperl/plperl.h.orig
---- src/pl/plperl/plperl.h
-***************
-*** 49,54 ****
---- 49,59 ----
-
(U32)HeKUTF8(he))
- #endif
-
-+ /* supply GvCV_set if it's missing - ppport.h doesn't supply it,
unfortunately */
-+ #ifndef GvCV_set
-+ #define GvCV_set(gv, cv) (GvCV(gv) = cv)
-+ #endif
-+
- /* declare routines from plperl.c for access by .xs files */
- HV *plperl_spi_exec(char *, int);
- void plperl_return_next(SV *);
diff --git a/editors/nano/CONFIGURE b/editors/nano/CONFIGURE
index 1c49896..f499fbb 100755
--- a/editors/nano/CONFIGURE
+++ b/editors/nano/CONFIGURE
@@ -1,8 +1,9 @@
config_query_list NANO_CONFIG
\
"Use standard compile time features, enable all or choose from list?"
\
"standard" "all" "choose"
&&
-if [[ "${NANO_CONFIG}" == "all" ]]
-then NANO_OPTS="--enable-all"
+if [[ "${NANO_CONFIG}" == "all" ]]; then
+ persistent_add NANO_OPTS &&
+ local NANO_OPTS="--enable-all"
elif [[ "${NANO_CONFIG}" == "choose" ]] ; then
config_query_option NANO_OPTS "Enable support for large files?" y
\
"--enable-largefile" "--disable-largefile"
&&
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 062d434..be66655 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2011-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: fixed bug about enabling all features on configure
+
2011-09-25 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking

diff --git a/x11/libvncserver/DETAILS b/x11/libvncserver/DETAILS
index e00454d..650c231 100755
--- a/x11/libvncserver/DETAILS
+++ b/x11/libvncserver/DETAILS
@@ -1,8 +1,8 @@
SPELL=libvncserver
- VERSION=0.9.7
+ VERSION=0.9.8.2
SOURCE=LibVNCServer-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:546044e4accfcf2b1570bd792dcdf8e1ba3dc97be1d529b25bbbc93c39459489c8fad929f5d68a274fbf7f3eecb36b54e9c9ec8f6e35a45de26652cc09b16897
+
SOURCE_HASH=sha512:f28d334f7130b5228dcb65944f73a100eaa49c5b330ffb99a25d01602bbc77bfd6d470035409bd653a746d0029ec39126c7436e8f1d78263bf9df94a1273f5ea
WEB_SITE=http://libvncserver.sourceforge.net/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/LibVNCServer-$VERSION"
ENTERED=20040404
diff --git a/x11/libvncserver/HISTORY b/x11/libvncserver/HISTORY
index f7c7ea6..dd6e3a8 100644
--- a/x11/libvncserver/HISTORY
+++ b/x11/libvncserver/HISTORY
@@ -1,3 +1,6 @@
+2011-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.8.2
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (46cf379de6bc4e1951cc3b434a2bb15ce2f6b8da), Vlad Glagolev, 11/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page