ports/114961: [MAINTAINER] www/sams fix configure breakage

Denis Barov dindin at dindin.ru
Fri Jul 27 10:28:40 UTC 2007


On Fri Jul 27, 2007 at 09:40:01 +0000, FreeBSD-gnats-submit at FreeBSD.org wrote:
> 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. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=114961
> 
> >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. =/

This is correct patch.

-------------- next part --------------
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 @@
  
  echo "#define WEBINTERFACEPATH \"$prefix/share/sams\" " >> config.h
  
-+CASHE_DIR=./tmp
-+CASHE=${CACHE_DIR}/config.cashe
++CACHE_DIR=./tmp
++CACHE=${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=./tmp
 
-. ${TMP}/config.cashe
+. ${TMP}/config.cache
 
   CONFIGFILEPATH="${CONFIG_FILE}"
   if [ ! -f ${CONFIG_FILE} -a -f ${CONFIG_FILE}.sample ]; then
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 305 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20070727/c5e17a23/attachment.sig>


More information about the freebsd-ports-bugs mailing list