Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (37c454a752eb82677a0a690ff4bd2ccd510ed6ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (37c454a752eb82677a0a690ff4bd2ccd510ed6ba)
  • Date: Sun, 25 Apr 2010 02:55:33 +0200


>
> diff --git a/ham/ax25-apps/BUILD b/ham/ax25-apps/BUILD
> deleted file mode 100755
> index a43b6ce..0000000
> --- a/ham/ax25-apps/BUILD
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -(
> -
> - ./configure --prefix=/usr \
> - --sysconfdir=/etc \
> - --localstatedir=/var \
> - $OPTS &&
> - make &&
> - prepare_install &&
> - make install-strip &&
> -
> -if query "Do you want the example config files?" n
> - then make installconf
> -fi
> -
> -) > $C_FIFO 2>&1
> -
> -
> diff --git a/ham/ax25-apps/CONFIGURE b/ham/ax25-apps/CONFIGURE
> new file mode 100755
> index 0000000..ec11033
> --- /dev/null
> +++ b/ham/ax25-apps/CONFIGURE
> @@ -0,0 +1 @@
> +config_query CONFIGS "Install example config files?" n
> diff --git a/ham/ax25-apps/DETAILS b/ham/ax25-apps/DETAILS
> index 01bd099..6c23a97 100755
> --- a/ham/ax25-apps/DETAILS
> +++ b/ham/ax25-apps/DETAILS
> @@ -1,12 +1,12 @@
> SPELL=ax25-apps
> - VERSION=0.0.6
> + VERSION=0.0.8-rc2
> SOURCE=${SPELL}-$VERSION.tar.gz
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> - SOURCE_URL[0]=${SOURCEFORGE_URL}/ax25/${SOURCE}
> - WEB_SITE=http://ax25.sourceforge.net/
> + SOURCE_URL[0]=http://www.linux-ax25.org/pub/$SPELL/${SOURCE}
> + WEB_SITE=http://www.linux-ax25.org/
> BUILD_API=1
> SHORT="Applications for AX.25"

> --- a/ham/ax25-tools/DETAILS
> +++ b/ham/ax25-tools/DETAILS
> @@ -1,12 +1,12 @@
> SPELL=ax25-tools
> BUILD_API=1
> SHORT="Configuration tools for AX.25"



Seems you updated spells to BUILD_API=2 so BUILD_API=1 should be removed
from DETAILS.

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page