Update of /cvsroot/fink/experimental/alexkhansen/10.3/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28451/10.3/devel

Added Files:
        cvs.info cvs.patch 
Log Message:
cvs-1.12.12 for testing


--- NEW FILE: cvs.info ---
Package: cvs
Version: 1.12.12
Revision: 2
Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
#
Source: mirror:gnu:non-gnu/%n/%n-%v.tar.bz2 
Source-MD5: e930ce9a6e75c06555cadb13796d04c4
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--with-gssapi=/usr --with-krb4=/usr --enable-case-sensitivity 
--with-external-zlib
Patch: %n.patch
InstallScript: <<
 make install DESTDIR=%d
<<
DocFiles: <<
 BUGS COPYING* ChangeLog* DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS
 PROJECTS README TESTS TODO
<<
InfoDocs: cvs.info cvsclient.info
#
Description: Version control system
DescDetail: <<
 CVS is the Concurrent Versions System, the dominant open-source
 network-transparent version control system. CVS is useful for
 everyone from individual developers to large, distributed teams:
        - Its client-server access method lets developers access the
          latest code from anywhere there's an Internet connection.
        - Its unreserved check-out model to version control avoids
          artificial conflicts common with the exclusive check-out model.
        - Its client tools are available on most platforms.
<<
DescPackaging: <<
 added the configure params to comply with Fink policy
 added InfoDocs field
 enabled case sensitivity for everybody:
 "Enabling this on a case insensitive system should
  have little effect on the server or client
  operation":  from the help text in the configure script.
 Patch to remove a bad mmap issue on Darwin (thanks, pogma!)
Prior versions by Sylvain Cuaz <[EMAIL PROTECTED]>
<<
Homepage: http://www.nongnu.org/cvs/
License: GPL

--- NEW FILE: cvs.patch ---
--- cvs-1.12.12/configure       2005-04-18 13:20:26.000000000 -0400
+++ cvs-1.12.12.patched/configure       2005-09-09 10:42:13.000000000 -0400
@@ -12710,7 +12710,6 @@
 if test $ac_cv_func_mmap_fixed_mapped = yes; then
 
 cat >>confdefs.h <<\_ACEOF
-#define HAVE_MMAP 1
 _ACEOF
 
 fi



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to