diff -urN --exclude=CVS /usr/ports/sysutils/lcdproc/Makefile /home/sgk/ports/sysutils/lcdproc/Makefile --- /usr/ports/sysutils/lcdproc/Makefile Tue Jun 18 12:38:45 2002 +++ /home/sgk/ports/sysutils/lcdproc/Makefile Fri Oct 18 20:26:16 2002 @@ -21,11 +21,7 @@ MAN8= LCDd.8 pre-patch: - @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig - @${SED} -e 's|CFLAGS=\"-O3\"||' ${WRKSRC}/configure.orig \ - > ${WRKSRC}/configure - @${CP} ${FILESDIR}/LCDd.sh.sample ${WRKSRC}/LCDd.sh.sample.orig - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/LCDd.sh.sample.orig \ + @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/LCDd.sh.sample \ > ${WRKSRC}/LCDd.sh.sample post-install: diff -urN --exclude=CVS /usr/ports/sysutils/lcdproc/files/patch-configure /home/sgk/ports/sysutils/lcdproc/files/patch-configure --- /usr/ports/sysutils/lcdproc/files/patch-configure Thu Jan 1 03:00:00 1970 +++ /home/sgk/ports/sysutils/lcdproc/files/patch-configure Fri Oct 18 20:23:51 2002 @@ -0,0 +1,19 @@ +--- configure.orig Fri Oct 18 20:16:40 2002 ++++ configure Fri Oct 18 20:23:32 2002 +@@ -886,7 +886,7 @@ + if test $debug = "yes"; then + CFLAGS="-g -O" + else +- CFLAGS="-O3" ++ + fi + CFLAGS="-Wall $CFLAGS" + export CFLAGS +@@ -2902,6 +2902,7 @@ + + echo $ac_n "checking for your mounted filesystem table""... $ac_c" 1>&6 + echo "configure:2905: checking for your mounted filesystem table" >&5 ++ac_cv_mtab_file=/etc/fstab + if eval "test \"`echo '$''{'ac_cv_mtab_file'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else