pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tac_plus-libradius: change homepage and download site to archive.org; enable compatibility with clang



Module Name:	pkgsrc-wip
Committed By:	Georg Schwarz <schwarz%NetBSD.org@localhost>
Pushed By:	schwarz
Date:		Sat Apr 25 23:10:29 2020 +0200
Changeset:	8168e181cd8797a45f0a8257330e0012f17c2e04

Modified Files:
	tac_plus-libradius/Makefile
	tac_plus-libradius/distinfo

Log Message:
tac_plus-libradius: change homepage and download site to archive.org; enable compatibility with clang

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8168e181cd8797a45f0a8257330e0012f17c2e04

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tac_plus-libradius/Makefile | 10 ++++++++--
 tac_plus-libradius/distinfo |  7 ++++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs:
diff --git a/tac_plus-libradius/Makefile b/tac_plus-libradius/Makefile
index 5658ac9f7c..61edc0a295 100644
--- a/tac_plus-libradius/Makefile
+++ b/tac_plus-libradius/Makefile
@@ -3,13 +3,15 @@
 DISTNAME=	tac_plus.F5.0.0.alpha-libradius
 PKGNAME=	tac_plus-libradius-5.0.0
 CATEGORIES=	net security
-MASTER_SITES=	http://www.portal-to-web.de/tacacs/
+MASTER_SITES=	https://web.archive.org/web/20040613103123if_/http://portal-to-web.de:80/tacacs/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	schwarz%NetBSD.org@localhost
-HOMEPAGE=	http://www.portal-to-web.de/tacacs/
+HOMEPAGE=	https://web.archive.org/web/20040613103123/http://portal-to-web.de/tacacs/
 COMMENT=	Version of Cisco's tac_plus Tacacs server with RADIUS support
 
+EXTRACT_CMD=	${TAR} xf $$extract_file
+
 INSTALLATION_DIRS=	bin sbin ${PKGMANDIR}/man8 share/doc/tac_plus \
 			share/examples/tac_plus
 
@@ -31,6 +33,10 @@ CPPFLAGS+=	-DMIPS
 CPPFLAGS+=	-DMACOSX5PLUS
 .endif
 
+.if !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+=	-Wno-return-type
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${DESTDIR}${PREFIX}/sbin
 	${INSTALL_PROGRAM} ${WRKSRC}/generate_passwd \
diff --git a/tac_plus-libradius/distinfo b/tac_plus-libradius/distinfo
index e52ec49a65..c74979b424 100644
--- a/tac_plus-libradius/distinfo
+++ b/tac_plus-libradius/distinfo
@@ -1,8 +1,9 @@
 $NetBSD: distinfo,v 1.9 2010/09/05 16:27:36 gschwarz Exp $
 
-SHA1 (tac_plus.F5.0.0.alpha-libradius.tgz) = 937508cb00e70425890b53d1dde3e8a0ca570bb3
-RMD160 (tac_plus.F5.0.0.alpha-libradius.tgz) = c6ea0ab7c77c9b1684fcf9d26cdb7f689254e255
-Size (tac_plus.F5.0.0.alpha-libradius.tgz) = 202070 bytes
+SHA1 (tac_plus.F5.0.0.alpha-libradius.tgz) = aef47b9d43b73ff4beef31fe39cb759dcfc97773
+RMD160 (tac_plus.F5.0.0.alpha-libradius.tgz) = b0ccb6ce67919f39153a8b81c5f2c3423ed55e91
+SHA512 (tac_plus.F5.0.0.alpha-libradius.tgz) = b20e92e2dd2ba1e96ee70dae06f71467b37e78b5408dbaf8487adeff86bd980f7fe305e429b7255d0c3ad89acd55448e1f82983ee80ab9f006be666ad01dedfa
+Size (tac_plus.F5.0.0.alpha-libradius.tgz) = 880640 bytes
 SHA1 (patch-aa) = edd1694be30e868a266c7c96f18e1aa72beb4e03
 SHA1 (patch-ab) = 9e4d13b7dd23e49f35657f4a03e428de09a10351
 SHA1 (patch-ac) = 32083a03856b2057eb2b031ae6e78ed7985f9e3a


Home | Main Index | Thread Index | Old Index