summaryrefslogtreecommitdiff
path: root/security/sslproxy/files/patch-aa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-03 23:45:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-03 23:45:02 +0000
commitc9ed11d1d160cbc23fdb11164bf55f1f40520f06 (patch)
tree0e2686c46294275fdd37f965b6e11e309ce3c4b7 /security/sslproxy/files/patch-aa
parent2013-02-27 security/lep: No more upstream, no more public distfiles (diff)
2013-02-27 www/igal: No more upstream, no more public distfiles, consider using www/llgal
2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server 2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles 2013-02-28 security/sslproxy: Abandoned upstream 2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles 2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008 2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd 2013-02-28 mail/gmime: Superceded with version 2.4 2013-02-28 archivers/bsdar: part of the base system
Notes
Notes: svn path=/head/; revision=313385
Diffstat (limited to 'security/sslproxy/files/patch-aa')
-rw-r--r--security/sslproxy/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
deleted file mode 100644
index 113f34088108..000000000000
--- a/security/sslproxy/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Sat Jan 29 11:36:07 2000
-+++ Makefile Mon Feb 7 17:07:20 2000
-@@ -10,15 +10,13 @@
-
-
- # if you use cc, remove the -Wall and -g options
--CC= gcc
-+CC?= gcc
-
--SSLROOT= /usr/local/openssl
--
--CFLAGS= -Wall -I$(SSLROOT)/include -O
-+CFLAGS+= -I$(OPENSSLINC)
- # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
- # -DHP to the CFLAGS variable
-
--LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
-+LIBS = -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
-
- OBJ = sslproxy.o
-