Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 14:02:00 +0400
From:      Denis Barov <dindin@dindin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/114961: [MAINTAINER] www/sams fix configure breakage
Message-ID:  <20070727100200.GB98557@alpha.tbt.ru>
In-Reply-To: <200707270940.l6R9e19m065522@freefall.freebsd.org>
References:  <200707270930.l6R9UnUl099064@alpha.tbt.ru> <200707270940.l6R9e19m065522@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Fig2xvG2VGoz8o/s
Content-Type: multipart/mixed; boundary="NDin8bjvE/0mNLFQ"
Content-Disposition: inline


--NDin8bjvE/0mNLFQ
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri Jul 27, 2007 at 09:40:01 +0000, FreeBSD-gnats-submit@FreeBSD.org wro=
te:
> Thank you very much for your problem report.
> It has the internal identification `ports/114961'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D114961
>=20
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [MAINTAINER] www/sams fix configure breakage
> >Arrival-Date:   Fri Jul 27 09:40:01 GMT 2007

I'm very inattentive today. =3D/

This is correct patch.


--NDin8bjvE/0mNLFQ
Content-Type: text/plain; charset=koi8-r
Content-Disposition: attachment; filename="patch.txt"
Content-Transfer-Encoding: quoted-printable

diff -urN ../sams/files/patch-configure ./files/patch-configure
--- ../sams/files/patch-configure	Tue Jul 24 12:49:24 2007
+++ ./files/patch-configure	Fri Jul 27 13:58:35 2007
@@ -4,10 +4,10 @@
 =20
  echo "#define WEBINTERFACEPATH \"$prefix/share/sams\" " >> config.h
 =20
-+CASHE_DIR=3D./tmp
-+CASHE=3D${CACHE_DIR}/config.cashe
++CACHE_DIR=3D./tmp
++CACHE=3D${CACHE_DIR}/config.cache
 +[ -d ./tmp ] || mkdir ${CACHE_DIR}
-+[ -f ./tmp/config.cashe ] && truncate -s0 ${CACHE}
++[ -f ./tmp/config.cache ] && truncate -s0 ${CACHE}
 +exec 7>> ${CACHE}
 +
  echo "$as_me:$LINENO: result: " >&5
diff -urN ../sams/files/setup.sh ./files/setup.sh
--- ../sams/files/setup.sh	Fri Dec 29 23:18:35 2006
+++ ./files/setup.sh	Fri Jul 27 13:56:17 2007
@@ -3,7 +3,7 @@
 #SAMS database setup script
 TMP=3D./tmp
=20
-. ${TMP}/config.cashe
+. ${TMP}/config.cache
=20
   CONFIGFILEPATH=3D"${CONFIG_FILE}"
   if [ ! -f ${CONFIG_FILE} -a -f ${CONFIG_FILE}.sample ]; then

--NDin8bjvE/0mNLFQ--

--Fig2xvG2VGoz8o/s
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iQCVAwUBRqnCmLQNqrxww2yeAQL6YwQAuOzGvPcm0G56UbVLfEQFfpXWbRmy7jEt
JyMGKMTsbgi+gNyHBcG224jLATG7oQ1FdkZkrqByGD4YEobID5iip3emHDDha6tz
LdEITYpCw74ktLxidj10k4XvIhUQj5wdkKsGvhdNBg2dr1or+LHZbOv4NTL6ygnq
Zf2exj91U+o=
=d9Yg
-----END PGP SIGNATURE-----

--Fig2xvG2VGoz8o/s--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070727100200.GB98557>