mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
misc/skyutils: Remove expired port
misc/skyutils
This commit is contained in:
parent
2df674236d
commit
a3908b7078
1
MOVED
1
MOVED
@ -3016,3 +3016,4 @@ multimedia/aegisub||2024-02-29|Has expired: BROKEN for nearly a year
|
||||
multimedia/camserv||2024-02-29|Has expired: Last upstream release was in 2002, reconsider using multimedia/ustreamer or multimedia/ffmpeg
|
||||
multimedia/flvstreamer||2024-02-29|Has expired: Last release 2010 and no active development since, consider using multimedia/ffmpeg
|
||||
devel/ptypes||2024-02-29|Has expired: Abandoned upstream, doesn't fetch
|
||||
misc/skyutils||2024-02-29|Has expired: Library used for deprecated port misc/smssend
|
||||
|
@ -562,7 +562,6 @@
|
||||
SUBDIR += shuffle-db
|
||||
SUBDIR += silicon
|
||||
SUBDIR += since
|
||||
SUBDIR += skyutils
|
||||
SUBDIR += slides
|
||||
SUBDIR += sloccount
|
||||
SUBDIR += sls
|
||||
|
@ -1,23 +0,0 @@
|
||||
PORTNAME= skyutils
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://BSDforge.com/projects/source/misc/skyutils/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library required by smssend (same author)
|
||||
WWW= https://BSDforge.com/projects/misc/skyutils/
|
||||
|
||||
DEPRECATED= Library used for deprecated port misc/smssend
|
||||
EXPIRATION_DATE=2024-02-29
|
||||
|
||||
USES= autoreconf libtool ssl tar:txz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskyutils.so
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1606948327
|
||||
SHA256 (skyutils-3.0.txz) = ca6c129f6cb507d400254a8ce167d81198c84b673ca37ea365bd13d1b005dbee
|
||||
SIZE (skyutils-3.0.txz) = 229424
|
@ -1,11 +0,0 @@
|
||||
--- configure.ac.orig Mon May 9 12:16:44 2005
|
||||
+++ configure.ac Fri Jun 24 17:04:44 2005
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
SU_SSL_CFLAGS=""
|
||||
if test "$ssl" = "true"; then
|
||||
- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl")
|
||||
+ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl -lcrypto", ,-lcrypto)
|
||||
if test ! "$SU_SSL_LIB"; then
|
||||
AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled")
|
||||
ssl=false
|
@ -1,14 +0,0 @@
|
||||
--- src/web.c.orig 2006-04-24 08:44:09 UTC
|
||||
+++ src/web.c
|
||||
@@ -123,7 +123,11 @@ SSL_CTX *SU_SSL_InitializeCTX(char *pcEr
|
||||
char errormsg[1024];
|
||||
SSL_CTX *sslctx;
|
||||
|
||||
+#ifndef OPENSSL_NO_SSL3
|
||||
sslctx = SSL_CTX_new(SSLv3_client_method());
|
||||
+#else
|
||||
+ sslctx = SSL_CTX_new(SSLv23_client_method());
|
||||
+#endif
|
||||
if(sslctx == NULL)
|
||||
{
|
||||
ERR_error_string(ERR_get_error(), errormsg);
|
@ -1,3 +0,0 @@
|
||||
This library contains many useful functions
|
||||
that the maintainer of Smssend and Skyutils
|
||||
used in many of his projects.
|
@ -1,6 +0,0 @@
|
||||
bin/skyutils-config
|
||||
include/skyutils.h
|
||||
lib/libskyutils-3.0.so.0
|
||||
lib/libskyutils-3.0.so.0.0.0
|
||||
lib/libskyutils.a
|
||||
lib/libskyutils.so
|
Loading…
Reference in New Issue
Block a user