head	1.6;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1.1.1
	v0_5_3_1:1.1.1.1
	ISSEI:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2011.05.01.20.14.15;	author bapt;	state dead;
branches;
next	1.5;

1.5
date	2003.01.13.15.09.38;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	99.06.02.07.21.49;	author dirk;	state Exp;
branches;
next	1.3;

1.3
date	99.03.26.08.51.51;	author dirk;	state Exp;
branches;
next	1.2;

1.2
date	98.08.30.15.35.08;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.07.20.02.39.04;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.20.02.39.04;	author steve;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
@
text
@--- Makefile.in.orig	Mon Feb 22 05:01:20 1999
+++ Makefile.in	Sun Jan 12 14:46:10 2003
@@@@ -29,7 +29,7 @@@@
 LDFLAGS =
 LIBS = @@LIBS@@
 
-PREFIX = @@prefix@@
+PREFIX ?= @@prefix@@
 exec_prefix = $(PREFIX)
 sbindir = $(exec_prefix)/sbin
 etcdir = $(exec_prefix)/etc
@@@@ -81,7 +81,7 @@@@
 	$(INSTALL_DATA) ../doc/sample/bjorb.conf.sample $(etcdir)/bjorb.conf.sample
 
 $(TARGET): $(OBJS)
-	$(CC) -o $(TARGET) $(ALL_LDFLAGS) $(OBJS) $(ALL_LIBS)
+	$(CXX) -o $(TARGET) $(ALL_LDFLAGS) $(OBJS) $(ALL_LIBS)
 
 debug::
 	$(MAKE) CFLAGS="-g -DDEBUG"
@@@@ -116,13 +116,13 @@@@
 	$(CC) -c $(ALL_CFLAGS)  $<
 
 .cc.o: Makefile
-	$(CC) -c $(ALL_CFLAGS)  $<
+	$(CXX) -c $(ALL_CFLAGS)  $<
 
 Makefile: Makefile.in
 	CONFIG_FILES=./$@@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 cmd.o: cmd.cc cmd-def.h
-	$(CC) -c $(ALL_CFLAGS)  $<
+	$(CXX) -c $(ALL_CFLAGS)  $<
 cmd.cc: cmd.list
 	gperf -aptCT -N in_word_set_cmdlist $? > $@@
 bool.cc:bool.list
@@@@ -135,9 +135,13 @@@@
 	autoconf
 
 certificate::
-	$(SSLTOP)/bin/req -new -x509 -out new.pem -nodes -days 365
-	cat new.pem privkey.pem > $(etcdir)/bjorb.pem
-	@@rm new.pem privkey.pem
+	(\
+	[ -f $(PREFIX)/certs/bjorb.pem ] && exit 0; \
+	cd $(PREFIX)/certs; \
+	openssl req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; \
+	ln -s bjorb.pem `openssl x509 -noout -hash < bjorb.pem`.0 ;\
+	chmod 644 $(PREFIX)/certs/bjorb.pem; \
+	)
 
 install-bsd::
 	@@if test -f /etc/rc.bjorb ; then chmod +w /etc/rc.bjorb; fi
@


1.5
log
@Unbreak on CURRENT.

PR:		46989
Submitted by:	Simon 'corecode' Schubert <corecode@@corecode.ath.cx>
@
text
@@


1.4
log
@include ${PREFIX}/include/openssl due to openssl upgrade.

Submitted by:	Ralf S. Engelschall <rse@@FreeBSD.org>
@
text
@d2 1
a2 1
+++ Makefile.in	Wed Mar 24 20:52:03 1999
d12 25
@


1.3
log
@Upgrade to 0.5.5p1.

${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.

PR:		ports/10768
Submitted by:	Michael Haro <mharo@@area51.fremont.ca.us>
@
text
@d1 2
a2 2
--- src/Makefile.in.orig	Mon Feb 22 05:01:20 1999
+++ src/Makefile.in	Wed Mar 24 20:52:03 1999
@


1.2
log
@Update to version 0.5.4p4.

PR:		7739
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.in.orig	Fri Jul 24 10:53:37 1998
+++ Makefile.in	Tue Aug 25 14:17:09 1998
d22 2
a23 2
+	ssleay req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; \
+	ln -s bjorb.pem `ssleay x509 -noout -hash < bjorb.pem`.0 ;\
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- ../../bjorb-0.5.3p1/src/Makefile.in	Tue May 26 19:35:33 1998
+++ src/Makefile.in	Sun Jul 19 19:32:48 1998
@@@@ -27,7 +27,7 @@@@
d12 1
a12 14
@@@@ -43,10 +43,10 @@@@
 
 ### SSL Configuration
 
-SSLTOP      = /usr/local/ssl
+SSLTOP      = $(PREFIX)
 SSL_CFLAGS  = -I$(SSLTOP)/include
 SSL_LDFLAGS = -L$(SSLTOP)/lib
-SSL_LIBS    = -lssl -lcrypto
+SSL_LIBS    = -lssl -lcrypto -lRSAglue -lrsaref
 
 ###
 # %EXPORT%
@@@@ -132,9 +132,13 @@@@
d27 2
a28 2
 install-freebsd::
 	cp ../doc/sample/bjorb.sh /usr/local/etc/rc.d/bjorb.sh
@


1.1.1.1
log
@Initial import of bjorb version 0.5.3p1.
Secure TCP relay software with SSL.

PR:		7181
Submitted by:	Issei Suzuki <issei@@t-cnet.or.jp>
@
text
@@
