mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 1.2.
PR: 16590 Submitted by: John Saunders <john@nlc.net.au>
This commit is contained in:
parent
9de26227e5
commit
11f46d87d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25708
3 changed files with 17 additions and 17 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: transproxy
|
# New ports collection makefile for: transproxy
|
||||||
# Version required: 1.0
|
# Version required: 1.2
|
||||||
# Date created: Fri Mar 27 21:24:13 WST 1998
|
# Date created: Fri Mar 27 21:24:13 WST 1998
|
||||||
# Whom: Peter Wemm <peter@netplex.com.au>
|
# Whom: Peter Wemm <peter@netplex.com.au>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= transproxy-1.0
|
DISTNAME= transproxy-1.2
|
||||||
CATEGORIES= www net
|
CATEGORIES= www net
|
||||||
MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
|
MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (transproxy-1.0.tgz) = 81ebbe417f6d56345b29ef7edd3d725e
|
MD5 (transproxy-1.2.tgz) = 70eb15a4bce32f8148f6806e9f69a1e8
|
||||||
|
|
|
@ -1,32 +1,32 @@
|
||||||
--- Makefile.orig Mon Jul 12 11:55:33 1999
|
--- Makefile.orig Wed Feb 9 09:59:09 2000
|
||||||
+++ Makefile Mon Jul 12 12:55:57 1999
|
+++ Makefile Wed Feb 9 11:12:59 2000
|
||||||
@@ -56,15 +56,16 @@
|
@@ -57,17 +57,18 @@
|
||||||
#OPTIONS += -DHAVE_GETOPT_H
|
#OPTIONS += -DHAVE_GETOPT_H
|
||||||
|
|
||||||
# You may need to touch PREFIX, CC and CFLAGS.
|
# You may need to touch PREFIX, CC and CFLAGS.
|
||||||
-PREFIX = /usr/local
|
-PREFIX = /usr/local
|
||||||
-INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
|
-INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
|
||||||
-INSTALL_MAN = install -c -m 444 -o bin -g bin
|
-INSTALL_MAN = install -c -m 444 -o bin -g bin
|
||||||
-
|
|
||||||
-RM = rm -f
|
|
||||||
-CC = gcc
|
|
||||||
-CFLAGS = -O2 -Wall $(OPTIONS)
|
|
||||||
-LDFLAGS = -s
|
|
||||||
-LIBS += #-lresolv
|
|
||||||
+#PREFIX = /usr/local
|
+#PREFIX = /usr/local
|
||||||
+#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
|
+#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
|
||||||
+#INSTALL_MAN = install -c -m 444 -o bin -g bin
|
+#INSTALL_MAN = install -c -m 444 -o bin -g bin
|
||||||
+
|
|
||||||
|
# Some make's don't define this.
|
||||||
|
-RM = rm -f
|
||||||
+#RM = rm -f
|
+#RM = rm -f
|
||||||
|
|
||||||
|
# Should be OK for GNU gcc.
|
||||||
|
-CC = gcc
|
||||||
|
-CFLAGS = -O2 -Wall $(OPTIONS)
|
||||||
|
-LDFLAGS = -s
|
||||||
+#CC = gcc
|
+#CC = gcc
|
||||||
+#CFLAGS = -O2 -Wall $(OPTIONS)
|
+#CFLAGS = -O2 -Wall $(OPTIONS)
|
||||||
+CFLAGS += $(OPTIONS)
|
+CFLAGS += $(OPTIONS)
|
||||||
+#LDFLAGS = -s
|
+#LDFLAGS = -s
|
||||||
+#LIBS += #-lresolv
|
|
||||||
|
|
||||||
# You shouldn't need to touch anything below this.
|
# For using BIND resolver instead of system resolver.
|
||||||
all: tproxy
|
#LIBS += -lresolv # Really old Linux has this.
|
||||||
@@ -85,7 +86,7 @@
|
@@ -96,7 +97,7 @@
|
||||||
$(RM) tproxy
|
$(RM) tproxy
|
||||||
|
|
||||||
install: tproxy
|
install: tproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue