From c9ed11d1d160cbc23fdb11164bf55f1f40520f06 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 3 Mar 2013 23:45:02 +0000 Subject: 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 --- security/sslproxy/files/patch-aa | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 security/sslproxy/files/patch-aa (limited to 'security/sslproxy/files/patch-aa') 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 - -- cgit v1.2.3