Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (778086f91037740f4b857a02755698bc698ffbb7)

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 devel-xorg-modular grimoire by Eric Sandall (778086f91037740f4b857a02755698bc698ffbb7)
  • Date: Fri, 25 May 2012 20:32:46 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

editors/vim/HISTORY | 5 +++
editors/vim/PRE_BUILD | 6 +++-
editors/vim/if_perl.patch | 28
+++++++++++++++++++++
libs/libcfg+/BUILD | 4 +++
libs/libcfg+/DETAILS | 2 -
libs/libcfg+/HISTORY | 4 +++
x11-libs/wine/DETAILS | 2 -
x11-libs/wine/HISTORY | 3 ++
xorg-proto/printproto/HISTORY | 5 +++
xorg-proto/printproto/PRE_BUILD | 4 ---
xorg-proto/printproto/printproto-1.0.5.tar.bz2.sig |binary
11 files changed, 56 insertions(+), 7 deletions(-)

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

vim: fix compilation with perl 5.16
After perl 5.16 my vim fails to compile with this error:
https://groups.google.com/forum/#!msg/vim_dev/3KD82kZJwgo/4yM1ZaEUFZIJ

commit 4ece127f443792c4831cc77403b1dd95be29981f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated devel to 1.5.5

commit fa5ee8017f2ff3f688bab8e8acd926e1ecd80ca2
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

printproto: re-sign source tarball, source seems to have changed
removed PRE_BUILD, no longer needed

commit 633033f612674791dbadcae5f209c62426e457c7
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libcfg+: if x86_64, force fPIC CFLAG
fix website url

diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 2380268..1e68249 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,8 @@
+2012-05-25 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply if_perl.patch
+ * if_perl.patch: After perl 5.16 my vim fails to compile with this
error:
+
https://groups.google.com/forum/#!msg/vim_dev/3KD82kZJwgo/4yM1ZaEUFZIJ
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: lua -> lua51

diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
index 17e16df..4adf6d9 100755
--- a/editors/vim/PRE_BUILD
+++ b/editors/vim/PRE_BUILD
@@ -5,4 +5,8 @@ unpack_file 2 &&
for i in $(seq -w 1 107); do
message "${MESSAGE_COLOR}applying patch 7.3.$i ...${DEFAULT_COLOR}" &&
patch -p0 < patches/7.3.$i
-done
+done &&
+
+message "${MESSAGE_COLOR}Fixing if_perl.xs...${DEFAULT_COLOR}" &&
+patch "${SOURCE_DIRECTORY}"/src/if_perl.xs \
+ "${SPELL_DIRECTORY}"/if_perl.patch
diff --git a/editors/vim/if_perl.patch b/editors/vim/if_perl.patch
new file mode 100644
index 0000000..5f74cac
--- /dev/null
+++ b/editors/vim/if_perl.patch
@@ -0,0 +1,28 @@
+diff -r f1f6ac67acd8 src/if_perl.xs
+--- a/src/if_perl.xs Wed Feb 29 19:20:03 2012 +0100
++++ b/src/if_perl.xs Tue Mar 13 17:15:51 2012 +0900
+@@ -913,24 +913,6 @@
+ win_T *win_find_nr(int n) { return curwin; }
+ #endif
+
+-XS(XS_VIM_Msg);
+-XS(XS_VIM_SetOption);
+-XS(XS_VIM_DoCommand);
+-XS(XS_VIM_Eval);
+-XS(XS_VIM_Buffers);
+-XS(XS_VIM_Windows);
+-XS(XS_VIWIN_DESTROY);
+-XS(XS_VIWIN_Buffer);
+-XS(XS_VIWIN_SetHeight);
+-XS(XS_VIWIN_Cursor);
+-XS(XS_VIBUF_DESTROY);
+-XS(XS_VIBUF_Name);
+-XS(XS_VIBUF_Number);
+-XS(XS_VIBUF_Count);
+-XS(XS_VIBUF_Get);
+-XS(XS_VIBUF_Set);
+-XS(XS_VIBUF_Delete);
+-XS(XS_VIBUF_Append);
+ XS(boot_VIM);
+
+ static void
diff --git a/libs/libcfg+/BUILD b/libs/libcfg+/BUILD
index d1ff701..eeaa88c 100755
--- a/libs/libcfg+/BUILD
+++ b/libs/libcfg+/BUILD
@@ -1,3 +1,7 @@
+if [ "${SMGL_COMPAT_ARCHS[1]}" ]; then
+ CFLAGS="${CFLAGS} -fPIC"
+fi &&
+
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
diff --git a/libs/libcfg+/DETAILS b/libs/libcfg+/DETAILS
index d603929..ba89926 100755
--- a/libs/libcfg+/DETAILS
+++ b/libs/libcfg+/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_URL[0]=http://platon.sk/projects/download.php?id=57
SOURCE_URL[0]=http://platon.sk/upload/_projects/00003/$SOURCE
- WEB_SITE=http://platon.sk/projects/libcfg+/
+
WEB_SITE=http://opensource.platon.sk/projects/main_page.php?project_id=3

SOURCE_HASH=sha512:9fbdd22ab405dcf330d39cee5f1c4b80344feaa55b5cefa592dd2c0fd0b16a571d05df4e42ad2915dfacd2f1a586b8a893def450fc7ba0e6516eb07cdee0a0fd
LICENSE[0]=GPL
ENTERED=20051005
diff --git a/libs/libcfg+/HISTORY b/libs/libcfg+/HISTORY
index d423069..d67b19e 100644
--- a/libs/libcfg+/HISTORY
+++ b/libs/libcfg+/HISTORY
@@ -1,3 +1,7 @@
+2012-05-25 Sukneet Basuta <sukneet AT sourcemage.org>
+ * BUILD: if x86_64, force fPIC cflag
+ * DETAILS: fixed website
+
2009-05-07 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Fix passing linker flags properly to ld
When the build passes directly to ld, instead of through gcc,
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index e2d8af3..6362e13 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.5.4
+ VERSION=1.5.5
else
VERSION=1.4
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index a627ace..4123c4d 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2012-05-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated devel to 1.5.5
+
2012-05-14 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated devel to 1.5.4

diff --git a/xorg-proto/printproto/HISTORY b/xorg-proto/printproto/HISTORY
index 48938dd..b36c5de 100644
--- a/xorg-proto/printproto/HISTORY
+++ b/xorg-proto/printproto/HISTORY
@@ -1,3 +1,8 @@
+2012-05-25 Sukneet Basuta <sukneet AT sourcemage.org>
+ * printproto-1.0.5.tar.bz2.sig: re-sign source tarball,
+ source seems to have changed
+ * PRE_BUILD: removed, no longer needed
+
2011-10-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.0.5
* PRE_BUILD: added to do autogen.sh
diff --git a/xorg-proto/printproto/PRE_BUILD b/xorg-proto/printproto/PRE_BUILD
deleted file mode 100755
index c5b8fb6..0000000
--- a/xorg-proto/printproto/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-./autogen.sh
diff --git a/xorg-proto/printproto/printproto-1.0.5.tar.bz2.sig
b/xorg-proto/printproto/printproto-1.0.5.tar.bz2.sig
index 2f21750..6e9965f 100644
Binary files a/xorg-proto/printproto/printproto-1.0.5.tar.bz2.sig and
b/xorg-proto/printproto/printproto-1.0.5.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (778086f91037740f4b857a02755698bc698ffbb7), Eric Sandall, 05/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page