pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/awka Remove setmode() declaration that is differe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/225ef2915f3c
branches:  trunk
changeset: 502134:225ef2915f3c
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Nov 02 15:54:04 2005 +0000

description:
Remove setmode() declaration that is different from BSD's.  Caused build
failure on Interix.

Turn off shlib for now.  It's unversioned and quite primitive, and nothing
is currently depending on it.

diffstat:

 lang/awka/Makefile         |   4 ++--
 lang/awka/PLIST            |   3 +--
 lang/awka/distinfo         |   4 +++-
 lang/awka/patches/patch-aa |  11 +++++++++++
 lang/awka/patches/patch-ab |  15 +++++++++++++++
 5 files changed, 32 insertions(+), 5 deletions(-)

diffs (73 lines):

diff -r 5d0e8f5f6029 -r 225ef2915f3c lang/awka/Makefile
--- a/lang/awka/Makefile        Wed Nov 02 15:41:25 2005 +0000
+++ b/lang/awka/Makefile        Wed Nov 02 15:54:04 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/09/26 15:04:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/02 15:54:04 tv Exp $
 #
 
 DISTNAME=      awka-0.7.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang devel
 MASTER_SITES=  http://awka.sourceforge.net/
 
diff -r 5d0e8f5f6029 -r 225ef2915f3c lang/awka/PLIST
--- a/lang/awka/PLIST   Wed Nov 02 15:41:25 2005 +0000
+++ b/lang/awka/PLIST   Wed Nov 02 15:54:04 2005 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2005/09/26 15:04:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/11/02 15:54:04 tv Exp $
 bin/awka
 include/libawka.h
 lib/libawka.a
-lib/libawka.so
 man/man1/awka.1
 man/man5/awka-elm.5
 man/man5/awka-elmref.5
diff -r 5d0e8f5f6029 -r 225ef2915f3c lang/awka/distinfo
--- a/lang/awka/distinfo        Wed Nov 02 15:41:25 2005 +0000
+++ b/lang/awka/distinfo        Wed Nov 02 15:54:04 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 09:03:05 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/11/02 15:54:04 tv Exp $
 
 SHA1 (awka-0.7.5.tar.gz) = b626a77ee716b9218ef78bee96e6ba2533055514
 RMD160 (awka-0.7.5.tar.gz) = 74d953efd395938572317b24fc702a0646d94f10
 Size (awka-0.7.5.tar.gz) = 395499 bytes
+SHA1 (patch-aa) = ab553c4e7878011f19f51c15a5885220b5c378d7
+SHA1 (patch-ab) = 9cab1c88b6fd7b6af175023f575226c90c011cd7
diff -r 5d0e8f5f6029 -r 225ef2915f3c lang/awka/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/awka/patches/patch-aa        Wed Nov 02 15:54:04 2005 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 2005/11/02 15:54:04 tv Exp $
+
+--- awka/fin.h.orig    2001-07-06 01:03:46.000000000 -0400
++++ awka/fin.h
+@@ -51,6 +51,4 @@ unsigned PROTO ( fillbuff, (int, char *,
+ 
+ extern  FIN  *main_fin ;  /* for the main input stream */
+ void   PROTO( open_main, (void) ) ;
+-
+-void  PROTO(setmode, (int,int)) ;
+ #endif  /* FIN_H */
diff -r 5d0e8f5f6029 -r 225ef2915f3c lang/awka/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/awka/patches/patch-ab        Wed Nov 02 15:54:04 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2005/11/02 15:54:04 tv Exp $
+
+--- configure.orig     2001-07-11 02:00:52.000000000 -0400
++++ configure
+@@ -2877,8 +2877,8 @@ rm -f conftest*
+     EXE=''
+     if test "$GCC" = yes
+     then
+-      SHARED_LIB='libawka.so'
+-      SHAREDFLAG='-fPIC'
++      SHARED_LIB=''
++      SHAREDFLAG=''
+     fi
+   else
+     EXE=$djgpp



Home | Main Index | Thread Index | Old Index