head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.09.22.06.26.44;	author bapt;	state dead;
branches;
next	1.1;

1.1
date	2001.04.18.16.24.18;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.2
log
@2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-httpclient
2011-09-01 sysutils/wots: No more public distfiles
2011-09-15 sysutils/gpart: Upstream disappeared
2011-09-01 sysutils/plod: No more public distfiles
2011-09-01 sysutils/checkservice: BROKEN for more than 6 month
2011-09-01 security/nsm-console: BROKEN for more than 6 month
2011-09-01 security/fressh: No more public distfiles
2011-09-01 palm/pose: No more public distfiles
2011-09-01 palm/isilo: No more public distfiles
2011-09-01 news/ija: BROKEN for more than 6 month
2011-09-01 news/PicMonger: Abandonware
@
text
@
$FreeBSD: ports/security/fressh/files/patch-Makefile,v 1.1 2001/04/18 16:24:18 sobomax Exp $

--- Makefile.orig	Sun Feb 11 06:01:50 2001
+++ Makefile	Wed Apr 18 19:11:30 2001
@@@@ -1,11 +1,11 @@@@
 # $Id: Makefile,v 1.80.2.1 2001/02/11 04:01:50 tls Exp $
 
-DEBUG = -g
-OPTIMIZE = -O2
+#DEBUG = -g
+#OPTIMIZE = -O2
 #PROF = -pg
-WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \
-           -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \
-	   -Wcast-qual -Wswitch -Werror # -Wshadow
+#WARNINGS = -Wall -Wstrict-prototypes -Wmissing-prototypes \
+#           -Wpointer-arithmetic -Wreturn-type -Wwrite-strings \
+#	   -Wcast-qual -Wswitch -Werror # -Wshadow
 # DEFINES += -DUNSAFE_DEBUG
 # DEFINES += -DFORCE_VALID_LOOPBACK_HOST_KEYS
 # DEFINES += -DNO_CRC_AT_ALL
@@@@ -20,15 +20,15 @@@@
 #MEMDEBUG_INCLUDE= -I /usr/pkg/include
 #MEMDEBUG_LINK= -L /usr/pkg/lib -R /usr/pkg/lib -lleak
 
-CPPFLAGS = ${WARNINGS} -I. -Itransport -Icrypto ${MEMDEBUG_INCLUDE}
-CFLAGS = ${DEBUG} ${OPTIMIZE} ${PROF} ${CPPFLAGS}
+CPPFLAGS += ${WARNINGS} -I. -Itransport -Icrypto ${MEMDEBUG_INCLUDE}
+CFLAGS += ${DEBUG} ${OPTIMIZE} ${PROF} ${CPPFLAGS}
 
 OS_HDR = ssh_sys_bsd44+.h
 OS_SRC = ssh_sys_bsd44+.c ssh_sys_posix.c
 OS_OBJ = ssh_sys_bsd44+.o ssh_sys_posix.o
 
 # Use *one* of the two below:
-LIBS=	-Llib -lssh	# If you have BSD pmake and BSD-style shared libs.
+LIBS+=	${LDFLAGS} -Llib -lssh	# If you have BSD pmake and BSD-style shared libs.
 SSHLIB= libssh
 LIBCLEAN= libclean
 LIBDEP= libdep
@@@@ -40,11 +40,10 @@@@
 
 #IDEA_LIB = -lcrypto_idea
 
-LIBS+= -lutil -lcrypt -lz ${IDEA_LIB} -lcrypto ${MEMDEBUG_LINK}
+LIBS+= -lutil -lcrypt -lz ${IDEA_LIB} -lcrypto ${MEMDEBUG_LINK} ${RSAGLUE}
 
 INSTALL=install
 INSTALL_FLAGS=-c -r -m 755 -o bin -g bin
-PREFIX=/usr/local
 FRE=fre
 
 HDRS = options.h ssh_buffer.h ssh_channel.h ssh_client.h ssh_defines.h	\
@@@@ -154,11 +153,11 @@@@
 	(cd lib ; make depend)
 
 install: sshd
-	${INSTALL} ${INSTALL_FLAGS} sshd ${PREFIX}/sbin/${FRE}sshd
-	${INSTALL} ${INSTALL_FLAGS} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen
-	${INSTALL} ${INSTALL_FLAGS} ssh ${PREFIX}/bin/${FRE}ssh
-	${INSTALL} ${INSTALL_FLAGS} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent
-	${INSTALL} ${INSTALL_FLAGS} ssh-add ${PREFIX}/bin/${FRE}ssh-add
+	${BSD_INSTALL_PROGRAM} sshd ${PREFIX}/sbin/${FRE}sshd
+	${BSD_INSTALL_PROGRAM} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen
+	${BSD_INSTALL_PROGRAM} ssh ${PREFIX}/bin/${FRE}ssh
+	${BSD_INSTALL_PROGRAM} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent
+	${BSD_INSTALL_PROGRAM} ssh-add ${PREFIX}/bin/${FRE}ssh-add
 
 clean: ${LIBCLEAN}
 	rm -f *.o crypto/*.o transport/*.o a.out sshd ssh-keygen ssh \
@


1.1
log
@Add fressh 0.8.1, a free rewritten implementation of the SSH
communication protocol.

Obtained from:	NetBSD
@
text
@d2 1
a2 1
$FreeBSD$
@

