Author: glen Date: Fri Sep 8 15:35:21 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - based on altlinux patches
---- Files affected: SOURCES: p3nfs-configure.patch (NONE -> 1.1) (NEW), p3nfs-Makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/p3nfs-configure.patch diff -u /dev/null SOURCES/p3nfs-configure.patch:1.1 --- /dev/null Fri Sep 8 17:35:21 2006 +++ SOURCES/p3nfs-configure.patch Fri Sep 8 17:35:16 2006 @@ -0,0 +1,16 @@ +--- p3nfs-5.19/configure.in.orig 2005-11-24 20:14:46 +0300 ++++ p3nfs-5.19/configure.in 2006-05-10 16:36:32 +0400 +@@ -77,11 +77,11 @@ + for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/ttys0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do + if test -c $i ; then + DDEV=$i +- AC_MSG_RESULT($i) + break + fi + done +-test -z "$DDEV" && AC_MSG_ERROR(serial device not found... Try harder.) ++test -n "$DDEV" || DDEV=/dev/ttyS0 ++AC_MSG_RESULT($DDEV) + AC_SUBST(DDEV) + + dnl Looking for Symbian SDKs: ================================================================ Index: SOURCES/p3nfs-Makefile.patch diff -u /dev/null SOURCES/p3nfs-Makefile.patch:1.1 --- /dev/null Fri Sep 8 17:35:21 2006 +++ SOURCES/p3nfs-Makefile.patch Fri Sep 8 17:35:16 2006 @@ -0,0 +1,28 @@ +--- p3nfs-5.19/Makefile.in 2006-09-08 18:31:40.697322981 +0300 ++++ p3nfs-5.19/Makefile.in 2006-09-08 18:33:29.569775692 +0300 +@@ -7,14 +7,14 @@ + SHELL = /bin/sh + TARDIR = p3nfs-$(VERSION) + TARFILE = p3nfs-$(VERSION).tar.gz +-PREFIX = $(DESTDIR)/@prefix@ +-BINDIR = $(PREFIX)/bin ++PREFIX = $(DESTDIR)@prefix@ ++BINDIR = $(DESTDIR)@sbindir@ + DOCDIR = $(PREFIX)/share/doc/p3nfs-$(VERSION) +-MANDIR = $(PREFIX)/share/man/man1 ++MANDIR = $(DESTDIR)@mandir@ + + all clean distclean:: + cd server; $(MAKE) $@ +- cd client/epoc32/nfsapp; $(MAKE) $@ ++# cd client/epoc32/nfsapp; $(MAKE) $@ + + install:: + mkdir -p $(BINDIR) +@@ -43,5 +43,5 @@ + rm -f p3nfs-$(VERSION).tar.gz + rm -f Makefile server/Makefile utils/Makefile +- rm -f client/epoc32/nfsapp/Makefile ++# rm -f client/epoc32/nfsapp/Makefile + rm -f config.cache config.status config.log *.orig + rm -f utils/p3nfs.spec doc/p3nfsd.1 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
