[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b80e17d7ee96ae6242ac0c3a80cf83916e17055a)

Treeve Jelbert scm at sourcemage.org
Thu Oct 16 11:25:57 EDT 2008


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

 devel/lazarus/DETAILS |   10 +++++-----
 devel/lazarus/HISTORY |    4 ++++
 devel/qt4pas/BUILD    |    4 ++--
 devel/qt4pas/DEPENDS  |    1 -
 devel/qt4pas/DETAILS  |    6 +++---
 devel/qt4pas/HISTORY  |    8 ++++++++
 devel/qt4pas/INSTALL  |   12 +-----------
 net/socat/DETAILS     |    4 ++--
 net/socat/HISTORY     |    3 +++
 9 files changed, 28 insertions(+), 24 deletions(-)

New commits:
commit b80e17d7ee96ae6242ac0c3a80cf83916e17055a
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "socat-1.7.0.0"

commit e4eb2002ebc9ae36dcc7b9c4bc17b19607924427
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    qt4pas - revert to version 1.62

commit a0149a3b9cd3711334f6619bbca191f0bb3697c3
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "lazarus-0.9.26-0"

diff --git a/devel/lazarus/DETAILS b/devel/lazarus/DETAILS
index e26fa62..6a75fb0 100755
--- a/devel/lazarus/DETAILS
+++ b/devel/lazarus/DETAILS
@@ -1,16 +1,16 @@
            SPELL=lazarus
 if [[ "$LAZ_DEV" == "y" ]];then
-           VERSION=0.9.25-16584-20080914
-       SOURCE_HASH=sha512:a4309b0cf306a991e8882b8acadbb071b04e88b0bea5e8f843e4b9b41c574832ccc07a888b2df207dd1ddb0057dfb54c96fa52e0945dd10e39e4db96e0768c3f
+           VERSION=0.9.27-16995-20081015
+       SOURCE_HASH=sha512:b9141eb8f5d81b6a78610fdd2a8f64e79b3ff44d67104bbb6522a85bb1001de8ee2a84d9f31813a5d91b2e95c6b20cf605442d17384fcb4755d762c896c2d9e3
 #         VERSION=0.9.25-$(date +%Y%m%d)
 #   SOURCE_IGNORE=volatile
 #  FORCE_DOWNLOAD=on
           SOURCE=$SPELL-$VERSION-src.tar.bz2
    SOURCE_URL[0]=ftp://ftp.hu.freepascal.org/pub/lazarus/$SOURCE
 else
-         VERSION=0.9.24-0
-     SOURCE_HASH=sha512:0147792823e9a82a36e79430c42a167998e07d60c28f09dc5c42bfd5f80c7e3c90762f8fcbd7e3da0d10f6463d1970b32eefaa450e2082063d4a5e8919d1e6a1
-          SOURCE=$SPELL-$VERSION.tar.gz
+         VERSION=0.9.26-0
+     SOURCE_HASH=sha512:6c2b1610e40bc55ecd69f56ebfa97304abb024d12fe38ae52a4f39937e6734aa800102c21fa460be060f867d0371c69fdcc972e30051f592b94c21d54f1f0c6e
+          SOURCE=$SPELL-$VERSION.tgz
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
 fi
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/lazarus
diff --git a/devel/lazarus/HISTORY b/devel/lazarus/HISTORY
index 3fe6f39..6b462b3 100644
--- a/devel/lazarus/HISTORY
+++ b/devel/lazarus/HISTORY
@@ -1,3 +1,7 @@
+2008-10-15 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: snapshot = 0.9.27-16995-20081015
+	  version 0.9.26-0 (stable)
+
 2008-09-14 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: snapshot = 0.9.25-16584-20080914
 	  snapshot now includes a revision number, which is difficult to handle
diff --git a/devel/qt4pas/BUILD b/devel/qt4pas/BUILD
index a3957ba..07abbb8 100755
--- a/devel/qt4pas/BUILD
+++ b/devel/qt4pas/BUILD
@@ -1,7 +1,7 @@
-fpc qt4.pas           &&
+#fpc qt4.pas           &&
 QT4=/usr/lib          &&
 QT4I=/usr/include     &&
-g++ $CPPFLAGS -D LINUX -I. -I$QT4I -I$QT4I/Qt -I$QT4I/QtGui -I$QT4I/QtCore qtpas.cpp \
+g++ $CPPFLAGS -DBINUX -I. -I$QT4I -I$QT4I/Qt -I$QT4I/QtGui -I$QT4I/QtCore qtpas.cpp \
    -o libqt4intf.so -shared -fPIC -dPIC -L$QT4 -lQtCore -lQtGui \
     -Wl,-rpath,$QT4 \
    -Xlinker "-soname=libqt4intf.so"
