svn commit: r477499 - in head/net/csocks: . files

Tobias Kortkamp tobik at FreeBSD.org
Sat Aug 18 12:10:13 UTC 2018


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.
  


More information about the svn-ports-all mailing list