Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=753e4a43e77e6a9155d3333fcb91f0a130780f9e
commit 753e4a43e77e6a9155d3333fcb91f0a130780f9e Author: Miklos Vajna <[email protected]> Date: Fri May 20 21:37:26 2016 +0200 ace-5.7.7-2-x86_64 - remove, it was last updated 6+ years ago diff --git a/source/devel-extra/ace/FrugalBuild b/source/devel-extra/ace/FrugalBuild deleted file mode 100644 index 3c887db..0000000 --- a/source/devel-extra/ace/FrugalBuild +++ /dev/null @@ -1,31 +0,0 @@ -# Compiling Time: 16.27 SBU -# Maintainer: Miklos Vajna <[email protected]> -# Contributor: Othmane Benkirane <[email protected]> - -pkgname=ace -pkgver=5.7.7 -pkgrel=2 -pkgdesc="Provides abstractions for sockets, demultiplexing loops in C++" -url="http://www.cs.wustl.edu/~schmidt/ACE.html" -groups=('devel-extra') -archs=('i686' 'x86_64') -depends=('openssl>=1.0.0') - -_F_conf_configure="../configure" -_F_cd_path="ACE_wrappers/build" -_F_archive_name="ACE" - -urlsrc="http://download.dre.vanderbilt.edu/previous_versions/" -source=($urlsrc/$_F_archive_name-$pkgver.tar.bz2 openssl-1.0.diff) -up2date="Flasttarbz2 $urlsrc" - -build() { - mkdir -p $Fsrcdir/ACE_wrappers/build - Fsed '-O3' '' ../configure - Fbuild --disable-ace-examples - Frm /home -} -sha1sums=('c9b4f5beb87773da065e70656cf597c377649c56' \ - '5abe39b2dae81547b1d20a55c1e3b3b49b0e1ebb') - -# optimization OK diff --git a/source/devel-extra/ace/openssl-1.0.diff b/source/devel-extra/ace/openssl-1.0.diff deleted file mode 100644 index ad262a4..0000000 --- a/source/devel-extra/ace/openssl-1.0.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff -aur ACE_wrappers/configure fw_ACE_wrappers/configure ---- ACE_wrappers/../configure 2010-03-03 15:24:00.000000000 +0100 -+++ fw_ACE_wrappers/../configure 2010-06-11 15:11:16.000000000 +0200 -@@ -9024,7 +9024,7 @@ - CRYPTO_set_locking_callback (0); - SSLeay_add_ssl_algorithms (); - SSL_load_error_strings (); --SSL_METHOD * meth = TLSv1_method (); -+const SSL_METHOD * meth = TLSv1_method (); - SSL_CTX * ctx = SSL_CTX_new (meth); - SSL * ssl = SSL_new (ctx); - int fd = 2000; // Dummy file descriptor value. -@@ -9094,7 +9094,7 @@ - CRYPTO_set_locking_callback (0); - SSLeay_add_ssl_algorithms (); - SSL_load_error_strings (); --SSL_METHOD * meth = TLSv1_method (); -+const SSL_METHOD * meth = TLSv1_method (); - SSL_CTX * ctx = SSL_CTX_new (meth); - SSL * ssl = SSL_new (ctx); - int fd = 2000; // Dummy file descriptor value. -@@ -9199,7 +9199,7 @@ - CRYPTO_set_locking_callback (0); - SSLeay_add_ssl_algorithms (); - SSL_load_error_strings (); --SSL_METHOD * meth = TLSv1_method (); -+const SSL_METHOD * meth = TLSv1_method (); - SSL_CTX * ctx = SSL_CTX_new (meth); - SSL * ssl = SSL_new (ctx); - int fd = 2000; // Dummy file descriptor value. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
