Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7906

Modified Files:
        joe.info joe.patch 
Log Message:
Some updates =)


Index: joe.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/joe.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- joe.info    7 Aug 2009 09:33:52 -0000       1.8
+++ joe.info    17 Nov 2009 14:28:34 -0000      1.9
@@ -1,6 +1,6 @@
 Package: joe
 Version: 3.7
-Revision: 1003
+Revision: 1004
 Description: User friendly full screen text editor
 License: GPL
 Maintainer: Andreas Gockel <fink-...@unixforge.de>
@@ -9,11 +9,11 @@
 Suggests: ispell | aspell
 Source: mirror:sourceforge:%n-editor/%n-%v.tar.gz
 Source-MD5: 66de1b073e869ba12abbfcde3885c577
-Source2: 
http://cvsweb.allbsd.org/cvsweb.cgi/~checkout~/contrib/code/jupp/jupprc?rev=1.21&content-type=text/plain&cvsroot=mirbsd
-Source2Rename: %n-3_1jupp11
-Source2-MD5: d0ccf5b8bc8762f9641b95a55c222ef4
+Source2: 
http://cvsweb.allbsd.org/cvsweb.cgi/~checkout~/contrib/code/jupp/jupprc?rev=1.22&content-type=text/plain&cvsroot=mirbsd
+Source2Rename: %n-3_1jupp12
+Source2-MD5: b0e06318a9dedf2ddb30a85b7f584982
 PatchFile: %n.patch
-PatchFile-MD5: c6b4bf3ebd4f2b162ca7e5306c4f97dd
+PatchFile-MD5: ef472f8df6186313bf4e70552398af21
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc 
--disable-dependency-tracking
 CompileScript: <<
  ./autojoe
@@ -24,7 +24,7 @@
  make install DESTDIR=%d
  /bin/rm %i/bin/termidx
  /bin/ln -s %n %i/bin/jupp
- /usr/bin/install -c -m 444 ../%n-3_1jupp11 %i/etc/%n/jupprc
+ /usr/bin/install -c -m 444 ../%n-3_1jupp12 %i/etc/%n/jupprc
  /usr/bin/gzip -9 %i/share/man/man1/%n.1
  /usr/bin/gzip -9 %i/share/man/ru/man1/%n.1
  for i in jmacs jstar r%n jpico jupp; do \

Index: joe.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/joe.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- joe.patch   4 Aug 2009 22:07:38 -0000       1.4
+++ joe.patch   17 Nov 2009 14:28:34 -0000      1.5
@@ -15,8 +15,6 @@
  AC_CHECK_HEADERS([sys/dirent.h time.h pwd.h paths.h pty.h libutil.h])
  AC_CHECK_HEADERS([sys/types.h sys/stat.h sys/wait.h limits.h signal.h])
 -AC_CHECK_HEADERS([curses.h term.h utmp.h sys/utime.h])
-+AC_CHECK_HEADERS([utmp.h sys/utime.h])
-+
 +AC_CHECK_HEADERS([ncursesw/curses.h ncursesw/term.h])
 +if test "$ac_cv_header_ncursesw_curses_h" = "yes" -a 
"$ac_cv_header_ncursesw_term_h" = "yes" ; then
 +      echo "Using ncurses wit wchar support!"
@@ -26,6 +24,8 @@
 +              echo "Using ncurses without wchat support!"
 +      fi
 +fi
++
++AC_CHECK_HEADERS([utmp.h sys/utime.h])
  
  AC_CHECK_HEADERS([selinux/selinux.h selinux/context.h])
  if test "$ac_cv_header_selinux_selinux_h" = "yes" -a 
"$ac_cv_header_selinux_context_h" = "yes" ; then


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to