1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- update to 0.49a

- use configure

PR:		ports/67324
Submitted by:	maintainer
Approved by:	krion (mentor)
This commit is contained in:
Sergey Matveychuk 2004-07-12 13:54:31 +00:00
parent ac5786228c
commit ac454d87ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113470
4 changed files with 8 additions and 30 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= proxycheck
PORTVERSION= 0.45a
PORTVERSION= 0.49a
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
@ -16,6 +16,8 @@ COMMENT= Check for open proxy servers
MAN1= proxycheck.1
HAS_CONFIGURE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/

View File

@ -1,2 +1,2 @@
MD5 (proxycheck-0.45a.tar.gz) = 2b8dc50b83ed6948588a223fabe45452
SIZE (proxycheck-0.45a.tar.gz) = 31206
MD5 (proxycheck-0.49a.tar.gz) = 5121f100ca36c7afbb7e3f48eafdf0d5
SIZE (proxycheck-0.49a.tar.gz) = 38879

View File

@ -1,22 +0,0 @@
--- Makefile.orig Sun May 11 10:47:38 2003
+++ Makefile Fri Jun 13 03:01:04 2003
@@ -2,15 +2,15 @@
# Makefile for proxycheck. GPL
-CC = cc
-CFLAGS = -O
+CC ?= cc
+CFLAGS += -O
DEFS = -D_GNU_SOURCE
LD = $(CC)
-LDFLAGS =
+# LDFLAGS =
# For Solaris, we need -lsocket -lnsl and -lresolv for inet_aton
-RSOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lresolv -lsocket -lnsl || :`
-SOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lsocket -lnsl || :`
+# RSOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lresolv -lsocket -lnsl || :`
+# SOCKLIBS = `[ -f /usr/lib/libsocket.so ] && echo -lsocket -lnsl || :`
USE_CFLAGS = $(CFLAGS) $(DEFS)

View File

@ -1,10 +1,8 @@
proxycheck is a simple tool that may be used to check whether a given
Proxycheck is a simple tool that may be used to check whether a given
host or set of hosts has open proxy server running.
See http://www.corpit.ru/mjt/proxycheck.html for more information.
proxycheck was written by Michael Tokarev and comes ready to contribute
results to DSBL.org.
Proxycheck comes ready to contribute results to DSBL.org. It was
written by Michael Tokarev.
WWW: http://www.corpit.ru/mjt/proxycheck.html