FreeBSD Bugzilla – Attachment 226199 Details for
Bug 256960
net/3proxy: Minor clean up in Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3proxy
3proxy-cleanup.patch (text/plain), 2.34 KB, created by
Daniel Engberg
on 2021-07-03 21:09:02 UTC
(
hide
)
Description:
Patch for 3proxy
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-07-03 21:09:02 UTC
Size:
2.34 KB
patch
obsolete
>diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile >index 25f111abb964..e15cedc71a72 100644 >--- a/net/3proxy/Makefile >+++ b/net/3proxy/Makefile >@@ -10,9 +10,8 @@ COMMENT= Proxy servers set (support HTTP(S), FTP, SOCKS, POP3, TCP & UDP) > LICENSE= APACHE20 BSD3CLAUSE GPLv2+ LGPL21+ > LICENSE_COMB= dual > >-USE_RC_SUBR= 3proxy > USE_GITHUB= yes >-GH_ACCOUNT= z3APA3A >+USE_RC_SUBR= 3proxy > > MAKEFILE= Makefile.FreeBSD > >@@ -26,7 +25,6 @@ OPTIONS_DEFINE= DOCS > 3PROXY_LOGDIR= /var/log/${PORTNAME} > > post-patch: >- @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE} > @${REINPLACE_CMD} -e 's|%%3PROXY_LOGDIR%%|${3PROXY_LOGDIR}|' ${WRKSRC}/cfg/3proxy.cfg.sample > @${REINPLACE_CMD} -E -e 's| proxy( ?\(8\))| httppr\1|' ${WRKSRC}/man/* > @${REINPLACE_CMD} -E -e 's|([^P] "?)proxy|\1httppr|' ${WRKSRC}/man/proxy.8 >diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo >index 541d63152f25..558357781644 100644 >--- a/net/3proxy/distinfo >+++ b/net/3proxy/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1625251720 >-SHA256 (z3APA3A-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 >-SIZE (z3APA3A-3proxy-0.9.4_GH0.tar.gz) = 610340 >+TIMESTAMP = 1625343847 >+SHA256 (3proxy-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 >+SIZE (3proxy-3proxy-0.9.4_GH0.tar.gz) = 610340 >diff --git a/net/3proxy/files/patch-Makefile.FreeBSD b/net/3proxy/files/patch-Makefile.FreeBSD >index 27c2a3b9a6ef..df90951823c1 100644 >--- a/net/3proxy/files/patch-Makefile.FreeBSD >+++ b/net/3proxy/files/patch-Makefile.FreeBSD >@@ -1,15 +1,17 @@ > --- Makefile.FreeBSD.orig 2021-07-01 16:59:57 UTC > +++ Makefile.FreeBSD >-@@ -10,10 +10,10 @@ >+@@ -10,11 +10,11 @@ > BUILDDIR = ../bin/ > CC ?= gcc > > -CFLAGS = -c -O -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >-+CFLAGS = -c %%CFLAGS%% -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >++CFLAGS += -c -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL > COUT = -o > LN ?= ${CC} > -LDFLAGS = -pthread -O -fno-strict-aliasing >-+LDFLAGS = -pthread >- # -lpthreads may be reuqired on some platforms instead of -pthreads >+-# -lpthreads may be reuqired on some platforms instead of -pthreads >++LDFLAGS += -pthread >++# -lpthreads may be required on some platforms instead of -pthreads > # -ldl or -lld may be required for some platforms > DCFLAGS = -fPIC >+ DLFLAGS = -shared
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256960
: 226199