diff options
author | arved <arved@FreeBSD.org> | 2004-08-02 02:59:26 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-02 02:59:26 +0800 |
commit | 9041e0261ce780d193849dd9d15188e696b40da2 (patch) | |
tree | 7cf34d3e842465f497d2c93e7d7045659290bc4a /irc/bitchx | |
parent | 541e2e5ac689df38910a2dafc5fe3358d26240ed (diff) | |
download | freebsd-ports-gnome-9041e0261ce780d193849dd9d15188e696b40da2.tar.gz freebsd-ports-gnome-9041e0261ce780d193849dd9d15188e696b40da2.tar.zst freebsd-ports-gnome-9041e0261ce780d193849dd9d15188e696b40da2.zip |
Fix build with gcc34
PR: 69463
Submitted by: Michael Johnson <ahze@ahze.net>
Remove gpg sig checking code, the key has expired and the code has too
many flaws.
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 22 | ||||
-rw-r--r-- | irc/bitchx/distinfo | 4 | ||||
-rw-r--r-- | irc/bitchx/files/patch-source_term_c | 10 |
3 files changed, 12 insertions, 24 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index e5ab5c261467..d8cb76c53adc 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -11,8 +11,7 @@ CATEGORIES+= irc MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ftp.cyberpunkz.org/pub/BitchX/source/ \ ftp://ftp.cyberpunkz.org/pub/BitchX/tcl-o/:tcl -DISTFILES= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} \ - ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX}.sig +DISTFILES= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} EXTRACT_ONLY= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} MAINTAINER?= arved@FreeBSD.org @@ -67,8 +66,7 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> .if defined(WITH_TCL) -DISTFILES+= freebsd4-tcl83-bx1.0c19-tcl.o:tcl \ - freebsd4-tcl83-bx1.0c19-tcl.o.sig:tcl +DISTFILES+= freebsd4-tcl83-bx1.0c19-tcl.o:tcl .endif .if defined(WITH_XMMS) @@ -145,22 +143,6 @@ pre-fetch: .endif # WITH_TCL pre-extract: -.if exists(${PREFIX}/bin/gpg) - @${MKDIR} ${WRKDIR} - @${ECHO_CMD} "===> Verifying GnuPG Signatures." - -gpg --keyserver pgp.mit.edu --no-default-keyring \ - --keyring ${WRKDIR}/keyring --recv-key 42D1F77C - cd ${DISTDIR}; gpg --keyring ${WRKDIR}/keyring --verify \ - ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX}.sig \ - ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} -.if defined(WITH_TCL) - cd ${DISTDIR}; gpg --keyring ${WRKDIR}/keyring --verify \ - freebsd4-tcl83-bx1.0c19-tcl.o.sig \ - freebsd4-tcl83-bx1.0c19-tcl.o -.endif -.else - @${ECHO_CMD} "===> GnuPG not installed. Signatures can not be verified" -.endif @${ECHO_CMD} "Available switches:" @${ECHO_CMD} "-------------------" .if !defined (WITH_XMMS) diff --git a/irc/bitchx/distinfo b/irc/bitchx/distinfo index 5479de4a86af..b27c449da296 100644 --- a/irc/bitchx/distinfo +++ b/irc/bitchx/distinfo @@ -1,8 +1,4 @@ MD5 (ircii-pana-1.1-final.tar.gz) = 611d2dda222f00c10140236f4c331572 SIZE (ircii-pana-1.1-final.tar.gz) = 2532476 -MD5 (ircii-pana-1.1-final.tar.gz.sig) = 8ac375a0ba463090843403442e446022 -SIZE (ircii-pana-1.1-final.tar.gz.sig) = 65 MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = a49fd4cab976de64ea8b4215a50a9553 SIZE (freebsd4-tcl83-bx1.0c19-tcl.o) = 46620 -MD5 (freebsd4-tcl83-bx1.0c19-tcl.o.sig) = e02a59d3eb4f3c9d50f0bf28312dd800 -SIZE (freebsd4-tcl83-bx1.0c19-tcl.o.sig) = 65 diff --git a/irc/bitchx/files/patch-source_term_c b/irc/bitchx/files/patch-source_term_c new file mode 100644 index 000000000000..3909338c3503 --- /dev/null +++ b/irc/bitchx/files/patch-source_term_c @@ -0,0 +1,10 @@ +--- source/term.c.orig Fri Jul 23 01:10:02 2004 ++++ source/term.c Fri Jul 23 01:11:02 2004 +@@ -92,7 +92,6 @@ + #endif + + extern char *getenv(); +-extern char *tparm(); + + /* + * The old code assumed termcap. termcap is almost always present, but on |