Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (32df77a49d4ff17be7aa4d0997135f7d20d9936f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (32df77a49d4ff17be7aa4d0997135f7d20d9936f)
  • Date: Thu, 4 Jan 2007 11:21:26 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

devel/monotone/DEPENDS | 8 ++++++--
devel/monotone/DETAILS | 1 +
devel/monotone/HISTORY | 4 ++++
http/dillo/CONFIGURE | 5 -----
http/dillo/DETAILS | 2 +-
http/dillo/HISTORY | 4 ++++
kernels/lirc/DEPENDS | 1 +
kernels/lirc/HISTORY | 3 +++
mail/bogofilter/DETAILS | 7 +++----
mail/bogofilter/HISTORY | 3 +++
net/spfs/DETAILS | 1 +
net/spfs/HISTORY | 4 ++++
net/spfs/PRE_BUILD | 11 +++++++++++
utils/coreutils/DETAILS | 1 +
utils/coreutils/HISTORY | 8 ++++++++
utils/coreutils/PRE_BUILD | 7 +++++++
utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch | 11 +++++++++++
x11/oneko/HISTORY | 3 +++
x11/oneko/INSTALL | 6 +++---
19 files changed, 75 insertions(+), 15 deletions(-)

New commits:
commit 32df77a49d4ff17be7aa4d0997135f7d20d9936f
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Revert "nucleo: general cleanup and update"

This reverts commit 42d020d655cfbbe12c699d58db8a3148955efc04.

commit f48cc3e18004b532175e827df652caf73502e3a2
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Revert "Merge(I hope)"

This reverts commit 3157c9560bbe5d550fb2b4b0e4d591fa45049fe0.

commit 3157c9560bbe5d550fb2b4b0e4d591fa45049fe0
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Merge(I hope)

commit c3efb0df09ce817548941041000d1a96a499fb19
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

monotone: fix bug #10262

commit 9f936392e0baa23d73180dd43788dbd52c5adb51
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lirc: which missing depends #13096

commit fc348eb29d3b47540c2d49b76b4d55e3bf7ed65b
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

dillo: remove rtfl messages #13214

commit 092eb4f4c698798629e8057bb35bb7ae3a6f0a4d
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

coreutils: applied patch from #13377

commit 4a39071975e23696d8eafce668c48579c0d52c38
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

oneko: fix install path

commit 42d020d655cfbbe12c699d58db8a3148955efc04
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

nucleo: general cleanup and update

commit df0d3b0a563ffe3b1182eee32a60d271fe378e23
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

bogofilter: version update

commit 11730c1596bfd474d61ca6551790192cc2eefee1
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

spfs: support our CFLAGS and LARGEFILE

diff --git a/devel/monotone/DEPENDS b/devel/monotone/DEPENDS
index d425240..1f2e2d4 100755
--- a/devel/monotone/DEPENDS
+++ b/devel/monotone/DEPENDS
@@ -1,5 +1,9 @@
-depends boost &&
-depends popt &&
+depends boost &&
+sub_depends boost REGEX &&
+sub_depends boost FILESYSTEM &&
+sub_depends boost DATE_TIME &&
+sub_depends boost PROGRAM_OPTIONS &&
+depends popt &&

optional_depends gettext \
"--enable-nls" \
diff --git a/devel/monotone/DETAILS b/devel/monotone/DETAILS
index e163db6..f1e2d41 100755
--- a/devel/monotone/DETAILS
+++ b/devel/monotone/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.venge.net/monotone/downloads/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://www.venge.net/monotone/
+ PATCHLEVEL=1
ENTERED=20040117
KEYWORDS="devel"
SHORT='Free, distributed version control system'
diff --git a/devel/monotone/HISTORY b/devel/monotone/HISTORY
index ddc3b9f..b443387 100644
--- a/devel/monotone/HISTORY
+++ b/devel/monotone/HISTORY
@@ -1,3 +1,7 @@
+2007-01-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: patchlevel++
+ * DEPENDS: added sub_depends for boost #10262
+
2006-10-06 Anton Brondz <dinolinux AT sourcemage.org>
* DETAILS: updated to 0.30, works with GCC 4 now, removed UPDATED

diff --git a/http/dillo/CONFIGURE b/http/dillo/CONFIGURE
index c92cf93..05a3be3 100755
--- a/http/dillo/CONFIGURE
+++ b/http/dillo/CONFIGURE
@@ -36,11 +36,6 @@ config_query_option DILLO_OPTS
n \
"--enable-ipv6" \
"--disable-ipv6" &&
-config_query_option DILLO_OPTS \
- "Build with rtfl messages(whatever those are)" \
- n \
- "--enable-rtfl" \
- "--disable-rtfl" &&
#This is broken so forced on, 0.8.6 still broken,also dlgui
DILLO_OPTS="$DILLO_OPTS --enable-cookies --disable-dlgui" &&
#config_query_option DILLO_OPTS \
diff --git a/http/dillo/DETAILS b/http/dillo/DETAILS
index 0f507eb..92ae3ab 100755
--- a/http/dillo/DETAILS
+++ b/http/dillo/DETAILS
@@ -1,5 +1,5 @@
SPELL=dillo
- PATCHLEVEL=2
+ PATCHLEVEL=3
VERSION=0.8.6
PATCH_VERSION=20060516
SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/http/dillo/HISTORY b/http/dillo/HISTORY
index 46c6e8a..42d6ff0 100644
--- a/http/dillo/HISTORY
+++ b/http/dillo/HISTORY
@@ -1,3 +1,7 @@
+2007-01-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: rtfl messages broken option and mostly useless
+ * DETAILS: PATCHLEVEL++
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/kernels/lirc/DEPENDS b/kernels/lirc/DEPENDS
new file mode 100755
index 0000000..d2df149
--- /dev/null
+++ b/kernels/lirc/DEPENDS
@@ -0,0 +1 @@
+depends which
diff --git a/kernels/lirc/HISTORY b/kernels/lirc/HISTORY
index 1687956..5d3ef66 100644
--- a/kernels/lirc/HISTORY
+++ b/kernels/lirc/HISTORY
@@ -1,3 +1,6 @@
+2007-01-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: added depends on which #13096
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/mail/bogofilter/DETAILS b/mail/bogofilter/DETAILS
index 1c8dcb1..0f8c593 100755
--- a/mail/bogofilter/DETAILS
+++ b/mail/bogofilter/DETAILS
@@ -1,14 +1,13 @@
SPELL=bogofilter
- VERSION=1.0.2
+ VERSION=1.1.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
WEB_SITE=http://bogofilter.sourceforge.net
-
SOURCE_HASH=sha512:f79fdab2bf92a57c8b3950dfde2ff1fa5233d173c9dd09656f1760adf67c6fcba9bd75a3828b3e3daae7b42685d4f5d8b94d6c7d033f47fe1eacf4669dca7f48
+
SOURCE_HASH=sha512:2181a0797e5991368d62ee29778213de6c368eedf7124347baa276a8a80ad073fbb21a4b4cefbd2cbbd300f0f369048e16c6d85fc7665d487a3c7c5476d39fe7
LICENSE[0]=GPL
- PATCHLEVEL=2
ENTERED=20040529
- KEYWORDS="mail"
+ KEYWORDS="mail spam"
SHORT="Bogofilter is a Bayesian spam filter"
cat << EOF
bogofilter is a mail filter that classifies mail as spam or ham (non-spam)
by
diff --git a/mail/bogofilter/HISTORY b/mail/bogofilter/HISTORY
index 0facb57..f5a82bf 100644
--- a/mail/bogofilter/HISTORY
+++ b/mail/bogofilter/HISTORY
@@ -1,3 +1,6 @@
+2006-12-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update to 1.1.3
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/net/spfs/DETAILS b/net/spfs/DETAILS
index 88d3c24..4292584 100755
--- a/net/spfs/DETAILS
+++ b/net/spfs/DETAILS
@@ -6,6 +6,7 @@
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-cvs"
WEB_SITE=http://sourceforge.net/projects/npfs
+ PATCHLEVEL=1
LICENSE[0]=BSD
ENTERED=20061217
SHORT="Plan 9 Userspace Resource Server single threaded"
diff --git a/net/spfs/HISTORY b/net/spfs/HISTORY
index 309e6fc..de79313 100644
--- a/net/spfs/HISTORY
+++ b/net/spfs/HISTORY
@@ -1,3 +1,7 @@
+2006-12-31 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PRE_BUILD: use proper CFLAGS and enable LARGEFILE support
+ * DETAILS: patchlevel++
+
2006-12-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
* init.d/npfs, init./npfs.conf: created spell
diff --git a/net/spfs/PRE_BUILD b/net/spfs/PRE_BUILD
new file mode 100755
index 0000000..861b4a3
--- /dev/null
+++ b/net/spfs/PRE_BUILD
@@ -0,0 +1,11 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
\-D_LARGEFILE64_SOURCE\ \-Wall:g" \
+ libspclient/Makefile
&&
+sedit "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
\-D_LARGEFILE64_SOURCE\ \-Wall:g" \
+ fs/Makefile
&&
+sedit "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
\-D_LARGEFILE64_SOURCE\ \-Wall:g" \
+ Makefile
&&
+sedit "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
\-D_LARGEFILE64_SOURCE\ \-Wall:g" \
+ libspfs/Makefile
+
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 4443112..8fb0706 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
SOURCE_GPG=gnu-verified.gpg:$SOURCE2
SOURCE2_IGNORE=signature
+ PATCHLEVEL=1
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030409
LICENSE[0]=GPL
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 95cd27c..0f3b44d 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,11 @@
+2007-01-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated PATCHLEVEL as well
+
+2007-01-03 sqweek <sqweek AT gmail.com>
+ * coreutils-6.4_9p_mv_EPERM.patch: patch to get mv working properly on
+ 9p shares (bug #13377)
+ * PRE_BUILD: apply aforementioned patch
+
2006-11-07 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 6.4
* coreutils-pam.patch: Updated (fixes bug #13206), get patch from
Arch Linux
diff --git a/utils/coreutils/PRE_BUILD b/utils/coreutils/PRE_BUILD
index f5981b0..d43b9a5 100755
--- a/utils/coreutils/PRE_BUILD
+++ b/utils/coreutils/PRE_BUILD
@@ -13,3 +13,10 @@ fi &&
# Don't install coreutils' hostname (Bug #7089)
#
patch -p1 < $SCRIPT_DIRECTORY/hostname.diff
+
+#
+# Cause mv(1) to try a backup strategy more often when rename(2) fails
+# (needed for inter-directory file moving on a 9p mount in particular)
+# Bug #13377
+#
+patch -p1 < $SCRIPT_DIRECTORY/coreutils-6.4_9p_mv_EPERM.patch
diff --git a/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
b/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
new file mode 100644
index 0000000..729ca39
--- /dev/null
+++ b/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
@@ -0,0 +1,11 @@
+--- old/src/copy.c 2007/01/03 12:43:18 1.1
++++ coreutils-6.4/src/copy.c 2007/01/03 12:43:44
+@@ -1431,7 +1431,7 @@
+ where you'd replace `18' with the integer in parentheses that
+ was output from the perl one-liner above.
+ If necessary, of course, change `/tmp' to some other directory. */
+- if (errno != EXDEV)
++ if (errno != EXDEV && errno != EPERM)
+ {
+ /* There are many ways this can happen due to a race condition.
+ When something happens between the initial XSTAT and the
diff --git a/x11/oneko/HISTORY b/x11/oneko/HISTORY
index e52d3dd..c76260f 100644
--- a/x11/oneko/HISTORY
+++ b/x11/oneko/HISTORY
@@ -1,3 +1,6 @@
+2007-01-02 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * INSTALL: fix install path
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/x11/oneko/INSTALL b/x11/oneko/INSTALL
index 4c41c47..f0fe99b 100755
--- a/x11/oneko/INSTALL
+++ b/x11/oneko/INSTALL
@@ -1,3 +1,3 @@
- cp -vf oneko.man ${INSTALL_ROOT}/usr/share/man/man8/oneko.8 &&
- cp -vf oneko ${INSTALL_ROOT}/usr/X11R6/bin &&
- chmod +x ${INSTALL_ROOT}/usr/X11R6/bin/oneko
+cp -vf oneko.man ${INSTALL_ROOT}/usr/share/man/man8/oneko.8 &&
+cp -vf oneko ${INSTALL_ROOT}/usr/bin &&
+chmod +x ${INSTALL_ROOT}/usr/bin/oneko



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (32df77a49d4ff17be7aa4d0997135f7d20d9936f), Andra?? Levstik, 01/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page