diff --git a/devel/qt4pas/DEPENDS b/devel/qt4pas/DEPENDS
index e7ae818..7341c60 100755
--- a/devel/qt4pas/DEPENDS
+++ b/devel/qt4pas/DEPENDS
@@ -1,4 +1,3 @@
-depends fpc  &&
 depends g++  &&
 depends qt4
 
diff --git a/devel/qt4pas/DETAILS b/devel/qt4pas/DETAILS
index 2d19328..cd7817e 100755
--- a/devel/qt4pas/DETAILS
+++ b/devel/qt4pas/DETAILS
@@ -1,7 +1,7 @@
            SPELL=qt4pas
-         VERSION=V1.66
-     SOURCE_HASH=sha512:6365bc9460bce7ed5644505b6948686732839ae7d2c5879e1017d38623123db2b18e8360779ead8073d1ebd292331287590cab35f9212359efb8d6f27a1d271e
-             VQT=Qt4.4.2
+         VERSION=V1.62
+     SOURCE_HASH=sha512:856f650a3bc43b5df7c0f8e9b1abe070a384472e38ea712cf12acea4b49890c92dcfc085c8d597c960e9ec788cdd04289e8dd3d3997a336655d948b56e883755
+             VQT=Qt4.3.4
               VX=${VERSION}_${VQT}
           SOURCE=$SPELL-$VX.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VX
diff --git a/devel/qt4pas/HISTORY b/devel/qt4pas/HISTORY
index f9bf888..b350c3e 100644
--- a/devel/qt4pas/HISTORY
+++ b/devel/qt4pas/HISTORY
@@ -1,3 +1,11 @@
+2008-10-15 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: revert to version 1.62, 
+	  as lazarus won't build with later versions
+	* BUILD: LINUX -> BINUX
+	  don't compile the pascal code
+	* INSTALL: only install the interface library
+	* DEPENDS: remove fpc, as we don't use it now
+
 2008-10-06 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version V1.66
 
diff --git a/devel/qt4pas/INSTALL b/devel/qt4pas/INSTALL
index c141ed3..7106c15 100755
--- a/devel/qt4pas/INSTALL
+++ b/devel/qt4pas/INSTALL
@@ -1,11 +1 @@
-cp libqt4intf.so ${INSTALL_ROOT}/usr/lib/    &&
-local DEST FPV FPARCH                          &&
-FPV=`fpc -iV`                                &&
-case `uname -m` in
- i*86)  FPARCH=i386;;
- ia64)  FPARCH=x86-64;;
-esac                                         &&
-DEST=${INSTALL_ROOT}/usr/lib/fpc/$FPV/units/$FPARCH-linux/qt4  &&
-mkdir -p $DEST                               &&
-cp $SPELL_DIRECTORY/Package.fpc $DEST        &&
-cp qt4.{o,ppu} $DEST
+cp libqt4intf.so ${INSTALL_ROOT}/usr/lib/  
diff --git a/net/socat/DETAILS b/net/socat/DETAILS
index d6608dc..86f73f5 100755
--- a/net/socat/DETAILS
+++ b/net/socat/DETAILS
@@ -1,6 +1,6 @@
            SPELL=socat
-         VERSION=1.6.0.1
-     SOURCE_HASH=sha512:a2df9133a468edd2eab9e842cfe7a32943d29834c0a18b647a124413d27263189ab301fd3845bcf2ea013888b1d2992d34e1a3e9572dc1cc0c1bf7b77cef8d88
+         VERSION=1.7.0.0
+     SOURCE_HASH=sha512:9f484214d690b7c6f33e9ea5ba46a1a68038ae15f8f689fdbe58648278b54e9a612a56523dc051e9ba031a85f26985fff7e5596133db5eb27e127eaccc1962d5
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.dest-unreach.org/socat/download/$SOURCE
diff --git a/net/socat/HISTORY b/net/socat/HISTORY
index 9021c6d..8fb425e 100644
--- a/net/socat/HISTORY
+++ b/net/socat/HISTORY
@@ -1,3 +1,6 @@
+2008-10-16 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.7.0.0
+
 2008-10-13 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.6.0.1
 	* DEPENDS: added



More information about the SM-Commit mailing list