pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/bitchx FreeBSD build fix from FreeBSD CVS tree



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdfb7a51fee9
branches:  trunk
changeset: 502566:cdfb7a51fee9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 06 17:40:47 2005 +0000

description:
FreeBSD build fix from FreeBSD CVS tree
Minor pkglintification of Makefile

diffstat:

 chat/bitchx/Makefile         |   4 ++--
 chat/bitchx/distinfo         |   3 ++-
 chat/bitchx/patches/patch-ao |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r a0a500914529 -r cdfb7a51fee9 chat/bitchx/Makefile
--- a/chat/bitchx/Makefile      Sun Nov 06 17:14:07 2005 +0000
+++ b/chat/bitchx/Makefile      Sun Nov 06 17:40:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/05/31 16:36:40 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2005/11/06 17:40:47 adrianp Exp $
 
 DISTNAME=      ircii-pana-1.1-final
 PKGNAME=       bitchx-1.1
@@ -17,7 +17,7 @@
 WRKSRC=                        ${WRKDIR}/BitchX
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS=                --with-ssl
+CONFIGURE_ARGS+=       --with-ssl
 
 .include "options.mk"
 .include "../../mk/bsd.prefs.mk"
diff -r a0a500914529 -r cdfb7a51fee9 chat/bitchx/distinfo
--- a/chat/bitchx/distinfo      Sun Nov 06 17:14:07 2005 +0000
+++ b/chat/bitchx/distinfo      Sun Nov 06 17:40:47 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.13 2005/11/06 17:40:47 adrianp Exp $
 
 SHA1 (ircii-pana-1.1-final.tar.gz) = b25635b62c7ff905b6492a4aaa88c43b5aa164f8
 RMD160 (ircii-pana-1.1-final.tar.gz) = 4105de2587964146e2391a26a8a16e3d0059a93f
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 90c7e0a19c81e710392c675be650c57e64ee65b3
 SHA1 (patch-af) = c79fcbcc57b8234d5918b1414219965b75e3c0d1
 SHA1 (patch-an) = 59a6dc31a90b88bbffac5bb4629feaa2488afeff
+SHA1 (patch-ao) = 5c0eabae60475db7d5e1d1bf478a725adcfbbeed
diff -r a0a500914529 -r cdfb7a51fee9 chat/bitchx/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/bitchx/patches/patch-ao      Sun Nov 06 17:40:47 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ao,v 1.1 2005/11/06 17:40:47 adrianp Exp $
+
+--- source/term.c.orig 2005-11-06 17:14:05.000000000 +0000
++++ source/term.c
+@@ -92,7 +92,10 @@ extern      int             tgetflag();
+ #endif
+ 
+ extern  char    *getenv();
++
++#if !defined(__FreeBSD__)
+ extern        char    *tparm();
++#endif
+ 
+ /*
+  * The old code assumed termcap. termcap is almost always present, but on



Home | Main Index | Thread Index | Old Index