diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:52:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:52:04 +0100 |
commit | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /net-proxy/3proxy | |
parent | 6612a728ea11526a849618ec515ad57131d64416 (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'net-proxy/3proxy')
-rw-r--r-- | net-proxy/3proxy/Manifest | 1 | ||||
-rw-r--r-- | net-proxy/3proxy/files/3proxy-0.5.3k-gentoo.patch | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/net-proxy/3proxy/Manifest b/net-proxy/3proxy/Manifest index 25f5225a532b..bae405396403 100644 --- a/net-proxy/3proxy/Manifest +++ b/net-proxy/3proxy/Manifest @@ -1,4 +1,3 @@ -AUX 3proxy-0.5.3k-gentoo.patch 956 BLAKE2B 3df8e8bde875df4f892a1a6ef7baef63ad61f1d249bc7bb1e596ccacf46614d4d4a288ffd6538a1df8040fa30f46d492e3e78ad764a70b60e48361d0e66c0b73 SHA512 857d72ad85d5dc5158eda402f0ad81ccd9410e1849c5c1f1a2fd86946ae65073ce5ac09f19e0d9cae940d285d161252045cb0d2b936dcb6121fae161a77df113 AUX 3proxy-0.8.8-gentoo.patch 1471 BLAKE2B daccc5f278ba4ac59aad24b463557a49e177f0dea679deea0b1282ba31eac21d76ee4587c3a6523da29ea8130ac24c75ee8b0ceecceb1ec57a53cc6028c9bb51 SHA512 9c41df962691f8b2b832495a5e644fcbe58805839b2b40dd65564dc3eb9897de1a744677e2c4a032e39d64b34c4190893049f2ed86be8908f739f720633b2f3a DIST 3proxy-0.8.9.tar.gz 497006 BLAKE2B c57e98eb586dfacefd530e091fecbee274d8104698ca082b71ea0607294199cb7db63fc32787236b7e797c928a7ba4f7bafa3ef35551bef76aacfbdf1f259fff SHA512 35153882fec7077b05b23f9cea91443126a8a9faf9818915612e0739196a8bd1f00e0bcefb339a86bad10bb0c1b9891bd06847934787f4758ec55e6cc2e9e815 EBUILD 3proxy-0.8.9.ebuild 837 BLAKE2B 7f5666c6d09b04d57be1147421436435f0ce8487ae5957a474cee81064642bde3b4b80b52d9a14c6a9e0c16e61518cf6b1a412dddf354edc2cbec821e2351207 SHA512 ef8abe07dff61866d3b2a887511aaaba995fbdf3173213790f71a42f64d61b2fa224f41cb1f11d9d42ffbca04c579a013f2adc8ce19c06f03b9b5491552009c4 diff --git a/net-proxy/3proxy/files/3proxy-0.5.3k-gentoo.patch b/net-proxy/3proxy/files/3proxy-0.5.3k-gentoo.patch deleted file mode 100644 index a88a28780432..000000000000 --- a/net-proxy/3proxy/files/3proxy-0.5.3k-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.unix.orig 2005-04-30 18:29:00.000000000 +0000 -+++ Makefile.unix 2008-10-12 17:18:21.000000000 +0000 -@@ -9,10 +9,10 @@ - CC = gcc - - # you may need -L/usr/pkg/lib for older NetBSD versions --CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS += -Wall -g -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL - COUT = -o - LN = gcc --LDFLAGS = -Wall -O2 -pthread -+LDFLAGS += -Wall -pthread - # -lpthreads may be reuqired on some platforms instead of -pthreads - LIBS = - LNOUT = -o ---- src/stringtable.c.orig 2008-01-09 21:14:46.000000000 +0000 -+++ src/stringtable.c 2008-10-12 17:19:19.000000000 +0000 -@@ -23,7 +23,7 @@ - /* 19 */ NULL, - #ifndef TPROXY_CONF - #ifndef _WIN32 --/* 20 */ (unsigned char *)"/usr/local/etc/3proxy.cfg", -+/* 20 */ (unsigned char *)"/etc/3proxy.cfg", - #else - /* 20 */ (unsigned char *)"3proxy.cfg", - #endif |