1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to ELF and v1.0r7. This version supports only one type of

binaries (ELF OR aout) with runsocks.
This commit is contained in:
Warner Losh 1998-10-07 18:51:28 +00:00
parent c367aa9bf1
commit ffe162b612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13716
3 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: socks5
# Version required: v1.0r6
# Version required: v1.0r7
# Date created: 24 Apr 1996
# Whom: pst
#
# $Id: Makefile,v 1.18 1998/07/12 21:26:49 imp Exp $
# $Id: Makefile,v 1.19 1998/07/20 22:46:57 imp Exp $
#
DISTNAME= socks5-v1.0r6
PKGNAME= socks5-1.0.6
DISTNAME= socks5-v1.0r7
PKGNAME= socks5-1.0.7
CATEGORIES= net security
EXTRACT_SUFX= .tar.gz
@ -38,7 +38,7 @@ do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
${ECHO} ""; \
${ECHO} "NEC requires that you grab the dist files from their"; \
${ECHO} "web site at http://www.socks5.nec.com. Please make sure"; \
${ECHO} "web site at http://www.socks.nec.com. Please make sure"; \
${ECHO} "you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}"; \
${ECHO} "and run make again."; \
${ECHO} ""; \

View File

@ -1 +1 @@
MD5 (socks5-v1.0r6.tar.gz) = f02780d80e3e5ed3a43a067e5c695127
MD5 (socks5-v1.0r7.tar.gz) = 29f33fd5c6a8f65efd4e802035fa09bd

View File

@ -5,7 +5,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
+#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif
@ -14,7 +14,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
+#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif