Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e47a5469dfc53b0bb7aa7d33688e9546c224492)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e47a5469dfc53b0bb7aa7d33688e9546c224492)
  • Date: Sun, 16 Dec 2007 21:08:00 +0100

On Saturday 15 of December 2007 13:31:18 Vlad Glagolev wrote:
> diff --git a/database/sqlite/DEPENDS b/database/sqlite/DEPENDS
> index eff8121..64d2e40 100755
> --- a/database/sqlite/DEPENDS
> +++ b/database/sqlite/DEPENDS
> @@ -1,3 +1,4 @@
> -depends g++ &&
> -depends readline &&
> -optional_depends tcl '' '' 'for TCL interface'
> +depends g++ &&
> +depends tcl &&
> +
> +optional_depends readline "" "--disable-readline" "for Readline support"
> diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
> index f636eb2..9b4bd60 100755
> --- a/database/sqlite/DETAILS
> +++ b/database/sqlite/DETAILS
> @@ -7,8 +7,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> LICENSE[0]=PD
> WEB_SITE=http://www.sqlite.org/
> ENTERED=20011016
> + PATCHLEVEL=1
> KEYWORDS="sql database"
> - SHORT='An SQL engine in a C library'
> + SHORT="An SQL engine in a C library"
>
> cat << EOF
> SQLite is a C library that implements an SQL database engine. A large
> diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
> index 472ca73..ca996f8 100644
> --- a/database/sqlite/HISTORY
> +++ b/database/sqlite/HISTORY
> @@ -1,5 +1,6 @@
> 2007-12-15 Vlad Glagolev <stealth AT sourcemage.org>
> - * DETAILS: updated spell to 3.5.4
> + * DETAILS: updated spell to 3.5.4, cleaned up, PATCHLEVEL++
> + * DEPENDS: readline => optional, tcl => required
PATCHLEVEL++ is bad here. The people that didn't update sqlite yet wouldn't
see a difference, but the ones that did succesfully cast the update (they
have tcl) would get sqlite needlessly requeued. For those for which the
update failed, sqlite wasn't removed out of the queue.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page