Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142215525
D32217.id95915.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D32217.id95915.diff
View Options
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile
--- a/net/3proxy/Makefile
+++ b/net/3proxy/Makefile
@@ -12,9 +12,8 @@
USES= cpe
-USE_RC_SUBR= 3proxy
USE_GITHUB= yes
-GH_ACCOUNT= z3APA3A
+USE_RC_SUBR= 3proxy
MAKEFILE= Makefile.FreeBSD
@@ -28,7 +27,6 @@
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
--- 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
--- 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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 8:56 AM (4 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27707331
Default Alt Text
D32217.id95915.diff (2 KB)
Attached To
Mode
D32217: net/3proxy: Minor clean up in Makefile
Attached
Detach File
Event Timeline
Log In to Comment