Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13907

Modified Files:
        libevent.info 
Added Files:
        libevent1.info libevent1.patch 
Log Message:
new major rev

--- NEW FILE: libevent1.patch ---
diff -Naur libevent-1.1a/configure libevent-1.1a-0001/configure
--- libevent-1.1a/configure     2005-06-12 13:59:22.000000000 -0400
+++ libevent-1.1a-0001/configure        2006-03-08 22:11:29.000000000 -0500
@@ -21592,13 +21592,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-int
-main ()
-{
 void foo() { const char *cp = __func__; }
-  ;
-  return 0;
-}
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
@@ -21639,13 +21633,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-int
-main ()
-{
 void foo() { const char *cp = __FUNCTION__; }
-  ;
-  return 0;
-}
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5

--- NEW FILE: libevent1.info ---
Package: libevent1
Version: 1.1a
Revision: 1
Description: Event notification library, version 1
License: BSD
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>

Source: http://www.monkey.org/~provos/libevent-%v.tar.gz
Source-MD5: 6cc776458ecaf9247550863702a44d7c

# Must modify libevent.info as well!
Conflicts: libevent
Replaces: libevent

BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r)
ConfigureParams: --mandir=%p/share/man

# Fix nested functions
Patch: %n.patch

# I hate libtool's -release flag
PatchScript: perl -i -pe 's/-release\s\S+\s//' Makefile.in

InstallScript: make install DESTDIR=%d

Homepage: www.monkey.org/~provos/libevent/
DescDetail: <<
 The libevent API provides a mechanism to execute a callback function when
 a specific event occurs on a file descriptor or after a timeout has been
 reached. Furthermore, libevent also supports callbacks due to signals or
 regular timeouts.
<<
DocFiles: README

SplitOff: <<
        Package: %N-shlibs
        Files: lib/libevent.*.dylib
        Shlibs: %p/lib/libevent.1.dylib 2.0.0 %n (>= 1.1a-1)
<<
Index: libevent.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libevent.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libevent.info       13 Mar 2006 16:08:26 -0000      1.2
+++ libevent.info       20 Mar 2006 07:49:25 -0000      1.3
@@ -5,6 +5,9 @@
 License: BSD
 Maintainer: rayg <[EMAIL PROTECTED]>
 
+Conflicts: libevent1
+Replaces: libevent1
+
 BuildDependsOnly: true
 
 Source: http://www.monkey.org/~provos/%n-%v.tar.gz



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to