Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b226df8ff9aa6c95b632d65c87141d0930a914e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b226df8ff9aa6c95b632d65c87141d0930a914e1)
  • Date: Wed, 4 Apr 2007 12:05:51 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/swig/DEPENDS | 10 ++++++++++
devel/swig/DETAILS | 1 +
devel/swig/HISTORY | 6 ++++++
devel/swig/PRE_BUILD | 4 ----
devel/swig/configure.patch | 21 ---------------------
5 files changed, 17 insertions(+), 25 deletions(-)

New commits:
commit b226df8ff9aa6c95b632d65c87141d0930a914e1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

swig - fix bug #13652

diff --git a/devel/swig/DEPENDS b/devel/swig/DEPENDS
index 9a47e6c..7a61c6b 100755
--- a/devel/swig/DEPENDS
+++ b/devel/swig/DEPENDS
@@ -5,6 +5,16 @@ optional_depends tcl
"--without-tcl" \
"to include Tcl/Tk support" &&

+optional_depends lua \
+ "--with-lua" \
+ "--without-lua" \
+ "include lua support" &&
+
+optional_depends ocaml \
+ "--with-ocaml" \
+ "--without-ocaml" \
+ "include Ocaml support" &&
+
optional_depends python \
"--with-python=$INSTALL_ROOT/usr/bin/python" \
"--without-python" \
diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index 012d63e..33eac43 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=http://www.swig.org/copyright.html
WEB_SITE=http://www.swig.org/
+ PATCHLEVEL=1
ENTERED=20011207
SHORT="swig creates wrapper code"
cat << EOF
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index a5ae6be..f2a6352 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,9 @@
+2007-04-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD, configure.patch: deleted
+ fixes bug#13652
+ * DEPENDS: add ocaml, lua
+
2006-11-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: upgrade to 1.3.31

diff --git a/devel/swig/PRE_BUILD b/devel/swig/PRE_BUILD
deleted file mode 100755
index 5c63e4d..0000000
--- a/devel/swig/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch configure < $SCRIPT_DIRECTORY/configure.patch
-
diff --git a/devel/swig/configure.patch b/devel/swig/configure.patch
deleted file mode 100644
index d4f39de..0000000
--- a/devel/swig/configure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig 2004-01-12 12:40:34.000000000 +0100
-+++ configure 2004-02-27 12:41:37.000000000 +0100
-@@ -20352,6 +20352,9 @@
-
- echo "$as_me:$LINENO: checking for Tcl configuration" >&5
- echo $ECHO_N "checking for Tcl configuration... $ECHO_C" >&6
-+if test x"$TCLPACKAGE" = "xno"; then
-+ echo "disabled"
-+else
- # First check to see if --with-tclconfig was specified.
- if test x"${with_tclconfig}" != x ; then
- if test -f "${with_tclconfig}/tclConfig.sh" ; then
-@@ -20482,7 +20485,7 @@
- *-*-cygwin* | *-*-mingw*) TCLDYNAMICLINKING="$TCLLIB";;
- *)TCLDYNAMICLINKING="";;
- esac
--
-+fi
-
-
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b226df8ff9aa6c95b632d65c87141d0930a914e1), Treeve Jelbert, 04/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page