Date: Sat, 18 Aug 2018 12:10:12 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477499 - in head/net/csocks: . files Message-ID: <201808181210.w7ICACap031175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Aug 18 12:10:12 2018 New Revision: 477499 URL: https://svnweb.freebsd.org/changeset/ports/477499 Log: net/csocks: Remove bits that probably shouldn't be there PR: 230362 Modified: head/net/csocks/Makefile head/net/csocks/files/patch-Makefile Modified: head/net/csocks/Makefile ============================================================================== --- head/net/csocks/Makefile Sat Aug 18 12:05:39 2018 (r477498) +++ head/net/csocks/Makefile Sat Aug 18 12:10:12 2018 (r477499) @@ -3,6 +3,7 @@ PORTNAME= csocks PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= http://csocks.altervista.org/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/net/csocks/files/patch-Makefile ============================================================================== --- head/net/csocks/files/patch-Makefile Sat Aug 18 12:05:39 2018 (r477498) +++ head/net/csocks/files/patch-Makefile Sat Aug 18 12:10:12 2018 (r477499) @@ -7,7 +7,7 @@ - # flags to compile object files that can be used in a dynamic library -CFLAGS = -Wall -fPIC -g -c -O2 -std=c99 -fno-strict-aliasing -D'LINUX' -D'CSOCKS_PATH_LIBC="libc.so.6"' -D'CSOCKS_LIBCONNECT="libc.so.6"' -D'CSOCKS_CONF="/etc/csocks.conf"' -+CFLAGS += -fPIC -std=c99 -fno-strict-aliasing -D'LINUX' -D'CSOCKS_PATH_LIBC="libc.so.7"' -D'CSOCKS_LIBCONNECT="libc.so.7"' -D'CSOCKS_CONF="${PREFIX}/etc/csocks.conf"' ++CFLAGS += -fPIC -std=c99 -fno-strict-aliasing -D'CSOCKS_CONF="${PREFIX}/etc/csocks.conf"' # on some platforms, use '-fpic' instead.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808181210.w7ICACap031175>