| Summary: | net/dante's broken under FreeBSD10 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pavel Timofeev <timp87> |
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | cjpm, marino |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Pavel Timofeev
2014-03-20 13:50:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) Or should I report it to dante bug maillist? This patch will allow sockd to start successfully on FreeBSD10:
diff --git a/dante/Makefile b/dante/Makefile
index 9d40732..b4c2559 100644
--- a/dante/Makefile
+++ b/dante/Makefile
@@ -16,7 +16,8 @@ CONFLICTS= socks5-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \
- --with-sockd-conf=${PREFIX}/etc/sockd.conf
+ --with-sockd-conf=${PREFIX}/etc/sockd.conf \
+ --disable-serverdl
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Thank you! I confirm, it works. 2014-04-02 9:53 GMT+04:00 Corey Smith <corsmith@gmail.com>: > This patch will allow sockd to start successfully on FreeBSD10: > > diff --git a/dante/Makefile b/dante/Makefile > index 9d40732..b4c2559 100644 > --- a/dante/Makefile > +++ b/dante/Makefile > @@ -16,7 +16,8 @@ CONFLICTS= socks5-[0-9]* > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ > - --with-sockd-conf=${PREFIX}/etc/sockd.conf > + --with-sockd-conf=${PREFIX}/etc/sockd.conf \ > + --disable-serverdl > CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" > CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} > Hello! Could someone commit it? Sorry guys, I don't know why anders@ didn't commit this. It looks obsolete now that dante has moved to 1.4.0 (on 31 July) However, it seems busted out of the box: bug 192295 net/dante was updated to 1.4.0. This PR can be closed. it was, 3 days ago. |